2025-03-04T19:47:27.8557168Z Current runner version: '2.322.0' 2025-03-04T19:47:27.8563876Z Runner name: 'i-01cb858eff49a19a6' 2025-03-04T19:47:27.8564753Z Runner group name: 'Default' 2025-03-04T19:47:27.8565618Z Machine name: 'EC2AMAZ-CS1GRM9' 2025-03-04T19:47:27.8569599Z ##[group]GITHUB_TOKEN Permissions 2025-03-04T19:47:27.8572029Z Actions: read 2025-03-04T19:47:27.8572554Z Attestations: read 2025-03-04T19:47:27.8573090Z Checks: read 2025-03-04T19:47:27.8573582Z Contents: read 2025-03-04T19:47:27.8574134Z Deployments: read 2025-03-04T19:47:27.8574649Z Discussions: read 2025-03-04T19:47:27.8575131Z Issues: read 2025-03-04T19:47:27.8575619Z Metadata: read 2025-03-04T19:47:27.8576162Z Packages: read 2025-03-04T19:47:27.8576733Z Pages: read 2025-03-04T19:47:27.8577205Z PullRequests: read 2025-03-04T19:47:27.8577701Z RepositoryProjects: read 2025-03-04T19:47:27.8578275Z SecurityEvents: read 2025-03-04T19:47:27.8578776Z Statuses: read 2025-03-04T19:47:27.8579279Z ##[endgroup] 2025-03-04T19:47:27.8582646Z Secret source: Actions 2025-03-04T19:47:27.8583509Z Prepare workflow directory 2025-03-04T19:47:29.8562806Z Prepare all required actions 2025-03-04T19:47:29.8605322Z Getting action download info 2025-03-04T19:47:30.1977287Z Download action repository 'pytorch/test-infra@main' (SHA:79438512a0632583899938d3b0277da78f5569e0) 2025-03-04T19:47:31.8071828Z Download action repository 'pytorch/pytorch@main' (SHA:92beda54c8707d476ea8bc193ce79a37653d2e49) 2025-03-04T19:47:49.4505440Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-04T19:47:49.7195564Z Getting action download info 2025-03-04T19:47:49.8281699Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-04T19:47:50.0726317Z Uses: pytorch/pytorch/.github/workflows/_win-build.yml@refs/pull/148205/merge (d0654836237b89031de4353648b2c86ba3fc52f9) 2025-03-04T19:47:50.0728318Z ##[group] Inputs 2025-03-04T19:47:50.0728650Z build-environment: win-vs2022-cpu-py3 2025-03-04T19:47:50.0728981Z cuda-version: cpu 2025-03-04T19:47:50.0729538Z use-xpu: false 2025-03-04T19:47:50.0729768Z xpu-version: 2025-03-04T19:47:50.0729978Z vc-year: 2019 2025-03-04T19:47:50.0730197Z build-with-debug: false 2025-03-04T19:47:50.0730463Z sync-tag: win-cpu-build 2025-03-04T19:47:50.0731677Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 3, runner: "lf.windows.4xlarge.nonephemeral" }, { config: "default", shard: 2, num_shards: 3, runner: "lf.windows.4xlarge.nonephemeral" }, { config: "default", shard: 3, num_shards: 3, runner: "lf.windows.4xlarge.nonephemeral" }, ]} 2025-03-04T19:47:50.0732932Z runner: lf.windows.4xlarge.nonephemeral 2025-03-04T19:47:50.0733259Z ##[endgroup] 2025-03-04T19:47:50.0733509Z Complete job name: win-vs2022-cpu-py3 / build 2025-03-04T19:47:50.1323731Z ##[group]Run git config --global core.longpaths true 2025-03-04T19:47:50.1324303Z git config --global core.longpaths true 2025-03-04T19:47:50.1324694Z git config --global core.symlinks true 2025-03-04T19:47:50.1325019Z  2025-03-04T19:47:50.1325395Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2025-03-04T19:47:50.1325999Z # the directory on Windows and prevent GHA from checking out as reported 2025-03-04T19:47:50.1326512Z # in https://github.com/actions/checkout/issues/1018 2025-03-04T19:47:50.1326977Z git config --global core.fsmonitor false 2025-03-04T19:47:50.1351710Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:50.1352508Z env: 2025-03-04T19:47:50.1352745Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:47:50.1353006Z ##[endgroup] 2025-03-04T19:47:50.2730289Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2025-03-04T19:47:50.2730851Z env: 2025-03-04T19:47:50.2731110Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:47:50.2731360Z ##[endgroup] 2025-03-04T19:47:50.2898231Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-03-04T19:47:50.2900342Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-03-04T19:47:50.2901038Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2025-03-04T19:47:50.2901533Z # handle tool 2025-03-04T19:47:50.2901892Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2025-03-04T19:47:50.2902444Z Foreach ($process In $processes) { 2025-03-04T19:47:50.2902741Z  Try { 2025-03-04T19:47:50.2903315Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2025-03-04T19:47:50.2904055Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2025-03-04T19:47:50.2904466Z  } 2025-03-04T19:47:50.2904665Z  Catch { 2025-03-04T19:47:50.2905013Z  Write-Output "No leftover $process process, continuing" 2025-03-04T19:47:50.2905404Z  Write-Output $_ 2025-03-04T19:47:50.2905659Z  } 2025-03-04T19:47:50.2905844Z } 2025-03-04T19:47:50.2906038Z  2025-03-04T19:47:50.2906520Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2025-03-04T19:47:50.2907104Z # for hung processes 2025-03-04T19:47:50.2907397Z Foreach ($process In $processes) { 2025-03-04T19:47:50.2907748Z  Try { 2025-03-04T19:47:50.2908194Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2025-03-04T19:47:50.2908667Z  } 2025-03-04T19:47:50.2908863Z  Catch { 2025-03-04T19:47:50.2909088Z  Write-Output $_ 2025-03-04T19:47:50.2909333Z  } 2025-03-04T19:47:50.2909513Z } 2025-03-04T19:47:50.2909698Z  2025-03-04T19:47:50.2909901Z Try { 2025-03-04T19:47:50.2910153Z  # Print all the processes for debugging 2025-03-04T19:47:50.2910732Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2025-03-04T19:47:50.2911189Z } 2025-03-04T19:47:50.2911375Z Catch { 2025-03-04T19:47:50.2911792Z  # Better to write out whatever exception thrown to help debugging any potential issue 2025-03-04T19:47:50.2912287Z  Write-Output $_ 2025-03-04T19:47:50.2912528Z } 2025-03-04T19:47:50.2928598Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-04T19:47:50.2929076Z env: 2025-03-04T19:47:50.2929295Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:47:50.2929540Z ##[endgroup] 2025-03-04T19:47:50.6580073Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-04T19:47:50.6634867Z Finished 2025-03-04T19:47:50.6760806Z No leftover python process, continuing 2025-03-04T19:47:50.7214131Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2025-03-04T19:47:50.7214895Z At C:\actions-runner\_work\_temp\a1a2ec8b-3424-4728-bcd4-9c8cdc191d4e.ps1:9 char:5 2025-03-04T19:47:50.7215584Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-04T19:47:50.7216080Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T19:47:50.7216610Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2025-03-04T19:47:50.7217528Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-04T19:47:50.7218163Z 2025-03-04T19:47:50.7232262Z No leftover ninja process, continuing 2025-03-04T19:47:50.7241675Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2025-03-04T19:47:50.7242441Z At C:\actions-runner\_work\_temp\a1a2ec8b-3424-4728-bcd4-9c8cdc191d4e.ps1:9 char:5 2025-03-04T19:47:50.7243690Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-04T19:47:50.7244183Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T19:47:50.7244765Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2025-03-04T19:47:50.7245636Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-04T19:47:50.7246264Z 2025-03-04T19:47:50.7256738Z No leftover cl process, continuing 2025-03-04T19:47:50.7266380Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2025-03-04T19:47:50.7267344Z At C:\actions-runner\_work\_temp\a1a2ec8b-3424-4728-bcd4-9c8cdc191d4e.ps1:9 char:5 2025-03-04T19:47:50.7267956Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-04T19:47:50.7268409Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T19:47:50.7268930Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2025-03-04T19:47:50.7269844Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-04T19:47:50.7270474Z 2025-03-04T19:47:50.7281959Z No leftover nvcc process, continuing 2025-03-04T19:47:50.7291613Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2025-03-04T19:47:50.7292345Z At C:\actions-runner\_work\_temp\a1a2ec8b-3424-4728-bcd4-9c8cdc191d4e.ps1:9 char:5 2025-03-04T19:47:50.7292960Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-04T19:47:50.7293411Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T19:47:50.7293986Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2025-03-04T19:47:50.7294847Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-04T19:47:50.7295571Z 2025-03-04T19:47:50.7304217Z No leftover cmd process, continuing 2025-03-04T19:47:50.7313874Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2025-03-04T19:47:50.7314591Z At C:\actions-runner\_work\_temp\a1a2ec8b-3424-4728-bcd4-9c8cdc191d4e.ps1:9 char:5 2025-03-04T19:47:50.7315185Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-04T19:47:50.7315632Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T19:47:50.7316142Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2025-03-04T19:47:50.7317041Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-04T19:47:50.7317701Z 2025-03-04T19:47:50.7326556Z No leftover sccache process, continuing 2025-03-04T19:47:50.7336233Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2025-03-04T19:47:50.7336985Z At C:\actions-runner\_work\_temp\a1a2ec8b-3424-4728-bcd4-9c8cdc191d4e.ps1:9 char:5 2025-03-04T19:47:50.7337578Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-04T19:47:50.7338020Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T19:47:50.7338556Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2025-03-04T19:47:50.7339456Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-04T19:47:50.7340069Z 2025-03-04T19:47:50.7348768Z No leftover git process, continuing 2025-03-04T19:47:50.7359053Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2025-03-04T19:47:50.7359809Z At C:\actions-runner\_work\_temp\a1a2ec8b-3424-4728-bcd4-9c8cdc191d4e.ps1:9 char:5 2025-03-04T19:47:50.7360473Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-04T19:47:50.7361055Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T19:47:50.7361571Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2025-03-04T19:47:50.7362436Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-04T19:47:50.7363133Z 2025-03-04T19:47:50.7794471Z You cannot call a method on a null-valued expression. 2025-03-04T19:47:50.7795075Z At C:\actions-runner\_work\_temp\a1a2ec8b-3424-4728-bcd4-9c8cdc191d4e.ps1:21 char:5 2025-03-04T19:47:50.7795728Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-04T19:47:50.7796248Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T19:47:50.7796707Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-04T19:47:50.7797161Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-04T19:47:50.7797480Z 2025-03-04T19:47:50.7968254Z You cannot call a method on a null-valued expression. 2025-03-04T19:47:50.7968899Z At C:\actions-runner\_work\_temp\a1a2ec8b-3424-4728-bcd4-9c8cdc191d4e.ps1:21 char:5 2025-03-04T19:47:50.7969553Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-04T19:47:50.7970037Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T19:47:50.7970506Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-04T19:47:50.7970950Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-04T19:47:50.7971313Z 2025-03-04T19:47:50.8154017Z You cannot call a method on a null-valued expression. 2025-03-04T19:47:50.8154661Z At C:\actions-runner\_work\_temp\a1a2ec8b-3424-4728-bcd4-9c8cdc191d4e.ps1:21 char:5 2025-03-04T19:47:50.8155294Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-04T19:47:50.8155812Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T19:47:50.8156285Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-04T19:47:50.8156783Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-04T19:47:50.8157130Z 2025-03-04T19:47:50.8338688Z You cannot call a method on a null-valued expression. 2025-03-04T19:47:50.8339305Z At C:\actions-runner\_work\_temp\a1a2ec8b-3424-4728-bcd4-9c8cdc191d4e.ps1:21 char:5 2025-03-04T19:47:50.8340007Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-04T19:47:50.8340552Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T19:47:50.8341057Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-04T19:47:50.8341514Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-04T19:47:50.8341816Z 2025-03-04T19:47:50.8513969Z You cannot call a method on a null-valued expression. 2025-03-04T19:47:50.8514577Z At C:\actions-runner\_work\_temp\a1a2ec8b-3424-4728-bcd4-9c8cdc191d4e.ps1:21 char:5 2025-03-04T19:47:50.8515253Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-04T19:47:50.8515749Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T19:47:50.8516194Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-04T19:47:50.8516650Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-04T19:47:50.8516960Z 2025-03-04T19:47:50.8668549Z You cannot call a method on a null-valued expression. 2025-03-04T19:47:50.8669161Z At C:\actions-runner\_work\_temp\a1a2ec8b-3424-4728-bcd4-9c8cdc191d4e.ps1:21 char:5 2025-03-04T19:47:50.8670511Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-04T19:47:50.8671014Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T19:47:50.8671479Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-04T19:47:50.8671927Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-04T19:47:50.8672381Z 2025-03-04T19:47:50.8832299Z You cannot call a method on a null-valued expression. 2025-03-04T19:47:50.8832913Z At C:\actions-runner\_work\_temp\a1a2ec8b-3424-4728-bcd4-9c8cdc191d4e.ps1:21 char:5 2025-03-04T19:47:50.8833551Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-04T19:47:50.8834036Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T19:47:50.8834495Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-04T19:47:50.8834945Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-04T19:47:50.8835266Z 2025-03-04T19:47:50.9514883Z Caption CommandLine ProcessId 2025-03-04T19:47:50.9515591Z 2025-03-04T19:47:50.9516208Z System Idle Process 0 2025-03-04T19:47:50.9516718Z 2025-03-04T19:47:50.9517245Z System 4 2025-03-04T19:47:50.9517723Z 2025-03-04T19:47:50.9518233Z Registry 168 2025-03-04T19:47:50.9518698Z 2025-03-04T19:47:50.9519176Z smss.exe 412 2025-03-04T19:47:50.9519607Z 2025-03-04T19:47:50.9520373Z csrss.exe 520 2025-03-04T19:47:50.9520836Z 2025-03-04T19:47:50.9521314Z csrss.exe 596 2025-03-04T19:47:50.9522584Z 2025-03-04T19:47:50.9523051Z wininit.exe 620 2025-03-04T19:47:50.9547695Z 2025-03-04T19:47:50.9548685Z winlogon.exe winlogon.exe 684 2025-03-04T19:47:50.9549550Z 2025-03-04T19:47:50.9550332Z services.exe 740 2025-03-04T19:47:50.9551087Z 2025-03-04T19:47:50.9551952Z lsass.exe C:\Windows\system32\lsass.exe 760 2025-03-04T19:47:50.9552930Z 2025-03-04T19:47:50.9554138Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 888 2025-03-04T19:47:50.9555342Z 2025-03-04T19:47:50.9556438Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 912 2025-03-04T19:47:50.9557761Z 2025-03-04T19:47:50.9559538Z fontdrvhost.exe "fontdrvhost.exe" 936 2025-03-04T19:47:50.9560653Z 2025-03-04T19:47:50.9561561Z fontdrvhost.exe "fontdrvhost.exe" 940 2025-03-04T19:47:50.9562616Z 2025-03-04T19:47:50.9563623Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 128 2025-03-04T19:47:50.9564367Z 2025-03-04T19:47:50.9565000Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 476 2025-03-04T19:47:50.9565631Z 2025-03-04T19:47:50.9566299Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 736 2025-03-04T19:47:50.9566920Z 2025-03-04T19:47:50.9567688Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1112 2025-03-04T19:47:50.9568411Z 2025-03-04T19:47:50.9568871Z dwm.exe "dwm.exe" 1156 2025-03-04T19:47:50.9569354Z 2025-03-04T19:47:50.9570096Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1260 2025-03-04T19:47:50.9570836Z 2025-03-04T19:47:50.9571576Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1348 2025-03-04T19:47:50.9572357Z 2025-03-04T19:47:50.9573082Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1376 2025-03-04T19:47:50.9573789Z 2025-03-04T19:47:50.9574386Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1400 2025-03-04T19:47:50.9574983Z 2025-03-04T19:47:50.9576939Z 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 1432 2025-03-04T19:47:50.9578894Z 2025-03-04T19:47:50.9579529Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1464 2025-03-04T19:47:50.9580164Z 2025-03-04T19:47:50.9580756Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1496 2025-03-04T19:47:50.9581372Z 2025-03-04T19:47:50.9581990Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1544 2025-03-04T19:47:50.9582630Z 2025-03-04T19:47:50.9583360Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1648 2025-03-04T19:47:50.9584112Z 2025-03-04T19:47:50.9584802Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1716 2025-03-04T19:47:50.9585471Z 2025-03-04T19:47:50.9586064Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1724 2025-03-04T19:47:50.9586669Z 2025-03-04T19:47:50.9587314Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1732 2025-03-04T19:47:50.9587972Z 2025-03-04T19:47:50.9588546Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1840 2025-03-04T19:47:50.9589144Z 2025-03-04T19:47:50.9589767Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1880 2025-03-04T19:47:50.9590422Z 2025-03-04T19:47:50.9591086Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 1888 2025-03-04T19:47:50.9591812Z 2025-03-04T19:47:50.9592457Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 1988 2025-03-04T19:47:50.9593110Z 2025-03-04T19:47:50.9593968Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2012 2025-03-04T19:47:50.9594758Z 2025-03-04T19:47:50.9595379Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 1200 2025-03-04T19:47:50.9596740Z 2025-03-04T19:47:50.9597412Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2056 2025-03-04T19:47:50.9598101Z 2025-03-04T19:47:50.9598775Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2128 2025-03-04T19:47:50.9599483Z 2025-03-04T19:47:50.9600287Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2156 2025-03-04T19:47:50.9601033Z 2025-03-04T19:47:50.9601653Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2308 2025-03-04T19:47:50.9602271Z 2025-03-04T19:47:50.9602888Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2380 2025-03-04T19:47:50.9603507Z 2025-03-04T19:47:50.9604120Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2420 2025-03-04T19:47:50.9604747Z 2025-03-04T19:47:50.9605760Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2532 2025-03-04T19:47:50.9606314Z 2025-03-04T19:47:50.9606909Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2664 2025-03-04T19:47:50.9607597Z 2025-03-04T19:47:50.9608233Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2672 2025-03-04T19:47:50.9608883Z 2025-03-04T19:47:50.9609591Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2680 2025-03-04T19:47:50.9610294Z 2025-03-04T19:47:50.9611000Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2696 2025-03-04T19:47:50.9611706Z 2025-03-04T19:47:50.9612343Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2704 2025-03-04T19:47:50.9613063Z 2025-03-04T19:47:50.9613731Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2712 2025-03-04T19:47:50.9614362Z 2025-03-04T19:47:50.9614973Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2720 2025-03-04T19:47:50.9615598Z 2025-03-04T19:47:50.9616294Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2728 2025-03-04T19:47:50.9616999Z 2025-03-04T19:47:50.9617787Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 2892 2025-03-04T19:47:50.9618562Z 2025-03-04T19:47:50.9619099Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 2972 2025-03-04T19:47:50.9619628Z 2025-03-04T19:47:50.9620245Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 3020 2025-03-04T19:47:50.9620915Z 2025-03-04T19:47:50.9621691Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe 2876 2025-03-04T19:47:50.9622497Z 2025-03-04T19:47:50.9623076Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3088 2025-03-04T19:47:50.9623695Z 2025-03-04T19:47:50.9624419Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3576 2025-03-04T19:47:50.9625171Z 2025-03-04T19:47:50.9625864Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 3336 2025-03-04T19:47:50.9626581Z 2025-03-04T19:47:50.9627271Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a77055 /state1:0x41c64e6d 2580 2025-03-04T19:47:50.9627962Z 2025-03-04T19:47:50.9629804Z 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 2820 2025-03-04T19:47:50.9631668Z 2025-03-04T19:47:50.9632492Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe -spawnprovider 1760 2025-03-04T19:47:50.9633366Z 2025-03-04T19:47:50.9633886Z vds.exe C:\Windows\System32\vds.exe 3544 2025-03-04T19:47:50.9634396Z 2025-03-04T19:47:50.9635017Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 2756 2025-03-04T19:47:50.9635687Z 2025-03-04T19:47:50.9636419Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 848 2025-03-04T19:47:50.9637163Z 2025-03-04T19:47:50.9637647Z msdtc.exe C:\Windows\System32\msdtc.exe 120 2025-03-04T19:47:50.9638160Z 2025-03-04T19:47:50.9638925Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 1572 2025-03-04T19:47:50.9639635Z 2025-03-04T19:47:50.9640274Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 1424 2025-03-04T19:47:50.9640969Z 2025-03-04T19:47:50.9641651Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 900 2025-03-04T19:47:50.9642366Z 2025-03-04T19:47:50.9642958Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 4452 2025-03-04T19:47:50.9643599Z 2025-03-04T19:47:50.9644246Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 2800 2025-03-04T19:47:50.9644905Z 2025-03-04T19:47:50.9645732Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 4572 2025-03-04T19:47:50.9646576Z 2025-03-04T19:47:50.9648297Z 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 4160 2025-03-04T19:47:50.9650030Z 2025-03-04T19:47:50.9650546Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3968 2025-03-04T19:47:50.9651098Z 2025-03-04T19:47:50.9651840Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 2428 2025-03-04T19:47:50.9652614Z 2025-03-04T19:47:50.9653232Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 3940 2025-03-04T19:47:50.9653891Z 2025-03-04T19:47:50.9654398Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3376 2025-03-04T19:47:50.9654946Z 2025-03-04T19:47:50.9655541Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 2412 2025-03-04T19:47:50.9656152Z 2025-03-04T19:47:50.9656756Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 2112 2025-03-04T19:47:50.9657381Z 2025-03-04T19:47:50.9657984Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 3796 2025-03-04T19:47:50.9658619Z 2025-03-04T19:47:50.9659127Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 924 2025-03-04T19:47:50.9659678Z 2025-03-04T19:47:50.9660349Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 4108 2025-03-04T19:47:50.9661051Z 2025-03-04T19:47:50.9661828Z dllhost.exe C:\Windows\system32\DllHost.exe /Processid:{3EB3C877-1F16-487C-9050-104DBCD66683} 5688 2025-03-04T19:47:50.9662620Z 2025-03-04T19:47:50.9663154Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 4068 2025-03-04T19:47:50.9663713Z 2025-03-04T19:47:50.9664356Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2988 2676 3204 2025-03-04T19:47:50.9665020Z 2025-03-04T19:47:50.9665531Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1680 2025-03-04T19:47:50.9666082Z 2025-03-04T19:47:50.9667009Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\a1a2ec8b-3424-4728-bcd4-9c8cdc191d4e.ps1'" 3252 2025-03-04T19:47:50.9667963Z 2025-03-04T19:47:50.9668657Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 5328 2025-03-04T19:47:50.9669387Z 2025-03-04T19:47:50.9669397Z 2025-03-04T19:47:50.9669403Z 2025-03-04T19:47:50.9950614Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2025-03-04T19:47:50.9951049Z with: 2025-03-04T19:47:50.9951622Z github-secret: *** 2025-03-04T19:47:50.9953738Z 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-04T19:47:50.9955965Z activate-with-label: false 2025-03-04T19:47:50.9956262Z label: with-ssh 2025-03-04T19:47:50.9956490Z remove-existing-keys: true 2025-03-04T19:47:50.9956750Z fail-silently: true 2025-03-04T19:47:50.9956971Z env: 2025-03-04T19:47:50.9957194Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:47:50.9957437Z ##[endgroup] 2025-03-04T19:47:51.1355659Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-04T19:47:51.4769381Z Grabbing public ssh keys from https://github.com/williamwen42.keys 2025-03-04T19:47:51.5349975Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2025-03-04T19:47:51.5372961Z Public keys pulled and installed to C:\Users\runneruser\.ssh\authorized_keys 2025-03-04T19:47:51.5418749Z Login using: ssh runneruser@ec2-54-147-245-132.compute-1.amazonaws.com 2025-03-04T19:47:51.5419307Z To forward remote desktop on your local machine ssh as follows: 2025-03-04T19:47:51.5419857Z ssh -L 3389:localhost:3389 runneruser@ec2-54-147-245-132.compute-1.amazonaws.com 2025-03-04T19:47:51.5420371Z And then change password using `passwd` command. 2025-03-04T19:47:51.5420620Z 2025-03-04T19:47:51.5420938Z To start build locally, change working folder to \actions-runner\_work\pytorch\pytorch, 2025-03-04T19:47:51.5421523Z Activate miniconda and Visual Studio environment, by running: 2025-03-04T19:47:51.5422029Z call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2025-03-04T19:47:51.5422731Z call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 2025-03-04T19:47:51.5673622Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-03-04T19:47:51.5674079Z with: 2025-03-04T19:47:51.5674279Z no-sudo: true 2025-03-04T19:47:51.5674508Z submodules: recursive 2025-03-04T19:47:51.5674745Z fetch-depth: 0 2025-03-04T19:47:51.5674951Z env: 2025-03-04T19:47:51.5675148Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:47:51.5675378Z ##[endgroup] 2025-03-04T19:47:51.5785614Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-04T19:47:51.5786563Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-04T19:47:51.5805715Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:51.5806192Z env: 2025-03-04T19:47:51.5806396Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:47:51.5806650Z ##[endgroup] 2025-03-04T19:47:51.6233313Z ##[group]Run retry () { 2025-03-04T19:47:51.6233601Z retry () { 2025-03-04T19:47:51.6233924Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-03-04T19:47:51.6234304Z } 2025-03-04T19:47:51.6234509Z echo "${GITHUB_WORKSPACE}" 2025-03-04T19:47:51.6234797Z if [ -z "${NO_SUDO}" ]; then 2025-03-04T19:47:51.6235118Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2025-03-04T19:47:51.6235431Z else 2025-03-04T19:47:51.6235670Z  retry rm -rf "${GITHUB_WORKSPACE}" 2025-03-04T19:47:51.6235955Z fi 2025-03-04T19:47:51.6236166Z mkdir "${GITHUB_WORKSPACE}" 2025-03-04T19:47:51.6236439Z  2025-03-04T19:47:51.6236660Z # Use all available CPUs for fetching 2025-03-04T19:47:51.6236979Z cd "${GITHUB_WORKSPACE}" 2025-03-04T19:47:51.6237299Z git config --global fetch.parallel 0 2025-03-04T19:47:51.6237664Z git config --global submodule.fetchJobs 0 2025-03-04T19:47:51.6256560Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-04T19:47:51.6257019Z env: 2025-03-04T19:47:51.6257219Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:47:51.6257455Z NO_SUDO: true 2025-03-04T19:47:51.6257655Z ##[endgroup] 2025-03-04T19:47:51.6435485Z C:\actions-runner\_work\pytorch\pytorch 2025-03-04T19:47:57.6588444Z ##[group]Run actions/checkout@v4 2025-03-04T19:47:57.6588741Z with: 2025-03-04T19:47:57.6588967Z ref: 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:47:57.6589281Z fetch-depth: 0 2025-03-04T19:47:57.6589500Z submodules: recursive 2025-03-04T19:47:57.6589826Z show-progress: false 2025-03-04T19:47:57.6590115Z repository: pytorch/pytorch 2025-03-04T19:47:57.6590502Z token: *** 2025-03-04T19:47:57.6590716Z ssh-strict: true 2025-03-04T19:47:57.6591658Z ssh-user: git 2025-03-04T19:47:57.6591870Z persist-credentials: true 2025-03-04T19:47:57.6592130Z clean: true 2025-03-04T19:47:57.6592370Z sparse-checkout-cone-mode: true 2025-03-04T19:47:57.6592652Z fetch-tags: false 2025-03-04T19:47:57.6592869Z lfs: false 2025-03-04T19:47:57.6593068Z set-safe-directory: true 2025-03-04T19:47:57.6593308Z env: 2025-03-04T19:47:57.6593505Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:47:57.6593740Z ##[endgroup] 2025-03-04T19:47:57.7931588Z Syncing repository: pytorch/pytorch 2025-03-04T19:47:57.7934282Z ##[group]Getting Git version info 2025-03-04T19:47:57.7934755Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2025-03-04T19:47:57.7997433Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-03-04T19:47:57.8197461Z git version 2.47.1.windows.2 2025-03-04T19:47:57.8240559Z ##[endgroup] 2025-03-04T19:47:57.8251279Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\f79bc87d-e2db-49e0-a523-9a5510447dcb\.gitconfig' 2025-03-04T19:47:57.8270180Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\f79bc87d-e2db-49e0-a523-9a5510447dcb' before making global git config changes 2025-03-04T19:47:57.8271149Z Adding repository directory to the temporary git global config as a safe directory 2025-03-04T19:47:57.8277879Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-03-04T19:47:57.8507400Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2025-03-04T19:47:57.8512745Z ##[group]Initializing the repository 2025-03-04T19:47:57.8521845Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2025-03-04T19:47:57.8916555Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2025-03-04T19:47:57.8963239Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2025-03-04T19:47:57.9217413Z ##[endgroup] 2025-03-04T19:47:57.9218912Z ##[group]Disabling automatic garbage collection 2025-03-04T19:47:57.9227173Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2025-03-04T19:47:57.9489785Z ##[endgroup] 2025-03-04T19:47:57.9490235Z ##[group]Setting up auth 2025-03-04T19:47:57.9505189Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-03-04T19:47:57.9729974Z [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-04T19:47:58.2905223Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-04T19:47:58.3147175Z [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-04T19:47:58.6301012Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-03-04T19:47:58.6567912Z ##[endgroup] 2025-03-04T19:47:58.6568317Z ##[group]Fetching the repository 2025-03-04T19:47:58.6581336Z [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-04T19:48:50.8958835Z From https://github.com/pytorch/pytorch 2025-03-04T19:48:50.8959361Z * [new branch] 2.1-dynamic-doc -> origin/2.1-dynamic-doc 2025-03-04T19:48:50.8959903Z * [new branch] 2.6.0.dev20241004+ -> origin/2.6.0.dev20241004+ 2025-03-04T19:48:50.8960483Z * [new branch] 20250219_e8m0_intermediate -> origin/20250219_e8m0_intermediate 2025-03-04T19:48:50.8961010Z * [new branch] 20250219_test -> origin/20250219_test 2025-03-04T19:48:50.8962502Z * [new branch] Adjust-Description-for-linux-binary-test-Workflow -> origin/Adjust-Description-for-linux-binary-test-Workflow 2025-03-04T19:48:50.8963324Z * [new branch] Chillee-patch-5 -> origin/Chillee-patch-5 2025-03-04T19:48:50.8963851Z * [new branch] Flamefire-patch-1 -> origin/Flamefire-patch-1 2025-03-04T19:48:50.8964449Z * [new branch] HDCharles-2.6.0-release-notes -> origin/HDCharles-2.6.0-release-notes 2025-03-04T19:48:50.8965252Z * [new branch] JackCaoG/add_new_lazy_counter_macro -> origin/JackCaoG/add_new_lazy_counter_macro 2025-03-04T19:48:50.8966065Z * [new branch] JackCaoG/dynamo_make_fx_non_core_aten_ops -> origin/JackCaoG/dynamo_make_fx_non_core_aten_ops 2025-03-04T19:48:50.8966761Z * [new branch] JackCaoG/fix_xla_torchbench -> origin/JackCaoG/fix_xla_torchbench 2025-03-04T19:48:50.8967369Z * [new branch] JackCaoG/update_dynamo_doc -> origin/JackCaoG/update_dynamo_doc 2025-03-04T19:48:50.8968623Z * [new branch] JackCaoG/update_xla_pin_to_skip_test -> origin/JackCaoG/update_xla_pin_to_skip_test 2025-03-04T19:48:50.8969367Z * [new branch] JackCaoG/update_xla_pin_to_skip_test2 -> origin/JackCaoG/update_xla_pin_to_skip_test2 2025-03-04T19:48:50.8970019Z * [new branch] NicolasHug-patch-2 -> origin/NicolasHug-patch-2 2025-03-04T19:48:50.8970587Z * [new branch] PR-AOTInductorNoneBug -> origin/PR-AOTInductorNoneBug 2025-03-04T19:48:50.8971193Z * [new branch] PR-AOTInductorNoneBugFix -> origin/PR-AOTInductorNoneBugFix 2025-03-04T19:48:50.8971768Z * [new branch] PR-FixConfigsIssue -> origin/PR-FixConfigsIssue 2025-03-04T19:48:50.8972311Z * [new branch] PR-NoneBugFix-viable -> origin/PR-NoneBugFix-viable 2025-03-04T19:48:50.8972838Z * [new branch] PR-ResetToZero -> origin/PR-ResetToZero 2025-03-04T19:48:50.8973430Z * [new branch] Remove-linux_t4g_2xlarge-Usage -> origin/Remove-linux_t4g_2xlarge-Usage 2025-03-04T19:48:50.8974023Z * [new branch] Revert-PR-110949 -> origin/Revert-PR-110949 2025-03-04T19:48:50.8974602Z * [new branch] Update-Flash-Packaging -> origin/Update-Flash-Packaging 2025-03-04T19:48:50.8975232Z * [new branch] Valentine/flash_attention_bf16 -> origin/Valentine/flash_attention_bf16 2025-03-04T19:48:50.8975837Z * [new branch] _tmp-orig/release/2.6 -> origin/_tmp-orig/release/2.6 2025-03-04T19:48:50.8976350Z * [new branch] _tmp-release/2.6 -> origin/_tmp-release/2.6 2025-03-04T19:48:50.8976916Z * [new branch] abock/onnx-1.15.0-validation -> origin/abock/onnx-1.15.0-validation 2025-03-04T19:48:50.8977612Z * [new branch] abock/ort-nightly==1.16.0.dev20230908001 -> origin/abock/ort-nightly==1.16.0.dev20230908001 2025-03-04T19:48:50.8978326Z * [new branch] add-android-build-workflow -> origin/add-android-build-workflow 2025-03-04T19:48:50.8978870Z * [new branch] add-assign -> origin/add-assign 2025-03-04T19:48:50.8979474Z * [new branch] add_broadcast_functional_collective -> origin/add_broadcast_functional_collective 2025-03-04T19:48:50.8980119Z * [new branch] add_from_group_doc_and_test -> origin/add_from_group_doc_and_test 2025-03-04T19:48:50.8980698Z * [new branch] add_mha_to_autocast_policy -> origin/add_mha_to_autocast_policy 2025-03-04T19:48:50.8981335Z * [new branch] add_non_parallel_model_comparison -> origin/add_non_parallel_model_comparison 2025-03-04T19:48:50.8981959Z * [new branch] add_test_to_show_view_gap -> origin/add_test_to_show_view_gap 2025-03-04T19:48:50.8982516Z * [new branch] add_windows_testing_back -> origin/add_windows_testing_back 2025-03-04T19:48:50.8983419Z * [new branch] addmm-heuristic -> origin/addmm-heuristic 2025-03-04T19:48:50.8983920Z * [new branch] addsimde -> origin/addsimde 2025-03-04T19:48:50.8984403Z * [new branch] adi/gemm_bf16f32 -> origin/adi/gemm_bf16f32 2025-03-04T19:48:50.8984930Z * [new branch] ah-globalfeedback-hook -> origin/ah-globalfeedback-hook 2025-03-04T19:48:50.8985474Z * [new branch] alanwaketan/pin2 -> origin/alanwaketan/pin2 2025-03-04T19:48:50.8986009Z * [new branch] albanD-patch-1 -> origin/albanD-patch-1 2025-03-04T19:48:50.8986503Z * [new branch] albanD-patch-2 -> origin/albanD-patch-2 2025-03-04T19:48:50.9404886Z * [new branch] alt-disable -> origin/alt-disable 2025-03-04T19:48:50.9405442Z * [new branch] angelayi/144772 -> origin/angelayi/144772 2025-03-04T19:48:50.9406295Z * [new branch] angelayi/aot_inductor_bench_comp_time -> origin/angelayi/aot_inductor_bench_comp_time 2025-03-04T19:48:50.9407032Z * [new branch] angelayi/aot_inductor_benchmark -> origin/angelayi/aot_inductor_benchmark 2025-03-04T19:48:50.9407703Z * [new branch] angelayi/aot_inductor_torch -> origin/angelayi/aot_inductor_torch 2025-03-04T19:48:50.9408337Z * [new branch] angelayi/aoti_additional_files -> origin/angelayi/aoti_additional_files 2025-03-04T19:48:50.9408977Z * [new branch] angelayi/aotinductor_const -> origin/angelayi/aotinductor_const 2025-03-04T19:48:50.9409628Z * [new branch] angelayi/aotinductor_const_name -> origin/angelayi/aotinductor_const_name 2025-03-04T19:48:50.9410255Z * [new branch] angelayi/benchmark_skip -> origin/angelayi/benchmark_skip 2025-03-04T19:48:50.9410815Z * [new branch] angelayi/bincount -> origin/angelayi/bincount 2025-03-04T19:48:50.9411453Z * [new branch] angelayi/change_pytree_serialization -> origin/angelayi/change_pytree_serialization 2025-03-04T19:48:50.9412108Z * [new branch] angelayi/constraint -> origin/angelayi/constraint 2025-03-04T19:48:50.9412638Z * [new branch] angelayi/cp107981 -> origin/angelayi/cp107981 2025-03-04T19:48:50.9413148Z * [new branch] angelayi/cp108783 -> origin/angelayi/cp108783 2025-03-04T19:48:50.9413648Z * [new branch] angelayi/cp109060 -> origin/angelayi/cp109060 2025-03-04T19:48:50.9414163Z * [new branch] angelayi/cpp_loader -> origin/angelayi/cpp_loader 2025-03-04T19:48:50.9414714Z * [new branch] angelayi/custom_and_getattr -> origin/angelayi/custom_and_getattr 2025-03-04T19:48:50.9415268Z * [new branch] angelayi/customop -> origin/angelayi/customop 2025-03-04T19:48:50.9415834Z * [new branch] angelayi/default_serialized -> origin/angelayi/default_serialized 2025-03-04T19:48:50.9416407Z * [new branch] angelayi/distribby -> origin/angelayi/distribby 2025-03-04T19:48:50.9416954Z * [new branch] angelayi/distribution -> origin/angelayi/distribution 2025-03-04T19:48:50.9417467Z * [new branch] angelayi/docs -> origin/angelayi/docs 2025-03-04T19:48:50.9417980Z * [new branch] angelayi/draft_logger -> origin/angelayi/draft_logger 2025-03-04T19:48:50.9418586Z * [new branch] angelayi/embed_constants -> origin/angelayi/embed_constants 2025-03-04T19:48:50.9419211Z * [new branch] angelayi/export_custom_op_rst -> origin/angelayi/export_custom_op_rst 2025-03-04T19:48:50.9419803Z * [new branch] angelayi/export_docs -> origin/angelayi/export_docs 2025-03-04T19:48:50.9420369Z * [new branch] angelayi/fail_models_temp -> origin/angelayi/fail_models_temp 2025-03-04T19:48:50.9421045Z * [new branch] angelayi/fake -> origin/angelayi/fake 2025-03-04T19:48:50.9421527Z * [new branch] angelayi/fix3 -> origin/angelayi/fix3 2025-03-04T19:48:50.9422023Z * [new branch] angelayi/hf_version -> origin/angelayi/hf_version 2025-03-04T19:48:50.9422580Z * [new branch] angelayi/hf_version_update -> origin/angelayi/hf_version_update 2025-03-04T19:48:50.9423137Z * [new branch] angelayi/kwarg_input -> origin/angelayi/kwarg_input 2025-03-04T19:48:50.9423640Z * [new branch] angelayi/lint -> origin/angelayi/lint 2025-03-04T19:48:50.9424152Z * [new branch] angelayi/logging.bak -> origin/angelayi/logging.bak 2025-03-04T19:48:50.9424678Z * [new branch] angelayi/logging2 -> origin/angelayi/logging2 2025-03-04T19:48:50.9425226Z * [new branch] angelayi/namedtuple_fields -> origin/angelayi/namedtuple_fields 2025-03-04T19:48:50.9425898Z * [new branch] angelayi/no_so_weight -> origin/angelayi/no_so_weight 2025-03-04T19:48:50.9426461Z * [new branch] angelayi/provenance_id -> origin/angelayi/provenance_id 2025-03-04T19:48:50.9427004Z * [new branch] angelayi/pytree2 -> origin/angelayi/pytree2 2025-03-04T19:48:50.9427569Z * [new branch] angelayi/pytree_namedtuple -> origin/angelayi/pytree_namedtuple 2025-03-04T19:48:50.9428189Z * [new branch] angelayi/register_dataclass -> origin/angelayi/register_dataclass 2025-03-04T19:48:50.9428791Z * [new branch] angelayi/remove_aoti_unlift -> origin/angelayi/remove_aoti_unlift 2025-03-04T19:48:50.9429338Z * [new branch] angelayi/shape -> origin/angelayi/shape 2025-03-04T19:48:50.9429852Z * [new branch] angelayi/symint_input -> origin/angelayi/symint_input 2025-03-04T19:48:50.9430359Z * [new branch] angelayi/test -> origin/angelayi/test 2025-03-04T19:48:50.9875415Z * [new branch] angelayi/test113041 -> origin/angelayi/test113041 2025-03-04T19:48:50.9876099Z * [new branch] angelayi/test_expression_created -> origin/angelayi/test_expression_created 2025-03-04T19:48:50.9876715Z * [new branch] angelayi/torch_size -> origin/angelayi/torch_size 2025-03-04T19:48:50.9877322Z * [new branch] angelayi/update_schema_msg -> origin/angelayi/update_schema_msg 2025-03-04T19:48:50.9877986Z * [new branch] atalman-inductor-perf-cu124 -> origin/atalman-inductor-perf-cu124 2025-03-04T19:48:50.9878766Z * [new branch] atalman-inductor-perf-cu124.1 -> origin/atalman-inductor-perf-cu124.1 2025-03-04T19:48:50.9879424Z * [new branch] atalman-patch-1 -> origin/atalman-patch-1 2025-03-04T19:48:50.9879992Z * [new branch] atalman-patch-2 -> origin/atalman-patch-2 2025-03-04T19:48:50.9880611Z * [new branch] atalman-patch-3 -> origin/atalman-patch-3 2025-03-04T19:48:50.9881144Z * [new branch] atalman-patch-4 -> origin/atalman-patch-4 2025-03-04T19:48:50.9881697Z * [new branch] atalman-patch-5 -> origin/atalman-patch-5 2025-03-04T19:48:50.9882254Z * [new branch] atalman-patch-6 -> origin/atalman-patch-6 2025-03-04T19:48:50.9882800Z * [new branch] atalman-patch-7 -> origin/atalman-patch-7 2025-03-04T19:48:50.9883357Z * [new branch] atalman-patch-8 -> origin/atalman-patch-8 2025-03-04T19:48:50.9883904Z * [new branch] atalman-patch-9 -> origin/atalman-patch-9 2025-03-04T19:48:50.9884456Z * [new branch] atalman_inductor_2.3.0 -> origin/atalman_inductor_2.3.0 2025-03-04T19:48:50.9885063Z * [new branch] atalman_inductor_2.3.1 -> origin/atalman_inductor_2.3.1 2025-03-04T19:48:50.9885837Z * [new branch] atalman_inductor_2.4.0 -> origin/atalman_inductor_2.4.0 2025-03-04T19:48:50.9886422Z * [new branch] atalman_inductor_2.4.x -> origin/atalman_inductor_2.4.x 2025-03-04T19:48:50.9887015Z * [new branch] avoid_record_ag_rs -> origin/avoid_record_ag_rs 2025-03-04T19:48:50.9887584Z * [new branch] bahuang/make_fallback -> origin/bahuang/make_fallback 2025-03-04T19:48:50.9888122Z * [new branch] base/1.5 -> origin/base/1.5 2025-03-04T19:48:50.9888645Z * [new branch] base_inductor_opt_flag -> origin/base_inductor_opt_flag 2025-03-04T19:48:50.9889313Z * [new branch] batching_sdpa_efficient_attention -> origin/batching_sdpa_efficient_attention 2025-03-04T19:48:50.9889993Z * [new branch] benchmark-updates -> origin/benchmark-updates 2025-03-04T19:48:50.9890590Z * [new branch] bertmaher/pinbump26 -> origin/bertmaher/pinbump26 2025-03-04T19:48:50.9891720Z * [new branch] bertrand/cutlass -> origin/bertrand/cutlass 2025-03-04T19:48:50.9892348Z * [new branch] bf/cg-disable-tts-angular -> origin/bf/cg-disable-tts-angular 2025-03-04T19:48:50.9892970Z * [new branch] bf/cg-multithreading -> origin/bf/cg-multithreading 2025-03-04T19:48:50.9893516Z * [new branch] bf/cg-partition -> origin/bf/cg-partition 2025-03-04T19:48:50.9894074Z * [new branch] bf/cg-prototype -> origin/bf/cg-prototype 2025-03-04T19:48:50.9894625Z * [new branch] bf/cg-remove-check -> origin/bf/cg-remove-check 2025-03-04T19:48:50.9895265Z * [new branch] bf/cg-skip-unbacked-symint-msg -> origin/bf/cg-skip-unbacked-symint-msg 2025-03-04T19:48:50.9895916Z * [new branch] bf/cudagraph -> origin/bf/cudagraph 2025-03-04T19:48:50.9896613Z * [new branch] bf/cudagraph-disable-input-mutation -> origin/bf/cudagraph-disable-input-mutation 2025-03-04T19:48:50.9897651Z * [new branch] bf/cudagraph-enable-input-mutation-support-benchmark -> origin/bf/cudagraph-enable-input-mutation-support-benchmark 2025-03-04T19:48:50.9898568Z * [new branch] bf/cudagraph-partition -> origin/bf/cudagraph-partition 2025-03-04T19:48:50.9899206Z * [new branch] bf/donated-buffer-bench -> origin/bf/donated-buffer-bench 2025-03-04T19:48:50.9899813Z * [new branch] bf/fa-embedding-16 -> origin/bf/fa-embedding-16 2025-03-04T19:48:50.9900450Z * [new branch] bf/reduce-scatter-copy-in -> origin/bf/reduce-scatter-copy-in 2025-03-04T19:48:50.9901213Z * [new branch] bf/remove-check-55b0c39d -> origin/bf/remove-check-55b0c39d 2025-03-04T19:48:50.9901900Z * [new branch] bisect_perf_hf_T5_3acc6eac492 -> origin/bisect_perf_hf_T5_3acc6eac492 2025-03-04T19:48:50.9902566Z * [new branch] bisect_perf_hf_T5_3fcf66f61fb -> origin/bisect_perf_hf_T5_3fcf66f61fb 2025-03-04T19:48:50.9903215Z * [new branch] bisect_perf_hf_T5_4009d154129 -> origin/bisect_perf_hf_T5_4009d154129 2025-03-04T19:48:50.9903878Z * [new branch] bisect_perf_hf_T5_40d0740e73d -> origin/bisect_perf_hf_T5_40d0740e73d 2025-03-04T19:48:51.0315611Z * [new branch] bisect_perf_hf_T5_5268754e -> origin/bisect_perf_hf_T5_5268754e 2025-03-04T19:48:51.0316293Z * [new branch] bisect_perf_hf_T5_7d89a8d385c -> origin/bisect_perf_hf_T5_7d89a8d385c 2025-03-04T19:48:51.0316921Z * [new branch] bisect_perf_hf_T5_b7a25c1ee7c -> origin/bisect_perf_hf_T5_b7a25c1ee7c 2025-03-04T19:48:51.0317574Z * [new branch] bisect_perf_hf_T5_c25b201583f -> origin/bisect_perf_hf_T5_c25b201583f 2025-03-04T19:48:51.0318231Z * [new branch] bisect_perf_hf_T5_c93e57efac0 -> origin/bisect_perf_hf_T5_c93e57efac0 2025-03-04T19:48:51.0319061Z * [new branch] bisect_perf_hf_T5_ca9813ea149 -> origin/bisect_perf_hf_T5_ca9813ea149 2025-03-04T19:48:51.0319694Z * [new branch] bisect_perf_hf_T5_d65f194a -> origin/bisect_perf_hf_T5_d65f194a 2025-03-04T19:48:51.0320369Z * [new branch] bisect_perf_hf_T5_da94ab0b -> origin/bisect_perf_hf_T5_da94ab0b 2025-03-04T19:48:51.0321010Z * [new branch] bisect_perf_hf_T5_da94ab0b_new -> origin/bisect_perf_hf_T5_da94ab0b_new 2025-03-04T19:48:51.0321632Z * [new branch] bisect_perf_hf_T5_db4e8a1d8a8 -> origin/bisect_perf_hf_T5_db4e8a1d8a8 2025-03-04T19:48:51.0322348Z * [new branch] bisect_perf_hf_T5_e0d97e936a2 -> origin/bisect_perf_hf_T5_e0d97e936a2 2025-03-04T19:48:51.0322996Z * [new branch] bisect_perf_hf_T5_f23621ec563 -> origin/bisect_perf_hf_T5_f23621ec563 2025-03-04T19:48:51.0323626Z * [new branch] bowbao/beartype_fix_2.1.1 -> origin/bowbao/beartype_fix_2.1.1 2025-03-04T19:48:51.0324189Z * [new branch] bowbao/bench_updates -> origin/bowbao/bench_updates 2025-03-04T19:48:51.0324866Z * [new branch] bowbao/bench_updates_stage -> origin/bowbao/bench_updates_stage 2025-03-04T19:48:51.0325465Z * [new branch] bowbao/benchmark_test_data -> origin/bowbao/benchmark_test_data 2025-03-04T19:48:51.0326033Z * [new branch] bowbao/dort_rewriter -> origin/bowbao/dort_rewriter 2025-03-04T19:48:51.0326563Z * [new branch] bowbao/skip_decomp -> origin/bowbao/skip_decomp 2025-03-04T19:48:51.0327083Z * [new branch] bowbao/wip_prs -> origin/bowbao/wip_prs 2025-03-04T19:48:51.0327626Z * [new branch] brenocfg/fix-meta-opinfo -> origin/brenocfg/fix-meta-opinfo 2025-03-04T19:48:51.0328220Z * [new branch] brenocfg/special_airy_ai_ref -> origin/brenocfg/special_airy_ai_ref 2025-03-04T19:48:51.0328836Z * [new branch] brister/3d_permute_block_ptr -> origin/brister/3d_permute_block_ptr 2025-03-04T19:48:51.0329480Z * [new branch] brister/always_tiled_reduction -> origin/brister/always_tiled_reduction 2025-03-04T19:48:51.0330179Z * [new branch] brister/doc_bucketize -> origin/brister/doc_bucketize 2025-03-04T19:48:51.0330728Z * [new branch] brister/simplify_id -> origin/brister/simplify_id 2025-03-04T19:48:51.0331374Z * [new branch] brister/tiled_reduction_no_numel_check -> origin/brister/tiled_reduction_no_numel_check 2025-03-04T19:48:51.0332013Z * [new branch] brister/wrapper_ir -> origin/brister/wrapper_ir 2025-03-04T19:48:51.0332513Z * [new branch] build_aoti_o1 -> origin/build_aoti_o1 2025-03-04T19:48:51.0332969Z * [new branch] ca_0431d47eaa -> origin/ca_0431d47eaa 2025-03-04T19:48:51.0333433Z * [new branch] ca_fix_0431d47eaa -> origin/ca_fix_0431d47eaa 2025-03-04T19:48:51.0333945Z * [new branch] cache_size_internal -> origin/cache_size_internal 2025-03-04T19:48:51.0334472Z * [new branch] cache_size_internal_1 -> origin/cache_size_internal_1 2025-03-04T19:48:51.0335039Z * [new branch] chenyang78/dyn-shape-ci-tmp -> origin/chenyang78/dyn-shape-ci-tmp 2025-03-04T19:48:51.0335617Z * [new branch] cherry-pick-111576 -> origin/cherry-pick-111576 2025-03-04T19:48:51.0336233Z * [new branch] cherry-pick-post-acc-grad-docs -> origin/cherry-pick-post-acc-grad-docs 2025-03-04T19:48:51.0336794Z * [new branch] ci_pin -> origin/ci_pin 2025-03-04T19:48:51.0337303Z * [new branch] ckluk2-compileThread-1 -> origin/ckluk2-compileThread-1 2025-03-04T19:48:51.0337883Z * [new branch] ckluk2-compileThread-2 -> origin/ckluk2-compileThread-2 2025-03-04T19:48:51.0338461Z * [new branch] ckluk2-compileThread-64 -> origin/ckluk2-compileThread-64 2025-03-04T19:48:51.0339136Z * [new branch] ckluk2-test-1 -> origin/ckluk2-test-1 2025-03-04T19:48:51.0339621Z * [new branch] cleanup_vs_2019 -> origin/cleanup_vs_2019 2025-03-04T19:48:51.0340244Z * [new branch] compile_fsdp2_disable_stream_and_event -> origin/compile_fsdp2_disable_stream_and_event 2025-03-04T19:48:51.0341019Z * [new branch] condition-branch-in-debug-handler -> origin/condition-branch-in-debug-handler 2025-03-04T19:48:51.0341675Z * [new branch] consolidate-is-qat -> origin/consolidate-is-qat 2025-03-04T19:48:51.0794736Z * [new branch] copy_graph -> origin/copy_graph 2025-03-04T19:48:51.0795307Z * [new branch] cpio/fix_new_ami_tests -> origin/cpio/fix_new_ami_tests 2025-03-04T19:48:51.0795821Z * [new branch] cpio/fix_unit_test -> origin/cpio/fix_unit_test 2025-03-04T19:48:51.0796340Z * [new branch] create_chunk_list -> origin/create_chunk_list 2025-03-04T19:48:51.0796962Z * [new branch] cse-source -> origin/cse-source 2025-03-04T19:48:51.0797418Z * [new branch] csl/3proc -> origin/csl/3proc 2025-03-04T19:48:51.0797919Z * [new branch] csl/always_produce_xml -> origin/csl/always_produce_xml 2025-03-04T19:48:51.0798517Z * [new branch] csl/build_experiment_max_jobs -> origin/csl/build_experiment_max_jobs 2025-03-04T19:48:51.0799104Z * [new branch] csl/build_test_more_procs -> origin/csl/build_test_more_procs 2025-03-04T19:48:51.0799678Z * [new branch] csl/build_test_more_procs2 -> origin/csl/build_test_more_procs2 2025-03-04T19:48:51.0800280Z * [new branch] csl/checkout_more_procs -> origin/csl/checkout_more_procs 2025-03-04T19:48:51.0800815Z * [new branch] csl/cutlass_bazel -> origin/csl/cutlass_bazel 2025-03-04T19:48:51.0801375Z * [new branch] csl/disableautotune -> origin/csl/disableautotune 2025-03-04T19:48:51.0801925Z * [new branch] csl/dynamicshapesdup -> origin/csl/dynamicshapesdup 2025-03-04T19:48:51.0802432Z * [new branch] csl/fflint -> origin/csl/fflint 2025-03-04T19:48:51.0802930Z * [new branch] csl/fix_close_nonexistent -> origin/csl/fix_close_nonexistent 2025-03-04T19:48:51.0803569Z * [new branch] csl/fix_rerun_disabled_tests_upload -> origin/csl/fix_rerun_disabled_tests_upload 2025-03-04T19:48:51.0804246Z * [new branch] csl/inductortest_max_autotune -> origin/csl/inductortest_max_autotune 2025-03-04T19:48:51.0804819Z * [new branch] csl/lint_dockerimg -> origin/csl/lint_dockerimg 2025-03-04T19:48:51.0805313Z * [new branch] csl/logchanges -> origin/csl/logchanges 2025-03-04T19:48:51.0805798Z * [new branch] csl/logtest -> origin/csl/logtest 2025-03-04T19:48:51.0806270Z * [new branch] csl/mps_sharding -> origin/csl/mps_sharding 2025-03-04T19:48:51.0806763Z * [new branch] csl/multigpufix -> origin/csl/multigpufix 2025-03-04T19:48:51.0807284Z * [new branch] csl/no_clean_workspace -> origin/csl/no_clean_workspace 2025-03-04T19:48:51.0807808Z * [new branch] csl/pytest_timeout -> origin/csl/pytest_timeout 2025-03-04T19:48:51.0808411Z * [new branch] csl/rerun_disabled_tests_print_log -> origin/csl/rerun_disabled_tests_print_log 2025-03-04T19:48:51.0808980Z * [new branch] csl/revert -> origin/csl/revert 2025-03-04T19:48:51.0809457Z * [new branch] csl/runtesttypes -> origin/csl/runtesttypes 2025-03-04T19:48:51.0809977Z * [new branch] csl/sharding_build_env -> origin/csl/sharding_build_env 2025-03-04T19:48:51.0810697Z * [new branch] csl/slowtesttimeout -> origin/csl/slowtesttimeout 2025-03-04T19:48:51.0811238Z * [new branch] csl/some_super_setup -> origin/csl/some_super_setup 2025-03-04T19:48:51.0811764Z * [new branch] csl/stdmakeunique -> origin/csl/stdmakeunique 2025-03-04T19:48:51.0812283Z * [new branch] csl/tensoboardpip -> origin/csl/tensoboardpip 2025-03-04T19:48:51.0812888Z * [new branch] csl/trymerge_initial_comment_stack -> origin/csl/trymerge_initial_comment_stack 2025-03-04T19:48:51.0813573Z * [new branch] csl/update_gh_runners_ubuntu2004 -> origin/csl/update_gh_runners_ubuntu2004 2025-03-04T19:48:51.0814159Z * [new branch] csl/windowsbat -> origin/csl/windowsbat 2025-03-04T19:48:51.0814658Z * [new branch] cublasfp16accum -> origin/cublasfp16accum 2025-03-04T19:48:51.0815224Z * [new branch] cutlass-template-fix-rocm -> origin/cutlass-template-fix-rocm 2025-03-04T19:48:51.0815901Z * [new branch] danthe3rd-patch-1 -> origin/danthe3rd-patch-1 2025-03-04T19:48:51.0816400Z * [new branch] dataclass -> origin/dataclass 2025-03-04T19:48:51.0816896Z * [new branch] daxia6/fix/doc_string -> origin/daxia6/fix/doc_string 2025-03-04T19:48:51.0817486Z * [new branch] desertfire/test_cpp_wrapper -> origin/desertfire/test_cpp_wrapper 2025-03-04T19:48:51.0818202Z * [new branch] desertfire/torchgen_support_default_arg -> origin/desertfire/torchgen_support_default_arg 2025-03-04T19:48:51.0818968Z * [new branch] desertfire/triton-cpu-for-aarch64 -> origin/desertfire/triton-cpu-for-aarch64 2025-03-04T19:48:51.0819634Z * [new branch] desertfire/update_hf_pin -> origin/desertfire/update_hf_pin 2025-03-04T19:48:51.0820286Z * [new branch] dev/joona/MPSNDArrayAdd -> origin/dev/joona/MPSNDArrayAdd 2025-03-04T19:48:51.1236261Z * [new branch] dev/joona/Unranked -> origin/dev/joona/Unranked 2025-03-04T19:48:51.1236859Z * [new branch] dev/joona/embeddingbag -> origin/dev/joona/embeddingbag 2025-03-04T19:48:51.1237385Z * [new branch] dev/joona/sdpa -> origin/dev/joona/sdpa 2025-03-04T19:48:51.1237900Z * [new branch] dev/joona/unique_leak -> origin/dev/joona/unique_leak 2025-03-04T19:48:51.1238433Z * [new branch] dev/joona/upsize3d -> origin/dev/joona/upsize3d 2025-03-04T19:48:51.1238914Z * [new branch] disable -> origin/disable 2025-03-04T19:48:51.1239475Z * [new branch] disable_fp_contract_baseline -> origin/disable_fp_contract_baseline 2025-03-04T19:48:51.1240299Z * [new branch] distributed_checkpointing_e2e_tests -> origin/distributed_checkpointing_e2e_tests 2025-03-04T19:48:51.1240904Z * [new branch] doc_change -> origin/doc_change 2025-03-04T19:48:51.1241356Z * [new branch] docs_numpy -> origin/docs_numpy 2025-03-04T19:48:51.1241817Z * [new branch] dropout-eval -> origin/dropout-eval 2025-03-04T19:48:51.1242376Z * [new branch] dtensor_fixes_2.1 -> origin/dtensor_fixes_2.1 2025-03-04T19:48:51.1242878Z * [new branch] dynamorunner_mp -> origin/dynamorunner_mp 2025-03-04T19:48:51.1243376Z * [new branch] e2e-baseline -> origin/e2e-baseline 2025-03-04T19:48:51.1243937Z * [new branch] eikanwang/eager_torch_compile -> origin/eikanwang/eager_torch_compile 2025-03-04T19:48:51.1244548Z * [new branch] embg/test_inductor_ci_128B -> origin/embg/test_inductor_ci_128B 2025-03-04T19:48:51.1245116Z * [new branch] embg/test_inductor_ci_base -> origin/embg/test_inductor_ci_base 2025-03-04T19:48:51.1245972Z * [new branch] embg/test_inductor_ci_control -> origin/embg/test_inductor_ci_control 2025-03-04T19:48:51.1246633Z * [new branch] embg/triton_l2_prefetch_128B -> origin/embg/triton_l2_prefetch_128B 2025-03-04T19:48:51.1247220Z * [new branch] embg/triton_l2_prefetch_256B -> origin/embg/triton_l2_prefetch_256B 2025-03-04T19:48:51.1247839Z * [new branch] enable_mi300_workflows_on_PRs -> origin/enable_mi300_workflows_on_PRs 2025-03-04T19:48:51.1248382Z * [new branch] eqy-patch-1 -> origin/eqy-patch-1 2025-03-04T19:48:51.1248850Z * [new branch] eqy-patch-20 -> origin/eqy-patch-20 2025-03-04T19:48:51.1249325Z * [new branch] eqy-patch-21 -> origin/eqy-patch-21 2025-03-04T19:48:51.1249783Z * [new branch] eqy-patch-26 -> origin/eqy-patch-26 2025-03-04T19:48:51.1250247Z * [new branch] eqy-patch-27 -> origin/eqy-patch-27 2025-03-04T19:48:51.1251357Z * [new branch] eqy-patch-3 -> origin/eqy-patch-3 2025-03-04T19:48:51.1251932Z * [new branch] eqy-patch-4 -> origin/eqy-patch-4 2025-03-04T19:48:51.1252540Z * [new branch] error-when-setattr-over-cls-attr -> origin/error-when-setattr-over-cls-attr 2025-03-04T19:48:51.1253128Z * [new branch] et_pin_bump -> origin/et_pin_bump 2025-03-04T19:48:51.1253705Z * [new branch] exclamaforte/aot-inductor-debug -> origin/exclamaforte/aot-inductor-debug 2025-03-04T19:48:51.1254422Z * [new branch] exclamaforte/aten-convolution-out -> origin/exclamaforte/aten-convolution-out 2025-03-04T19:48:51.1255170Z * [new branch] exclamaforte/combo-kernels-perf-run -> origin/exclamaforte/combo-kernels-perf-run 2025-03-04T19:48:51.1255902Z * [new branch] exclamaforte/cpp-wrapper-debug -> origin/exclamaforte/cpp-wrapper-debug 2025-03-04T19:48:51.1256512Z * [new branch] exclamaforte/delta -> origin/exclamaforte/delta 2025-03-04T19:48:51.1257162Z * [new branch] exclamaforte/disable-dynamo-config -> origin/exclamaforte/disable-dynamo-config 2025-03-04T19:48:51.1257840Z * [new branch] exclamaforte/dynamo-types -> origin/exclamaforte/dynamo-types 2025-03-04T19:48:51.1258515Z * [new branch] exclamaforte/enable-mem-dep-fusion -> origin/exclamaforte/enable-mem-dep-fusion 2025-03-04T19:48:51.1259181Z * [new branch] exclamaforte/fix-orig-svg -> origin/exclamaforte/fix-orig-svg 2025-03-04T19:48:51.1259873Z * [new branch] exclamaforte/fix-trace-parsing-fx-svg -> origin/exclamaforte/fix-trace-parsing-fx-svg 2025-03-04T19:48:51.1260714Z * [new branch] exclamaforte/force-pointwise-cat-perf-run -> origin/exclamaforte/force-pointwise-cat-perf-run 2025-03-04T19:48:51.1261453Z * [new branch] exclamaforte/fusion-data -> origin/exclamaforte/fusion-data 2025-03-04T19:48:51.1262109Z * [new branch] exclamaforte/heuristic-choices -> origin/exclamaforte/heuristic-choices 2025-03-04T19:48:51.1262948Z * [new branch] exclamaforte/heuristic-choices-2 -> origin/exclamaforte/heuristic-choices-2 2025-03-04T19:48:51.1686275Z * [new branch] exclamaforte/max-autotune-dtype-test -> origin/exclamaforte/max-autotune-dtype-test 2025-03-04T19:48:51.1687167Z * [new branch] exclamaforte/remove-desc-names -> origin/exclamaforte/remove-desc-names 2025-03-04T19:48:51.1687871Z * [new branch] exclamaforte/scheduler-refactor -> origin/exclamaforte/scheduler-refactor 2025-03-04T19:48:51.1688584Z * [new branch] exclamaforte/test_cpp_wrapper_mode -> origin/exclamaforte/test_cpp_wrapper_mode 2025-03-04T19:48:51.1689247Z * [new branch] exclamaforte/testing_only -> origin/exclamaforte/testing_only 2025-03-04T19:48:51.1689761Z * [new branch] exec -> origin/exec 2025-03-04T19:48:51.1690433Z * [new branch] experimental-mosaic -> origin/experimental-mosaic 2025-03-04T19:48:51.1690970Z * [new branch] export-D50544876 -> origin/export-D50544876 2025-03-04T19:48:51.1691470Z * [new branch] export-D51032385 -> origin/export-D51032385 2025-03-04T19:48:51.1691956Z * [new branch] export-D52434604 -> origin/export-D52434604 2025-03-04T19:48:51.1692543Z * [new branch] export-D58091437 -> origin/export-D58091437 2025-03-04T19:48:51.1693036Z * [new branch] export-D61047529 -> origin/export-D61047529 2025-03-04T19:48:51.1693524Z * [new branch] export-D61557220 -> origin/export-D61557220 2025-03-04T19:48:51.1694017Z * [new branch] export-D63493615 -> origin/export-D63493615 2025-03-04T19:48:51.1694507Z * [new branch] export-D65456781 -> origin/export-D65456781 2025-03-04T19:48:51.1695108Z * [new branch] export-D65560950 -> origin/export-D65560950 2025-03-04T19:48:51.1695599Z * [new branch] export-D65638757 -> origin/export-D65638757 2025-03-04T19:48:51.1696093Z * [new branch] export-D66529288 -> origin/export-D66529288 2025-03-04T19:48:51.1696586Z * [new branch] export-D66690419 -> origin/export-D66690419 2025-03-04T19:48:51.1697078Z * [new branch] export-D66717302 -> origin/export-D66717302 2025-03-04T19:48:51.1697568Z * [new branch] export-D66908884 -> origin/export-D66908884 2025-03-04T19:48:51.1698095Z * [new branch] export-D68245292 -> origin/export-D68245292 2025-03-04T19:48:51.1698628Z * [new branch] export-D68459341 -> origin/export-D68459341 2025-03-04T19:48:51.1699119Z * [new branch] export-D68909278 -> origin/export-D68909278 2025-03-04T19:48:51.1699612Z * [new branch] export-D69034578 -> origin/export-D69034578 2025-03-04T19:48:51.1700100Z * [new branch] export-D69070616 -> origin/export-D69070616 2025-03-04T19:48:51.1700591Z * [new branch] export-D69132186 -> origin/export-D69132186 2025-03-04T19:48:51.1701070Z * [new branch] export-D69355332 -> origin/export-D69355332 2025-03-04T19:48:51.1701559Z * [new branch] export-D69361235 -> origin/export-D69361235 2025-03-04T19:48:51.1702044Z * [new branch] export-D69592025 -> origin/export-D69592025 2025-03-04T19:48:51.1702538Z * [new branch] export-D69595327 -> origin/export-D69595327 2025-03-04T19:48:51.1703026Z * [new branch] export-D69994481 -> origin/export-D69994481 2025-03-04T19:48:51.1703563Z * [new branch] export-D70132269 -> origin/export-D70132269 2025-03-04T19:48:51.1704102Z * [new branch] export-D70141808 -> origin/export-D70141808 2025-03-04T19:48:51.1704587Z * [new branch] export-D70193972 -> origin/export-D70193972 2025-03-04T19:48:51.1705075Z * [new branch] export-D70454149 -> origin/export-D70454149 2025-03-04T19:48:51.1705689Z * [new branch] exported-model-train-idempotent -> origin/exported-model-train-idempotent 2025-03-04T19:48:51.1706284Z * [new branch] fa_u8_brgemm -> origin/fa_u8_brgemm 2025-03-04T19:48:51.1706763Z * [new branch] fastmath_baseline -> origin/fastmath_baseline 2025-03-04T19:48:51.1707246Z * [new branch] fbcode/warm -> origin/fbcode/warm 2025-03-04T19:48:51.1707674Z * [new branch] fca -> origin/fca 2025-03-04T19:48:51.1708085Z * [new branch] fca2 -> origin/fca2 2025-03-04T19:48:51.1708628Z * [new branch] fca2_ca5984c -> origin/fca2_ca5984c 2025-03-04T19:48:51.1709061Z * [new branch] fca3 -> origin/fca3 2025-03-04T19:48:51.1709525Z * [new branch] fca5 -> origin/fca5 2025-03-04T19:48:51.1710097Z * [new branch] fengyuan/external-proj -> origin/fengyuan/external-proj 2025-03-04T19:48:51.1710822Z * [new branch] fengyuan/out-of-tree-xpu-ops-improve-test -> origin/fengyuan/out-of-tree-xpu-ops-improve-test 2025-03-04T19:48:51.2120412Z * [new branch] fengyuan/out-of-tree-xpu-ops-remove-dtype -> origin/fengyuan/out-of-tree-xpu-ops-remove-dtype 2025-03-04T19:48:51.2121186Z * [new branch] fengyuan/test-xpu -> origin/fengyuan/test-xpu 2025-03-04T19:48:51.2121731Z * [new branch] ffast_math_baseline -> origin/ffast_math_baseline 2025-03-04T19:48:51.2122331Z * [new branch] ffast_math_target -> origin/ffast_math_target 2025-03-04T19:48:51.2123053Z * [new branch] findhao/base_commit -> origin/findhao/base_commit 2025-03-04T19:48:51.2123599Z * [new branch] findhao/base_commit1 -> origin/findhao/base_commit1 2025-03-04T19:48:51.2124188Z * [new branch] findhao/fix-indirect-access -> origin/findhao/fix-indirect-access 2025-03-04T19:48:51.2124768Z * [new branch] findhao/multistream2 -> origin/findhao/multistream2 2025-03-04T19:48:51.2125319Z * [new branch] findhao/multistream5 -> origin/findhao/multistream5 2025-03-04T19:48:51.2125886Z * [new branch] findhao/operatorbench3 -> origin/findhao/operatorbench3 2025-03-04T19:48:51.2126474Z * [new branch] findhao/operatorbench5 -> origin/findhao/operatorbench5 2025-03-04T19:48:51.2126986Z * [new branch] fix -> origin/fix 2025-03-04T19:48:51.2127521Z * [new branch] fix-benchmark-config-h100 -> origin/fix-benchmark-config-h100 2025-03-04T19:48:51.2128244Z * [new branch] fix-cat-lowering-uint8-hack -> origin/fix-cat-lowering-uint8-hack 2025-03-04T19:48:51.2128836Z * [new branch] fix-config-ignore -> origin/fix-config-ignore 2025-03-04T19:48:51.2129350Z * [new branch] fix-dict-guard -> origin/fix-dict-guard 2025-03-04T19:48:51.2129923Z * [new branch] fix-ios-upload-credentials -> origin/fix-ios-upload-credentials 2025-03-04T19:48:51.2130486Z * [new branch] fix-mem-leak -> origin/fix-mem-leak 2025-03-04T19:48:51.2131013Z * [new branch] fix-qat-derived-qspec -> origin/fix-qat-derived-qspec 2025-03-04T19:48:51.2131631Z * [new branch] fix-test-stat-upload-failures -> origin/fix-test-stat-upload-failures 2025-03-04T19:48:51.2132268Z * [new branch] fix_allow_train_eval_msg -> origin/fix_allow_train_eval_msg 2025-03-04T19:48:51.2132840Z * [new branch] fix_avoid_record_stream -> origin/fix_avoid_record_stream 2025-03-04T19:48:51.2133452Z * [new branch] fix_e2e_fsdp_tp_pairwise -> origin/fix_e2e_fsdp_tp_pairwise 2025-03-04T19:48:51.2134031Z * [new branch] fix_eval_train_2.1 -> origin/fix_eval_train_2.1 2025-03-04T19:48:51.2134525Z * [new branch] fix_partial -> origin/fix_partial 2025-03-04T19:48:51.2135015Z * [new branch] fix_xpu_content_store -> origin/fix_xpu_content_store 2025-03-04T19:48:51.2135534Z * [new branch] fixes-triage -> origin/fixes-triage 2025-03-04T19:48:51.2136010Z * [new branch] flat_apply -> origin/flat_apply 2025-03-04T19:48:51.2136564Z * [new branch] flex_attention_functorch_grad -> origin/flex_attention_functorch_grad 2025-03-04T19:48:51.2137418Z * [new branch] fmassa/partitioner_knapsack_checkpoint -> origin/fmassa/partitioner_knapsack_checkpoint 2025-03-04T19:48:51.2138056Z * [new branch] fp8_fix -> origin/fp8_fix 2025-03-04T19:48:51.2138542Z * [new branch] fsdp2_trace_rules -> origin/fsdp2_trace_rules 2025-03-04T19:48:51.2139062Z * [new branch] fsdpv2_3d -> origin/fsdpv2_3d 2025-03-04T19:48:51.2139583Z * [new branch] fsdpv2_3d_m1 -> origin/fsdpv2_3d_m1 2025-03-04T19:48:51.2140060Z * [new branch] func-attr -> origin/func-attr 2025-03-04T19:48:51.2140539Z * [new branch] functorch_scan -> origin/functorch_scan 2025-03-04T19:48:51.2141016Z * [new branch] fx_cpp -> origin/fx_cpp 2025-03-04T19:48:51.2141470Z * [new branch] fy/fix-win -> origin/fy/fix-win 2025-03-04T19:48:51.2141921Z * [new branch] gelu-3 -> origin/gelu-3 2025-03-04T19:48:51.2142519Z * [new branch] get_state_dict_forward_fix -> origin/get_state_dict_forward_fix 2025-03-04T19:48:51.2143081Z * [new branch] gh/AlnisM/1/base -> origin/gh/AlnisM/1/base 2025-03-04T19:48:51.2143597Z * [new branch] gh/AlnisM/1/head -> origin/gh/AlnisM/1/head 2025-03-04T19:48:51.2144127Z * [new branch] gh/BowenBao/296/base -> origin/gh/BowenBao/296/base 2025-03-04T19:48:51.2144721Z * [new branch] gh/BowenBao/296/head -> origin/gh/BowenBao/296/head 2025-03-04T19:48:51.2145299Z * [new branch] gh/BowenBao/296/orig -> origin/gh/BowenBao/296/orig 2025-03-04T19:48:51.2145830Z * [new branch] gh/CaoE/46/base -> origin/gh/CaoE/46/base 2025-03-04T19:48:51.2146327Z * [new branch] gh/CaoE/46/head -> origin/gh/CaoE/46/head 2025-03-04T19:48:51.2146833Z * [new branch] gh/CaoE/46/orig -> origin/gh/CaoE/46/orig 2025-03-04T19:48:51.2574525Z * [new branch] gh/CaoE/47/base -> origin/gh/CaoE/47/base 2025-03-04T19:48:51.2575090Z * [new branch] gh/CaoE/47/head -> origin/gh/CaoE/47/head 2025-03-04T19:48:51.2575599Z * [new branch] gh/CaoE/47/orig -> origin/gh/CaoE/47/orig 2025-03-04T19:48:51.2576082Z * [new branch] gh/CaoE/48/base -> origin/gh/CaoE/48/base 2025-03-04T19:48:51.2576579Z * [new branch] gh/CaoE/48/head -> origin/gh/CaoE/48/head 2025-03-04T19:48:51.2577073Z * [new branch] gh/CaoE/48/orig -> origin/gh/CaoE/48/orig 2025-03-04T19:48:51.2577567Z * [new branch] gh/CaoE/49/base -> origin/gh/CaoE/49/base 2025-03-04T19:48:51.2578059Z * [new branch] gh/CaoE/49/head -> origin/gh/CaoE/49/head 2025-03-04T19:48:51.2578559Z * [new branch] gh/CaoE/49/orig -> origin/gh/CaoE/49/orig 2025-03-04T19:48:51.2579051Z * [new branch] gh/CaoE/50/base -> origin/gh/CaoE/50/base 2025-03-04T19:48:51.2579534Z * [new branch] gh/CaoE/50/head -> origin/gh/CaoE/50/head 2025-03-04T19:48:51.2580023Z * [new branch] gh/CaoE/50/orig -> origin/gh/CaoE/50/orig 2025-03-04T19:48:51.2580511Z * [new branch] gh/CaoE/51/base -> origin/gh/CaoE/51/base 2025-03-04T19:48:51.2580999Z * [new branch] gh/CaoE/51/head -> origin/gh/CaoE/51/head 2025-03-04T19:48:51.2581557Z * [new branch] gh/CaoE/51/orig -> origin/gh/CaoE/51/orig 2025-03-04T19:48:51.2582149Z * [new branch] gh/ColinPeppler/61/base -> origin/gh/ColinPeppler/61/base 2025-03-04T19:48:51.2582736Z * [new branch] gh/ColinPeppler/61/head -> origin/gh/ColinPeppler/61/head 2025-03-04T19:48:51.2583479Z * [new branch] gh/ColinPeppler/61/orig -> origin/gh/ColinPeppler/61/orig 2025-03-04T19:48:51.2584074Z * [new branch] gh/ColinPeppler/62/base -> origin/gh/ColinPeppler/62/base 2025-03-04T19:48:51.2584661Z * [new branch] gh/ColinPeppler/62/head -> origin/gh/ColinPeppler/62/head 2025-03-04T19:48:51.2585243Z * [new branch] gh/ColinPeppler/62/orig -> origin/gh/ColinPeppler/62/orig 2025-03-04T19:48:51.2585818Z * [new branch] gh/EikanWang/67/base -> origin/gh/EikanWang/67/base 2025-03-04T19:48:51.2586354Z * [new branch] gh/EikanWang/67/head -> origin/gh/EikanWang/67/head 2025-03-04T19:48:51.2586955Z * [new branch] gh/EikanWang/74/base -> origin/gh/EikanWang/74/base 2025-03-04T19:48:51.2587553Z * [new branch] gh/EikanWang/74/head -> origin/gh/EikanWang/74/head 2025-03-04T19:48:51.2588093Z * [new branch] gh/EikanWang/74/orig -> origin/gh/EikanWang/74/orig 2025-03-04T19:48:51.2588740Z * [new branch] gh/EikanWang/75/base -> origin/gh/EikanWang/75/base 2025-03-04T19:48:51.2589282Z * [new branch] gh/EikanWang/75/head -> origin/gh/EikanWang/75/head 2025-03-04T19:48:51.2589806Z * [new branch] gh/EikanWang/75/orig -> origin/gh/EikanWang/75/orig 2025-03-04T19:48:51.2590342Z * [new branch] gh/EikanWang/76/base -> origin/gh/EikanWang/76/base 2025-03-04T19:48:51.2590895Z * [new branch] gh/EikanWang/76/head -> origin/gh/EikanWang/76/head 2025-03-04T19:48:51.2591438Z * [new branch] gh/EikanWang/76/orig -> origin/gh/EikanWang/76/orig 2025-03-04T19:48:51.2591983Z * [new branch] gh/EikanWang/77/base -> origin/gh/EikanWang/77/base 2025-03-04T19:48:51.2592530Z * [new branch] gh/EikanWang/77/head -> origin/gh/EikanWang/77/head 2025-03-04T19:48:51.2593180Z * [new branch] gh/EikanWang/77/orig -> origin/gh/EikanWang/77/orig 2025-03-04T19:48:51.2593712Z * [new branch] gh/EikanWang/78/base -> origin/gh/EikanWang/78/base 2025-03-04T19:48:51.2594259Z * [new branch] gh/EikanWang/78/head -> origin/gh/EikanWang/78/head 2025-03-04T19:48:51.2594802Z * [new branch] gh/EikanWang/78/orig -> origin/gh/EikanWang/78/orig 2025-03-04T19:48:51.2595353Z * [new branch] gh/Gasoonjia/1/base -> origin/gh/Gasoonjia/1/base 2025-03-04T19:48:51.2595894Z * [new branch] gh/Gasoonjia/1/head -> origin/gh/Gasoonjia/1/head 2025-03-04T19:48:51.2596425Z * [new branch] gh/H-Huang/131/base -> origin/gh/H-Huang/131/base 2025-03-04T19:48:51.2596935Z * [new branch] gh/H-Huang/131/head -> origin/gh/H-Huang/131/head 2025-03-04T19:48:51.2597452Z * [new branch] gh/H-Huang/131/orig -> origin/gh/H-Huang/131/orig 2025-03-04T19:48:51.2597964Z * [new branch] gh/H-Huang/132/base -> origin/gh/H-Huang/132/base 2025-03-04T19:48:51.2598522Z * [new branch] gh/H-Huang/132/head -> origin/gh/H-Huang/132/head 2025-03-04T19:48:51.2599081Z * [new branch] gh/H-Huang/132/orig -> origin/gh/H-Huang/132/orig 2025-03-04T19:48:51.2599600Z * [new branch] gh/H-Huang/160/base -> origin/gh/H-Huang/160/base 2025-03-04T19:48:51.3037526Z * [new branch] gh/H-Huang/160/head -> origin/gh/H-Huang/160/head 2025-03-04T19:48:51.3038123Z * [new branch] gh/H-Huang/160/orig -> origin/gh/H-Huang/160/orig 2025-03-04T19:48:51.3038652Z * [new branch] gh/H-Huang/165/base -> origin/gh/H-Huang/165/base 2025-03-04T19:48:51.3039166Z * [new branch] gh/H-Huang/165/head -> origin/gh/H-Huang/165/head 2025-03-04T19:48:51.3039672Z * [new branch] gh/H-Huang/165/orig -> origin/gh/H-Huang/165/orig 2025-03-04T19:48:51.3040517Z * [new branch] gh/H-Huang/166/base -> origin/gh/H-Huang/166/base 2025-03-04T19:48:51.3041034Z * [new branch] gh/H-Huang/166/head -> origin/gh/H-Huang/166/head 2025-03-04T19:48:51.3041553Z * [new branch] gh/H-Huang/166/orig -> origin/gh/H-Huang/166/orig 2025-03-04T19:48:51.3042049Z * [new branch] gh/H-Huang/167/base -> origin/gh/H-Huang/167/base 2025-03-04T19:48:51.3042558Z * [new branch] gh/H-Huang/167/head -> origin/gh/H-Huang/167/head 2025-03-04T19:48:51.3043073Z * [new branch] gh/H-Huang/167/orig -> origin/gh/H-Huang/167/orig 2025-03-04T19:48:51.3043593Z * [new branch] gh/H-Huang/168/base -> origin/gh/H-Huang/168/base 2025-03-04T19:48:51.3044108Z * [new branch] gh/H-Huang/168/head -> origin/gh/H-Huang/168/head 2025-03-04T19:48:51.3044619Z * [new branch] gh/H-Huang/168/orig -> origin/gh/H-Huang/168/orig 2025-03-04T19:48:51.3045258Z * [new branch] gh/H-Huang/169/base -> origin/gh/H-Huang/169/base 2025-03-04T19:48:51.3045830Z * [new branch] gh/H-Huang/169/head -> origin/gh/H-Huang/169/head 2025-03-04T19:48:51.3046347Z * [new branch] gh/H-Huang/169/orig -> origin/gh/H-Huang/169/orig 2025-03-04T19:48:51.3046853Z * [new branch] gh/H-Huang/170/base -> origin/gh/H-Huang/170/base 2025-03-04T19:48:51.3047368Z * [new branch] gh/H-Huang/170/head -> origin/gh/H-Huang/170/head 2025-03-04T19:48:51.3047880Z * [new branch] gh/H-Huang/170/orig -> origin/gh/H-Huang/170/orig 2025-03-04T19:48:51.3048410Z * [new branch] gh/HDCharles/168/base -> origin/gh/HDCharles/168/base 2025-03-04T19:48:51.3048972Z * [new branch] gh/HDCharles/168/head -> origin/gh/HDCharles/168/head 2025-03-04T19:48:51.3049534Z * [new branch] gh/HDCharles/168/orig -> origin/gh/HDCharles/168/orig 2025-03-04T19:48:51.3050108Z * [new branch] gh/IvanKobzarev/100/base -> origin/gh/IvanKobzarev/100/base 2025-03-04T19:48:51.3050694Z * [new branch] gh/IvanKobzarev/100/head -> origin/gh/IvanKobzarev/100/head 2025-03-04T19:48:51.3051327Z * [new branch] gh/IvanKobzarev/100/orig -> origin/gh/IvanKobzarev/100/orig 2025-03-04T19:48:51.3051951Z * [new branch] gh/IvanKobzarev/101/base -> origin/gh/IvanKobzarev/101/base 2025-03-04T19:48:51.3052536Z * [new branch] gh/IvanKobzarev/101/head -> origin/gh/IvanKobzarev/101/head 2025-03-04T19:48:51.3053118Z * [new branch] gh/IvanKobzarev/101/orig -> origin/gh/IvanKobzarev/101/orig 2025-03-04T19:48:51.3053703Z * [new branch] gh/IvanKobzarev/102/base -> origin/gh/IvanKobzarev/102/base 2025-03-04T19:48:51.3054286Z * [new branch] gh/IvanKobzarev/102/head -> origin/gh/IvanKobzarev/102/head 2025-03-04T19:48:51.3054883Z * [new branch] gh/IvanKobzarev/102/orig -> origin/gh/IvanKobzarev/102/orig 2025-03-04T19:48:51.3055466Z * [new branch] gh/IvanKobzarev/103/base -> origin/gh/IvanKobzarev/103/base 2025-03-04T19:48:51.3056035Z * [new branch] gh/IvanKobzarev/103/head -> origin/gh/IvanKobzarev/103/head 2025-03-04T19:48:51.3056621Z * [new branch] gh/IvanKobzarev/103/orig -> origin/gh/IvanKobzarev/103/orig 2025-03-04T19:48:51.3057296Z * [new branch] gh/IvanKobzarev/104/base -> origin/gh/IvanKobzarev/104/base 2025-03-04T19:48:51.3057882Z * [new branch] gh/IvanKobzarev/104/head -> origin/gh/IvanKobzarev/104/head 2025-03-04T19:48:51.3058472Z * [new branch] gh/IvanKobzarev/104/orig -> origin/gh/IvanKobzarev/104/orig 2025-03-04T19:48:51.3059062Z * [new branch] gh/IvanKobzarev/56/base -> origin/gh/IvanKobzarev/56/base 2025-03-04T19:48:51.3059726Z * [new branch] gh/IvanKobzarev/56/head -> origin/gh/IvanKobzarev/56/head 2025-03-04T19:48:51.3060315Z * [new branch] gh/IvanKobzarev/56/orig -> origin/gh/IvanKobzarev/56/orig 2025-03-04T19:48:51.3060897Z * [new branch] gh/IvanKobzarev/64/base -> origin/gh/IvanKobzarev/64/base 2025-03-04T19:48:51.3061478Z * [new branch] gh/IvanKobzarev/64/head -> origin/gh/IvanKobzarev/64/head 2025-03-04T19:48:51.3062065Z * [new branch] gh/IvanKobzarev/64/orig -> origin/gh/IvanKobzarev/64/orig 2025-03-04T19:48:51.3062694Z * [new branch] gh/IvanKobzarev/78/base -> origin/gh/IvanKobzarev/78/base 2025-03-04T19:48:51.3063300Z * [new branch] gh/IvanKobzarev/78/head -> origin/gh/IvanKobzarev/78/head 2025-03-04T19:48:51.3473056Z * [new branch] gh/IvanKobzarev/78/orig -> origin/gh/IvanKobzarev/78/orig 2025-03-04T19:48:51.3473704Z * [new branch] gh/IvanKobzarev/84/base -> origin/gh/IvanKobzarev/84/base 2025-03-04T19:48:51.3474450Z * [new branch] gh/IvanKobzarev/84/head -> origin/gh/IvanKobzarev/84/head 2025-03-04T19:48:51.3475032Z * [new branch] gh/IvanKobzarev/84/orig -> origin/gh/IvanKobzarev/84/orig 2025-03-04T19:48:51.3475608Z * [new branch] gh/IvanKobzarev/86/base -> origin/gh/IvanKobzarev/86/base 2025-03-04T19:48:51.3476188Z * [new branch] gh/IvanKobzarev/86/head -> origin/gh/IvanKobzarev/86/head 2025-03-04T19:48:51.3476820Z * [new branch] gh/IvanKobzarev/86/orig -> origin/gh/IvanKobzarev/86/orig 2025-03-04T19:48:51.3477427Z * [new branch] gh/IvanKobzarev/91/base -> origin/gh/IvanKobzarev/91/base 2025-03-04T19:48:51.3478004Z * [new branch] gh/IvanKobzarev/91/head -> origin/gh/IvanKobzarev/91/head 2025-03-04T19:48:51.3478583Z * [new branch] gh/IvanKobzarev/91/orig -> origin/gh/IvanKobzarev/91/orig 2025-03-04T19:48:51.3479163Z * [new branch] gh/IvanKobzarev/92/base -> origin/gh/IvanKobzarev/92/base 2025-03-04T19:48:51.3479746Z * [new branch] gh/IvanKobzarev/92/head -> origin/gh/IvanKobzarev/92/head 2025-03-04T19:48:51.3480400Z * [new branch] gh/IvanKobzarev/92/orig -> origin/gh/IvanKobzarev/92/orig 2025-03-04T19:48:51.3480966Z * [new branch] gh/IvanKobzarev/93/base -> origin/gh/IvanKobzarev/93/base 2025-03-04T19:48:51.3481541Z * [new branch] gh/IvanKobzarev/93/head -> origin/gh/IvanKobzarev/93/head 2025-03-04T19:48:51.3482115Z * [new branch] gh/IvanKobzarev/93/orig -> origin/gh/IvanKobzarev/93/orig 2025-03-04T19:48:51.3482773Z * [new branch] gh/IvanKobzarev/94/base -> origin/gh/IvanKobzarev/94/base 2025-03-04T19:48:51.3483352Z * [new branch] gh/IvanKobzarev/94/head -> origin/gh/IvanKobzarev/94/head 2025-03-04T19:48:51.3483933Z * [new branch] gh/IvanKobzarev/94/orig -> origin/gh/IvanKobzarev/94/orig 2025-03-04T19:48:51.3484525Z * [new branch] gh/IvanKobzarev/98/base -> origin/gh/IvanKobzarev/98/base 2025-03-04T19:48:51.3485089Z * [new branch] gh/IvanKobzarev/98/head -> origin/gh/IvanKobzarev/98/head 2025-03-04T19:48:51.3485665Z * [new branch] gh/IvanKobzarev/98/orig -> origin/gh/IvanKobzarev/98/orig 2025-03-04T19:48:51.3486227Z * [new branch] gh/Lezcano/243/base -> origin/gh/Lezcano/243/base 2025-03-04T19:48:51.3486766Z * [new branch] gh/Lezcano/243/head -> origin/gh/Lezcano/243/head 2025-03-04T19:48:51.3487297Z * [new branch] gh/Lezcano/243/orig -> origin/gh/Lezcano/243/orig 2025-03-04T19:48:51.3487904Z * [new branch] gh/SS-JIA/164/base -> origin/gh/SS-JIA/164/base 2025-03-04T19:48:51.3488493Z * [new branch] gh/SS-JIA/164/head -> origin/gh/SS-JIA/164/head 2025-03-04T19:48:51.3489109Z * [new branch] gh/SS-JIA/172/base -> origin/gh/SS-JIA/172/base 2025-03-04T19:48:51.3489623Z * [new branch] gh/SS-JIA/172/head -> origin/gh/SS-JIA/172/head 2025-03-04T19:48:51.3490125Z * [new branch] gh/SS-JIA/172/orig -> origin/gh/SS-JIA/172/orig 2025-03-04T19:48:51.3490662Z * [new branch] gh/SamGinzburg/11/base -> origin/gh/SamGinzburg/11/base 2025-03-04T19:48:51.3491234Z * [new branch] gh/SamGinzburg/11/head -> origin/gh/SamGinzburg/11/head 2025-03-04T19:48:51.3491804Z * [new branch] gh/SamGinzburg/14/base -> origin/gh/SamGinzburg/14/base 2025-03-04T19:48:51.3492360Z * [new branch] gh/SamGinzburg/14/head -> origin/gh/SamGinzburg/14/head 2025-03-04T19:48:51.3492928Z * [new branch] gh/SamGinzburg/14/orig -> origin/gh/SamGinzburg/14/orig 2025-03-04T19:48:51.3493501Z * [new branch] gh/StrongerXi/1/base -> origin/gh/StrongerXi/1/base 2025-03-04T19:48:51.3494256Z * [new branch] gh/StrongerXi/1/head -> origin/gh/StrongerXi/1/head 2025-03-04T19:48:51.3494817Z * [new branch] gh/StrongerXi/63/base -> origin/gh/StrongerXi/63/base 2025-03-04T19:48:51.3495388Z * [new branch] gh/StrongerXi/63/head -> origin/gh/StrongerXi/63/head 2025-03-04T19:48:51.3495928Z * [new branch] gh/StrongerXi/63/orig -> origin/gh/StrongerXi/63/orig 2025-03-04T19:48:51.3496478Z * [new branch] gh/StrongerXi/67/base -> origin/gh/StrongerXi/67/base 2025-03-04T19:48:51.3497031Z * [new branch] gh/StrongerXi/67/head -> origin/gh/StrongerXi/67/head 2025-03-04T19:48:51.3497583Z * [new branch] gh/StrongerXi/67/orig -> origin/gh/StrongerXi/67/orig 2025-03-04T19:48:51.3498131Z * [new branch] gh/StrongerXi/71/base -> origin/gh/StrongerXi/71/base 2025-03-04T19:48:51.3498679Z * [new branch] gh/StrongerXi/71/head -> origin/gh/StrongerXi/71/head 2025-03-04T19:48:51.3499220Z * [new branch] gh/StrongerXi/72/base -> origin/gh/StrongerXi/72/base 2025-03-04T19:48:51.3928407Z * [new branch] gh/StrongerXi/72/head -> origin/gh/StrongerXi/72/head 2025-03-04T19:48:51.3929028Z * [new branch] gh/StrongerXi/81/base -> origin/gh/StrongerXi/81/base 2025-03-04T19:48:51.3929587Z * [new branch] gh/StrongerXi/81/head -> origin/gh/StrongerXi/81/head 2025-03-04T19:48:51.3930142Z * [new branch] gh/StrongerXi/81/orig -> origin/gh/StrongerXi/81/orig 2025-03-04T19:48:51.3930698Z * [new branch] gh/StrongerXi/82/base -> origin/gh/StrongerXi/82/base 2025-03-04T19:48:51.3931249Z * [new branch] gh/StrongerXi/82/head -> origin/gh/StrongerXi/82/head 2025-03-04T19:48:51.3931796Z * [new branch] gh/StrongerXi/82/orig -> origin/gh/StrongerXi/82/orig 2025-03-04T19:48:51.3932351Z * [new branch] gh/StrongerXi/83/base -> origin/gh/StrongerXi/83/base 2025-03-04T19:48:51.3932909Z * [new branch] gh/StrongerXi/83/head -> origin/gh/StrongerXi/83/head 2025-03-04T19:48:51.3933466Z * [new branch] gh/StrongerXi/83/orig -> origin/gh/StrongerXi/83/orig 2025-03-04T19:48:51.3934014Z * [new branch] gh/StrongerXi/84/base -> origin/gh/StrongerXi/84/base 2025-03-04T19:48:51.3934560Z * [new branch] gh/StrongerXi/84/head -> origin/gh/StrongerXi/84/head 2025-03-04T19:48:51.3935116Z * [new branch] gh/StrongerXi/84/orig -> origin/gh/StrongerXi/84/orig 2025-03-04T19:48:51.3935655Z * [new branch] gh/StrongerXi/85/base -> origin/gh/StrongerXi/85/base 2025-03-04T19:48:51.3936210Z * [new branch] gh/StrongerXi/85/head -> origin/gh/StrongerXi/85/head 2025-03-04T19:48:51.3936762Z * [new branch] gh/StrongerXi/85/orig -> origin/gh/StrongerXi/85/orig 2025-03-04T19:48:51.3937776Z * [new branch] gh/StrongerXi/86/base -> origin/gh/StrongerXi/86/base 2025-03-04T19:48:51.3938333Z * [new branch] gh/StrongerXi/86/head -> origin/gh/StrongerXi/86/head 2025-03-04T19:48:51.3938883Z * [new branch] gh/StrongerXi/86/orig -> origin/gh/StrongerXi/86/orig 2025-03-04T19:48:51.3939418Z * [new branch] gh/StrongerXi/87/base -> origin/gh/StrongerXi/87/base 2025-03-04T19:48:51.3939966Z * [new branch] gh/StrongerXi/87/head -> origin/gh/StrongerXi/87/head 2025-03-04T19:48:51.3940518Z * [new branch] gh/StrongerXi/87/orig -> origin/gh/StrongerXi/87/orig 2025-03-04T19:48:51.3941072Z * [new branch] gh/StrongerXi/88/base -> origin/gh/StrongerXi/88/base 2025-03-04T19:48:51.3941624Z * [new branch] gh/StrongerXi/88/head -> origin/gh/StrongerXi/88/head 2025-03-04T19:48:51.3942180Z * [new branch] gh/StrongerXi/88/orig -> origin/gh/StrongerXi/88/orig 2025-03-04T19:48:51.3943152Z * [new branch] gh/StrongerXi/89/base -> origin/gh/StrongerXi/89/base 2025-03-04T19:48:51.3943713Z * [new branch] gh/StrongerXi/89/head -> origin/gh/StrongerXi/89/head 2025-03-04T19:48:51.3944270Z * [new branch] gh/StrongerXi/89/orig -> origin/gh/StrongerXi/89/orig 2025-03-04T19:48:51.3944821Z * [new branch] gh/StrongerXi/90/base -> origin/gh/StrongerXi/90/base 2025-03-04T19:48:51.3945376Z * [new branch] gh/StrongerXi/90/head -> origin/gh/StrongerXi/90/head 2025-03-04T19:48:51.3945926Z * [new branch] gh/StrongerXi/90/orig -> origin/gh/StrongerXi/90/orig 2025-03-04T19:48:51.3946478Z * [new branch] gh/StrongerXi/91/base -> origin/gh/StrongerXi/91/base 2025-03-04T19:48:51.3947017Z * [new branch] gh/StrongerXi/91/head -> origin/gh/StrongerXi/91/head 2025-03-04T19:48:51.3947684Z * [new branch] gh/StrongerXi/91/orig -> origin/gh/StrongerXi/91/orig 2025-03-04T19:48:51.3948282Z * [new branch] gh/StrongerXi/92/base -> origin/gh/StrongerXi/92/base 2025-03-04T19:48:51.3948843Z * [new branch] gh/StrongerXi/92/head -> origin/gh/StrongerXi/92/head 2025-03-04T19:48:51.3949396Z * [new branch] gh/StrongerXi/92/orig -> origin/gh/StrongerXi/92/orig 2025-03-04T19:48:51.3949945Z * [new branch] gh/Xia-Weiwen/28/base -> origin/gh/Xia-Weiwen/28/base 2025-03-04T19:48:51.3950466Z * [new branch] gh/Xia-Weiwen/28/head -> origin/gh/Xia-Weiwen/28/head 2025-03-04T19:48:51.3951010Z * [new branch] gh/Xia-Weiwen/28/orig -> origin/gh/Xia-Weiwen/28/orig 2025-03-04T19:48:51.3951541Z * [new branch] gh/Xia-Weiwen/29/base -> origin/gh/Xia-Weiwen/29/base 2025-03-04T19:48:51.3952079Z * [new branch] gh/Xia-Weiwen/29/head -> origin/gh/Xia-Weiwen/29/head 2025-03-04T19:48:51.3952625Z * [new branch] gh/Xia-Weiwen/29/orig -> origin/gh/Xia-Weiwen/29/orig 2025-03-04T19:48:51.3953161Z * [new branch] gh/Xia-Weiwen/30/base -> origin/gh/Xia-Weiwen/30/base 2025-03-04T19:48:51.3953683Z * [new branch] gh/Xia-Weiwen/30/head -> origin/gh/Xia-Weiwen/30/head 2025-03-04T19:48:51.3954221Z * [new branch] gh/Xia-Weiwen/30/orig -> origin/gh/Xia-Weiwen/30/orig 2025-03-04T19:48:51.4379526Z * [new branch] gh/XilunWu/109/base -> origin/gh/XilunWu/109/base 2025-03-04T19:48:51.4380191Z * [new branch] gh/XilunWu/109/head -> origin/gh/XilunWu/109/head 2025-03-04T19:48:51.4380749Z * [new branch] gh/XilunWu/109/orig -> origin/gh/XilunWu/109/orig 2025-03-04T19:48:51.4381278Z * [new branch] gh/XilunWu/110/base -> origin/gh/XilunWu/110/base 2025-03-04T19:48:51.4381990Z * [new branch] gh/XilunWu/110/head -> origin/gh/XilunWu/110/head 2025-03-04T19:48:51.4382524Z * [new branch] gh/XilunWu/110/orig -> origin/gh/XilunWu/110/orig 2025-03-04T19:48:51.4383042Z * [new branch] gh/XilunWu/112/base -> origin/gh/XilunWu/112/base 2025-03-04T19:48:51.4383573Z * [new branch] gh/XilunWu/112/head -> origin/gh/XilunWu/112/head 2025-03-04T19:48:51.4384099Z * [new branch] gh/XilunWu/112/orig -> origin/gh/XilunWu/112/orig 2025-03-04T19:48:51.4384625Z * [new branch] gh/XilunWu/113/base -> origin/gh/XilunWu/113/base 2025-03-04T19:48:51.4385150Z * [new branch] gh/XilunWu/113/head -> origin/gh/XilunWu/113/head 2025-03-04T19:48:51.4385765Z * [new branch] gh/XilunWu/113/orig -> origin/gh/XilunWu/113/orig 2025-03-04T19:48:51.4386280Z * [new branch] gh/XilunWu/114/base -> origin/gh/XilunWu/114/base 2025-03-04T19:48:51.4386917Z * [new branch] gh/XilunWu/114/head -> origin/gh/XilunWu/114/head 2025-03-04T19:48:51.4387441Z * [new branch] gh/XilunWu/114/orig -> origin/gh/XilunWu/114/orig 2025-03-04T19:48:51.4387966Z * [new branch] gh/XilunWu/115/base -> origin/gh/XilunWu/115/base 2025-03-04T19:48:51.4388492Z * [new branch] gh/XilunWu/115/head -> origin/gh/XilunWu/115/head 2025-03-04T19:48:51.4389019Z * [new branch] gh/XilunWu/115/orig -> origin/gh/XilunWu/115/orig 2025-03-04T19:48:51.4389530Z * [new branch] gh/XilunWu/116/base -> origin/gh/XilunWu/116/base 2025-03-04T19:48:51.4390057Z * [new branch] gh/XilunWu/116/head -> origin/gh/XilunWu/116/head 2025-03-04T19:48:51.4390583Z * [new branch] gh/XilunWu/116/orig -> origin/gh/XilunWu/116/orig 2025-03-04T19:48:51.4391114Z * [new branch] gh/XilunWu/117/base -> origin/gh/XilunWu/117/base 2025-03-04T19:48:51.4391657Z * [new branch] gh/XilunWu/117/head -> origin/gh/XilunWu/117/head 2025-03-04T19:48:51.4392185Z * [new branch] gh/XilunWu/117/orig -> origin/gh/XilunWu/117/orig 2025-03-04T19:48:51.4392703Z * [new branch] gh/XilunWu/118/base -> origin/gh/XilunWu/118/base 2025-03-04T19:48:51.4393236Z * [new branch] gh/XilunWu/118/head -> origin/gh/XilunWu/118/head 2025-03-04T19:48:51.4393765Z * [new branch] gh/XilunWu/118/orig -> origin/gh/XilunWu/118/orig 2025-03-04T19:48:51.4394292Z * [new branch] gh/XilunWu/119/base -> origin/gh/XilunWu/119/base 2025-03-04T19:48:51.4394822Z * [new branch] gh/XilunWu/119/head -> origin/gh/XilunWu/119/head 2025-03-04T19:48:51.4395354Z * [new branch] gh/XilunWu/119/orig -> origin/gh/XilunWu/119/orig 2025-03-04T19:48:51.4395891Z * [new branch] gh/XilunWu/120/base -> origin/gh/XilunWu/120/base 2025-03-04T19:48:51.4396503Z * [new branch] gh/XilunWu/120/head -> origin/gh/XilunWu/120/head 2025-03-04T19:48:51.4397036Z * [new branch] gh/XilunWu/120/orig -> origin/gh/XilunWu/120/orig 2025-03-04T19:48:51.4397567Z * [new branch] gh/XilunWu/121/base -> origin/gh/XilunWu/121/base 2025-03-04T19:48:51.4398096Z * [new branch] gh/XilunWu/121/head -> origin/gh/XilunWu/121/head 2025-03-04T19:48:51.4398620Z * [new branch] gh/XilunWu/121/orig -> origin/gh/XilunWu/121/orig 2025-03-04T19:48:51.4399143Z * [new branch] gh/XilunWu/122/base -> origin/gh/XilunWu/122/base 2025-03-04T19:48:51.4399657Z * [new branch] gh/XilunWu/122/head -> origin/gh/XilunWu/122/head 2025-03-04T19:48:51.4400184Z * [new branch] gh/XilunWu/122/orig -> origin/gh/XilunWu/122/orig 2025-03-04T19:48:51.4400904Z * [new branch] gh/XilunWu/123/base -> origin/gh/XilunWu/123/base 2025-03-04T19:48:51.4401437Z * [new branch] gh/XilunWu/123/head -> origin/gh/XilunWu/123/head 2025-03-04T19:48:51.4402011Z * [new branch] gh/XilunWu/123/orig -> origin/gh/XilunWu/123/orig 2025-03-04T19:48:51.4402601Z * [new branch] gh/XuehaiPan/1/base -> origin/gh/XuehaiPan/1/base 2025-03-04T19:48:51.4403128Z * [new branch] gh/XuehaiPan/1/head -> origin/gh/XuehaiPan/1/head 2025-03-04T19:48:51.4403664Z * [new branch] gh/XuehaiPan/1/orig -> origin/gh/XuehaiPan/1/orig 2025-03-04T19:48:51.4404216Z * [new branch] gh/XuehaiPan/104/base -> origin/gh/XuehaiPan/104/base 2025-03-04T19:48:51.4404769Z * [new branch] gh/XuehaiPan/104/head -> origin/gh/XuehaiPan/104/head 2025-03-04T19:48:51.5161440Z * [new branch] gh/XuehaiPan/104/orig -> origin/gh/XuehaiPan/104/orig 2025-03-04T19:48:51.5162345Z * [new branch] gh/XuehaiPan/105/base -> origin/gh/XuehaiPan/105/base 2025-03-04T19:48:51.5162913Z * [new branch] gh/XuehaiPan/105/head -> origin/gh/XuehaiPan/105/head 2025-03-04T19:48:51.5163469Z * [new branch] gh/XuehaiPan/105/orig -> origin/gh/XuehaiPan/105/orig 2025-03-04T19:48:51.5164011Z * [new branch] gh/XuehaiPan/108/base -> origin/gh/XuehaiPan/108/base 2025-03-04T19:48:51.5164616Z * [new branch] gh/XuehaiPan/108/head -> origin/gh/XuehaiPan/108/head 2025-03-04T19:48:51.5165297Z * [new branch] gh/XuehaiPan/108/orig -> origin/gh/XuehaiPan/108/orig 2025-03-04T19:48:51.5166047Z * [new branch] gh/XuehaiPan/109/base -> origin/gh/XuehaiPan/109/base 2025-03-04T19:48:51.5166705Z * [new branch] gh/XuehaiPan/109/head -> origin/gh/XuehaiPan/109/head 2025-03-04T19:48:51.5167354Z * [new branch] gh/XuehaiPan/109/orig -> origin/gh/XuehaiPan/109/orig 2025-03-04T19:48:51.5167960Z * [new branch] gh/XuehaiPan/13/base -> origin/gh/XuehaiPan/13/base 2025-03-04T19:48:51.5168615Z * [new branch] gh/XuehaiPan/13/head -> origin/gh/XuehaiPan/13/head 2025-03-04T19:48:51.5169166Z * [new branch] gh/XuehaiPan/13/orig -> origin/gh/XuehaiPan/13/orig 2025-03-04T19:48:51.5169766Z * [new branch] gh/XuehaiPan/14/base -> origin/gh/XuehaiPan/14/base 2025-03-04T19:48:51.5170308Z * [new branch] gh/XuehaiPan/14/head -> origin/gh/XuehaiPan/14/head 2025-03-04T19:48:51.5170906Z * [new branch] gh/XuehaiPan/14/orig -> origin/gh/XuehaiPan/14/orig 2025-03-04T19:48:51.5171493Z * [new branch] gh/XuehaiPan/179/base -> origin/gh/XuehaiPan/179/base 2025-03-04T19:48:51.5172195Z * [new branch] gh/XuehaiPan/179/head -> origin/gh/XuehaiPan/179/head 2025-03-04T19:48:51.5172888Z * [new branch] gh/XuehaiPan/179/orig -> origin/gh/XuehaiPan/179/orig 2025-03-04T19:48:51.5173474Z * [new branch] gh/XuehaiPan/180/base -> origin/gh/XuehaiPan/180/base 2025-03-04T19:48:51.5174027Z * [new branch] gh/XuehaiPan/180/head -> origin/gh/XuehaiPan/180/head 2025-03-04T19:48:51.5174625Z * [new branch] gh/XuehaiPan/180/orig -> origin/gh/XuehaiPan/180/orig 2025-03-04T19:48:51.5175161Z * [new branch] gh/XuehaiPan/182/base -> origin/gh/XuehaiPan/182/base 2025-03-04T19:48:51.5175712Z * [new branch] gh/XuehaiPan/182/head -> origin/gh/XuehaiPan/182/head 2025-03-04T19:48:51.5176260Z * [new branch] gh/XuehaiPan/182/orig -> origin/gh/XuehaiPan/182/orig 2025-03-04T19:48:51.5176810Z * [new branch] gh/XuehaiPan/183/base -> origin/gh/XuehaiPan/183/base 2025-03-04T19:48:51.5177358Z * [new branch] gh/XuehaiPan/183/head -> origin/gh/XuehaiPan/183/head 2025-03-04T19:48:51.5178257Z * [new branch] gh/XuehaiPan/183/orig -> origin/gh/XuehaiPan/183/orig 2025-03-04T19:48:51.5178908Z * [new branch] gh/XuehaiPan/185/base -> origin/gh/XuehaiPan/185/base 2025-03-04T19:48:51.5179587Z * [new branch] gh/XuehaiPan/185/head -> origin/gh/XuehaiPan/185/head 2025-03-04T19:48:51.5180195Z * [new branch] gh/XuehaiPan/185/orig -> origin/gh/XuehaiPan/185/orig 2025-03-04T19:48:51.5180837Z * [new branch] gh/XuehaiPan/188/base -> origin/gh/XuehaiPan/188/base 2025-03-04T19:48:51.5181486Z * [new branch] gh/XuehaiPan/188/head -> origin/gh/XuehaiPan/188/head 2025-03-04T19:48:51.5182174Z * [new branch] gh/XuehaiPan/188/orig -> origin/gh/XuehaiPan/188/orig 2025-03-04T19:48:51.5182866Z * [new branch] gh/XuehaiPan/189/base -> origin/gh/XuehaiPan/189/base 2025-03-04T19:48:51.5183593Z * [new branch] gh/XuehaiPan/189/head -> origin/gh/XuehaiPan/189/head 2025-03-04T19:48:51.5184444Z * [new branch] gh/XuehaiPan/189/orig -> origin/gh/XuehaiPan/189/orig 2025-03-04T19:48:51.5185135Z * [new branch] gh/XuehaiPan/210/base -> origin/gh/XuehaiPan/210/base 2025-03-04T19:48:51.5185822Z * [new branch] gh/XuehaiPan/210/head -> origin/gh/XuehaiPan/210/head 2025-03-04T19:48:51.5186619Z * [new branch] gh/XuehaiPan/210/orig -> origin/gh/XuehaiPan/210/orig 2025-03-04T19:48:51.5187356Z * [new branch] gh/XuehaiPan/211/base -> origin/gh/XuehaiPan/211/base 2025-03-04T19:48:51.5187948Z * [new branch] gh/XuehaiPan/211/head -> origin/gh/XuehaiPan/211/head 2025-03-04T19:48:51.5188496Z * [new branch] gh/XuehaiPan/211/orig -> origin/gh/XuehaiPan/211/orig 2025-03-04T19:48:51.5189100Z * [new branch] gh/XuehaiPan/217/base -> origin/gh/XuehaiPan/217/base 2025-03-04T19:48:51.5189751Z * [new branch] gh/XuehaiPan/217/head -> origin/gh/XuehaiPan/217/head 2025-03-04T19:48:51.5190304Z * [new branch] gh/XuehaiPan/217/orig -> origin/gh/XuehaiPan/217/orig 2025-03-04T19:48:51.5650481Z * [new branch] gh/XuehaiPan/218/base -> origin/gh/XuehaiPan/218/base 2025-03-04T19:48:51.5651091Z * [new branch] gh/XuehaiPan/218/head -> origin/gh/XuehaiPan/218/head 2025-03-04T19:48:51.5651660Z * [new branch] gh/XuehaiPan/218/orig -> origin/gh/XuehaiPan/218/orig 2025-03-04T19:48:51.5652280Z * [new branch] gh/XuehaiPan/219/base -> origin/gh/XuehaiPan/219/base 2025-03-04T19:48:51.5652823Z * [new branch] gh/XuehaiPan/219/head -> origin/gh/XuehaiPan/219/head 2025-03-04T19:48:51.5653382Z * [new branch] gh/XuehaiPan/219/orig -> origin/gh/XuehaiPan/219/orig 2025-03-04T19:48:51.5654057Z * [new branch] gh/XuehaiPan/221/base -> origin/gh/XuehaiPan/221/base 2025-03-04T19:48:51.5654657Z * [new branch] gh/XuehaiPan/221/head -> origin/gh/XuehaiPan/221/head 2025-03-04T19:48:51.5655211Z * [new branch] gh/XuehaiPan/221/orig -> origin/gh/XuehaiPan/221/orig 2025-03-04T19:48:51.5655767Z * [new branch] gh/XuehaiPan/222/base -> origin/gh/XuehaiPan/222/base 2025-03-04T19:48:51.5656320Z * [new branch] gh/XuehaiPan/222/head -> origin/gh/XuehaiPan/222/head 2025-03-04T19:48:51.5656857Z * [new branch] gh/XuehaiPan/222/orig -> origin/gh/XuehaiPan/222/orig 2025-03-04T19:48:51.5657412Z * [new branch] gh/XuehaiPan/223/base -> origin/gh/XuehaiPan/223/base 2025-03-04T19:48:51.5657964Z * [new branch] gh/XuehaiPan/223/head -> origin/gh/XuehaiPan/223/head 2025-03-04T19:48:51.5658511Z * [new branch] gh/XuehaiPan/223/orig -> origin/gh/XuehaiPan/223/orig 2025-03-04T19:48:51.5659267Z * [new branch] gh/XuehaiPan/224/base -> origin/gh/XuehaiPan/224/base 2025-03-04T19:48:51.5659865Z * [new branch] gh/XuehaiPan/224/head -> origin/gh/XuehaiPan/224/head 2025-03-04T19:48:51.5660418Z * [new branch] gh/XuehaiPan/224/orig -> origin/gh/XuehaiPan/224/orig 2025-03-04T19:48:51.5661006Z * [new branch] gh/XuehaiPan/225/base -> origin/gh/XuehaiPan/225/base 2025-03-04T19:48:51.5661562Z * [new branch] gh/XuehaiPan/225/head -> origin/gh/XuehaiPan/225/head 2025-03-04T19:48:51.5662116Z * [new branch] gh/XuehaiPan/225/orig -> origin/gh/XuehaiPan/225/orig 2025-03-04T19:48:51.5662666Z * [new branch] gh/XuehaiPan/226/base -> origin/gh/XuehaiPan/226/base 2025-03-04T19:48:51.5663221Z * [new branch] gh/XuehaiPan/226/head -> origin/gh/XuehaiPan/226/head 2025-03-04T19:48:51.5663780Z * [new branch] gh/XuehaiPan/226/orig -> origin/gh/XuehaiPan/226/orig 2025-03-04T19:48:51.5664435Z * [new branch] gh/XuehaiPan/227/base -> origin/gh/XuehaiPan/227/base 2025-03-04T19:48:51.5665040Z * [new branch] gh/XuehaiPan/227/head -> origin/gh/XuehaiPan/227/head 2025-03-04T19:48:51.5665643Z * [new branch] gh/XuehaiPan/227/orig -> origin/gh/XuehaiPan/227/orig 2025-03-04T19:48:51.5666194Z * [new branch] gh/XuehaiPan/228/base -> origin/gh/XuehaiPan/228/base 2025-03-04T19:48:51.5666750Z * [new branch] gh/XuehaiPan/228/head -> origin/gh/XuehaiPan/228/head 2025-03-04T19:48:51.5667302Z * [new branch] gh/XuehaiPan/228/orig -> origin/gh/XuehaiPan/228/orig 2025-03-04T19:48:51.5667822Z * [new branch] gh/XuehaiPan/229/base -> origin/gh/XuehaiPan/229/base 2025-03-04T19:48:51.5668356Z * [new branch] gh/XuehaiPan/229/head -> origin/gh/XuehaiPan/229/head 2025-03-04T19:48:51.5668896Z * [new branch] gh/XuehaiPan/229/orig -> origin/gh/XuehaiPan/229/orig 2025-03-04T19:48:51.5669437Z * [new branch] gh/XuehaiPan/230/base -> origin/gh/XuehaiPan/230/base 2025-03-04T19:48:51.5669967Z * [new branch] gh/XuehaiPan/230/head -> origin/gh/XuehaiPan/230/head 2025-03-04T19:48:51.5670594Z * [new branch] gh/XuehaiPan/230/orig -> origin/gh/XuehaiPan/230/orig 2025-03-04T19:48:51.5671167Z * [new branch] gh/XuehaiPan/231/base -> origin/gh/XuehaiPan/231/base 2025-03-04T19:48:51.5671696Z * [new branch] gh/XuehaiPan/231/head -> origin/gh/XuehaiPan/231/head 2025-03-04T19:48:51.5672235Z * [new branch] gh/XuehaiPan/231/orig -> origin/gh/XuehaiPan/231/orig 2025-03-04T19:48:51.5672772Z * [new branch] gh/XuehaiPan/232/base -> origin/gh/XuehaiPan/232/base 2025-03-04T19:48:51.5673311Z * [new branch] gh/XuehaiPan/232/head -> origin/gh/XuehaiPan/232/head 2025-03-04T19:48:51.5673851Z * [new branch] gh/XuehaiPan/232/orig -> origin/gh/XuehaiPan/232/orig 2025-03-04T19:48:51.5674382Z * [new branch] gh/XuehaiPan/233/base -> origin/gh/XuehaiPan/233/base 2025-03-04T19:48:51.5674911Z * [new branch] gh/XuehaiPan/233/head -> origin/gh/XuehaiPan/233/head 2025-03-04T19:48:51.5675454Z * [new branch] gh/XuehaiPan/233/orig -> origin/gh/XuehaiPan/233/orig 2025-03-04T19:48:51.5675987Z * [new branch] gh/XuehaiPan/234/base -> origin/gh/XuehaiPan/234/base 2025-03-04T19:48:51.8319095Z * [new branch] gh/XuehaiPan/234/head -> origin/gh/XuehaiPan/234/head 2025-03-04T19:48:51.8319763Z * [new branch] gh/XuehaiPan/234/orig -> origin/gh/XuehaiPan/234/orig 2025-03-04T19:48:51.8320464Z * [new branch] gh/XuehaiPan/236/base -> origin/gh/XuehaiPan/236/base 2025-03-04T19:48:51.8321011Z * [new branch] gh/XuehaiPan/236/head -> origin/gh/XuehaiPan/236/head 2025-03-04T19:48:51.8321793Z * [new branch] gh/XuehaiPan/236/orig -> origin/gh/XuehaiPan/236/orig 2025-03-04T19:48:51.8322330Z * [new branch] gh/XuehaiPan/237/base -> origin/gh/XuehaiPan/237/base 2025-03-04T19:48:51.8322866Z * [new branch] gh/XuehaiPan/237/head -> origin/gh/XuehaiPan/237/head 2025-03-04T19:48:51.8323417Z * [new branch] gh/XuehaiPan/237/orig -> origin/gh/XuehaiPan/237/orig 2025-03-04T19:48:51.8323967Z * [new branch] gh/XuehaiPan/238/base -> origin/gh/XuehaiPan/238/base 2025-03-04T19:48:51.8324518Z * [new branch] gh/XuehaiPan/238/head -> origin/gh/XuehaiPan/238/head 2025-03-04T19:48:51.8325066Z * [new branch] gh/XuehaiPan/238/orig -> origin/gh/XuehaiPan/238/orig 2025-03-04T19:48:51.8325636Z * [new branch] gh/XuehaiPan/239/base -> origin/gh/XuehaiPan/239/base 2025-03-04T19:48:51.8326197Z * [new branch] gh/XuehaiPan/239/head -> origin/gh/XuehaiPan/239/head 2025-03-04T19:48:51.8326855Z * [new branch] gh/XuehaiPan/239/orig -> origin/gh/XuehaiPan/239/orig 2025-03-04T19:48:51.8327411Z * [new branch] gh/XuehaiPan/240/base -> origin/gh/XuehaiPan/240/base 2025-03-04T19:48:51.8327961Z * [new branch] gh/XuehaiPan/240/head -> origin/gh/XuehaiPan/240/head 2025-03-04T19:48:51.8328510Z * [new branch] gh/XuehaiPan/240/orig -> origin/gh/XuehaiPan/240/orig 2025-03-04T19:48:51.8329065Z * [new branch] gh/XuehaiPan/241/base -> origin/gh/XuehaiPan/241/base 2025-03-04T19:48:51.8329612Z * [new branch] gh/XuehaiPan/241/head -> origin/gh/XuehaiPan/241/head 2025-03-04T19:48:51.8330148Z * [new branch] gh/XuehaiPan/241/orig -> origin/gh/XuehaiPan/241/orig 2025-03-04T19:48:51.8330703Z * [new branch] gh/XuehaiPan/242/base -> origin/gh/XuehaiPan/242/base 2025-03-04T19:48:51.8331272Z * [new branch] gh/XuehaiPan/242/head -> origin/gh/XuehaiPan/242/head 2025-03-04T19:48:51.8331824Z * [new branch] gh/XuehaiPan/242/orig -> origin/gh/XuehaiPan/242/orig 2025-03-04T19:48:51.8332376Z * [new branch] gh/XuehaiPan/243/base -> origin/gh/XuehaiPan/243/base 2025-03-04T19:48:51.8332938Z * [new branch] gh/XuehaiPan/243/head -> origin/gh/XuehaiPan/243/head 2025-03-04T19:48:51.8333475Z * [new branch] gh/XuehaiPan/243/orig -> origin/gh/XuehaiPan/243/orig 2025-03-04T19:48:51.8334024Z * [new branch] gh/XuehaiPan/244/base -> origin/gh/XuehaiPan/244/base 2025-03-04T19:48:51.8334575Z * [new branch] gh/XuehaiPan/244/head -> origin/gh/XuehaiPan/244/head 2025-03-04T19:48:51.8335124Z * [new branch] gh/XuehaiPan/244/orig -> origin/gh/XuehaiPan/244/orig 2025-03-04T19:48:51.8335746Z * [new branch] gh/XuehaiPan/245/base -> origin/gh/XuehaiPan/245/base 2025-03-04T19:48:51.8336398Z * [new branch] gh/XuehaiPan/245/head -> origin/gh/XuehaiPan/245/head 2025-03-04T19:48:51.8336952Z * [new branch] gh/XuehaiPan/245/orig -> origin/gh/XuehaiPan/245/orig 2025-03-04T19:48:51.8337488Z * [new branch] gh/XuehaiPan/246/base -> origin/gh/XuehaiPan/246/base 2025-03-04T19:48:51.8338033Z * [new branch] gh/XuehaiPan/246/head -> origin/gh/XuehaiPan/246/head 2025-03-04T19:48:51.8338584Z * [new branch] gh/XuehaiPan/246/orig -> origin/gh/XuehaiPan/246/orig 2025-03-04T19:48:51.8339139Z * [new branch] gh/XuehaiPan/247/base -> origin/gh/XuehaiPan/247/base 2025-03-04T19:48:51.8339690Z * [new branch] gh/XuehaiPan/247/head -> origin/gh/XuehaiPan/247/head 2025-03-04T19:48:51.8340236Z * [new branch] gh/XuehaiPan/247/orig -> origin/gh/XuehaiPan/247/orig 2025-03-04T19:48:51.8340895Z * [new branch] gh/XuehaiPan/248/base -> origin/gh/XuehaiPan/248/base 2025-03-04T19:48:51.8341450Z * [new branch] gh/XuehaiPan/248/head -> origin/gh/XuehaiPan/248/head 2025-03-04T19:48:51.8342007Z * [new branch] gh/XuehaiPan/248/orig -> origin/gh/XuehaiPan/248/orig 2025-03-04T19:48:51.8342560Z * [new branch] gh/XuehaiPan/249/base -> origin/gh/XuehaiPan/249/base 2025-03-04T19:48:51.8343107Z * [new branch] gh/XuehaiPan/249/head -> origin/gh/XuehaiPan/249/head 2025-03-04T19:48:51.8343658Z * [new branch] gh/XuehaiPan/249/orig -> origin/gh/XuehaiPan/249/orig 2025-03-04T19:48:51.8344196Z * [new branch] gh/XuehaiPan/250/base -> origin/gh/XuehaiPan/250/base 2025-03-04T19:48:51.8344755Z * [new branch] gh/XuehaiPan/250/head -> origin/gh/XuehaiPan/250/head 2025-03-04T19:48:51.8758068Z * [new branch] gh/XuehaiPan/250/orig -> origin/gh/XuehaiPan/250/orig 2025-03-04T19:48:51.8758901Z * [new branch] gh/XuehaiPan/251/base -> origin/gh/XuehaiPan/251/base 2025-03-04T19:48:51.8759457Z * [new branch] gh/XuehaiPan/251/head -> origin/gh/XuehaiPan/251/head 2025-03-04T19:48:51.8760020Z * [new branch] gh/XuehaiPan/251/orig -> origin/gh/XuehaiPan/251/orig 2025-03-04T19:48:51.8760632Z * [new branch] gh/XuehaiPan/252/base -> origin/gh/XuehaiPan/252/base 2025-03-04T19:48:51.8789282Z * [new branch] gh/XuehaiPan/252/head -> origin/gh/XuehaiPan/252/head 2025-03-04T19:48:51.8789855Z * [new branch] gh/XuehaiPan/252/orig -> origin/gh/XuehaiPan/252/orig 2025-03-04T19:48:51.8790501Z * [new branch] gh/XuehaiPan/253/base -> origin/gh/XuehaiPan/253/base 2025-03-04T19:48:51.8791139Z * [new branch] gh/XuehaiPan/253/head -> origin/gh/XuehaiPan/253/head 2025-03-04T19:48:51.8791747Z * [new branch] gh/XuehaiPan/253/orig -> origin/gh/XuehaiPan/253/orig 2025-03-04T19:48:51.8792297Z * [new branch] gh/XuehaiPan/30/base -> origin/gh/XuehaiPan/30/base 2025-03-04T19:48:51.8792840Z * [new branch] gh/XuehaiPan/30/head -> origin/gh/XuehaiPan/30/head 2025-03-04T19:48:51.8793372Z * [new branch] gh/XuehaiPan/30/orig -> origin/gh/XuehaiPan/30/orig 2025-03-04T19:48:51.8793892Z * [new branch] gh/XuehaiPan/70/base -> origin/gh/XuehaiPan/70/base 2025-03-04T19:48:51.8794434Z * [new branch] gh/XuehaiPan/70/head -> origin/gh/XuehaiPan/70/head 2025-03-04T19:48:51.8794962Z * [new branch] gh/XuehaiPan/70/orig -> origin/gh/XuehaiPan/70/orig 2025-03-04T19:48:51.8795490Z * [new branch] gh/XuehaiPan/72/base -> origin/gh/XuehaiPan/72/base 2025-03-04T19:48:51.8796013Z * [new branch] gh/XuehaiPan/72/head -> origin/gh/XuehaiPan/72/head 2025-03-04T19:48:51.8796580Z * [new branch] gh/XuehaiPan/72/orig -> origin/gh/XuehaiPan/72/orig 2025-03-04T19:48:51.8797184Z * [new branch] gh/XuehaiPan/9/base -> origin/gh/XuehaiPan/9/base 2025-03-04T19:48:51.8797768Z * [new branch] gh/XuehaiPan/9/orig -> origin/gh/XuehaiPan/9/orig 2025-03-04T19:48:51.8798297Z * [new branch] gh/XuehaiPan/97/base -> origin/gh/XuehaiPan/97/base 2025-03-04T19:48:51.8798813Z * [new branch] gh/XuehaiPan/97/head -> origin/gh/XuehaiPan/97/head 2025-03-04T19:48:51.8799338Z * [new branch] gh/XuehaiPan/97/orig -> origin/gh/XuehaiPan/97/orig 2025-03-04T19:48:51.8799860Z * [new branch] gh/XuehaiPan/98/base -> origin/gh/XuehaiPan/98/base 2025-03-04T19:48:51.8800488Z * [new branch] gh/XuehaiPan/98/head -> origin/gh/XuehaiPan/98/head 2025-03-04T19:48:51.8801015Z * [new branch] gh/XuehaiPan/98/orig -> origin/gh/XuehaiPan/98/orig 2025-03-04T19:48:51.8801747Z * [new branch] gh/XuehaiPan/99/base -> origin/gh/XuehaiPan/99/base 2025-03-04T19:48:51.8802286Z * [new branch] gh/XuehaiPan/99/head -> origin/gh/XuehaiPan/99/head 2025-03-04T19:48:51.8802906Z * [new branch] gh/XuehaiPan/99/orig -> origin/gh/XuehaiPan/99/orig 2025-03-04T19:48:51.8803505Z * [new branch] gh/ZhiweiYan-96/23/base -> origin/gh/ZhiweiYan-96/23/base 2025-03-04T19:48:51.8804061Z * [new branch] gh/ZhiweiYan-96/23/head -> origin/gh/ZhiweiYan-96/23/head 2025-03-04T19:48:51.8804609Z * [new branch] gh/ZhiweiYan-96/23/orig -> origin/gh/ZhiweiYan-96/23/orig 2025-03-04T19:48:51.8805154Z * [new branch] gh/ZhiweiYan-96/27/base -> origin/gh/ZhiweiYan-96/27/base 2025-03-04T19:48:51.8805700Z * [new branch] gh/ZhiweiYan-96/27/head -> origin/gh/ZhiweiYan-96/27/head 2025-03-04T19:48:51.8806256Z * [new branch] gh/ZhiweiYan-96/27/orig -> origin/gh/ZhiweiYan-96/27/orig 2025-03-04T19:48:51.8806914Z * [new branch] gh/ZhiweiYan-96/29/base -> origin/gh/ZhiweiYan-96/29/base 2025-03-04T19:48:51.8807460Z * [new branch] gh/ZhiweiYan-96/29/head -> origin/gh/ZhiweiYan-96/29/head 2025-03-04T19:48:51.8808006Z * [new branch] gh/ZhiweiYan-96/29/orig -> origin/gh/ZhiweiYan-96/29/orig 2025-03-04T19:48:51.8808607Z * [new branch] gh/ZhiweiYan-96/30/base -> origin/gh/ZhiweiYan-96/30/base 2025-03-04T19:48:51.8809249Z * [new branch] gh/ZhiweiYan-96/30/head -> origin/gh/ZhiweiYan-96/30/head 2025-03-04T19:48:51.8809802Z * [new branch] gh/ZhiweiYan-96/30/orig -> origin/gh/ZhiweiYan-96/30/orig 2025-03-04T19:48:51.8810349Z * [new branch] gh/ZhiweiYan-96/31/base -> origin/gh/ZhiweiYan-96/31/base 2025-03-04T19:48:51.8810902Z * [new branch] gh/ZhiweiYan-96/31/head -> origin/gh/ZhiweiYan-96/31/head 2025-03-04T19:48:51.8811466Z * [new branch] gh/ZhiweiYan-96/31/orig -> origin/gh/ZhiweiYan-96/31/orig 2025-03-04T19:48:51.8812008Z * [new branch] gh/ZhiweiYan-96/32/base -> origin/gh/ZhiweiYan-96/32/base 2025-03-04T19:48:51.9196752Z * [new branch] gh/ZhiweiYan-96/32/head -> origin/gh/ZhiweiYan-96/32/head 2025-03-04T19:48:51.9197324Z * [new branch] gh/ZhiweiYan-96/32/orig -> origin/gh/ZhiweiYan-96/32/orig 2025-03-04T19:48:51.9197883Z * [new branch] gh/ZhiweiYan-96/33/base -> origin/gh/ZhiweiYan-96/33/base 2025-03-04T19:48:51.9198436Z * [new branch] gh/ZhiweiYan-96/33/head -> origin/gh/ZhiweiYan-96/33/head 2025-03-04T19:48:51.9198985Z * [new branch] gh/ZhiweiYan-96/33/orig -> origin/gh/ZhiweiYan-96/33/orig 2025-03-04T19:48:51.9199526Z * [new branch] gh/ZhiweiYan-96/37/base -> origin/gh/ZhiweiYan-96/37/base 2025-03-04T19:48:51.9200102Z * [new branch] gh/ZhiweiYan-96/37/head -> origin/gh/ZhiweiYan-96/37/head 2025-03-04T19:48:51.9200721Z * [new branch] gh/ZhiweiYan-96/38/base -> origin/gh/ZhiweiYan-96/38/base 2025-03-04T19:48:51.9201271Z * [new branch] gh/ZhiweiYan-96/38/head -> origin/gh/ZhiweiYan-96/38/head 2025-03-04T19:48:51.9201825Z * [new branch] gh/ZhiweiYan-96/38/orig -> origin/gh/ZhiweiYan-96/38/orig 2025-03-04T19:48:51.9202368Z * [new branch] gh/ZhiweiYan-96/39/base -> origin/gh/ZhiweiYan-96/39/base 2025-03-04T19:48:51.9202909Z * [new branch] gh/ZhiweiYan-96/39/head -> origin/gh/ZhiweiYan-96/39/head 2025-03-04T19:48:51.9203455Z * [new branch] gh/ZhiweiYan-96/39/orig -> origin/gh/ZhiweiYan-96/39/orig 2025-03-04T19:48:51.9203994Z * [new branch] gh/ZhiweiYan-96/40/base -> origin/gh/ZhiweiYan-96/40/base 2025-03-04T19:48:51.9204545Z * [new branch] gh/ZhiweiYan-96/40/head -> origin/gh/ZhiweiYan-96/40/head 2025-03-04T19:48:51.9205262Z * [new branch] gh/ZhiweiYan-96/40/orig -> origin/gh/ZhiweiYan-96/40/orig 2025-03-04T19:48:51.9205812Z * [new branch] gh/ZhiweiYan-96/41/base -> origin/gh/ZhiweiYan-96/41/base 2025-03-04T19:48:51.9206361Z * [new branch] gh/ZhiweiYan-96/41/head -> origin/gh/ZhiweiYan-96/41/head 2025-03-04T19:48:51.9206909Z * [new branch] gh/ZhiweiYan-96/41/orig -> origin/gh/ZhiweiYan-96/41/orig 2025-03-04T19:48:51.9207452Z * [new branch] gh/ZhiweiYan-96/42/base -> origin/gh/ZhiweiYan-96/42/base 2025-03-04T19:48:51.9208008Z * [new branch] gh/ZhiweiYan-96/42/head -> origin/gh/ZhiweiYan-96/42/head 2025-03-04T19:48:51.9208565Z * [new branch] gh/ZhiweiYan-96/42/orig -> origin/gh/ZhiweiYan-96/42/orig 2025-03-04T19:48:51.9209121Z * [new branch] gh/ZhiweiYan-96/43/base -> origin/gh/ZhiweiYan-96/43/base 2025-03-04T19:48:51.9209766Z * [new branch] gh/ZhiweiYan-96/43/head -> origin/gh/ZhiweiYan-96/43/head 2025-03-04T19:48:51.9210320Z * [new branch] gh/ZhiweiYan-96/43/orig -> origin/gh/ZhiweiYan-96/43/orig 2025-03-04T19:48:51.9210875Z * [new branch] gh/ZhiweiYan-96/44/base -> origin/gh/ZhiweiYan-96/44/base 2025-03-04T19:48:51.9211415Z * [new branch] gh/ZhiweiYan-96/44/head -> origin/gh/ZhiweiYan-96/44/head 2025-03-04T19:48:51.9211963Z * [new branch] gh/ZhiweiYan-96/45/base -> origin/gh/ZhiweiYan-96/45/base 2025-03-04T19:48:51.9212512Z * [new branch] gh/ZhiweiYan-96/45/head -> origin/gh/ZhiweiYan-96/45/head 2025-03-04T19:48:51.9213056Z * [new branch] gh/ZhiweiYan-96/46/base -> origin/gh/ZhiweiYan-96/46/base 2025-03-04T19:48:51.9213605Z * [new branch] gh/ZhiweiYan-96/46/head -> origin/gh/ZhiweiYan-96/46/head 2025-03-04T19:48:51.9214155Z * [new branch] gh/ZhiweiYan-96/46/orig -> origin/gh/ZhiweiYan-96/46/orig 2025-03-04T19:48:51.9214693Z * [new branch] gh/ZhiweiYan-96/47/base -> origin/gh/ZhiweiYan-96/47/base 2025-03-04T19:48:51.9215244Z * [new branch] gh/ZhiweiYan-96/47/head -> origin/gh/ZhiweiYan-96/47/head 2025-03-04T19:48:51.9215789Z * [new branch] gh/ZhiweiYan-96/47/orig -> origin/gh/ZhiweiYan-96/47/orig 2025-03-04T19:48:51.9216337Z * [new branch] gh/ZhiweiYan-96/48/base -> origin/gh/ZhiweiYan-96/48/base 2025-03-04T19:48:51.9216882Z * [new branch] gh/ZhiweiYan-96/48/head -> origin/gh/ZhiweiYan-96/48/head 2025-03-04T19:48:51.9217435Z * [new branch] gh/ZhiweiYan-96/48/orig -> origin/gh/ZhiweiYan-96/48/orig 2025-03-04T19:48:51.9217975Z * [new branch] gh/ZhiweiYan-96/49/base -> origin/gh/ZhiweiYan-96/49/base 2025-03-04T19:48:51.9218532Z * [new branch] gh/ZhiweiYan-96/49/head -> origin/gh/ZhiweiYan-96/49/head 2025-03-04T19:48:51.9219088Z * [new branch] gh/ZhiweiYan-96/50/base -> origin/gh/ZhiweiYan-96/50/base 2025-03-04T19:48:51.9219638Z * [new branch] gh/ZhiweiYan-96/50/head -> origin/gh/ZhiweiYan-96/50/head 2025-03-04T19:48:51.9220205Z * [new branch] gh/ZhiweiYan-96/50/orig -> origin/gh/ZhiweiYan-96/50/orig 2025-03-04T19:48:51.9220770Z * [new branch] gh/ZhiweiYan-96/51/base -> origin/gh/ZhiweiYan-96/51/base 2025-03-04T19:48:51.9221338Z * [new branch] gh/ZhiweiYan-96/51/head -> origin/gh/ZhiweiYan-96/51/head 2025-03-04T19:48:51.9658771Z * [new branch] gh/ZhiweiYan-96/51/orig -> origin/gh/ZhiweiYan-96/51/orig 2025-03-04T19:48:51.9659364Z * [new branch] gh/aakhundov/1/base -> origin/gh/aakhundov/1/base 2025-03-04T19:48:51.9659968Z * [new branch] gh/aakhundov/1/head -> origin/gh/aakhundov/1/head 2025-03-04T19:48:51.9660740Z * [new branch] gh/aakhundov/2/base -> origin/gh/aakhundov/2/base 2025-03-04T19:48:51.9661302Z * [new branch] gh/aakhundov/2/head -> origin/gh/aakhundov/2/head 2025-03-04T19:48:51.9661855Z * [new branch] gh/aditew01/openblas -> origin/gh/aditew01/openblas 2025-03-04T19:48:51.9662403Z * [new branch] gh/aditew01/sbgemm -> origin/gh/aditew01/sbgemm 2025-03-04T19:48:51.9662922Z * [new branch] gh/aditew01/vecbf16 -> origin/gh/aditew01/vecbf16 2025-03-04T19:48:51.9663449Z * [new branch] gh/albanD/3/base -> origin/gh/albanD/3/base 2025-03-04T19:48:51.9663966Z * [new branch] gh/albanD/3/head -> origin/gh/albanD/3/head 2025-03-04T19:48:51.9664469Z * [new branch] gh/albanD/3/orig -> origin/gh/albanD/3/orig 2025-03-04T19:48:51.9665021Z * [new branch] gh/alexsamardzic/25/base -> origin/gh/alexsamardzic/25/base 2025-03-04T19:48:51.9665678Z * [new branch] gh/alexsamardzic/25/head -> origin/gh/alexsamardzic/25/head 2025-03-04T19:48:51.9666425Z * [new branch] gh/alexsamardzic/25/orig -> origin/gh/alexsamardzic/25/orig 2025-03-04T19:48:51.9667019Z * [new branch] gh/alexsamardzic/26/base -> origin/gh/alexsamardzic/26/base 2025-03-04T19:48:51.9667614Z * [new branch] gh/alexsamardzic/26/head -> origin/gh/alexsamardzic/26/head 2025-03-04T19:48:51.9668212Z * [new branch] gh/alexsamardzic/26/orig -> origin/gh/alexsamardzic/26/orig 2025-03-04T19:48:51.9668780Z * [new branch] gh/amjames/18/base -> origin/gh/amjames/18/base 2025-03-04T19:48:51.9669317Z * [new branch] gh/amjames/18/head -> origin/gh/amjames/18/head 2025-03-04T19:48:51.9669825Z * [new branch] gh/amjames/18/orig -> origin/gh/amjames/18/orig 2025-03-04T19:48:51.9670354Z * [new branch] gh/amjames/19/base -> origin/gh/amjames/19/base 2025-03-04T19:48:51.9670895Z * [new branch] gh/amjames/19/head -> origin/gh/amjames/19/head 2025-03-04T19:48:51.9671472Z * [new branch] gh/amjames/19/orig -> origin/gh/amjames/19/orig 2025-03-04T19:48:51.9672046Z * [new branch] gh/amjames/20/base -> origin/gh/amjames/20/base 2025-03-04T19:48:51.9672572Z * [new branch] gh/amjames/20/head -> origin/gh/amjames/20/head 2025-03-04T19:48:51.9673108Z * [new branch] gh/amjames/20/orig -> origin/gh/amjames/20/orig 2025-03-04T19:48:51.9673644Z * [new branch] gh/andrewlee302/1/base -> origin/gh/andrewlee302/1/base 2025-03-04T19:48:51.9674214Z * [new branch] gh/andrewlee302/1/head -> origin/gh/andrewlee302/1/head 2025-03-04T19:48:51.9674777Z * [new branch] gh/andrewlee302/3/base -> origin/gh/andrewlee302/3/base 2025-03-04T19:48:51.9675349Z * [new branch] gh/andrewlee302/3/head -> origin/gh/andrewlee302/3/head 2025-03-04T19:48:51.9675919Z * [new branch] gh/andrewlee302/3/orig -> origin/gh/andrewlee302/3/orig 2025-03-04T19:48:51.9676482Z * [new branch] gh/andrewor14/35/base -> origin/gh/andrewor14/35/base 2025-03-04T19:48:51.9677071Z * [new branch] gh/andrewor14/35/head -> origin/gh/andrewor14/35/head 2025-03-04T19:48:51.9677676Z * [new branch] gh/andrewor14/35/orig -> origin/gh/andrewor14/35/orig 2025-03-04T19:48:51.9678225Z * [new branch] gh/andrewor14/36/base -> origin/gh/andrewor14/36/base 2025-03-04T19:48:51.9678769Z * [new branch] gh/andrewor14/36/head -> origin/gh/andrewor14/36/head 2025-03-04T19:48:51.9679317Z * [new branch] gh/andrewor14/36/orig -> origin/gh/andrewor14/36/orig 2025-03-04T19:48:51.9679868Z * [new branch] gh/andrewor14/37/base -> origin/gh/andrewor14/37/base 2025-03-04T19:48:51.9680571Z * [new branch] gh/andrewor14/37/head -> origin/gh/andrewor14/37/head 2025-03-04T19:48:51.9681132Z * [new branch] gh/andrewor14/37/orig -> origin/gh/andrewor14/37/orig 2025-03-04T19:48:51.9681686Z * [new branch] gh/andrewor14/50/base -> origin/gh/andrewor14/50/base 2025-03-04T19:48:51.9682236Z * [new branch] gh/andrewor14/50/head -> origin/gh/andrewor14/50/head 2025-03-04T19:48:51.9682833Z * [new branch] gh/andrewor14/50/orig -> origin/gh/andrewor14/50/orig 2025-03-04T19:48:51.9683427Z * [new branch] gh/angelayi/64/base -> origin/gh/angelayi/64/base 2025-03-04T19:48:51.9683966Z * [new branch] gh/angelayi/64/head -> origin/gh/angelayi/64/head 2025-03-04T19:48:51.9684486Z * [new branch] gh/angelayi/64/orig -> origin/gh/angelayi/64/orig 2025-03-04T19:48:52.0120006Z * [new branch] gh/angelayi/65/base -> origin/gh/angelayi/65/base 2025-03-04T19:48:52.0120769Z * [new branch] gh/angelayi/65/head -> origin/gh/angelayi/65/head 2025-03-04T19:48:52.0121303Z * [new branch] gh/angelayi/65/orig -> origin/gh/angelayi/65/orig 2025-03-04T19:48:52.0121837Z * [new branch] gh/angelayi/66/base -> origin/gh/angelayi/66/base 2025-03-04T19:48:52.0122376Z * [new branch] gh/angelayi/66/head -> origin/gh/angelayi/66/head 2025-03-04T19:48:52.0122956Z * [new branch] gh/angelayi/66/orig -> origin/gh/angelayi/66/orig 2025-03-04T19:48:52.0123518Z * [new branch] gh/angelayi/67/base -> origin/gh/angelayi/67/base 2025-03-04T19:48:52.0124040Z * [new branch] gh/angelayi/67/head -> origin/gh/angelayi/67/head 2025-03-04T19:48:52.0124570Z * [new branch] gh/angelayi/67/orig -> origin/gh/angelayi/67/orig 2025-03-04T19:48:52.0125103Z * [new branch] gh/angelayi/68/base -> origin/gh/angelayi/68/base 2025-03-04T19:48:52.0125640Z * [new branch] gh/angelayi/68/head -> origin/gh/angelayi/68/head 2025-03-04T19:48:52.0126164Z * [new branch] gh/angelayi/68/orig -> origin/gh/angelayi/68/orig 2025-03-04T19:48:52.0126683Z * [new branch] gh/angelayi/69/base -> origin/gh/angelayi/69/base 2025-03-04T19:48:52.0127214Z * [new branch] gh/angelayi/69/head -> origin/gh/angelayi/69/head 2025-03-04T19:48:52.0127747Z * [new branch] gh/angelayi/69/orig -> origin/gh/angelayi/69/orig 2025-03-04T19:48:52.0128275Z * [new branch] gh/angelayi/70/base -> origin/gh/angelayi/70/base 2025-03-04T19:48:52.0128849Z * [new branch] gh/angelayi/70/head -> origin/gh/angelayi/70/head 2025-03-04T19:48:52.0129431Z * [new branch] gh/angelayi/70/orig -> origin/gh/angelayi/70/orig 2025-03-04T19:48:52.0129956Z * [new branch] gh/angelayi/71/base -> origin/gh/angelayi/71/base 2025-03-04T19:48:52.0130486Z * [new branch] gh/angelayi/71/head -> origin/gh/angelayi/71/head 2025-03-04T19:48:52.0131028Z * [new branch] gh/angelayi/71/orig -> origin/gh/angelayi/71/orig 2025-03-04T19:48:52.0131556Z * [new branch] gh/angelayi/72/base -> origin/gh/angelayi/72/base 2025-03-04T19:48:52.0132101Z * [new branch] gh/angelayi/72/head -> origin/gh/angelayi/72/head 2025-03-04T19:48:52.0132627Z * [new branch] gh/angelayi/72/orig -> origin/gh/angelayi/72/orig 2025-03-04T19:48:52.0133158Z * [new branch] gh/angelayi/73/base -> origin/gh/angelayi/73/base 2025-03-04T19:48:52.0133675Z * [new branch] gh/angelayi/73/head -> origin/gh/angelayi/73/head 2025-03-04T19:48:52.0134238Z * [new branch] gh/angelayi/73/orig -> origin/gh/angelayi/73/orig 2025-03-04T19:48:52.0134943Z * [new branch] gh/angelayi/74/base -> origin/gh/angelayi/74/base 2025-03-04T19:48:52.0135486Z * [new branch] gh/angelayi/74/head -> origin/gh/angelayi/74/head 2025-03-04T19:48:52.0136025Z * [new branch] gh/angelayi/74/orig -> origin/gh/angelayi/74/orig 2025-03-04T19:48:52.0136557Z * [new branch] gh/angelayi/75/base -> origin/gh/angelayi/75/base 2025-03-04T19:48:52.0137075Z * [new branch] gh/angelayi/75/head -> origin/gh/angelayi/75/head 2025-03-04T19:48:52.0137607Z * [new branch] gh/angelayi/75/orig -> origin/gh/angelayi/75/orig 2025-03-04T19:48:52.0138134Z * [new branch] gh/angelayi/76/base -> origin/gh/angelayi/76/base 2025-03-04T19:48:52.0138670Z * [new branch] gh/angelayi/76/head -> origin/gh/angelayi/76/head 2025-03-04T19:48:52.0139197Z * [new branch] gh/angelayi/76/orig -> origin/gh/angelayi/76/orig 2025-03-04T19:48:52.0139852Z * [new branch] gh/anijain2305/162/base -> origin/gh/anijain2305/162/base 2025-03-04T19:48:52.0140524Z * [new branch] gh/anijain2305/162/head -> origin/gh/anijain2305/162/head 2025-03-04T19:48:52.0141083Z * [new branch] gh/anijain2305/566/base -> origin/gh/anijain2305/566/base 2025-03-04T19:48:52.0141654Z * [new branch] gh/anijain2305/566/head -> origin/gh/anijain2305/566/head 2025-03-04T19:48:52.0142221Z * [new branch] gh/anijain2305/566/orig -> origin/gh/anijain2305/566/orig 2025-03-04T19:48:52.0142785Z * [new branch] gh/anijain2305/571/base -> origin/gh/anijain2305/571/base 2025-03-04T19:48:52.0143354Z * [new branch] gh/anijain2305/571/head -> origin/gh/anijain2305/571/head 2025-03-04T19:48:52.0143926Z * [new branch] gh/anijain2305/571/orig -> origin/gh/anijain2305/571/orig 2025-03-04T19:48:52.0144485Z * [new branch] gh/anijain2305/580/base -> origin/gh/anijain2305/580/base 2025-03-04T19:48:52.0145061Z * [new branch] gh/anijain2305/580/head -> origin/gh/anijain2305/580/head 2025-03-04T19:48:52.0145651Z * [new branch] gh/anijain2305/580/orig -> origin/gh/anijain2305/580/orig 2025-03-04T19:48:52.0566961Z * [new branch] gh/anijain2305/620/base -> origin/gh/anijain2305/620/base 2025-03-04T19:48:52.0567567Z * [new branch] gh/anijain2305/620/head -> origin/gh/anijain2305/620/head 2025-03-04T19:48:52.0568131Z * [new branch] gh/anijain2305/620/orig -> origin/gh/anijain2305/620/orig 2025-03-04T19:48:52.0568682Z * [new branch] gh/anijain2305/634/base -> origin/gh/anijain2305/634/base 2025-03-04T19:48:52.0569221Z * [new branch] gh/anijain2305/634/head -> origin/gh/anijain2305/634/head 2025-03-04T19:48:52.0569767Z * [new branch] gh/anijain2305/634/orig -> origin/gh/anijain2305/634/orig 2025-03-04T19:48:52.0570353Z * [new branch] gh/anijain2305/638/base -> origin/gh/anijain2305/638/base 2025-03-04T19:48:52.0570899Z * [new branch] gh/anijain2305/638/head -> origin/gh/anijain2305/638/head 2025-03-04T19:48:52.0571449Z * [new branch] gh/anijain2305/638/orig -> origin/gh/anijain2305/638/orig 2025-03-04T19:48:52.0571999Z * [new branch] gh/anijain2305/643/base -> origin/gh/anijain2305/643/base 2025-03-04T19:48:52.0572538Z * [new branch] gh/anijain2305/643/head -> origin/gh/anijain2305/643/head 2025-03-04T19:48:52.0573082Z * [new branch] gh/anijain2305/643/orig -> origin/gh/anijain2305/643/orig 2025-03-04T19:48:52.0573626Z * [new branch] gh/anijain2305/650/base -> origin/gh/anijain2305/650/base 2025-03-04T19:48:52.0574173Z * [new branch] gh/anijain2305/650/head -> origin/gh/anijain2305/650/head 2025-03-04T19:48:52.0574884Z * [new branch] gh/anijain2305/650/orig -> origin/gh/anijain2305/650/orig 2025-03-04T19:48:52.0575454Z * [new branch] gh/anijain2305/656/base -> origin/gh/anijain2305/656/base 2025-03-04T19:48:52.0575998Z * [new branch] gh/anijain2305/656/head -> origin/gh/anijain2305/656/head 2025-03-04T19:48:52.0576531Z * [new branch] gh/anijain2305/656/orig -> origin/gh/anijain2305/656/orig 2025-03-04T19:48:52.0577077Z * [new branch] gh/anijain2305/657/base -> origin/gh/anijain2305/657/base 2025-03-04T19:48:52.0577626Z * [new branch] gh/anijain2305/657/head -> origin/gh/anijain2305/657/head 2025-03-04T19:48:52.0578174Z * [new branch] gh/anijain2305/657/orig -> origin/gh/anijain2305/657/orig 2025-03-04T19:48:52.0578715Z * [new branch] gh/anijain2305/658/base -> origin/gh/anijain2305/658/base 2025-03-04T19:48:52.0579266Z * [new branch] gh/anijain2305/658/head -> origin/gh/anijain2305/658/head 2025-03-04T19:48:52.0579916Z * [new branch] gh/anijain2305/658/orig -> origin/gh/anijain2305/658/orig 2025-03-04T19:48:52.0580472Z * [new branch] gh/anijain2305/662/base -> origin/gh/anijain2305/662/base 2025-03-04T19:48:52.0581022Z * [new branch] gh/anijain2305/662/head -> origin/gh/anijain2305/662/head 2025-03-04T19:48:52.0581575Z * [new branch] gh/anijain2305/662/orig -> origin/gh/anijain2305/662/orig 2025-03-04T19:48:52.0582118Z * [new branch] gh/anijain2305/663/base -> origin/gh/anijain2305/663/base 2025-03-04T19:48:52.0582667Z * [new branch] gh/anijain2305/663/head -> origin/gh/anijain2305/663/head 2025-03-04T19:48:52.0583211Z * [new branch] gh/anijain2305/663/orig -> origin/gh/anijain2305/663/orig 2025-03-04T19:48:52.0583753Z * [new branch] gh/anijain2305/664/base -> origin/gh/anijain2305/664/base 2025-03-04T19:48:52.0584310Z * [new branch] gh/anijain2305/664/head -> origin/gh/anijain2305/664/head 2025-03-04T19:48:52.0584864Z * [new branch] gh/anijain2305/664/orig -> origin/gh/anijain2305/664/orig 2025-03-04T19:48:52.0585414Z * [new branch] gh/anijain2305/665/base -> origin/gh/anijain2305/665/base 2025-03-04T19:48:52.0585970Z * [new branch] gh/anijain2305/665/head -> origin/gh/anijain2305/665/head 2025-03-04T19:48:52.0586515Z * [new branch] gh/anijain2305/665/orig -> origin/gh/anijain2305/665/orig 2025-03-04T19:48:52.0587054Z * [new branch] gh/anijain2305/666/base -> origin/gh/anijain2305/666/base 2025-03-04T19:48:52.0587598Z * [new branch] gh/anijain2305/666/head -> origin/gh/anijain2305/666/head 2025-03-04T19:48:52.0588150Z * [new branch] gh/anijain2305/666/orig -> origin/gh/anijain2305/666/orig 2025-03-04T19:48:52.0588693Z * [new branch] gh/anijain2305/667/base -> origin/gh/anijain2305/667/base 2025-03-04T19:48:52.0589247Z * [new branch] gh/anijain2305/667/head -> origin/gh/anijain2305/667/head 2025-03-04T19:48:52.0589792Z * [new branch] gh/anijain2305/667/orig -> origin/gh/anijain2305/667/orig 2025-03-04T19:48:52.0590341Z * [new branch] gh/anijain2305/668/base -> origin/gh/anijain2305/668/base 2025-03-04T19:48:52.0590880Z * [new branch] gh/anijain2305/668/head -> origin/gh/anijain2305/668/head 2025-03-04T19:48:52.0591435Z * [new branch] gh/anijain2305/668/orig -> origin/gh/anijain2305/668/orig 2025-03-04T19:48:52.0992110Z * [new branch] gh/anijain2305/669/base -> origin/gh/anijain2305/669/base 2025-03-04T19:48:52.0992690Z * [new branch] gh/anijain2305/669/head -> origin/gh/anijain2305/669/head 2025-03-04T19:48:52.0993243Z * [new branch] gh/anijain2305/669/orig -> origin/gh/anijain2305/669/orig 2025-03-04T19:48:52.0993947Z * [new branch] gh/anijain2305/670/base -> origin/gh/anijain2305/670/base 2025-03-04T19:48:52.0994494Z * [new branch] gh/anijain2305/670/head -> origin/gh/anijain2305/670/head 2025-03-04T19:48:52.0995053Z * [new branch] gh/anijain2305/670/orig -> origin/gh/anijain2305/670/orig 2025-03-04T19:48:52.0995601Z * [new branch] gh/anijain2305/671/base -> origin/gh/anijain2305/671/base 2025-03-04T19:48:52.0996144Z * [new branch] gh/anijain2305/671/head -> origin/gh/anijain2305/671/head 2025-03-04T19:48:52.0996689Z * [new branch] gh/anijain2305/671/orig -> origin/gh/anijain2305/671/orig 2025-03-04T19:48:52.0997239Z * [new branch] gh/anijain2305/672/base -> origin/gh/anijain2305/672/base 2025-03-04T19:48:52.0997792Z * [new branch] gh/anijain2305/672/head -> origin/gh/anijain2305/672/head 2025-03-04T19:48:52.0998327Z * [new branch] gh/anijain2305/672/orig -> origin/gh/anijain2305/672/orig 2025-03-04T19:48:52.0998983Z * [new branch] gh/anijain2305/673/base -> origin/gh/anijain2305/673/base 2025-03-04T19:48:52.0999536Z * [new branch] gh/anijain2305/673/head -> origin/gh/anijain2305/673/head 2025-03-04T19:48:52.1000109Z * [new branch] gh/anijain2305/673/orig -> origin/gh/anijain2305/673/orig 2025-03-04T19:48:52.1000775Z * [new branch] gh/anijain2305/674/base -> origin/gh/anijain2305/674/base 2025-03-04T19:48:52.1001334Z * [new branch] gh/anijain2305/674/head -> origin/gh/anijain2305/674/head 2025-03-04T19:48:52.1001888Z * [new branch] gh/anijain2305/674/orig -> origin/gh/anijain2305/674/orig 2025-03-04T19:48:52.1002429Z * [new branch] gh/anijain2305/675/base -> origin/gh/anijain2305/675/base 2025-03-04T19:48:52.1002987Z * [new branch] gh/anijain2305/675/head -> origin/gh/anijain2305/675/head 2025-03-04T19:48:52.1003549Z * [new branch] gh/anijain2305/675/orig -> origin/gh/anijain2305/675/orig 2025-03-04T19:48:52.1004095Z * [new branch] gh/anijain2305/676/base -> origin/gh/anijain2305/676/base 2025-03-04T19:48:52.1004638Z * [new branch] gh/anijain2305/676/head -> origin/gh/anijain2305/676/head 2025-03-04T19:48:52.1005187Z * [new branch] gh/anijain2305/676/orig -> origin/gh/anijain2305/676/orig 2025-03-04T19:48:52.1005726Z * [new branch] gh/anijain2305/677/base -> origin/gh/anijain2305/677/base 2025-03-04T19:48:52.1006280Z * [new branch] gh/anijain2305/677/head -> origin/gh/anijain2305/677/head 2025-03-04T19:48:52.1006827Z * [new branch] gh/anijain2305/677/orig -> origin/gh/anijain2305/677/orig 2025-03-04T19:48:52.1007371Z * [new branch] gh/anijain2305/678/base -> origin/gh/anijain2305/678/base 2025-03-04T19:48:52.1007930Z * [new branch] gh/anijain2305/678/head -> origin/gh/anijain2305/678/head 2025-03-04T19:48:52.1008481Z * [new branch] gh/anijain2305/678/orig -> origin/gh/anijain2305/678/orig 2025-03-04T19:48:52.1009029Z * [new branch] gh/anijain2305/679/base -> origin/gh/anijain2305/679/base 2025-03-04T19:48:52.1009580Z * [new branch] gh/anijain2305/679/head -> origin/gh/anijain2305/679/head 2025-03-04T19:48:52.1010134Z * [new branch] gh/anijain2305/679/orig -> origin/gh/anijain2305/679/orig 2025-03-04T19:48:52.1010678Z * [new branch] gh/anijain2305/680/base -> origin/gh/anijain2305/680/base 2025-03-04T19:48:52.1011239Z * [new branch] gh/anijain2305/680/head -> origin/gh/anijain2305/680/head 2025-03-04T19:48:52.1011783Z * [new branch] gh/anijain2305/680/orig -> origin/gh/anijain2305/680/orig 2025-03-04T19:48:52.1012330Z * [new branch] gh/anijain2305/681/base -> origin/gh/anijain2305/681/base 2025-03-04T19:48:52.1012980Z * [new branch] gh/anijain2305/681/head -> origin/gh/anijain2305/681/head 2025-03-04T19:48:52.1013538Z * [new branch] gh/anijain2305/681/orig -> origin/gh/anijain2305/681/orig 2025-03-04T19:48:52.1014094Z * [new branch] gh/anijain2305/682/base -> origin/gh/anijain2305/682/base 2025-03-04T19:48:52.1014644Z * [new branch] gh/anijain2305/682/head -> origin/gh/anijain2305/682/head 2025-03-04T19:48:52.1015208Z * [new branch] gh/anijain2305/682/orig -> origin/gh/anijain2305/682/orig 2025-03-04T19:48:52.1015763Z * [new branch] gh/anijain2305/683/base -> origin/gh/anijain2305/683/base 2025-03-04T19:48:52.1016312Z * [new branch] gh/anijain2305/683/head -> origin/gh/anijain2305/683/head 2025-03-04T19:48:52.1016865Z * [new branch] gh/anijain2305/683/orig -> origin/gh/anijain2305/683/orig 2025-03-04T19:48:52.1421241Z * [new branch] gh/anijain2305/684/base -> origin/gh/anijain2305/684/base 2025-03-04T19:48:52.1421974Z * [new branch] gh/anijain2305/684/head -> origin/gh/anijain2305/684/head 2025-03-04T19:48:52.1422538Z * [new branch] gh/anijain2305/684/orig -> origin/gh/anijain2305/684/orig 2025-03-04T19:48:52.1423093Z * [new branch] gh/anijain2305/685/base -> origin/gh/anijain2305/685/base 2025-03-04T19:48:52.1423647Z * [new branch] gh/anijain2305/685/head -> origin/gh/anijain2305/685/head 2025-03-04T19:48:52.1424189Z * [new branch] gh/anijain2305/685/orig -> origin/gh/anijain2305/685/orig 2025-03-04T19:48:52.1424736Z * [new branch] gh/anijain2305/686/base -> origin/gh/anijain2305/686/base 2025-03-04T19:48:52.1425282Z * [new branch] gh/anijain2305/686/head -> origin/gh/anijain2305/686/head 2025-03-04T19:48:52.1425832Z * [new branch] gh/anijain2305/686/orig -> origin/gh/anijain2305/686/orig 2025-03-04T19:48:52.1426405Z * [new branch] gh/anijain2305/687/base -> origin/gh/anijain2305/687/base 2025-03-04T19:48:52.1426951Z * [new branch] gh/anijain2305/687/head -> origin/gh/anijain2305/687/head 2025-03-04T19:48:52.1427515Z * [new branch] gh/anijain2305/687/orig -> origin/gh/anijain2305/687/orig 2025-03-04T19:48:52.1428061Z * [new branch] gh/anijain2305/688/base -> origin/gh/anijain2305/688/base 2025-03-04T19:48:52.1428596Z * [new branch] gh/anijain2305/688/head -> origin/gh/anijain2305/688/head 2025-03-04T19:48:52.1429146Z * [new branch] gh/anijain2305/688/orig -> origin/gh/anijain2305/688/orig 2025-03-04T19:48:52.1429693Z * [new branch] gh/anijain2305/689/base -> origin/gh/anijain2305/689/base 2025-03-04T19:48:52.1430235Z * [new branch] gh/anijain2305/689/head -> origin/gh/anijain2305/689/head 2025-03-04T19:48:52.1430785Z * [new branch] gh/anijain2305/689/orig -> origin/gh/anijain2305/689/orig 2025-03-04T19:48:52.1431335Z * [new branch] gh/anijain2305/690/base -> origin/gh/anijain2305/690/base 2025-03-04T19:48:52.1431873Z * [new branch] gh/anijain2305/690/head -> origin/gh/anijain2305/690/head 2025-03-04T19:48:52.1432419Z * [new branch] gh/anijain2305/690/orig -> origin/gh/anijain2305/690/orig 2025-03-04T19:48:52.1432962Z * [new branch] gh/anijain2305/691/base -> origin/gh/anijain2305/691/base 2025-03-04T19:48:52.1433505Z * [new branch] gh/anijain2305/691/head -> origin/gh/anijain2305/691/head 2025-03-04T19:48:52.1434049Z * [new branch] gh/anijain2305/691/orig -> origin/gh/anijain2305/691/orig 2025-03-04T19:48:52.1434596Z * [new branch] gh/anijain2305/692/base -> origin/gh/anijain2305/692/base 2025-03-04T19:48:52.1435137Z * [new branch] gh/anijain2305/692/head -> origin/gh/anijain2305/692/head 2025-03-04T19:48:52.1435794Z * [new branch] gh/anijain2305/692/orig -> origin/gh/anijain2305/692/orig 2025-03-04T19:48:52.1436343Z * [new branch] gh/anjali411/216/base -> origin/gh/anjali411/216/base 2025-03-04T19:48:52.1436945Z * [new branch] gh/anjali411/216/head -> origin/gh/anjali411/216/head 2025-03-04T19:48:52.1437536Z * [new branch] gh/anjali411/216/orig -> origin/gh/anjali411/216/orig 2025-03-04T19:48:52.1438068Z * [new branch] gh/aorenste/132/base -> origin/gh/aorenste/132/base 2025-03-04T19:48:52.1438596Z * [new branch] gh/aorenste/132/head -> origin/gh/aorenste/132/head 2025-03-04T19:48:52.1439116Z * [new branch] gh/aorenste/141/base -> origin/gh/aorenste/141/base 2025-03-04T19:48:52.1439645Z * [new branch] gh/aorenste/141/head -> origin/gh/aorenste/141/head 2025-03-04T19:48:52.1440169Z * [new branch] gh/aorenste/141/orig -> origin/gh/aorenste/141/orig 2025-03-04T19:48:52.1440875Z * [new branch] gh/aorenste/211/base -> origin/gh/aorenste/211/base 2025-03-04T19:48:52.1441407Z * [new branch] gh/aorenste/211/head -> origin/gh/aorenste/211/head 2025-03-04T19:48:52.1441932Z * [new branch] gh/aorenste/211/orig -> origin/gh/aorenste/211/orig 2025-03-04T19:48:52.1442454Z * [new branch] gh/aorenste/213/base -> origin/gh/aorenste/213/base 2025-03-04T19:48:52.1442985Z * [new branch] gh/aorenste/213/head -> origin/gh/aorenste/213/head 2025-03-04T19:48:52.1443513Z * [new branch] gh/aorenste/213/orig -> origin/gh/aorenste/213/orig 2025-03-04T19:48:52.1444039Z * [new branch] gh/aorenste/214/base -> origin/gh/aorenste/214/base 2025-03-04T19:48:52.1444562Z * [new branch] gh/aorenste/214/head -> origin/gh/aorenste/214/head 2025-03-04T19:48:52.1445095Z * [new branch] gh/aorenste/214/orig -> origin/gh/aorenste/214/orig 2025-03-04T19:48:52.1445608Z * [new branch] gh/aorenste/215/base -> origin/gh/aorenste/215/base 2025-03-04T19:48:52.1912734Z * [new branch] gh/aorenste/215/head -> origin/gh/aorenste/215/head 2025-03-04T19:48:52.1913289Z * [new branch] gh/aorenste/215/orig -> origin/gh/aorenste/215/orig 2025-03-04T19:48:52.1913812Z * [new branch] gh/aorenste/216/base -> origin/gh/aorenste/216/base 2025-03-04T19:48:52.1914334Z * [new branch] gh/aorenste/216/head -> origin/gh/aorenste/216/head 2025-03-04T19:48:52.1914870Z * [new branch] gh/aorenste/216/orig -> origin/gh/aorenste/216/orig 2025-03-04T19:48:52.1915400Z * [new branch] gh/aorenste/217/base -> origin/gh/aorenste/217/base 2025-03-04T19:48:52.1915912Z * [new branch] gh/aorenste/217/head -> origin/gh/aorenste/217/head 2025-03-04T19:48:52.1916457Z * [new branch] gh/aorenste/217/orig -> origin/gh/aorenste/217/orig 2025-03-04T19:48:52.1916984Z * [new branch] gh/aorenste/218/base -> origin/gh/aorenste/218/base 2025-03-04T19:48:52.1917513Z * [new branch] gh/aorenste/218/head -> origin/gh/aorenste/218/head 2025-03-04T19:48:52.1918032Z * [new branch] gh/aorenste/218/orig -> origin/gh/aorenste/218/orig 2025-03-04T19:48:52.1918557Z * [new branch] gh/aorenste/219/base -> origin/gh/aorenste/219/base 2025-03-04T19:48:52.1919072Z * [new branch] gh/aorenste/219/head -> origin/gh/aorenste/219/head 2025-03-04T19:48:52.1919594Z * [new branch] gh/aorenste/219/orig -> origin/gh/aorenste/219/orig 2025-03-04T19:48:52.1920161Z * [new branch] gh/avikchaudhuri/39/base -> origin/gh/avikchaudhuri/39/base 2025-03-04T19:48:52.1921497Z * [new branch] gh/avikchaudhuri/39/head -> origin/gh/avikchaudhuri/39/head 2025-03-04T19:48:52.1922090Z * [new branch] gh/avikchaudhuri/39/orig -> origin/gh/avikchaudhuri/39/orig 2025-03-04T19:48:52.1922670Z * [new branch] gh/avikchaudhuri/54/base -> origin/gh/avikchaudhuri/54/base 2025-03-04T19:48:52.1923254Z * [new branch] gh/avikchaudhuri/54/head -> origin/gh/avikchaudhuri/54/head 2025-03-04T19:48:52.1923823Z * [new branch] gh/avikchaudhuri/54/orig -> origin/gh/avikchaudhuri/54/orig 2025-03-04T19:48:52.1924422Z * [new branch] gh/avikchaudhuri/55/base -> origin/gh/avikchaudhuri/55/base 2025-03-04T19:48:52.1925002Z * [new branch] gh/avikchaudhuri/55/head -> origin/gh/avikchaudhuri/55/head 2025-03-04T19:48:52.1925583Z * [new branch] gh/avikchaudhuri/55/orig -> origin/gh/avikchaudhuri/55/orig 2025-03-04T19:48:52.1926124Z * [new branch] gh/awgu/657/base -> origin/gh/awgu/657/base 2025-03-04T19:48:52.1927042Z * [new branch] gh/awgu/657/head -> origin/gh/awgu/657/head 2025-03-04T19:48:52.1927541Z * [new branch] gh/awgu/657/orig -> origin/gh/awgu/657/orig 2025-03-04T19:48:52.1928063Z * [new branch] gh/bdhirsh/604/base -> origin/gh/bdhirsh/604/base 2025-03-04T19:48:52.1928596Z * [new branch] gh/bdhirsh/604/head -> origin/gh/bdhirsh/604/head 2025-03-04T19:48:52.1929114Z * [new branch] gh/bdhirsh/604/orig -> origin/gh/bdhirsh/604/orig 2025-03-04T19:48:52.1929641Z * [new branch] gh/bdhirsh/620/base -> origin/gh/bdhirsh/620/base 2025-03-04T19:48:52.1930158Z * [new branch] gh/bdhirsh/620/head -> origin/gh/bdhirsh/620/head 2025-03-04T19:48:52.1930670Z * [new branch] gh/bdhirsh/620/orig -> origin/gh/bdhirsh/620/orig 2025-03-04T19:48:52.1931179Z * [new branch] gh/bdhirsh/626/base -> origin/gh/bdhirsh/626/base 2025-03-04T19:48:52.1931690Z * [new branch] gh/bdhirsh/626/head -> origin/gh/bdhirsh/626/head 2025-03-04T19:48:52.1932200Z * [new branch] gh/bdhirsh/626/orig -> origin/gh/bdhirsh/626/orig 2025-03-04T19:48:52.1932719Z * [new branch] gh/bdhirsh/627/base -> origin/gh/bdhirsh/627/base 2025-03-04T19:48:52.1933227Z * [new branch] gh/bdhirsh/627/head -> origin/gh/bdhirsh/627/head 2025-03-04T19:48:52.1933736Z * [new branch] gh/bdhirsh/627/orig -> origin/gh/bdhirsh/627/orig 2025-03-04T19:48:52.1934250Z * [new branch] gh/bdhirsh/630/base -> origin/gh/bdhirsh/630/base 2025-03-04T19:48:52.1934754Z * [new branch] gh/bdhirsh/630/head -> origin/gh/bdhirsh/630/head 2025-03-04T19:48:52.1935266Z * [new branch] gh/bdhirsh/630/orig -> origin/gh/bdhirsh/630/orig 2025-03-04T19:48:52.1935782Z * [new branch] gh/bdhirsh/635/base -> origin/gh/bdhirsh/635/base 2025-03-04T19:48:52.1936293Z * [new branch] gh/bdhirsh/635/head -> origin/gh/bdhirsh/635/head 2025-03-04T19:48:52.1936804Z * [new branch] gh/bdhirsh/635/orig -> origin/gh/bdhirsh/635/orig 2025-03-04T19:48:52.1937321Z * [new branch] gh/bdhirsh/636/base -> origin/gh/bdhirsh/636/base 2025-03-04T19:48:52.1937833Z * [new branch] gh/bdhirsh/636/head -> origin/gh/bdhirsh/636/head 2025-03-04T19:48:52.1938341Z * [new branch] gh/bdhirsh/636/orig -> origin/gh/bdhirsh/636/orig 2025-03-04T19:48:52.2365063Z * [new branch] gh/bdhirsh/639/base -> origin/gh/bdhirsh/639/base 2025-03-04T19:48:52.2365600Z * [new branch] gh/bdhirsh/639/head -> origin/gh/bdhirsh/639/head 2025-03-04T19:48:52.2366150Z * [new branch] gh/bdhirsh/639/orig -> origin/gh/bdhirsh/639/orig 2025-03-04T19:48:52.2366859Z * [new branch] gh/bdhirsh/640/base -> origin/gh/bdhirsh/640/base 2025-03-04T19:48:52.2367381Z * [new branch] gh/bdhirsh/640/head -> origin/gh/bdhirsh/640/head 2025-03-04T19:48:52.2367904Z * [new branch] gh/bdhirsh/640/orig -> origin/gh/bdhirsh/640/orig 2025-03-04T19:48:52.2368416Z * [new branch] gh/bdhirsh/641/base -> origin/gh/bdhirsh/641/base 2025-03-04T19:48:52.2368925Z * [new branch] gh/bdhirsh/641/head -> origin/gh/bdhirsh/641/head 2025-03-04T19:48:52.2369431Z * [new branch] gh/bdhirsh/641/orig -> origin/gh/bdhirsh/641/orig 2025-03-04T19:48:52.2369946Z * [new branch] gh/bdhirsh/642/base -> origin/gh/bdhirsh/642/base 2025-03-04T19:48:52.2370460Z * [new branch] gh/bdhirsh/642/head -> origin/gh/bdhirsh/642/head 2025-03-04T19:48:52.2370982Z * [new branch] gh/bdhirsh/642/orig -> origin/gh/bdhirsh/642/orig 2025-03-04T19:48:52.2371603Z * [new branch] gh/bdhirsh/643/base -> origin/gh/bdhirsh/643/base 2025-03-04T19:48:52.2372119Z * [new branch] gh/bdhirsh/643/head -> origin/gh/bdhirsh/643/head 2025-03-04T19:48:52.2372636Z * [new branch] gh/bdhirsh/643/orig -> origin/gh/bdhirsh/643/orig 2025-03-04T19:48:52.2373148Z * [new branch] gh/bdhirsh/644/base -> origin/gh/bdhirsh/644/base 2025-03-04T19:48:52.2373667Z * [new branch] gh/bdhirsh/644/head -> origin/gh/bdhirsh/644/head 2025-03-04T19:48:52.2374182Z * [new branch] gh/bdhirsh/644/orig -> origin/gh/bdhirsh/644/orig 2025-03-04T19:48:52.2374744Z * [new branch] gh/benjaminglass1/47/base -> origin/gh/benjaminglass1/47/base 2025-03-04T19:48:52.2375329Z * [new branch] gh/benjaminglass1/47/head -> origin/gh/benjaminglass1/47/head 2025-03-04T19:48:52.2375925Z * [new branch] gh/benjaminglass1/47/orig -> origin/gh/benjaminglass1/47/orig 2025-03-04T19:48:52.2376518Z * [new branch] gh/benjaminglass1/51/base -> origin/gh/benjaminglass1/51/base 2025-03-04T19:48:52.2377103Z * [new branch] gh/benjaminglass1/51/head -> origin/gh/benjaminglass1/51/head 2025-03-04T19:48:52.2377689Z * [new branch] gh/benjaminglass1/51/orig -> origin/gh/benjaminglass1/51/orig 2025-03-04T19:48:52.2378272Z * [new branch] gh/benjaminglass1/52/base -> origin/gh/benjaminglass1/52/base 2025-03-04T19:48:52.2378919Z * [new branch] gh/benjaminglass1/52/head -> origin/gh/benjaminglass1/52/head 2025-03-04T19:48:52.2379564Z * [new branch] gh/benjaminglass1/52/orig -> origin/gh/benjaminglass1/52/orig 2025-03-04T19:48:52.2380212Z * [new branch] gh/benjaminglass1/56/base -> origin/gh/benjaminglass1/56/base 2025-03-04T19:48:52.2380802Z * [new branch] gh/benjaminglass1/56/head -> origin/gh/benjaminglass1/56/head 2025-03-04T19:48:52.2381407Z * [new branch] gh/benjaminglass1/56/orig -> origin/gh/benjaminglass1/56/orig 2025-03-04T19:48:52.2381991Z * [new branch] gh/benjaminglass1/58/base -> origin/gh/benjaminglass1/58/base 2025-03-04T19:48:52.2382567Z * [new branch] gh/benjaminglass1/58/head -> origin/gh/benjaminglass1/58/head 2025-03-04T19:48:52.2383152Z * [new branch] gh/benjaminglass1/58/orig -> origin/gh/benjaminglass1/58/orig 2025-03-04T19:48:52.2383740Z * [new branch] gh/benjaminglass1/59/base -> origin/gh/benjaminglass1/59/base 2025-03-04T19:48:52.2384322Z * [new branch] gh/benjaminglass1/59/head -> origin/gh/benjaminglass1/59/head 2025-03-04T19:48:52.2384906Z * [new branch] gh/benjaminglass1/59/orig -> origin/gh/benjaminglass1/59/orig 2025-03-04T19:48:52.2385497Z * [new branch] gh/benjaminglass1/60/base -> origin/gh/benjaminglass1/60/base 2025-03-04T19:48:52.2386194Z * [new branch] gh/benjaminglass1/60/head -> origin/gh/benjaminglass1/60/head 2025-03-04T19:48:52.2386786Z * [new branch] gh/benjaminglass1/60/orig -> origin/gh/benjaminglass1/60/orig 2025-03-04T19:48:52.2387381Z * [new branch] gh/benjaminglass1/63/base -> origin/gh/benjaminglass1/63/base 2025-03-04T19:48:52.2387974Z * [new branch] gh/benjaminglass1/63/head -> origin/gh/benjaminglass1/63/head 2025-03-04T19:48:52.2388570Z * [new branch] gh/benjaminglass1/63/orig -> origin/gh/benjaminglass1/63/orig 2025-03-04T19:48:52.2389160Z * [new branch] gh/benjaminglass1/64/base -> origin/gh/benjaminglass1/64/base 2025-03-04T19:48:52.2389751Z * [new branch] gh/benjaminglass1/64/head -> origin/gh/benjaminglass1/64/head 2025-03-04T19:48:52.2390330Z * [new branch] gh/benjaminglass1/64/orig -> origin/gh/benjaminglass1/64/orig 2025-03-04T19:48:52.2782320Z * [new branch] gh/benjaminglass1/65/base -> origin/gh/benjaminglass1/65/base 2025-03-04T19:48:52.2783177Z * [new branch] gh/benjaminglass1/65/head -> origin/gh/benjaminglass1/65/head 2025-03-04T19:48:52.2783828Z * [new branch] gh/benjaminglass1/65/orig -> origin/gh/benjaminglass1/65/orig 2025-03-04T19:48:52.2784423Z * [new branch] gh/benjaminglass1/66/base -> origin/gh/benjaminglass1/66/base 2025-03-04T19:48:52.2785014Z * [new branch] gh/benjaminglass1/66/head -> origin/gh/benjaminglass1/66/head 2025-03-04T19:48:52.2785601Z * [new branch] gh/benjaminglass1/66/orig -> origin/gh/benjaminglass1/66/orig 2025-03-04T19:48:52.2786180Z * [new branch] gh/benjaminglass1/67/base -> origin/gh/benjaminglass1/67/base 2025-03-04T19:48:52.2786772Z * [new branch] gh/benjaminglass1/67/head -> origin/gh/benjaminglass1/67/head 2025-03-04T19:48:52.2787365Z * [new branch] gh/benjaminglass1/67/orig -> origin/gh/benjaminglass1/67/orig 2025-03-04T19:48:52.2787962Z * [new branch] gh/benjaminglass1/68/base -> origin/gh/benjaminglass1/68/base 2025-03-04T19:48:52.2788548Z * [new branch] gh/benjaminglass1/68/head -> origin/gh/benjaminglass1/68/head 2025-03-04T19:48:52.2789239Z * [new branch] gh/benjaminglass1/68/orig -> origin/gh/benjaminglass1/68/orig 2025-03-04T19:48:52.2789829Z * [new branch] gh/benjaminglass1/69/base -> origin/gh/benjaminglass1/69/base 2025-03-04T19:48:52.2790413Z * [new branch] gh/benjaminglass1/69/head -> origin/gh/benjaminglass1/69/head 2025-03-04T19:48:52.2790998Z * [new branch] gh/benjaminglass1/69/orig -> origin/gh/benjaminglass1/69/orig 2025-03-04T19:48:52.2791602Z * [new branch] gh/benjaminglass1/70/base -> origin/gh/benjaminglass1/70/base 2025-03-04T19:48:52.2792195Z * [new branch] gh/benjaminglass1/70/head -> origin/gh/benjaminglass1/70/head 2025-03-04T19:48:52.2792784Z * [new branch] gh/benjaminglass1/70/orig -> origin/gh/benjaminglass1/70/orig 2025-03-04T19:48:52.2793372Z * [new branch] gh/benjaminglass1/71/base -> origin/gh/benjaminglass1/71/base 2025-03-04T19:48:52.2793958Z * [new branch] gh/benjaminglass1/71/head -> origin/gh/benjaminglass1/71/head 2025-03-04T19:48:52.2794579Z * [new branch] gh/benjaminglass1/71/orig -> origin/gh/benjaminglass1/71/orig 2025-03-04T19:48:52.2795216Z * [new branch] gh/benjaminglass1/72/base -> origin/gh/benjaminglass1/72/base 2025-03-04T19:48:52.2795807Z * [new branch] gh/benjaminglass1/72/head -> origin/gh/benjaminglass1/72/head 2025-03-04T19:48:52.2796394Z * [new branch] gh/benjaminglass1/72/orig -> origin/gh/benjaminglass1/72/orig 2025-03-04T19:48:52.2796982Z * [new branch] gh/benjaminglass1/73/base -> origin/gh/benjaminglass1/73/base 2025-03-04T19:48:52.2797702Z * [new branch] gh/benjaminglass1/73/head -> origin/gh/benjaminglass1/73/head 2025-03-04T19:48:52.2798286Z * [new branch] gh/benjaminglass1/73/orig -> origin/gh/benjaminglass1/73/orig 2025-03-04T19:48:52.2798876Z * [new branch] gh/benjaminglass1/74/base -> origin/gh/benjaminglass1/74/base 2025-03-04T19:48:52.2799465Z * [new branch] gh/benjaminglass1/74/head -> origin/gh/benjaminglass1/74/head 2025-03-04T19:48:52.2800106Z * [new branch] gh/benjaminglass1/74/orig -> origin/gh/benjaminglass1/74/orig 2025-03-04T19:48:52.2800839Z * [new branch] gh/bertmaher/5/base -> origin/gh/bertmaher/5/base 2025-03-04T19:48:52.2801375Z * [new branch] gh/bertmaher/5/head -> origin/gh/bertmaher/5/head 2025-03-04T19:48:52.2801888Z * [new branch] gh/bertmaher/5/orig -> origin/gh/bertmaher/5/orig 2025-03-04T19:48:52.2802416Z * [new branch] gh/bertmaher/6/base -> origin/gh/bertmaher/6/base 2025-03-04T19:48:52.2803058Z * [new branch] gh/bertmaher/6/head -> origin/gh/bertmaher/6/head 2025-03-04T19:48:52.2803583Z * [new branch] gh/bertmaher/6/orig -> origin/gh/bertmaher/6/orig 2025-03-04T19:48:52.2804131Z * [new branch] gh/bobrenjc93/119/base -> origin/gh/bobrenjc93/119/base 2025-03-04T19:48:52.2804688Z * [new branch] gh/bobrenjc93/119/head -> origin/gh/bobrenjc93/119/head 2025-03-04T19:48:52.2805236Z * [new branch] gh/bobrenjc93/119/orig -> origin/gh/bobrenjc93/119/orig 2025-03-04T19:48:52.2805769Z * [new branch] gh/bobrenjc93/146/base -> origin/gh/bobrenjc93/146/base 2025-03-04T19:48:52.2806356Z * [new branch] gh/bobrenjc93/146/head -> origin/gh/bobrenjc93/146/head 2025-03-04T19:48:52.2806942Z * [new branch] gh/bobrenjc93/146/orig -> origin/gh/bobrenjc93/146/orig 2025-03-04T19:48:52.2807563Z * [new branch] gh/bobrenjc93/207/base -> origin/gh/bobrenjc93/207/base 2025-03-04T19:48:52.2808162Z * [new branch] gh/bobrenjc93/207/head -> origin/gh/bobrenjc93/207/head 2025-03-04T19:48:52.2808751Z * [new branch] gh/bobrenjc93/207/orig -> origin/gh/bobrenjc93/207/orig 2025-03-04T19:48:52.3228341Z * [new branch] gh/bobrenjc93/252/base -> origin/gh/bobrenjc93/252/base 2025-03-04T19:48:52.3228968Z * [new branch] gh/bobrenjc93/252/head -> origin/gh/bobrenjc93/252/head 2025-03-04T19:48:52.3229516Z * [new branch] gh/bobrenjc93/252/orig -> origin/gh/bobrenjc93/252/orig 2025-03-04T19:48:52.3230071Z * [new branch] gh/bobrenjc93/253/base -> origin/gh/bobrenjc93/253/base 2025-03-04T19:48:52.3230619Z * [new branch] gh/bobrenjc93/253/head -> origin/gh/bobrenjc93/253/head 2025-03-04T19:48:52.3231209Z * [new branch] gh/bobrenjc93/253/orig -> origin/gh/bobrenjc93/253/orig 2025-03-04T19:48:52.3231821Z * [new branch] gh/bobrenjc93/255/base -> origin/gh/bobrenjc93/255/base 2025-03-04T19:48:52.3232375Z * [new branch] gh/bobrenjc93/255/head -> origin/gh/bobrenjc93/255/head 2025-03-04T19:48:52.3232914Z * [new branch] gh/bobrenjc93/255/orig -> origin/gh/bobrenjc93/255/orig 2025-03-04T19:48:52.3233455Z * [new branch] gh/bobrenjc93/260/base -> origin/gh/bobrenjc93/260/base 2025-03-04T19:48:52.3233999Z * [new branch] gh/bobrenjc93/260/head -> origin/gh/bobrenjc93/260/head 2025-03-04T19:48:52.3234542Z * [new branch] gh/bobrenjc93/260/orig -> origin/gh/bobrenjc93/260/orig 2025-03-04T19:48:52.3235087Z * [new branch] gh/bobrenjc93/261/base -> origin/gh/bobrenjc93/261/base 2025-03-04T19:48:52.3235629Z * [new branch] gh/bobrenjc93/261/head -> origin/gh/bobrenjc93/261/head 2025-03-04T19:48:52.3236157Z * [new branch] gh/bobrenjc93/261/orig -> origin/gh/bobrenjc93/261/orig 2025-03-04T19:48:52.3236909Z * [new branch] gh/bobrenjc93/262/base -> origin/gh/bobrenjc93/262/base 2025-03-04T19:48:52.3237497Z * [new branch] gh/bobrenjc93/262/head -> origin/gh/bobrenjc93/262/head 2025-03-04T19:48:52.3238042Z * [new branch] gh/bobrenjc93/262/orig -> origin/gh/bobrenjc93/262/orig 2025-03-04T19:48:52.3238580Z * [new branch] gh/bobrenjc93/263/base -> origin/gh/bobrenjc93/263/base 2025-03-04T19:48:52.3239120Z * [new branch] gh/bobrenjc93/263/head -> origin/gh/bobrenjc93/263/head 2025-03-04T19:48:52.3239652Z * [new branch] gh/bobrenjc93/263/orig -> origin/gh/bobrenjc93/263/orig 2025-03-04T19:48:52.3240271Z * [new branch] gh/bobrenjc93/264/base -> origin/gh/bobrenjc93/264/base 2025-03-04T19:48:52.3240821Z * [new branch] gh/bobrenjc93/264/head -> origin/gh/bobrenjc93/264/head 2025-03-04T19:48:52.3241375Z * [new branch] gh/bobrenjc93/264/orig -> origin/gh/bobrenjc93/264/orig 2025-03-04T19:48:52.3242045Z * [new branch] gh/bobrenjc93/265/base -> origin/gh/bobrenjc93/265/base 2025-03-04T19:48:52.3242654Z * [new branch] gh/bobrenjc93/265/head -> origin/gh/bobrenjc93/265/head 2025-03-04T19:48:52.3243247Z * [new branch] gh/bobrenjc93/265/orig -> origin/gh/bobrenjc93/265/orig 2025-03-04T19:48:52.3243779Z * [new branch] gh/bobrenjc93/266/base -> origin/gh/bobrenjc93/266/base 2025-03-04T19:48:52.3244317Z * [new branch] gh/bobrenjc93/266/head -> origin/gh/bobrenjc93/266/head 2025-03-04T19:48:52.3244856Z * [new branch] gh/bobrenjc93/266/orig -> origin/gh/bobrenjc93/266/orig 2025-03-04T19:48:52.3245399Z * [new branch] gh/bobrenjc93/267/base -> origin/gh/bobrenjc93/267/base 2025-03-04T19:48:52.3245940Z * [new branch] gh/bobrenjc93/267/head -> origin/gh/bobrenjc93/267/head 2025-03-04T19:48:52.3246491Z * [new branch] gh/bobrenjc93/267/orig -> origin/gh/bobrenjc93/267/orig 2025-03-04T19:48:52.3247018Z * [new branch] gh/bobrenjc93/268/base -> origin/gh/bobrenjc93/268/base 2025-03-04T19:48:52.3247555Z * [new branch] gh/bobrenjc93/268/head -> origin/gh/bobrenjc93/268/head 2025-03-04T19:48:52.3248138Z * [new branch] gh/bobrenjc93/268/orig -> origin/gh/bobrenjc93/268/orig 2025-03-04T19:48:52.3248732Z * [new branch] gh/bobrenjc93/269/base -> origin/gh/bobrenjc93/269/base 2025-03-04T19:48:52.3249280Z * [new branch] gh/bobrenjc93/269/head -> origin/gh/bobrenjc93/269/head 2025-03-04T19:48:52.3249822Z * [new branch] gh/bobrenjc93/269/orig -> origin/gh/bobrenjc93/269/orig 2025-03-04T19:48:52.3250357Z * [new branch] gh/bobrenjc93/270/base -> origin/gh/bobrenjc93/270/base 2025-03-04T19:48:52.3250902Z * [new branch] gh/bobrenjc93/270/head -> origin/gh/bobrenjc93/270/head 2025-03-04T19:48:52.3251447Z * [new branch] gh/bobrenjc93/270/orig -> origin/gh/bobrenjc93/270/orig 2025-03-04T19:48:52.3251987Z * [new branch] gh/bobrenjc93/271/base -> origin/gh/bobrenjc93/271/base 2025-03-04T19:48:52.3252525Z * [new branch] gh/bobrenjc93/271/head -> origin/gh/bobrenjc93/271/head 2025-03-04T19:48:52.3253066Z * [new branch] gh/bobrenjc93/271/orig -> origin/gh/bobrenjc93/271/orig 2025-03-04T19:48:52.3649841Z * [new branch] gh/bobrenjc93/272/base -> origin/gh/bobrenjc93/272/base 2025-03-04T19:48:52.3650429Z * [new branch] gh/bobrenjc93/272/head -> origin/gh/bobrenjc93/272/head 2025-03-04T19:48:52.3650986Z * [new branch] gh/bobrenjc93/272/orig -> origin/gh/bobrenjc93/272/orig 2025-03-04T19:48:52.3651535Z * [new branch] gh/bobrenjc93/273/base -> origin/gh/bobrenjc93/273/base 2025-03-04T19:48:52.3652299Z * [new branch] gh/bobrenjc93/273/head -> origin/gh/bobrenjc93/273/head 2025-03-04T19:48:52.3652838Z * [new branch] gh/bobrenjc93/273/orig -> origin/gh/bobrenjc93/273/orig 2025-03-04T19:48:52.3653386Z * [new branch] gh/bobrenjc93/274/base -> origin/gh/bobrenjc93/274/base 2025-03-04T19:48:52.3653928Z * [new branch] gh/bobrenjc93/274/head -> origin/gh/bobrenjc93/274/head 2025-03-04T19:48:52.3654461Z * [new branch] gh/bobrenjc93/274/orig -> origin/gh/bobrenjc93/274/orig 2025-03-04T19:48:52.3655010Z * [new branch] gh/bobrenjc93/275/base -> origin/gh/bobrenjc93/275/base 2025-03-04T19:48:52.3655551Z * [new branch] gh/bobrenjc93/275/head -> origin/gh/bobrenjc93/275/head 2025-03-04T19:48:52.3656096Z * [new branch] gh/bobrenjc93/275/orig -> origin/gh/bobrenjc93/275/orig 2025-03-04T19:48:52.3656649Z * [new branch] gh/bobrenjc93/276/base -> origin/gh/bobrenjc93/276/base 2025-03-04T19:48:52.3657287Z * [new branch] gh/bobrenjc93/276/head -> origin/gh/bobrenjc93/276/head 2025-03-04T19:48:52.3657842Z * [new branch] gh/bobrenjc93/276/orig -> origin/gh/bobrenjc93/276/orig 2025-03-04T19:48:52.3658384Z * [new branch] gh/bobrenjc93/277/base -> origin/gh/bobrenjc93/277/base 2025-03-04T19:48:52.3658937Z * [new branch] gh/bobrenjc93/277/head -> origin/gh/bobrenjc93/277/head 2025-03-04T19:48:52.3659488Z * [new branch] gh/bobrenjc93/277/orig -> origin/gh/bobrenjc93/277/orig 2025-03-04T19:48:52.3660038Z * [new branch] gh/bobrenjc93/278/base -> origin/gh/bobrenjc93/278/base 2025-03-04T19:48:52.3660591Z * [new branch] gh/bobrenjc93/278/head -> origin/gh/bobrenjc93/278/head 2025-03-04T19:48:52.3661131Z * [new branch] gh/bobrenjc93/278/orig -> origin/gh/bobrenjc93/278/orig 2025-03-04T19:48:52.3661673Z * [new branch] gh/bobrenjc93/279/base -> origin/gh/bobrenjc93/279/base 2025-03-04T19:48:52.3662217Z * [new branch] gh/bobrenjc93/279/head -> origin/gh/bobrenjc93/279/head 2025-03-04T19:48:52.3662770Z * [new branch] gh/bobrenjc93/279/orig -> origin/gh/bobrenjc93/279/orig 2025-03-04T19:48:52.3663307Z * [new branch] gh/bobrenjc93/280/base -> origin/gh/bobrenjc93/280/base 2025-03-04T19:48:52.3663850Z * [new branch] gh/bobrenjc93/280/head -> origin/gh/bobrenjc93/280/head 2025-03-04T19:48:52.3664396Z * [new branch] gh/bobrenjc93/280/orig -> origin/gh/bobrenjc93/280/orig 2025-03-04T19:48:52.3664921Z * [new branch] gh/bobrenjc93/281/base -> origin/gh/bobrenjc93/281/base 2025-03-04T19:48:52.3665462Z * [new branch] gh/bobrenjc93/281/head -> origin/gh/bobrenjc93/281/head 2025-03-04T19:48:52.3666004Z * [new branch] gh/bobrenjc93/281/orig -> origin/gh/bobrenjc93/281/orig 2025-03-04T19:48:52.3666548Z * [new branch] gh/bobrenjc93/282/base -> origin/gh/bobrenjc93/282/base 2025-03-04T19:48:52.3667084Z * [new branch] gh/bobrenjc93/282/head -> origin/gh/bobrenjc93/282/head 2025-03-04T19:48:52.3667634Z * [new branch] gh/bobrenjc93/282/orig -> origin/gh/bobrenjc93/282/orig 2025-03-04T19:48:52.3668166Z * [new branch] gh/bobrenjc93/283/base -> origin/gh/bobrenjc93/283/base 2025-03-04T19:48:52.3668698Z * [new branch] gh/bobrenjc93/283/head -> origin/gh/bobrenjc93/283/head 2025-03-04T19:48:52.3669232Z * [new branch] gh/bobrenjc93/283/orig -> origin/gh/bobrenjc93/283/orig 2025-03-04T19:48:52.3669771Z * [new branch] gh/bobrenjc93/284/base -> origin/gh/bobrenjc93/284/base 2025-03-04T19:48:52.3670310Z * [new branch] gh/bobrenjc93/284/head -> origin/gh/bobrenjc93/284/head 2025-03-04T19:48:52.3670964Z * [new branch] gh/bobrenjc93/284/orig -> origin/gh/bobrenjc93/284/orig 2025-03-04T19:48:52.3671504Z * [new branch] gh/bobrenjc93/285/base -> origin/gh/bobrenjc93/285/base 2025-03-04T19:48:52.3672038Z * [new branch] gh/bobrenjc93/285/head -> origin/gh/bobrenjc93/285/head 2025-03-04T19:48:52.3672580Z * [new branch] gh/bobrenjc93/285/orig -> origin/gh/bobrenjc93/285/orig 2025-03-04T19:48:52.3673134Z * [new branch] gh/bobrenjc93/286/base -> origin/gh/bobrenjc93/286/base 2025-03-04T19:48:52.3673675Z * [new branch] gh/bobrenjc93/286/head -> origin/gh/bobrenjc93/286/head 2025-03-04T19:48:52.3674217Z * [new branch] gh/bobrenjc93/286/orig -> origin/gh/bobrenjc93/286/orig 2025-03-04T19:48:52.3674755Z * [new branch] gh/bobrenjc93/287/base -> origin/gh/bobrenjc93/287/base 2025-03-04T19:48:52.4111838Z * [new branch] gh/bobrenjc93/287/head -> origin/gh/bobrenjc93/287/head 2025-03-04T19:48:52.4112632Z * [new branch] gh/bobrenjc93/287/orig -> origin/gh/bobrenjc93/287/orig 2025-03-04T19:48:52.4113191Z * [new branch] gh/bobrenjc93/288/base -> origin/gh/bobrenjc93/288/base 2025-03-04T19:48:52.4113772Z * [new branch] gh/bobrenjc93/288/head -> origin/gh/bobrenjc93/288/head 2025-03-04T19:48:52.4114315Z * [new branch] gh/bobrenjc93/288/orig -> origin/gh/bobrenjc93/288/orig 2025-03-04T19:48:52.4114859Z * [new branch] gh/bobrenjc93/289/base -> origin/gh/bobrenjc93/289/base 2025-03-04T19:48:52.4115399Z * [new branch] gh/bobrenjc93/289/head -> origin/gh/bobrenjc93/289/head 2025-03-04T19:48:52.4115944Z * [new branch] gh/bobrenjc93/289/orig -> origin/gh/bobrenjc93/289/orig 2025-03-04T19:48:52.4116480Z * [new branch] gh/bobrenjc93/290/base -> origin/gh/bobrenjc93/290/base 2025-03-04T19:48:52.4117030Z * [new branch] gh/bobrenjc93/290/head -> origin/gh/bobrenjc93/290/head 2025-03-04T19:48:52.4117574Z * [new branch] gh/bobrenjc93/290/orig -> origin/gh/bobrenjc93/290/orig 2025-03-04T19:48:52.4118110Z * [new branch] gh/bobrenjc93/291/base -> origin/gh/bobrenjc93/291/base 2025-03-04T19:48:52.4118655Z * [new branch] gh/bobrenjc93/291/head -> origin/gh/bobrenjc93/291/head 2025-03-04T19:48:52.4119197Z * [new branch] gh/bobrenjc93/291/orig -> origin/gh/bobrenjc93/291/orig 2025-03-04T19:48:52.4119726Z * [new branch] gh/bobrenjc93/292/base -> origin/gh/bobrenjc93/292/base 2025-03-04T19:48:52.4120415Z * [new branch] gh/bobrenjc93/292/head -> origin/gh/bobrenjc93/292/head 2025-03-04T19:48:52.4121027Z * [new branch] gh/bobrenjc93/292/orig -> origin/gh/bobrenjc93/292/orig 2025-03-04T19:48:52.4121577Z * [new branch] gh/bobrenjc93/293/base -> origin/gh/bobrenjc93/293/base 2025-03-04T19:48:52.4122135Z * [new branch] gh/bobrenjc93/293/head -> origin/gh/bobrenjc93/293/head 2025-03-04T19:48:52.4122674Z * [new branch] gh/bobrenjc93/293/orig -> origin/gh/bobrenjc93/293/orig 2025-03-04T19:48:52.4123235Z * [new branch] gh/briancoutinho/2/base -> origin/gh/briancoutinho/2/base 2025-03-04T19:48:52.4123810Z * [new branch] gh/briancoutinho/2/head -> origin/gh/briancoutinho/2/head 2025-03-04T19:48:52.4124337Z * [new branch] gh/c00w/23/base -> origin/gh/c00w/23/base 2025-03-04T19:48:52.4124817Z * [new branch] gh/c00w/23/head -> origin/gh/c00w/23/head 2025-03-04T19:48:52.4125294Z * [new branch] gh/c00w/30/base -> origin/gh/c00w/30/base 2025-03-04T19:48:52.4125764Z * [new branch] gh/c00w/30/head -> origin/gh/c00w/30/head 2025-03-04T19:48:52.4126484Z * [new branch] gh/c00w/30/orig -> origin/gh/c00w/30/orig 2025-03-04T19:48:52.4126959Z * [new branch] gh/c00w/35/base -> origin/gh/c00w/35/base 2025-03-04T19:48:52.4127436Z * [new branch] gh/c00w/35/head -> origin/gh/c00w/35/head 2025-03-04T19:48:52.4127906Z * [new branch] gh/c00w/35/orig -> origin/gh/c00w/35/orig 2025-03-04T19:48:52.4128373Z * [new branch] gh/c00w/36/base -> origin/gh/c00w/36/base 2025-03-04T19:48:52.4128843Z * [new branch] gh/c00w/36/head -> origin/gh/c00w/36/head 2025-03-04T19:48:52.4129322Z * [new branch] gh/c00w/36/orig -> origin/gh/c00w/36/orig 2025-03-04T19:48:52.4129783Z * [new branch] gh/c00w/37/base -> origin/gh/c00w/37/base 2025-03-04T19:48:52.4130261Z * [new branch] gh/c00w/37/head -> origin/gh/c00w/37/head 2025-03-04T19:48:52.4130734Z * [new branch] gh/c00w/37/orig -> origin/gh/c00w/37/orig 2025-03-04T19:48:52.4131307Z * [new branch] gh/c00w/38/base -> origin/gh/c00w/38/base 2025-03-04T19:48:52.4131847Z * [new branch] gh/c00w/38/head -> origin/gh/c00w/38/head 2025-03-04T19:48:52.4132376Z * [new branch] gh/c00w/38/orig -> origin/gh/c00w/38/orig 2025-03-04T19:48:52.4132852Z * [new branch] gh/c00w/39/base -> origin/gh/c00w/39/base 2025-03-04T19:48:52.4133323Z * [new branch] gh/c00w/39/head -> origin/gh/c00w/39/head 2025-03-04T19:48:52.4133797Z * [new branch] gh/c00w/39/orig -> origin/gh/c00w/39/orig 2025-03-04T19:48:52.4134268Z * [new branch] gh/c00w/40/base -> origin/gh/c00w/40/base 2025-03-04T19:48:52.4134739Z * [new branch] gh/c00w/40/head -> origin/gh/c00w/40/head 2025-03-04T19:48:52.4135219Z * [new branch] gh/c00w/40/orig -> origin/gh/c00w/40/orig 2025-03-04T19:48:52.4135692Z * [new branch] gh/c00w/41/base -> origin/gh/c00w/41/base 2025-03-04T19:48:52.4136171Z * [new branch] gh/c00w/41/head -> origin/gh/c00w/41/head 2025-03-04T19:48:52.4571535Z * [new branch] gh/c00w/41/orig -> origin/gh/c00w/41/orig 2025-03-04T19:48:52.4572077Z * [new branch] gh/c00w/42/base -> origin/gh/c00w/42/base 2025-03-04T19:48:52.4572562Z * [new branch] gh/c00w/42/head -> origin/gh/c00w/42/head 2025-03-04T19:48:52.4573057Z * [new branch] gh/c00w/42/orig -> origin/gh/c00w/42/orig 2025-03-04T19:48:52.4573568Z * [new branch] gh/chenyang78/1/base -> origin/gh/chenyang78/1/base 2025-03-04T19:48:52.4574104Z * [new branch] gh/chenyang78/1/head -> origin/gh/chenyang78/1/head 2025-03-04T19:48:52.4574655Z * [new branch] gh/chenyang78/1/orig -> origin/gh/chenyang78/1/orig 2025-03-04T19:48:52.4575191Z * [new branch] gh/chenyang78/2/base -> origin/gh/chenyang78/2/base 2025-03-04T19:48:52.4575715Z * [new branch] gh/chenyang78/2/head -> origin/gh/chenyang78/2/head 2025-03-04T19:48:52.4576245Z * [new branch] gh/chenyang78/2/orig -> origin/gh/chenyang78/2/orig 2025-03-04T19:48:52.4576775Z * [new branch] gh/chillee/220/base -> origin/gh/chillee/220/base 2025-03-04T19:48:52.4577299Z * [new branch] gh/chillee/220/head -> origin/gh/chillee/220/head 2025-03-04T19:48:52.4577815Z * [new branch] gh/chillee/220/orig -> origin/gh/chillee/220/orig 2025-03-04T19:48:52.4578330Z * [new branch] gh/chillee/376/base -> origin/gh/chillee/376/base 2025-03-04T19:48:52.4578840Z * [new branch] gh/chillee/376/head -> origin/gh/chillee/376/head 2025-03-04T19:48:52.4579530Z * [new branch] gh/chillee/376/orig -> origin/gh/chillee/376/orig 2025-03-04T19:48:52.4580062Z * [new branch] gh/chillee/377/base -> origin/gh/chillee/377/base 2025-03-04T19:48:52.4580592Z * [new branch] gh/chillee/377/head -> origin/gh/chillee/377/head 2025-03-04T19:48:52.4581105Z * [new branch] gh/chillee/377/orig -> origin/gh/chillee/377/orig 2025-03-04T19:48:52.4581633Z * [new branch] gh/chillee/380/base -> origin/gh/chillee/380/base 2025-03-04T19:48:52.4582156Z * [new branch] gh/chillee/380/head -> origin/gh/chillee/380/head 2025-03-04T19:48:52.4582665Z * [new branch] gh/chillee/380/orig -> origin/gh/chillee/380/orig 2025-03-04T19:48:52.4583187Z * [new branch] gh/chunyuan-w/1/base -> origin/gh/chunyuan-w/1/base 2025-03-04T19:48:52.4583709Z * [new branch] gh/chunyuan-w/1/head -> origin/gh/chunyuan-w/1/head 2025-03-04T19:48:52.4584339Z * [new branch] gh/chunyuan-w/1/orig -> origin/gh/chunyuan-w/1/orig 2025-03-04T19:48:52.4584866Z * [new branch] gh/chunyuan-w/3/base -> origin/gh/chunyuan-w/3/base 2025-03-04T19:48:52.4585401Z * [new branch] gh/chunyuan-w/3/head -> origin/gh/chunyuan-w/3/head 2025-03-04T19:48:52.4585927Z * [new branch] gh/chunyuan-w/3/orig -> origin/gh/chunyuan-w/3/orig 2025-03-04T19:48:52.4586460Z * [new branch] gh/clee2000/1/base -> origin/gh/clee2000/1/base 2025-03-04T19:48:52.4586967Z * [new branch] gh/clee2000/1/head -> origin/gh/clee2000/1/head 2025-03-04T19:48:52.4587456Z * [new branch] gh/clee2000/1/orig -> origin/gh/clee2000/1/orig 2025-03-04T19:48:52.4588005Z * [new branch] gh/davidberard98/230/base -> origin/gh/davidberard98/230/base 2025-03-04T19:48:52.4588597Z * [new branch] gh/davidberard98/230/head -> origin/gh/davidberard98/230/head 2025-03-04T19:48:52.4589185Z * [new branch] gh/davidberard98/230/orig -> origin/gh/davidberard98/230/orig 2025-03-04T19:48:52.4589768Z * [new branch] gh/davidberard98/335/base -> origin/gh/davidberard98/335/base 2025-03-04T19:48:52.4590352Z * [new branch] gh/davidberard98/335/head -> origin/gh/davidberard98/335/head 2025-03-04T19:48:52.4590938Z * [new branch] gh/davidberard98/335/orig -> origin/gh/davidberard98/335/orig 2025-03-04T19:48:52.4591509Z * [new branch] gh/davidberard98/337/base -> origin/gh/davidberard98/337/base 2025-03-04T19:48:52.4592089Z * [new branch] gh/davidberard98/337/head -> origin/gh/davidberard98/337/head 2025-03-04T19:48:52.4592676Z * [new branch] gh/davidberard98/337/orig -> origin/gh/davidberard98/337/orig 2025-03-04T19:48:52.4593254Z * [new branch] gh/davidberard98/338/base -> origin/gh/davidberard98/338/base 2025-03-04T19:48:52.4593842Z * [new branch] gh/davidberard98/338/head -> origin/gh/davidberard98/338/head 2025-03-04T19:48:52.4594423Z * [new branch] gh/davidberard98/338/orig -> origin/gh/davidberard98/338/orig 2025-03-04T19:48:52.4594992Z * [new branch] gh/davidberard98/339/base -> origin/gh/davidberard98/339/base 2025-03-04T19:48:52.4595574Z * [new branch] gh/davidberard98/339/head -> origin/gh/davidberard98/339/head 2025-03-04T19:48:52.4596168Z * [new branch] gh/davidberard98/339/orig -> origin/gh/davidberard98/339/orig 2025-03-04T19:48:52.5038643Z * [new branch] gh/davidberard98/340/base -> origin/gh/davidberard98/340/base 2025-03-04T19:48:52.5039293Z * [new branch] gh/davidberard98/340/head -> origin/gh/davidberard98/340/head 2025-03-04T19:48:52.5039878Z * [new branch] gh/davidberard98/340/orig -> origin/gh/davidberard98/340/orig 2025-03-04T19:48:52.5040678Z * [new branch] gh/davidberard98/341/base -> origin/gh/davidberard98/341/base 2025-03-04T19:48:52.5041272Z * [new branch] gh/davidberard98/341/head -> origin/gh/davidberard98/341/head 2025-03-04T19:48:52.5041847Z * [new branch] gh/davidberard98/341/orig -> origin/gh/davidberard98/341/orig 2025-03-04T19:48:52.5042424Z * [new branch] gh/desertfire/531/base -> origin/gh/desertfire/531/base 2025-03-04T19:48:52.5042974Z * [new branch] gh/desertfire/531/head -> origin/gh/desertfire/531/head 2025-03-04T19:48:52.5043529Z * [new branch] gh/desertfire/531/orig -> origin/gh/desertfire/531/orig 2025-03-04T19:48:52.5044086Z * [new branch] gh/desertfire/535/base -> origin/gh/desertfire/535/base 2025-03-04T19:48:52.5044630Z * [new branch] gh/desertfire/535/head -> origin/gh/desertfire/535/head 2025-03-04T19:48:52.5045168Z * [new branch] gh/desertfire/535/orig -> origin/gh/desertfire/535/orig 2025-03-04T19:48:52.5045818Z * [new branch] gh/desertfire/536/base -> origin/gh/desertfire/536/base 2025-03-04T19:48:52.5046371Z * [new branch] gh/desertfire/536/head -> origin/gh/desertfire/536/head 2025-03-04T19:48:52.5046935Z * [new branch] gh/desertfire/536/orig -> origin/gh/desertfire/536/orig 2025-03-04T19:48:52.5047503Z * [new branch] gh/desertfire/537/base -> origin/gh/desertfire/537/base 2025-03-04T19:48:52.5048061Z * [new branch] gh/desertfire/537/head -> origin/gh/desertfire/537/head 2025-03-04T19:48:52.5048613Z * [new branch] gh/desertfire/537/orig -> origin/gh/desertfire/537/orig 2025-03-04T19:48:52.5049155Z * [new branch] gh/desertfire/538/base -> origin/gh/desertfire/538/base 2025-03-04T19:48:52.5049706Z * [new branch] gh/desertfire/538/head -> origin/gh/desertfire/538/head 2025-03-04T19:48:52.5050258Z * [new branch] gh/desertfire/539/base -> origin/gh/desertfire/539/base 2025-03-04T19:48:52.5050808Z * [new branch] gh/desertfire/539/head -> origin/gh/desertfire/539/head 2025-03-04T19:48:52.5051354Z * [new branch] gh/desertfire/539/orig -> origin/gh/desertfire/539/orig 2025-03-04T19:48:52.5051898Z * [new branch] gh/desertfire/540/base -> origin/gh/desertfire/540/base 2025-03-04T19:48:52.5052435Z * [new branch] gh/desertfire/540/head -> origin/gh/desertfire/540/head 2025-03-04T19:48:52.5052991Z * [new branch] gh/desertfire/540/orig -> origin/gh/desertfire/540/orig 2025-03-04T19:48:52.5053547Z * [new branch] gh/desertfire/541/base -> origin/gh/desertfire/541/base 2025-03-04T19:48:52.5054098Z * [new branch] gh/desertfire/541/head -> origin/gh/desertfire/541/head 2025-03-04T19:48:52.5054641Z * [new branch] gh/desertfire/541/orig -> origin/gh/desertfire/541/orig 2025-03-04T19:48:52.5055203Z * [new branch] gh/desertfire/542/base -> origin/gh/desertfire/542/base 2025-03-04T19:48:52.5055740Z * [new branch] gh/desertfire/542/head -> origin/gh/desertfire/542/head 2025-03-04T19:48:52.5056286Z * [new branch] gh/desertfire/542/orig -> origin/gh/desertfire/542/orig 2025-03-04T19:48:52.5056833Z * [new branch] gh/desertfire/543/base -> origin/gh/desertfire/543/base 2025-03-04T19:48:52.5057390Z * [new branch] gh/desertfire/543/head -> origin/gh/desertfire/543/head 2025-03-04T19:48:52.5057934Z * [new branch] gh/desertfire/543/orig -> origin/gh/desertfire/543/orig 2025-03-04T19:48:52.5058483Z * [new branch] gh/desertfire/544/base -> origin/gh/desertfire/544/base 2025-03-04T19:48:52.5059023Z * [new branch] gh/desertfire/544/head -> origin/gh/desertfire/544/head 2025-03-04T19:48:52.5059666Z * [new branch] gh/desertfire/544/orig -> origin/gh/desertfire/544/orig 2025-03-04T19:48:52.5060228Z * [new branch] gh/desertfire/545/base -> origin/gh/desertfire/545/base 2025-03-04T19:48:52.5060792Z * [new branch] gh/desertfire/545/head -> origin/gh/desertfire/545/head 2025-03-04T19:48:52.5061348Z * [new branch] gh/desertfire/545/orig -> origin/gh/desertfire/545/orig 2025-03-04T19:48:52.5061910Z * [new branch] gh/desertfire/546/base -> origin/gh/desertfire/546/base 2025-03-04T19:48:52.5062472Z * [new branch] gh/desertfire/546/head -> origin/gh/desertfire/546/head 2025-03-04T19:48:52.5063016Z * [new branch] gh/desertfire/546/orig -> origin/gh/desertfire/546/orig 2025-03-04T19:48:52.5063563Z * [new branch] gh/desertfire/547/base -> origin/gh/desertfire/547/base 2025-03-04T19:48:52.5064103Z * [new branch] gh/desertfire/547/head -> origin/gh/desertfire/547/head 2025-03-04T19:48:52.5494644Z * [new branch] gh/desertfire/547/orig -> origin/gh/desertfire/547/orig 2025-03-04T19:48:52.5495286Z * [new branch] gh/desertfire/548/base -> origin/gh/desertfire/548/base 2025-03-04T19:48:52.5495854Z * [new branch] gh/desertfire/548/head -> origin/gh/desertfire/548/head 2025-03-04T19:48:52.5496417Z * [new branch] gh/desertfire/548/orig -> origin/gh/desertfire/548/orig 2025-03-04T19:48:52.5497011Z * [new branch] gh/desertfire/549/base -> origin/gh/desertfire/549/base 2025-03-04T19:48:52.5497552Z * [new branch] gh/desertfire/549/head -> origin/gh/desertfire/549/head 2025-03-04T19:48:52.5498108Z * [new branch] gh/desertfire/549/orig -> origin/gh/desertfire/549/orig 2025-03-04T19:48:52.5498656Z * [new branch] gh/drisspg/100/base -> origin/gh/drisspg/100/base 2025-03-04T19:48:52.5499190Z * [new branch] gh/drisspg/100/head -> origin/gh/drisspg/100/head 2025-03-04T19:48:52.5499713Z * [new branch] gh/drisspg/100/orig -> origin/gh/drisspg/100/orig 2025-03-04T19:48:52.5500230Z * [new branch] gh/drisspg/103/base -> origin/gh/drisspg/103/base 2025-03-04T19:48:52.5500739Z * [new branch] gh/drisspg/103/head -> origin/gh/drisspg/103/head 2025-03-04T19:48:52.5501261Z * [new branch] gh/drisspg/103/orig -> origin/gh/drisspg/103/orig 2025-03-04T19:48:52.5501773Z * [new branch] gh/drisspg/104/base -> origin/gh/drisspg/104/base 2025-03-04T19:48:52.5502286Z * [new branch] gh/drisspg/104/head -> origin/gh/drisspg/104/head 2025-03-04T19:48:52.5502918Z * [new branch] gh/drisspg/104/orig -> origin/gh/drisspg/104/orig 2025-03-04T19:48:52.5503493Z * [new branch] gh/drisspg/106/base -> origin/gh/drisspg/106/base 2025-03-04T19:48:52.5504061Z * [new branch] gh/drisspg/106/head -> origin/gh/drisspg/106/head 2025-03-04T19:48:52.5504649Z * [new branch] gh/drisspg/106/orig -> origin/gh/drisspg/106/orig 2025-03-04T19:48:52.5505213Z * [new branch] gh/drisspg/111/base -> origin/gh/drisspg/111/base 2025-03-04T19:48:52.5505781Z * [new branch] gh/drisspg/111/head -> origin/gh/drisspg/111/head 2025-03-04T19:48:52.5506328Z * [new branch] gh/drisspg/111/orig -> origin/gh/drisspg/111/orig 2025-03-04T19:48:52.5506899Z * [new branch] gh/drisspg/115/base -> origin/gh/drisspg/115/base 2025-03-04T19:48:52.5507462Z * [new branch] gh/drisspg/115/head -> origin/gh/drisspg/115/head 2025-03-04T19:48:52.5508039Z * [new branch] gh/drisspg/115/orig -> origin/gh/drisspg/115/orig 2025-03-04T19:48:52.5508606Z * [new branch] gh/drisspg/119/base -> origin/gh/drisspg/119/base 2025-03-04T19:48:52.5509306Z * [new branch] gh/drisspg/119/head -> origin/gh/drisspg/119/head 2025-03-04T19:48:52.5509874Z * [new branch] gh/drisspg/119/orig -> origin/gh/drisspg/119/orig 2025-03-04T19:48:52.5510414Z * [new branch] gh/drisspg/120/base -> origin/gh/drisspg/120/base 2025-03-04T19:48:52.5510993Z * [new branch] gh/drisspg/120/head -> origin/gh/drisspg/120/head 2025-03-04T19:48:52.5511561Z * [new branch] gh/drisspg/120/orig -> origin/gh/drisspg/120/orig 2025-03-04T19:48:52.5512119Z * [new branch] gh/drisspg/121/base -> origin/gh/drisspg/121/base 2025-03-04T19:48:52.5512713Z * [new branch] gh/drisspg/121/head -> origin/gh/drisspg/121/head 2025-03-04T19:48:52.5513280Z * [new branch] gh/drisspg/121/orig -> origin/gh/drisspg/121/orig 2025-03-04T19:48:52.5513849Z * [new branch] gh/drisspg/122/base -> origin/gh/drisspg/122/base 2025-03-04T19:48:52.5514490Z * [new branch] gh/drisspg/122/head -> origin/gh/drisspg/122/head 2025-03-04T19:48:52.5515060Z * [new branch] gh/drisspg/122/orig -> origin/gh/drisspg/122/orig 2025-03-04T19:48:52.5515633Z * [new branch] gh/drisspg/123/base -> origin/gh/drisspg/123/base 2025-03-04T19:48:52.5516213Z * [new branch] gh/drisspg/123/head -> origin/gh/drisspg/123/head 2025-03-04T19:48:52.5516785Z * [new branch] gh/drisspg/123/orig -> origin/gh/drisspg/123/orig 2025-03-04T19:48:52.5517362Z * [new branch] gh/drisspg/124/base -> origin/gh/drisspg/124/base 2025-03-04T19:48:52.5517903Z * [new branch] gh/drisspg/124/head -> origin/gh/drisspg/124/head 2025-03-04T19:48:52.5518471Z * [new branch] gh/drisspg/124/orig -> origin/gh/drisspg/124/orig 2025-03-04T19:48:52.5519050Z * [new branch] gh/drisspg/125/base -> origin/gh/drisspg/125/base 2025-03-04T19:48:52.5519617Z * [new branch] gh/drisspg/125/head -> origin/gh/drisspg/125/head 2025-03-04T19:48:52.5520173Z * [new branch] gh/drisspg/125/orig -> origin/gh/drisspg/125/orig 2025-03-04T19:48:52.5520865Z * [new branch] gh/drisspg/126/base -> origin/gh/drisspg/126/base 2025-03-04T19:48:52.5945314Z * [new branch] gh/drisspg/126/head -> origin/gh/drisspg/126/head 2025-03-04T19:48:52.5945975Z * [new branch] gh/drisspg/126/orig -> origin/gh/drisspg/126/orig 2025-03-04T19:48:52.5946528Z * [new branch] gh/drisspg/127/base -> origin/gh/drisspg/127/base 2025-03-04T19:48:52.5947105Z * [new branch] gh/drisspg/127/head -> origin/gh/drisspg/127/head 2025-03-04T19:48:52.5947681Z * [new branch] gh/drisspg/127/orig -> origin/gh/drisspg/127/orig 2025-03-04T19:48:52.5948267Z * [new branch] gh/drisspg/128/base -> origin/gh/drisspg/128/base 2025-03-04T19:48:52.5948838Z * [new branch] gh/drisspg/128/head -> origin/gh/drisspg/128/head 2025-03-04T19:48:52.5949430Z * [new branch] gh/drisspg/128/orig -> origin/gh/drisspg/128/orig 2025-03-04T19:48:52.5950002Z * [new branch] gh/drisspg/129/base -> origin/gh/drisspg/129/base 2025-03-04T19:48:52.5950532Z * [new branch] gh/drisspg/129/head -> origin/gh/drisspg/129/head 2025-03-04T19:48:52.5951114Z * [new branch] gh/drisspg/129/orig -> origin/gh/drisspg/129/orig 2025-03-04T19:48:52.5951677Z * [new branch] gh/drisspg/130/base -> origin/gh/drisspg/130/base 2025-03-04T19:48:52.5952246Z * [new branch] gh/drisspg/130/head -> origin/gh/drisspg/130/head 2025-03-04T19:48:52.5952827Z * [new branch] gh/drisspg/130/orig -> origin/gh/drisspg/130/orig 2025-03-04T19:48:52.5953562Z * [new branch] gh/drisspg/66/base -> origin/gh/drisspg/66/base 2025-03-04T19:48:52.5954136Z * [new branch] gh/drisspg/66/head -> origin/gh/drisspg/66/head 2025-03-04T19:48:52.5954672Z * [new branch] gh/drisspg/66/orig -> origin/gh/drisspg/66/orig 2025-03-04T19:48:52.5955247Z * [new branch] gh/drisspg/79/base -> origin/gh/drisspg/79/base 2025-03-04T19:48:52.5955815Z * [new branch] gh/drisspg/79/head -> origin/gh/drisspg/79/head 2025-03-04T19:48:52.5956378Z * [new branch] gh/drisspg/79/orig -> origin/gh/drisspg/79/orig 2025-03-04T19:48:52.5956939Z * [new branch] gh/drisspg/94/base -> origin/gh/drisspg/94/base 2025-03-04T19:48:52.5957515Z * [new branch] gh/drisspg/94/head -> origin/gh/drisspg/94/head 2025-03-04T19:48:52.5958075Z * [new branch] gh/drisspg/94/orig -> origin/gh/drisspg/94/orig 2025-03-04T19:48:52.5958699Z * [new branch] gh/drisspg/98/base -> origin/gh/drisspg/98/base 2025-03-04T19:48:52.5959283Z * [new branch] gh/drisspg/98/head -> origin/gh/drisspg/98/head 2025-03-04T19:48:52.5959864Z * [new branch] gh/drisspg/98/orig -> origin/gh/drisspg/98/orig 2025-03-04T19:48:52.5960531Z * [new branch] gh/eellison/554/base -> origin/gh/eellison/554/base 2025-03-04T19:48:52.5961127Z * [new branch] gh/eellison/554/head -> origin/gh/eellison/554/head 2025-03-04T19:48:52.5961707Z * [new branch] gh/eellison/554/orig -> origin/gh/eellison/554/orig 2025-03-04T19:48:52.5962298Z * [new branch] gh/eellison/555/base -> origin/gh/eellison/555/base 2025-03-04T19:48:52.5962850Z * [new branch] gh/eellison/555/head -> origin/gh/eellison/555/head 2025-03-04T19:48:52.5963439Z * [new branch] gh/eellison/555/orig -> origin/gh/eellison/555/orig 2025-03-04T19:48:52.5964038Z * [new branch] gh/eellison/691/base -> origin/gh/eellison/691/base 2025-03-04T19:48:52.5964616Z * [new branch] gh/eellison/691/head -> origin/gh/eellison/691/head 2025-03-04T19:48:52.5965184Z * [new branch] gh/eellison/691/orig -> origin/gh/eellison/691/orig 2025-03-04T19:48:52.5965780Z * [new branch] gh/eellison/709/base -> origin/gh/eellison/709/base 2025-03-04T19:48:52.5966332Z * [new branch] gh/eellison/709/head -> origin/gh/eellison/709/head 2025-03-04T19:48:52.5966892Z * [new branch] gh/eellison/709/orig -> origin/gh/eellison/709/orig 2025-03-04T19:48:52.5967487Z * [new branch] gh/eellison/710/base -> origin/gh/eellison/710/base 2025-03-04T19:48:52.5968069Z * [new branch] gh/eellison/710/head -> origin/gh/eellison/710/head 2025-03-04T19:48:52.5968656Z * [new branch] gh/eellison/710/orig -> origin/gh/eellison/710/orig 2025-03-04T19:48:52.5969242Z * [new branch] gh/eellison/711/base -> origin/gh/eellison/711/base 2025-03-04T19:48:52.5969815Z * [new branch] gh/eellison/711/head -> origin/gh/eellison/711/head 2025-03-04T19:48:52.5970492Z * [new branch] gh/eellison/711/orig -> origin/gh/eellison/711/orig 2025-03-04T19:48:52.5971081Z * [new branch] gh/eellison/735/base -> origin/gh/eellison/735/base 2025-03-04T19:48:52.5971666Z * [new branch] gh/eellison/735/head -> origin/gh/eellison/735/head 2025-03-04T19:48:52.5972255Z * [new branch] gh/eellison/735/orig -> origin/gh/eellison/735/orig 2025-03-04T19:48:52.6376029Z * [new branch] gh/eellison/747/base -> origin/gh/eellison/747/base 2025-03-04T19:48:52.6376605Z * [new branch] gh/eellison/747/head -> origin/gh/eellison/747/head 2025-03-04T19:48:52.6377279Z * [new branch] gh/eellison/747/orig -> origin/gh/eellison/747/orig 2025-03-04T19:48:52.6377813Z * [new branch] gh/eellison/752/base -> origin/gh/eellison/752/base 2025-03-04T19:48:52.6378334Z * [new branch] gh/eellison/752/head -> origin/gh/eellison/752/head 2025-03-04T19:48:52.6378857Z * [new branch] gh/eellison/752/orig -> origin/gh/eellison/752/orig 2025-03-04T19:48:52.6379380Z * [new branch] gh/eellison/757/base -> origin/gh/eellison/757/base 2025-03-04T19:48:52.6379913Z * [new branch] gh/eellison/757/head -> origin/gh/eellison/757/head 2025-03-04T19:48:52.6380438Z * [new branch] gh/eellison/757/orig -> origin/gh/eellison/757/orig 2025-03-04T19:48:52.6380964Z * [new branch] gh/eellison/758/base -> origin/gh/eellison/758/base 2025-03-04T19:48:52.6381483Z * [new branch] gh/eellison/758/head -> origin/gh/eellison/758/head 2025-03-04T19:48:52.6382096Z * [new branch] gh/eellison/758/orig -> origin/gh/eellison/758/orig 2025-03-04T19:48:52.6382621Z * [new branch] gh/eellison/759/base -> origin/gh/eellison/759/base 2025-03-04T19:48:52.6383142Z * [new branch] gh/eellison/759/head -> origin/gh/eellison/759/head 2025-03-04T19:48:52.6383660Z * [new branch] gh/eellison/759/orig -> origin/gh/eellison/759/orig 2025-03-04T19:48:52.6384190Z * [new branch] gh/eellison/760/base -> origin/gh/eellison/760/base 2025-03-04T19:48:52.6384702Z * [new branch] gh/eellison/760/head -> origin/gh/eellison/760/head 2025-03-04T19:48:52.6385223Z * [new branch] gh/eellison/760/orig -> origin/gh/eellison/760/orig 2025-03-04T19:48:52.6385747Z * [new branch] gh/eellison/761/base -> origin/gh/eellison/761/base 2025-03-04T19:48:52.6386271Z * [new branch] gh/eellison/761/head -> origin/gh/eellison/761/head 2025-03-04T19:48:52.6386798Z * [new branch] gh/eellison/761/orig -> origin/gh/eellison/761/orig 2025-03-04T19:48:52.6387317Z * [new branch] gh/eellison/762/base -> origin/gh/eellison/762/base 2025-03-04T19:48:52.6387827Z * [new branch] gh/eellison/762/head -> origin/gh/eellison/762/head 2025-03-04T19:48:52.6388351Z * [new branch] gh/eellison/762/orig -> origin/gh/eellison/762/orig 2025-03-04T19:48:52.6388869Z * [new branch] gh/eellison/763/base -> origin/gh/eellison/763/base 2025-03-04T19:48:52.6389386Z * [new branch] gh/eellison/763/head -> origin/gh/eellison/763/head 2025-03-04T19:48:52.6389909Z * [new branch] gh/eellison/763/orig -> origin/gh/eellison/763/orig 2025-03-04T19:48:52.6390428Z * [new branch] gh/eellison/764/base -> origin/gh/eellison/764/base 2025-03-04T19:48:52.6390951Z * [new branch] gh/eellison/764/head -> origin/gh/eellison/764/head 2025-03-04T19:48:52.6391463Z * [new branch] gh/eellison/764/orig -> origin/gh/eellison/764/orig 2025-03-04T19:48:52.6391985Z * [new branch] gh/eellison/765/base -> origin/gh/eellison/765/base 2025-03-04T19:48:52.6392500Z * [new branch] gh/eellison/765/head -> origin/gh/eellison/765/head 2025-03-04T19:48:52.6393022Z * [new branch] gh/eellison/765/orig -> origin/gh/eellison/765/orig 2025-03-04T19:48:52.6393548Z * [new branch] gh/eellison/766/base -> origin/gh/eellison/766/base 2025-03-04T19:48:52.6394074Z * [new branch] gh/eellison/766/head -> origin/gh/eellison/766/head 2025-03-04T19:48:52.6394589Z * [new branch] gh/eellison/766/orig -> origin/gh/eellison/766/orig 2025-03-04T19:48:52.6395211Z * [new branch] gh/eellison/767/base -> origin/gh/eellison/767/base 2025-03-04T19:48:52.6395751Z * [new branch] gh/eellison/767/head -> origin/gh/eellison/767/head 2025-03-04T19:48:52.6396282Z * [new branch] gh/eellison/767/orig -> origin/gh/eellison/767/orig 2025-03-04T19:48:52.6396811Z * [new branch] gh/eellison/768/base -> origin/gh/eellison/768/base 2025-03-04T19:48:52.6397345Z * [new branch] gh/eellison/768/head -> origin/gh/eellison/768/head 2025-03-04T19:48:52.6397861Z * [new branch] gh/eellison/768/orig -> origin/gh/eellison/768/orig 2025-03-04T19:48:52.6398372Z * [new branch] gh/etaf/100/base -> origin/gh/etaf/100/base 2025-03-04T19:48:52.6398863Z * [new branch] gh/etaf/100/head -> origin/gh/etaf/100/head 2025-03-04T19:48:52.6399347Z * [new branch] gh/etaf/100/orig -> origin/gh/etaf/100/orig 2025-03-04T19:48:52.6399848Z * [new branch] gh/etaf/101/base -> origin/gh/etaf/101/base 2025-03-04T19:48:52.6849640Z * [new branch] gh/etaf/101/head -> origin/gh/etaf/101/head 2025-03-04T19:48:52.6850300Z * [new branch] gh/etaf/101/orig -> origin/gh/etaf/101/orig 2025-03-04T19:48:52.6850884Z * [new branch] gh/etaf/102/base -> origin/gh/etaf/102/base 2025-03-04T19:48:52.6851379Z * [new branch] gh/etaf/102/head -> origin/gh/etaf/102/head 2025-03-04T19:48:52.6851861Z * [new branch] gh/etaf/102/orig -> origin/gh/etaf/102/orig 2025-03-04T19:48:52.6852351Z * [new branch] gh/etaf/103/base -> origin/gh/etaf/103/base 2025-03-04T19:48:52.6852835Z * [new branch] gh/etaf/103/head -> origin/gh/etaf/103/head 2025-03-04T19:48:52.6853320Z * [new branch] gh/etaf/103/orig -> origin/gh/etaf/103/orig 2025-03-04T19:48:52.6853807Z * [new branch] gh/etaf/104/base -> origin/gh/etaf/104/base 2025-03-04T19:48:52.6854301Z * [new branch] gh/etaf/104/head -> origin/gh/etaf/104/head 2025-03-04T19:48:52.6854788Z * [new branch] gh/etaf/104/orig -> origin/gh/etaf/104/orig 2025-03-04T19:48:52.6855273Z * [new branch] gh/etaf/64/base -> origin/gh/etaf/64/base 2025-03-04T19:48:52.6855761Z * [new branch] gh/etaf/64/head -> origin/gh/etaf/64/head 2025-03-04T19:48:52.6856282Z * [new branch] gh/etaf/64/orig -> origin/gh/etaf/64/orig 2025-03-04T19:48:52.6856865Z * [new branch] gh/etaf/68/base -> origin/gh/etaf/68/base 2025-03-04T19:48:52.6857379Z * [new branch] gh/etaf/68/head -> origin/gh/etaf/68/head 2025-03-04T19:48:52.6857960Z * [new branch] gh/etaf/68/orig -> origin/gh/etaf/68/orig 2025-03-04T19:48:52.6858535Z * [new branch] gh/etaf/69/base -> origin/gh/etaf/69/base 2025-03-04T19:48:52.6859070Z * [new branch] gh/etaf/69/head -> origin/gh/etaf/69/head 2025-03-04T19:48:52.6859638Z * [new branch] gh/etaf/69/orig -> origin/gh/etaf/69/orig 2025-03-04T19:48:52.6860202Z * [new branch] gh/etaf/84/base -> origin/gh/etaf/84/base 2025-03-04T19:48:52.6860712Z * [new branch] gh/etaf/84/head -> origin/gh/etaf/84/head 2025-03-04T19:48:52.6861279Z * [new branch] gh/etaf/84/orig -> origin/gh/etaf/84/orig 2025-03-04T19:48:52.6861805Z * [new branch] gh/etaf/95/base -> origin/gh/etaf/95/base 2025-03-04T19:48:52.6862367Z * [new branch] gh/etaf/95/head -> origin/gh/etaf/95/head 2025-03-04T19:48:52.6862927Z * [new branch] gh/etaf/95/orig -> origin/gh/etaf/95/orig 2025-03-04T19:48:52.6863612Z * [new branch] gh/etaf/96/base -> origin/gh/etaf/96/base 2025-03-04T19:48:52.6864129Z * [new branch] gh/etaf/96/head -> origin/gh/etaf/96/head 2025-03-04T19:48:52.6864695Z * [new branch] gh/etaf/96/orig -> origin/gh/etaf/96/orig 2025-03-04T19:48:52.6865254Z * [new branch] gh/etaf/97/base -> origin/gh/etaf/97/base 2025-03-04T19:48:52.6865775Z * [new branch] gh/etaf/97/head -> origin/gh/etaf/97/head 2025-03-04T19:48:52.6866248Z * [new branch] gh/etaf/97/orig -> origin/gh/etaf/97/orig 2025-03-04T19:48:52.6866724Z * [new branch] gh/etaf/98/base -> origin/gh/etaf/98/base 2025-03-04T19:48:52.6867195Z * [new branch] gh/etaf/98/head -> origin/gh/etaf/98/head 2025-03-04T19:48:52.6867674Z * [new branch] gh/etaf/98/orig -> origin/gh/etaf/98/orig 2025-03-04T19:48:52.6868152Z * [new branch] gh/etaf/99/base -> origin/gh/etaf/99/base 2025-03-04T19:48:52.6868707Z * [new branch] gh/etaf/99/head -> origin/gh/etaf/99/head 2025-03-04T19:48:52.6869199Z * [new branch] gh/etaf/99/orig -> origin/gh/etaf/99/orig 2025-03-04T19:48:52.6869704Z * [new branch] gh/ezyang/2374/base -> origin/gh/ezyang/2374/base 2025-03-04T19:48:52.6870223Z * [new branch] gh/ezyang/2374/head -> origin/gh/ezyang/2374/head 2025-03-04T19:48:52.6870730Z * [new branch] gh/ezyang/2374/orig -> origin/gh/ezyang/2374/orig 2025-03-04T19:48:52.6871333Z * [new branch] gh/ezyang/2449/orig -> origin/gh/ezyang/2449/orig 2025-03-04T19:48:52.6871888Z * [new branch] gh/ezyang/2479/next -> origin/gh/ezyang/2479/next 2025-03-04T19:48:52.6872400Z * [new branch] gh/ezyang/2480/next -> origin/gh/ezyang/2480/next 2025-03-04T19:48:52.6872919Z * [new branch] gh/ezyang/2973/base -> origin/gh/ezyang/2973/base 2025-03-04T19:48:52.6873428Z * [new branch] gh/ezyang/2973/head -> origin/gh/ezyang/2973/head 2025-03-04T19:48:52.6873926Z * [new branch] gh/ezyang/2973/orig -> origin/gh/ezyang/2973/orig 2025-03-04T19:48:52.6874436Z * [new branch] gh/ezyang/2974/base -> origin/gh/ezyang/2974/base 2025-03-04T19:48:52.6874939Z * [new branch] gh/ezyang/2974/head -> origin/gh/ezyang/2974/head 2025-03-04T19:48:52.7326408Z * [new branch] gh/ezyang/2974/orig -> origin/gh/ezyang/2974/orig 2025-03-04T19:48:52.7327062Z * [new branch] gh/ezyang/2997/base -> origin/gh/ezyang/2997/base 2025-03-04T19:48:52.7327678Z * [new branch] gh/ezyang/2997/head -> origin/gh/ezyang/2997/head 2025-03-04T19:48:52.7328289Z * [new branch] gh/ezyang/2997/orig -> origin/gh/ezyang/2997/orig 2025-03-04T19:48:52.7328903Z * [new branch] gh/ezyang/3031/base -> origin/gh/ezyang/3031/base 2025-03-04T19:48:52.7329469Z * [new branch] gh/ezyang/3031/head -> origin/gh/ezyang/3031/head 2025-03-04T19:48:52.7330067Z * [new branch] gh/ezyang/3031/orig -> origin/gh/ezyang/3031/orig 2025-03-04T19:48:52.7330660Z * [new branch] gh/ezyang/3068/base -> origin/gh/ezyang/3068/base 2025-03-04T19:48:52.7331255Z * [new branch] gh/ezyang/3068/head -> origin/gh/ezyang/3068/head 2025-03-04T19:48:52.7331809Z * [new branch] gh/ezyang/3068/orig -> origin/gh/ezyang/3068/orig 2025-03-04T19:48:52.7332402Z * [new branch] gh/fduwjj/111/base -> origin/gh/fduwjj/111/base 2025-03-04T19:48:52.7333009Z * [new branch] gh/fduwjj/111/head -> origin/gh/fduwjj/111/head 2025-03-04T19:48:52.7333598Z * [new branch] gh/fduwjj/111/orig -> origin/gh/fduwjj/111/orig 2025-03-04T19:48:52.7335049Z * [new branch] gh/fegin/148/base -> origin/gh/fegin/148/base 2025-03-04T19:48:52.7335634Z * [new branch] gh/fegin/148/head -> origin/gh/fegin/148/head 2025-03-04T19:48:52.7336181Z * [new branch] gh/fegin/148/orig -> origin/gh/fegin/148/orig 2025-03-04T19:48:52.7336767Z * [new branch] gh/fegin/159/base -> origin/gh/fegin/159/base 2025-03-04T19:48:52.7337352Z * [new branch] gh/fegin/159/head -> origin/gh/fegin/159/head 2025-03-04T19:48:52.7337896Z * [new branch] gh/fegin/159/orig -> origin/gh/fegin/159/orig 2025-03-04T19:48:52.7338484Z * [new branch] gh/fegin/160/base -> origin/gh/fegin/160/base 2025-03-04T19:48:52.7339068Z * [new branch] gh/fegin/160/head -> origin/gh/fegin/160/head 2025-03-04T19:48:52.7339610Z * [new branch] gh/fegin/160/orig -> origin/gh/fegin/160/orig 2025-03-04T19:48:52.7340763Z * [new branch] gh/fegin/169/base -> origin/gh/fegin/169/base 2025-03-04T19:48:52.7341341Z * [new branch] gh/fegin/169/head -> origin/gh/fegin/169/head 2025-03-04T19:48:52.7341900Z * [new branch] gh/fegin/169/orig -> origin/gh/fegin/169/orig 2025-03-04T19:48:52.7342486Z * [new branch] gh/fegin/171/base -> origin/gh/fegin/171/base 2025-03-04T19:48:52.7343080Z * [new branch] gh/fegin/171/head -> origin/gh/fegin/171/head 2025-03-04T19:48:52.7343632Z * [new branch] gh/fegin/171/orig -> origin/gh/fegin/171/orig 2025-03-04T19:48:52.7344213Z * [new branch] gh/fegin/172/base -> origin/gh/fegin/172/base 2025-03-04T19:48:52.7344792Z * [new branch] gh/fegin/172/head -> origin/gh/fegin/172/head 2025-03-04T19:48:52.7345333Z * [new branch] gh/fegin/172/orig -> origin/gh/fegin/172/orig 2025-03-04T19:48:52.7345932Z * [new branch] gh/fegin/294/base -> origin/gh/fegin/294/base 2025-03-04T19:48:52.7346520Z * [new branch] gh/fegin/294/head -> origin/gh/fegin/294/head 2025-03-04T19:48:52.7347060Z * [new branch] gh/fegin/294/orig -> origin/gh/fegin/294/orig 2025-03-04T19:48:52.7347647Z * [new branch] gh/fegin/295/base -> origin/gh/fegin/295/base 2025-03-04T19:48:52.7348137Z * [new branch] gh/fegin/295/head -> origin/gh/fegin/295/head 2025-03-04T19:48:52.7348637Z * [new branch] gh/fegin/295/orig -> origin/gh/fegin/295/orig 2025-03-04T19:48:52.7349130Z * [new branch] gh/fegin/296/base -> origin/gh/fegin/296/base 2025-03-04T19:48:52.7349626Z * [new branch] gh/fegin/296/head -> origin/gh/fegin/296/head 2025-03-04T19:48:52.7350131Z * [new branch] gh/fegin/296/orig -> origin/gh/fegin/296/orig 2025-03-04T19:48:52.7350626Z * [new branch] gh/fegin/297/base -> origin/gh/fegin/297/base 2025-03-04T19:48:52.7351116Z * [new branch] gh/fegin/297/head -> origin/gh/fegin/297/head 2025-03-04T19:48:52.7351605Z * [new branch] gh/fegin/297/orig -> origin/gh/fegin/297/orig 2025-03-04T19:48:52.7352104Z * [new branch] gh/fffrog/26/base -> origin/gh/fffrog/26/base 2025-03-04T19:48:52.7352595Z * [new branch] gh/fffrog/26/head -> origin/gh/fffrog/26/head 2025-03-04T19:48:52.7353187Z * [new branch] gh/fffrog/26/orig -> origin/gh/fffrog/26/orig 2025-03-04T19:48:52.7353734Z * [new branch] gh/fffrog/28/base -> origin/gh/fffrog/28/base 2025-03-04T19:48:52.7354218Z * [new branch] gh/fffrog/28/head -> origin/gh/fffrog/28/head 2025-03-04T19:48:52.7785100Z * [new branch] gh/fffrog/28/orig -> origin/gh/fffrog/28/orig 2025-03-04T19:48:52.7785705Z * [new branch] gh/fffrog/37/base -> origin/gh/fffrog/37/base 2025-03-04T19:48:52.7786223Z * [new branch] gh/fffrog/37/head -> origin/gh/fffrog/37/head 2025-03-04T19:48:52.7786729Z * [new branch] gh/fffrog/37/orig -> origin/gh/fffrog/37/orig 2025-03-04T19:48:52.7787421Z * [new branch] gh/fffrog/38/base -> origin/gh/fffrog/38/base 2025-03-04T19:48:52.7788280Z * [new branch] gh/fffrog/38/head -> origin/gh/fffrog/38/head 2025-03-04T19:48:52.7788790Z * [new branch] gh/fffrog/38/orig -> origin/gh/fffrog/38/orig 2025-03-04T19:48:52.7789280Z * [new branch] gh/fffrog/39/base -> origin/gh/fffrog/39/base 2025-03-04T19:48:52.7789781Z * [new branch] gh/fffrog/39/head -> origin/gh/fffrog/39/head 2025-03-04T19:48:52.7790301Z * [new branch] gh/fffrog/39/orig -> origin/gh/fffrog/39/orig 2025-03-04T19:48:52.7790967Z * [new branch] gh/fffrog/40/base -> origin/gh/fffrog/40/base 2025-03-04T19:48:52.7791488Z * [new branch] gh/fffrog/40/head -> origin/gh/fffrog/40/head 2025-03-04T19:48:52.7792001Z * [new branch] gh/fffrog/40/orig -> origin/gh/fffrog/40/orig 2025-03-04T19:48:52.7792503Z * [new branch] gh/fffrog/41/base -> origin/gh/fffrog/41/base 2025-03-04T19:48:52.7793079Z * [new branch] gh/fffrog/41/head -> origin/gh/fffrog/41/head 2025-03-04T19:48:52.7794044Z * [new branch] gh/fffrog/41/orig -> origin/gh/fffrog/41/orig 2025-03-04T19:48:52.7794573Z * [new branch] gh/fffrog/42/base -> origin/gh/fffrog/42/base 2025-03-04T19:48:52.7795079Z * [new branch] gh/fffrog/42/head -> origin/gh/fffrog/42/head 2025-03-04T19:48:52.7795590Z * [new branch] gh/fffrog/42/orig -> origin/gh/fffrog/42/orig 2025-03-04T19:48:52.7796091Z * [new branch] gh/fffrog/43/base -> origin/gh/fffrog/43/base 2025-03-04T19:48:52.7796598Z * [new branch] gh/fffrog/43/head -> origin/gh/fffrog/43/head 2025-03-04T19:48:52.7797083Z * [new branch] gh/fffrog/43/orig -> origin/gh/fffrog/43/orig 2025-03-04T19:48:52.7797581Z * [new branch] gh/fffrog/44/base -> origin/gh/fffrog/44/base 2025-03-04T19:48:52.7798077Z * [new branch] gh/fffrog/44/head -> origin/gh/fffrog/44/head 2025-03-04T19:48:52.7798572Z * [new branch] gh/fffrog/44/orig -> origin/gh/fffrog/44/orig 2025-03-04T19:48:52.7799339Z * [new branch] gh/fffrog/45/base -> origin/gh/fffrog/45/base 2025-03-04T19:48:52.7800109Z * [new branch] gh/fffrog/45/head -> origin/gh/fffrog/45/head 2025-03-04T19:48:52.7800665Z * [new branch] gh/fffrog/45/orig -> origin/gh/fffrog/45/orig 2025-03-04T19:48:52.7801174Z * [new branch] gh/fffrog/46/base -> origin/gh/fffrog/46/base 2025-03-04T19:48:52.7801667Z * [new branch] gh/fffrog/46/head -> origin/gh/fffrog/46/head 2025-03-04T19:48:52.7802168Z * [new branch] gh/fffrog/46/orig -> origin/gh/fffrog/46/orig 2025-03-04T19:48:52.7802667Z * [new branch] gh/fffrog/47/base -> origin/gh/fffrog/47/base 2025-03-04T19:48:52.7803161Z * [new branch] gh/fffrog/47/head -> origin/gh/fffrog/47/head 2025-03-04T19:48:52.7803645Z * [new branch] gh/fffrog/47/orig -> origin/gh/fffrog/47/orig 2025-03-04T19:48:52.7804139Z * [new branch] gh/fffrog/48/base -> origin/gh/fffrog/48/base 2025-03-04T19:48:52.7804654Z * [new branch] gh/fffrog/48/head -> origin/gh/fffrog/48/head 2025-03-04T19:48:52.7805780Z * [new branch] gh/fffrog/48/orig -> origin/gh/fffrog/48/orig 2025-03-04T19:48:52.7806297Z * [new branch] gh/fffrog/49/base -> origin/gh/fffrog/49/base 2025-03-04T19:48:52.7806799Z * [new branch] gh/fffrog/49/head -> origin/gh/fffrog/49/head 2025-03-04T19:48:52.7807285Z * [new branch] gh/fffrog/49/orig -> origin/gh/fffrog/49/orig 2025-03-04T19:48:52.7807805Z * [new branch] gh/gasoonjia/2/base -> origin/gh/gasoonjia/2/base 2025-03-04T19:48:52.7808340Z * [new branch] gh/gasoonjia/2/head -> origin/gh/gasoonjia/2/head 2025-03-04T19:48:52.7808859Z * [new branch] gh/gasoonjia/2/orig -> origin/gh/gasoonjia/2/orig 2025-03-04T19:48:52.7809383Z * [new branch] gh/guangyey/114/base -> origin/gh/guangyey/114/base 2025-03-04T19:48:52.7809910Z * [new branch] gh/guangyey/114/head -> origin/gh/guangyey/114/head 2025-03-04T19:48:52.7810568Z * [new branch] gh/guangyey/114/orig -> origin/gh/guangyey/114/orig 2025-03-04T19:48:52.7811526Z * [new branch] gh/guangyey/118/base -> origin/gh/guangyey/118/base 2025-03-04T19:48:52.7812112Z * [new branch] gh/guangyey/118/head -> origin/gh/guangyey/118/head 2025-03-04T19:48:52.8234882Z * [new branch] gh/guangyey/118/orig -> origin/gh/guangyey/118/orig 2025-03-04T19:48:52.8235477Z * [new branch] gh/guangyey/123/base -> origin/gh/guangyey/123/base 2025-03-04T19:48:52.8236021Z * [new branch] gh/guangyey/123/head -> origin/gh/guangyey/123/head 2025-03-04T19:48:52.8236552Z * [new branch] gh/guangyey/123/orig -> origin/gh/guangyey/123/orig 2025-03-04T19:48:52.8237073Z * [new branch] gh/guangyey/124/base -> origin/gh/guangyey/124/base 2025-03-04T19:48:52.8237605Z * [new branch] gh/guangyey/124/head -> origin/gh/guangyey/124/head 2025-03-04T19:48:52.8238186Z * [new branch] gh/guangyey/124/orig -> origin/gh/guangyey/124/orig 2025-03-04T19:48:52.8238762Z * [new branch] gh/guangyey/125/base -> origin/gh/guangyey/125/base 2025-03-04T19:48:52.8239286Z * [new branch] gh/guangyey/125/head -> origin/gh/guangyey/125/head 2025-03-04T19:48:52.8239818Z * [new branch] gh/guangyey/125/orig -> origin/gh/guangyey/125/orig 2025-03-04T19:48:52.8240411Z * [new branch] gh/guangyey/71/base -> origin/gh/guangyey/71/base 2025-03-04T19:48:52.8240924Z * [new branch] gh/guangyey/71/head -> origin/gh/guangyey/71/head 2025-03-04T19:48:52.8241434Z * [new branch] gh/guangyey/71/orig -> origin/gh/guangyey/71/orig 2025-03-04T19:48:52.8241949Z * [new branch] gh/guangyey/79/base -> origin/gh/guangyey/79/base 2025-03-04T19:48:52.8242472Z * [new branch] gh/guangyey/79/head -> origin/gh/guangyey/79/head 2025-03-04T19:48:52.8242988Z * [new branch] gh/guangyey/79/orig -> origin/gh/guangyey/79/orig 2025-03-04T19:48:52.8243502Z * [new branch] gh/guangyey/87/base -> origin/gh/guangyey/87/base 2025-03-04T19:48:52.8244058Z * [new branch] gh/guangyey/87/head -> origin/gh/guangyey/87/head 2025-03-04T19:48:52.8244619Z * [new branch] gh/guangyey/87/orig -> origin/gh/guangyey/87/orig 2025-03-04T19:48:52.8245130Z * [new branch] gh/guangyey/89/base -> origin/gh/guangyey/89/base 2025-03-04T19:48:52.8245645Z * [new branch] gh/guangyey/89/head -> origin/gh/guangyey/89/head 2025-03-04T19:48:52.8246154Z * [new branch] gh/guangyey/89/orig -> origin/gh/guangyey/89/orig 2025-03-04T19:48:52.8246728Z * [new branch] gh/guilhermeleobas/100/base -> origin/gh/guilhermeleobas/100/base 2025-03-04T19:48:52.8247529Z * [new branch] gh/guilhermeleobas/100/head -> origin/gh/guilhermeleobas/100/head 2025-03-04T19:48:52.8248133Z * [new branch] gh/guilhermeleobas/100/orig -> origin/gh/guilhermeleobas/100/orig 2025-03-04T19:48:52.8248745Z * [new branch] gh/guilhermeleobas/101/base -> origin/gh/guilhermeleobas/101/base 2025-03-04T19:48:52.8249398Z * [new branch] gh/guilhermeleobas/101/head -> origin/gh/guilhermeleobas/101/head 2025-03-04T19:48:52.8250053Z * [new branch] gh/guilhermeleobas/101/orig -> origin/gh/guilhermeleobas/101/orig 2025-03-04T19:48:52.8250662Z * [new branch] gh/guilhermeleobas/102/base -> origin/gh/guilhermeleobas/102/base 2025-03-04T19:48:52.8251271Z * [new branch] gh/guilhermeleobas/102/head -> origin/gh/guilhermeleobas/102/head 2025-03-04T19:48:52.8251872Z * [new branch] gh/guilhermeleobas/102/orig -> origin/gh/guilhermeleobas/102/orig 2025-03-04T19:48:52.8252582Z * [new branch] gh/guilhermeleobas/103/base -> origin/gh/guilhermeleobas/103/base 2025-03-04T19:48:52.8253194Z * [new branch] gh/guilhermeleobas/103/head -> origin/gh/guilhermeleobas/103/head 2025-03-04T19:48:52.8253802Z * [new branch] gh/guilhermeleobas/103/orig -> origin/gh/guilhermeleobas/103/orig 2025-03-04T19:48:52.8254423Z * [new branch] gh/guilhermeleobas/104/base -> origin/gh/guilhermeleobas/104/base 2025-03-04T19:48:52.8255079Z * [new branch] gh/guilhermeleobas/104/head -> origin/gh/guilhermeleobas/104/head 2025-03-04T19:48:52.8255733Z * [new branch] gh/guilhermeleobas/104/orig -> origin/gh/guilhermeleobas/104/orig 2025-03-04T19:48:52.8256331Z * [new branch] gh/guilhermeleobas/105/base -> origin/gh/guilhermeleobas/105/base 2025-03-04T19:48:52.8256943Z * [new branch] gh/guilhermeleobas/105/head -> origin/gh/guilhermeleobas/105/head 2025-03-04T19:48:52.8257558Z * [new branch] gh/guilhermeleobas/105/orig -> origin/gh/guilhermeleobas/105/orig 2025-03-04T19:48:52.8258173Z * [new branch] gh/guilhermeleobas/106/base -> origin/gh/guilhermeleobas/106/base 2025-03-04T19:48:52.8258779Z * [new branch] gh/guilhermeleobas/106/head -> origin/gh/guilhermeleobas/106/head 2025-03-04T19:48:52.8259386Z * [new branch] gh/guilhermeleobas/106/orig -> origin/gh/guilhermeleobas/106/orig 2025-03-04T19:48:52.8259990Z * [new branch] gh/guilhermeleobas/107/base -> origin/gh/guilhermeleobas/107/base 2025-03-04T19:48:52.8260604Z * [new branch] gh/guilhermeleobas/107/head -> origin/gh/guilhermeleobas/107/head 2025-03-04T19:48:52.8629042Z * [new branch] gh/guilhermeleobas/107/orig -> origin/gh/guilhermeleobas/107/orig 2025-03-04T19:48:52.8629706Z * [new branch] gh/guilhermeleobas/108/base -> origin/gh/guilhermeleobas/108/base 2025-03-04T19:48:52.8630347Z * [new branch] gh/guilhermeleobas/108/head -> origin/gh/guilhermeleobas/108/head 2025-03-04T19:48:52.8630977Z * [new branch] gh/guilhermeleobas/108/orig -> origin/gh/guilhermeleobas/108/orig 2025-03-04T19:48:52.8631604Z * [new branch] gh/guilhermeleobas/109/base -> origin/gh/guilhermeleobas/109/base 2025-03-04T19:48:52.8632206Z * [new branch] gh/guilhermeleobas/109/head -> origin/gh/guilhermeleobas/109/head 2025-03-04T19:48:52.8632833Z * [new branch] gh/guilhermeleobas/109/orig -> origin/gh/guilhermeleobas/109/orig 2025-03-04T19:48:52.8633447Z * [new branch] gh/guilhermeleobas/11/base -> origin/gh/guilhermeleobas/11/base 2025-03-04T19:48:52.8634055Z * [new branch] gh/guilhermeleobas/11/head -> origin/gh/guilhermeleobas/11/head 2025-03-04T19:48:52.8634660Z * [new branch] gh/guilhermeleobas/11/orig -> origin/gh/guilhermeleobas/11/orig 2025-03-04T19:48:52.8635266Z * [new branch] gh/guilhermeleobas/73/base -> origin/gh/guilhermeleobas/73/base 2025-03-04T19:48:52.8636030Z * [new branch] gh/guilhermeleobas/73/head -> origin/gh/guilhermeleobas/73/head 2025-03-04T19:48:52.8636634Z * [new branch] gh/guilhermeleobas/73/orig -> origin/gh/guilhermeleobas/73/orig 2025-03-04T19:48:52.8637247Z * [new branch] gh/guilhermeleobas/79/base -> origin/gh/guilhermeleobas/79/base 2025-03-04T19:48:52.8637866Z * [new branch] gh/guilhermeleobas/79/head -> origin/gh/guilhermeleobas/79/head 2025-03-04T19:48:52.8638471Z * [new branch] gh/guilhermeleobas/79/orig -> origin/gh/guilhermeleobas/79/orig 2025-03-04T19:48:52.8639080Z * [new branch] gh/guilhermeleobas/83/base -> origin/gh/guilhermeleobas/83/base 2025-03-04T19:48:52.8639681Z * [new branch] gh/guilhermeleobas/83/head -> origin/gh/guilhermeleobas/83/head 2025-03-04T19:48:52.8640330Z * [new branch] gh/guilhermeleobas/83/orig -> origin/gh/guilhermeleobas/83/orig 2025-03-04T19:48:52.8641021Z * [new branch] gh/guilhermeleobas/86/base -> origin/gh/guilhermeleobas/86/base 2025-03-04T19:48:52.8641635Z * [new branch] gh/guilhermeleobas/86/head -> origin/gh/guilhermeleobas/86/head 2025-03-04T19:48:52.8642237Z * [new branch] gh/guilhermeleobas/86/orig -> origin/gh/guilhermeleobas/86/orig 2025-03-04T19:48:52.8642847Z * [new branch] gh/guilhermeleobas/87/base -> origin/gh/guilhermeleobas/87/base 2025-03-04T19:48:52.8643455Z * [new branch] gh/guilhermeleobas/87/head -> origin/gh/guilhermeleobas/87/head 2025-03-04T19:48:52.8644058Z * [new branch] gh/guilhermeleobas/87/orig -> origin/gh/guilhermeleobas/87/orig 2025-03-04T19:48:52.8644662Z * [new branch] gh/guilhermeleobas/88/base -> origin/gh/guilhermeleobas/88/base 2025-03-04T19:48:52.8645270Z * [new branch] gh/guilhermeleobas/88/head -> origin/gh/guilhermeleobas/88/head 2025-03-04T19:48:52.8645949Z * [new branch] gh/guilhermeleobas/88/orig -> origin/gh/guilhermeleobas/88/orig 2025-03-04T19:48:52.8646612Z * [new branch] gh/guilhermeleobas/89/base -> origin/gh/guilhermeleobas/89/base 2025-03-04T19:48:52.8647217Z * [new branch] gh/guilhermeleobas/89/head -> origin/gh/guilhermeleobas/89/head 2025-03-04T19:48:52.8647822Z * [new branch] gh/guilhermeleobas/89/orig -> origin/gh/guilhermeleobas/89/orig 2025-03-04T19:48:52.8648426Z * [new branch] gh/guilhermeleobas/90/base -> origin/gh/guilhermeleobas/90/base 2025-03-04T19:48:52.8649022Z * [new branch] gh/guilhermeleobas/90/head -> origin/gh/guilhermeleobas/90/head 2025-03-04T19:48:52.8649630Z * [new branch] gh/guilhermeleobas/90/orig -> origin/gh/guilhermeleobas/90/orig 2025-03-04T19:48:52.8650234Z * [new branch] gh/guilhermeleobas/91/base -> origin/gh/guilhermeleobas/91/base 2025-03-04T19:48:52.8650841Z * [new branch] gh/guilhermeleobas/91/head -> origin/gh/guilhermeleobas/91/head 2025-03-04T19:48:52.8651468Z * [new branch] gh/guilhermeleobas/91/orig -> origin/gh/guilhermeleobas/91/orig 2025-03-04T19:48:52.8652134Z * [new branch] gh/guilhermeleobas/92/base -> origin/gh/guilhermeleobas/92/base 2025-03-04T19:48:52.8652726Z * [new branch] gh/guilhermeleobas/92/head -> origin/gh/guilhermeleobas/92/head 2025-03-04T19:48:52.8653329Z * [new branch] gh/guilhermeleobas/92/orig -> origin/gh/guilhermeleobas/92/orig 2025-03-04T19:48:52.8653937Z * [new branch] gh/guilhermeleobas/93/base -> origin/gh/guilhermeleobas/93/base 2025-03-04T19:48:52.8654543Z * [new branch] gh/guilhermeleobas/93/head -> origin/gh/guilhermeleobas/93/head 2025-03-04T19:48:52.8655146Z * [new branch] gh/guilhermeleobas/93/orig -> origin/gh/guilhermeleobas/93/orig 2025-03-04T19:48:52.9065031Z * [new branch] gh/guilhermeleobas/94/base -> origin/gh/guilhermeleobas/94/base 2025-03-04T19:48:52.9065889Z * [new branch] gh/guilhermeleobas/94/head -> origin/gh/guilhermeleobas/94/head 2025-03-04T19:48:52.9066503Z * [new branch] gh/guilhermeleobas/94/orig -> origin/gh/guilhermeleobas/94/orig 2025-03-04T19:48:52.9067108Z * [new branch] gh/guilhermeleobas/95/base -> origin/gh/guilhermeleobas/95/base 2025-03-04T19:48:52.9067719Z * [new branch] gh/guilhermeleobas/95/head -> origin/gh/guilhermeleobas/95/head 2025-03-04T19:48:52.9068326Z * [new branch] gh/guilhermeleobas/95/orig -> origin/gh/guilhermeleobas/95/orig 2025-03-04T19:48:52.9068925Z * [new branch] gh/guilhermeleobas/96/base -> origin/gh/guilhermeleobas/96/base 2025-03-04T19:48:52.9069521Z * [new branch] gh/guilhermeleobas/96/head -> origin/gh/guilhermeleobas/96/head 2025-03-04T19:48:52.9070118Z * [new branch] gh/guilhermeleobas/96/orig -> origin/gh/guilhermeleobas/96/orig 2025-03-04T19:48:52.9070814Z * [new branch] gh/guilhermeleobas/97/base -> origin/gh/guilhermeleobas/97/base 2025-03-04T19:48:52.9071424Z * [new branch] gh/guilhermeleobas/97/head -> origin/gh/guilhermeleobas/97/head 2025-03-04T19:48:52.9072031Z * [new branch] gh/guilhermeleobas/97/orig -> origin/gh/guilhermeleobas/97/orig 2025-03-04T19:48:52.9072635Z * [new branch] gh/guilhermeleobas/98/base -> origin/gh/guilhermeleobas/98/base 2025-03-04T19:48:52.9073235Z * [new branch] gh/guilhermeleobas/98/head -> origin/gh/guilhermeleobas/98/head 2025-03-04T19:48:52.9073836Z * [new branch] gh/guilhermeleobas/98/orig -> origin/gh/guilhermeleobas/98/orig 2025-03-04T19:48:52.9074431Z * [new branch] gh/guilhermeleobas/99/base -> origin/gh/guilhermeleobas/99/base 2025-03-04T19:48:52.9075014Z * [new branch] gh/guilhermeleobas/99/head -> origin/gh/guilhermeleobas/99/head 2025-03-04T19:48:52.9075620Z * [new branch] gh/guilhermeleobas/99/orig -> origin/gh/guilhermeleobas/99/orig 2025-03-04T19:48:52.9076205Z * [new branch] gh/henrylhtsang/1/base -> origin/gh/henrylhtsang/1/base 2025-03-04T19:48:52.9076775Z * [new branch] gh/henrylhtsang/1/head -> origin/gh/henrylhtsang/1/head 2025-03-04T19:48:52.9077333Z * [new branch] gh/henrylhtsang/1/orig -> origin/gh/henrylhtsang/1/orig 2025-03-04T19:48:52.9077893Z * [new branch] gh/henrylhtsang/10/base -> origin/gh/henrylhtsang/10/base 2025-03-04T19:48:52.9078450Z * [new branch] gh/henrylhtsang/10/head -> origin/gh/henrylhtsang/10/head 2025-03-04T19:48:52.9079020Z * [new branch] gh/henrylhtsang/10/orig -> origin/gh/henrylhtsang/10/orig 2025-03-04T19:48:52.9079588Z * [new branch] gh/henrylhtsang/11/base -> origin/gh/henrylhtsang/11/base 2025-03-04T19:48:52.9080156Z * [new branch] gh/henrylhtsang/11/head -> origin/gh/henrylhtsang/11/head 2025-03-04T19:48:52.9080822Z * [new branch] gh/henrylhtsang/11/orig -> origin/gh/henrylhtsang/11/orig 2025-03-04T19:48:52.9081395Z * [new branch] gh/henrylhtsang/12/base -> origin/gh/henrylhtsang/12/base 2025-03-04T19:48:52.9081960Z * [new branch] gh/henrylhtsang/12/head -> origin/gh/henrylhtsang/12/head 2025-03-04T19:48:52.9082527Z * [new branch] gh/henrylhtsang/12/orig -> origin/gh/henrylhtsang/12/orig 2025-03-04T19:48:52.9083097Z * [new branch] gh/henrylhtsang/13/base -> origin/gh/henrylhtsang/13/base 2025-03-04T19:48:52.9083673Z * [new branch] gh/henrylhtsang/13/head -> origin/gh/henrylhtsang/13/head 2025-03-04T19:48:52.9084233Z * [new branch] gh/henrylhtsang/13/orig -> origin/gh/henrylhtsang/13/orig 2025-03-04T19:48:52.9084793Z * [new branch] gh/henrylhtsang/14/base -> origin/gh/henrylhtsang/14/base 2025-03-04T19:48:52.9085481Z * [new branch] gh/henrylhtsang/14/head -> origin/gh/henrylhtsang/14/head 2025-03-04T19:48:52.9086053Z * [new branch] gh/henrylhtsang/14/orig -> origin/gh/henrylhtsang/14/orig 2025-03-04T19:48:52.9086619Z * [new branch] gh/henrylhtsang/15/base -> origin/gh/henrylhtsang/15/base 2025-03-04T19:48:52.9087189Z * [new branch] gh/henrylhtsang/15/head -> origin/gh/henrylhtsang/15/head 2025-03-04T19:48:52.9087759Z * [new branch] gh/henrylhtsang/15/orig -> origin/gh/henrylhtsang/15/orig 2025-03-04T19:48:52.9088335Z * [new branch] gh/henrylhtsang/16/base -> origin/gh/henrylhtsang/16/base 2025-03-04T19:48:52.9088894Z * [new branch] gh/henrylhtsang/16/head -> origin/gh/henrylhtsang/16/head 2025-03-04T19:48:52.9089445Z * [new branch] gh/henrylhtsang/16/orig -> origin/gh/henrylhtsang/16/orig 2025-03-04T19:48:52.9090009Z * [new branch] gh/henrylhtsang/17/base -> origin/gh/henrylhtsang/17/base 2025-03-04T19:48:52.9091141Z * [new branch] gh/henrylhtsang/17/head -> origin/gh/henrylhtsang/17/head 2025-03-04T19:48:52.9091849Z * [new branch] gh/henrylhtsang/17/orig -> origin/gh/henrylhtsang/17/orig 2025-03-04T19:48:52.9481658Z * [new branch] gh/henrylhtsang/18/base -> origin/gh/henrylhtsang/18/base 2025-03-04T19:48:52.9482279Z * [new branch] gh/henrylhtsang/18/head -> origin/gh/henrylhtsang/18/head 2025-03-04T19:48:52.9482852Z * [new branch] gh/henrylhtsang/18/orig -> origin/gh/henrylhtsang/18/orig 2025-03-04T19:48:52.9483412Z * [new branch] gh/henrylhtsang/19/base -> origin/gh/henrylhtsang/19/base 2025-03-04T19:48:52.9483983Z * [new branch] gh/henrylhtsang/19/head -> origin/gh/henrylhtsang/19/head 2025-03-04T19:48:52.9484552Z * [new branch] gh/henrylhtsang/19/orig -> origin/gh/henrylhtsang/19/orig 2025-03-04T19:48:52.9485150Z * [new branch] gh/henrylhtsang/2/base -> origin/gh/henrylhtsang/2/base 2025-03-04T19:48:52.9485714Z * [new branch] gh/henrylhtsang/2/head -> origin/gh/henrylhtsang/2/head 2025-03-04T19:48:52.9486272Z * [new branch] gh/henrylhtsang/2/orig -> origin/gh/henrylhtsang/2/orig 2025-03-04T19:48:52.9486831Z * [new branch] gh/henrylhtsang/20/base -> origin/gh/henrylhtsang/20/base 2025-03-04T19:48:52.9487390Z * [new branch] gh/henrylhtsang/20/head -> origin/gh/henrylhtsang/20/head 2025-03-04T19:48:52.9487974Z * [new branch] gh/henrylhtsang/20/orig -> origin/gh/henrylhtsang/20/orig 2025-03-04T19:48:52.9488532Z * [new branch] gh/henrylhtsang/21/base -> origin/gh/henrylhtsang/21/base 2025-03-04T19:48:52.9489089Z * [new branch] gh/henrylhtsang/21/head -> origin/gh/henrylhtsang/21/head 2025-03-04T19:48:52.9489651Z * [new branch] gh/henrylhtsang/21/orig -> origin/gh/henrylhtsang/21/orig 2025-03-04T19:48:52.9490283Z * [new branch] gh/henrylhtsang/22/base -> origin/gh/henrylhtsang/22/base 2025-03-04T19:48:52.9490885Z * [new branch] gh/henrylhtsang/22/head -> origin/gh/henrylhtsang/22/head 2025-03-04T19:48:52.9491452Z * [new branch] gh/henrylhtsang/22/orig -> origin/gh/henrylhtsang/22/orig 2025-03-04T19:48:52.9492019Z * [new branch] gh/henrylhtsang/23/base -> origin/gh/henrylhtsang/23/base 2025-03-04T19:48:52.9492581Z * [new branch] gh/henrylhtsang/23/head -> origin/gh/henrylhtsang/23/head 2025-03-04T19:48:52.9493145Z * [new branch] gh/henrylhtsang/23/orig -> origin/gh/henrylhtsang/23/orig 2025-03-04T19:48:52.9493712Z * [new branch] gh/henrylhtsang/24/base -> origin/gh/henrylhtsang/24/base 2025-03-04T19:48:52.9494276Z * [new branch] gh/henrylhtsang/24/head -> origin/gh/henrylhtsang/24/head 2025-03-04T19:48:52.9494995Z * [new branch] gh/henrylhtsang/24/orig -> origin/gh/henrylhtsang/24/orig 2025-03-04T19:48:52.9495562Z * [new branch] gh/henrylhtsang/25/base -> origin/gh/henrylhtsang/25/base 2025-03-04T19:48:52.9496129Z * [new branch] gh/henrylhtsang/25/head -> origin/gh/henrylhtsang/25/head 2025-03-04T19:48:52.9496687Z * [new branch] gh/henrylhtsang/25/orig -> origin/gh/henrylhtsang/25/orig 2025-03-04T19:48:52.9497340Z * [new branch] gh/henrylhtsang/26/base -> origin/gh/henrylhtsang/26/base 2025-03-04T19:48:52.9498100Z * [new branch] gh/henrylhtsang/26/head -> origin/gh/henrylhtsang/26/head 2025-03-04T19:48:52.9498836Z * [new branch] gh/henrylhtsang/26/orig -> origin/gh/henrylhtsang/26/orig 2025-03-04T19:48:52.9499414Z * [new branch] gh/henrylhtsang/27/base -> origin/gh/henrylhtsang/27/base 2025-03-04T19:48:52.9499987Z * [new branch] gh/henrylhtsang/27/head -> origin/gh/henrylhtsang/27/head 2025-03-04T19:48:52.9500660Z * [new branch] gh/henrylhtsang/27/orig -> origin/gh/henrylhtsang/27/orig 2025-03-04T19:48:52.9501223Z * [new branch] gh/henrylhtsang/28/base -> origin/gh/henrylhtsang/28/base 2025-03-04T19:48:52.9501791Z * [new branch] gh/henrylhtsang/28/head -> origin/gh/henrylhtsang/28/head 2025-03-04T19:48:52.9502373Z * [new branch] gh/henrylhtsang/28/orig -> origin/gh/henrylhtsang/28/orig 2025-03-04T19:48:52.9502929Z * [new branch] gh/henrylhtsang/29/base -> origin/gh/henrylhtsang/29/base 2025-03-04T19:48:52.9503494Z * [new branch] gh/henrylhtsang/29/head -> origin/gh/henrylhtsang/29/head 2025-03-04T19:48:52.9504058Z * [new branch] gh/henrylhtsang/29/orig -> origin/gh/henrylhtsang/29/orig 2025-03-04T19:48:52.9504625Z * [new branch] gh/henrylhtsang/3/base -> origin/gh/henrylhtsang/3/base 2025-03-04T19:48:52.9505191Z * [new branch] gh/henrylhtsang/3/head -> origin/gh/henrylhtsang/3/head 2025-03-04T19:48:52.9505743Z * [new branch] gh/henrylhtsang/3/orig -> origin/gh/henrylhtsang/3/orig 2025-03-04T19:48:52.9506293Z * [new branch] gh/henrylhtsang/30/base -> origin/gh/henrylhtsang/30/base 2025-03-04T19:48:52.9506853Z * [new branch] gh/henrylhtsang/30/head -> origin/gh/henrylhtsang/30/head 2025-03-04T19:48:52.9507416Z * [new branch] gh/henrylhtsang/30/orig -> origin/gh/henrylhtsang/30/orig 2025-03-04T19:48:53.0117945Z * [new branch] gh/henrylhtsang/31/base -> origin/gh/henrylhtsang/31/base 2025-03-04T19:48:53.0118656Z * [new branch] gh/henrylhtsang/31/head -> origin/gh/henrylhtsang/31/head 2025-03-04T19:48:53.0119280Z * [new branch] gh/henrylhtsang/31/orig -> origin/gh/henrylhtsang/31/orig 2025-03-04T19:48:53.0119922Z * [new branch] gh/henrylhtsang/32/base -> origin/gh/henrylhtsang/32/base 2025-03-04T19:48:53.0120708Z * [new branch] gh/henrylhtsang/32/head -> origin/gh/henrylhtsang/32/head 2025-03-04T19:48:53.0121366Z * [new branch] gh/henrylhtsang/32/orig -> origin/gh/henrylhtsang/32/orig 2025-03-04T19:48:53.0122024Z * [new branch] gh/henrylhtsang/4/base -> origin/gh/henrylhtsang/4/base 2025-03-04T19:48:53.0122592Z * [new branch] gh/henrylhtsang/4/head -> origin/gh/henrylhtsang/4/head 2025-03-04T19:48:53.0123146Z * [new branch] gh/henrylhtsang/4/orig -> origin/gh/henrylhtsang/4/orig 2025-03-04T19:48:53.0123702Z * [new branch] gh/henrylhtsang/5/base -> origin/gh/henrylhtsang/5/base 2025-03-04T19:48:53.0124287Z * [new branch] gh/henrylhtsang/5/head -> origin/gh/henrylhtsang/5/head 2025-03-04T19:48:53.0124891Z * [new branch] gh/henrylhtsang/5/orig -> origin/gh/henrylhtsang/5/orig 2025-03-04T19:48:53.0125655Z * [new branch] gh/henrylhtsang/6/base -> origin/gh/henrylhtsang/6/base 2025-03-04T19:48:53.0126269Z * [new branch] gh/henrylhtsang/6/head -> origin/gh/henrylhtsang/6/head 2025-03-04T19:48:53.0126842Z * [new branch] gh/henrylhtsang/6/orig -> origin/gh/henrylhtsang/6/orig 2025-03-04T19:48:53.0127391Z * [new branch] gh/henrylhtsang/7/base -> origin/gh/henrylhtsang/7/base 2025-03-04T19:48:53.0127991Z * [new branch] gh/henrylhtsang/7/head -> origin/gh/henrylhtsang/7/head 2025-03-04T19:48:53.0128546Z * [new branch] gh/henrylhtsang/7/orig -> origin/gh/henrylhtsang/7/orig 2025-03-04T19:48:53.0129095Z * [new branch] gh/henrylhtsang/8/base -> origin/gh/henrylhtsang/8/base 2025-03-04T19:48:53.0129697Z * [new branch] gh/henrylhtsang/8/head -> origin/gh/henrylhtsang/8/head 2025-03-04T19:48:53.0130343Z * [new branch] gh/henrylhtsang/8/orig -> origin/gh/henrylhtsang/8/orig 2025-03-04T19:48:53.0131034Z * [new branch] gh/henrylhtsang/9/base -> origin/gh/henrylhtsang/9/base 2025-03-04T19:48:53.0131708Z * [new branch] gh/henrylhtsang/9/head -> origin/gh/henrylhtsang/9/head 2025-03-04T19:48:53.0132262Z * [new branch] gh/henrylhtsang/9/orig -> origin/gh/henrylhtsang/9/orig 2025-03-04T19:48:53.0132828Z * [new branch] gh/int3/10/base -> origin/gh/int3/10/base 2025-03-04T19:48:53.0133368Z * [new branch] gh/int3/10/head -> origin/gh/int3/10/head 2025-03-04T19:48:53.0133848Z * [new branch] gh/int3/10/orig -> origin/gh/int3/10/orig 2025-03-04T19:48:53.0134372Z * [new branch] gh/int3/11/base -> origin/gh/int3/11/base 2025-03-04T19:48:53.0134890Z * [new branch] gh/int3/11/head -> origin/gh/int3/11/head 2025-03-04T19:48:53.0135467Z * [new branch] gh/int3/11/orig -> origin/gh/int3/11/orig 2025-03-04T19:48:53.0136041Z * [new branch] gh/int3/21/base -> origin/gh/int3/21/base 2025-03-04T19:48:53.0136567Z * [new branch] gh/int3/21/head -> origin/gh/int3/21/head 2025-03-04T19:48:53.0137090Z * [new branch] gh/int3/21/orig -> origin/gh/int3/21/orig 2025-03-04T19:48:53.0137565Z * [new branch] gh/int3/34/base -> origin/gh/int3/34/base 2025-03-04T19:48:53.0138033Z * [new branch] gh/int3/34/head -> origin/gh/int3/34/head 2025-03-04T19:48:53.0138508Z * [new branch] gh/int3/34/orig -> origin/gh/int3/34/orig 2025-03-04T19:48:53.0139018Z * [new branch] gh/int3/36/base -> origin/gh/int3/36/base 2025-03-04T19:48:53.0139492Z * [new branch] gh/int3/36/head -> origin/gh/int3/36/head 2025-03-04T19:48:53.0140054Z * [new branch] gh/int3/36/orig -> origin/gh/int3/36/orig 2025-03-04T19:48:53.0140580Z * [new branch] gh/int3/41/base -> origin/gh/int3/41/base 2025-03-04T19:48:53.0141104Z * [new branch] gh/int3/41/head -> origin/gh/int3/41/head 2025-03-04T19:48:53.0141659Z * [new branch] gh/int3/41/orig -> origin/gh/int3/41/orig 2025-03-04T19:48:53.0142183Z * [new branch] gh/int3/45/base -> origin/gh/int3/45/base 2025-03-04T19:48:53.0142711Z * [new branch] gh/int3/45/head -> origin/gh/int3/45/head 2025-03-04T19:48:53.0143212Z * [new branch] gh/int3/45/orig -> origin/gh/int3/45/orig 2025-03-04T19:48:53.0143706Z * [new branch] gh/int3/46/base -> origin/gh/int3/46/base 2025-03-04T19:48:53.0144272Z * [new branch] gh/int3/46/head -> origin/gh/int3/46/head 2025-03-04T19:48:53.0738370Z * [new branch] gh/int3/46/orig -> origin/gh/int3/46/orig 2025-03-04T19:48:53.0738947Z * [new branch] gh/int3/47/base -> origin/gh/int3/47/base 2025-03-04T19:48:53.0739471Z * [new branch] gh/int3/47/head -> origin/gh/int3/47/head 2025-03-04T19:48:53.0739974Z * [new branch] gh/int3/47/orig -> origin/gh/int3/47/orig 2025-03-04T19:48:53.0740459Z * [new branch] gh/int3/55/base -> origin/gh/int3/55/base 2025-03-04T19:48:53.0740935Z * [new branch] gh/int3/55/head -> origin/gh/int3/55/head 2025-03-04T19:48:53.0741414Z * [new branch] gh/int3/55/orig -> origin/gh/int3/55/orig 2025-03-04T19:48:53.0741891Z * [new branch] gh/int3/79/base -> origin/gh/int3/79/base 2025-03-04T19:48:53.0742362Z * [new branch] gh/int3/79/head -> origin/gh/int3/79/head 2025-03-04T19:48:53.0742843Z * [new branch] gh/int3/79/orig -> origin/gh/int3/79/orig 2025-03-04T19:48:53.0743548Z * [new branch] gh/int3/9/base -> origin/gh/int3/9/base 2025-03-04T19:48:53.0744081Z * [new branch] gh/int3/9/head -> origin/gh/int3/9/head 2025-03-04T19:48:53.0744559Z * [new branch] gh/int3/9/orig -> origin/gh/int3/9/orig 2025-03-04T19:48:53.0745027Z * [new branch] gh/int3/94/base -> origin/gh/int3/94/base 2025-03-04T19:48:53.0745497Z * [new branch] gh/int3/94/head -> origin/gh/int3/94/head 2025-03-04T19:48:53.0745966Z * [new branch] gh/int3/94/orig -> origin/gh/int3/94/orig 2025-03-04T19:48:53.0746439Z * [new branch] gh/int3/95/base -> origin/gh/int3/95/base 2025-03-04T19:48:53.0746912Z * [new branch] gh/int3/95/head -> origin/gh/int3/95/head 2025-03-04T19:48:53.0747382Z * [new branch] gh/int3/95/orig -> origin/gh/int3/95/orig 2025-03-04T19:48:53.0747864Z * [new branch] gh/int3/97/base -> origin/gh/int3/97/base 2025-03-04T19:48:53.0748388Z * [new branch] gh/int3/97/head -> origin/gh/int3/97/head 2025-03-04T19:48:53.0748877Z * [new branch] gh/isuruf/101/base -> origin/gh/isuruf/101/base 2025-03-04T19:48:53.0749395Z * [new branch] gh/isuruf/101/head -> origin/gh/isuruf/101/head 2025-03-04T19:48:53.0749952Z * [new branch] gh/isuruf/105/base -> origin/gh/isuruf/105/base 2025-03-04T19:48:53.0750505Z * [new branch] gh/isuruf/105/head -> origin/gh/isuruf/105/head 2025-03-04T19:48:53.0751022Z * [new branch] gh/isuruf/105/orig -> origin/gh/isuruf/105/orig 2025-03-04T19:48:53.0751530Z * [new branch] gh/isuruf/110/base -> origin/gh/isuruf/110/base 2025-03-04T19:48:53.0752030Z * [new branch] gh/isuruf/110/head -> origin/gh/isuruf/110/head 2025-03-04T19:48:53.0752533Z * [new branch] gh/isuruf/110/orig -> origin/gh/isuruf/110/orig 2025-03-04T19:48:53.0753034Z * [new branch] gh/isuruf/112/base -> origin/gh/isuruf/112/base 2025-03-04T19:48:53.0753533Z * [new branch] gh/isuruf/112/head -> origin/gh/isuruf/112/head 2025-03-04T19:48:53.0754044Z * [new branch] gh/isuruf/112/orig -> origin/gh/isuruf/112/orig 2025-03-04T19:48:53.0754547Z * [new branch] gh/isuruf/115/base -> origin/gh/isuruf/115/base 2025-03-04T19:48:53.0755038Z * [new branch] gh/isuruf/115/head -> origin/gh/isuruf/115/head 2025-03-04T19:48:53.0755586Z * [new branch] gh/isuruf/115/orig -> origin/gh/isuruf/115/orig 2025-03-04T19:48:53.0756134Z * [new branch] gh/isuruf/116/base -> origin/gh/isuruf/116/base 2025-03-04T19:48:53.0756781Z * [new branch] gh/isuruf/116/head -> origin/gh/isuruf/116/head 2025-03-04T19:48:53.0757294Z * [new branch] gh/isuruf/116/orig -> origin/gh/isuruf/116/orig 2025-03-04T19:48:53.0757811Z * [new branch] gh/isuruf/117/base -> origin/gh/isuruf/117/base 2025-03-04T19:48:53.0758327Z * [new branch] gh/isuruf/117/head -> origin/gh/isuruf/117/head 2025-03-04T19:48:53.0758823Z * [new branch] gh/isuruf/117/orig -> origin/gh/isuruf/117/orig 2025-03-04T19:48:53.0759422Z * [new branch] gh/isuruf/118/base -> origin/gh/isuruf/118/base 2025-03-04T19:48:53.0760009Z * [new branch] gh/isuruf/118/head -> origin/gh/isuruf/118/head 2025-03-04T19:48:53.0760619Z * [new branch] gh/isuruf/118/orig -> origin/gh/isuruf/118/orig 2025-03-04T19:48:53.0761128Z * [new branch] gh/isuruf/119/base -> origin/gh/isuruf/119/base 2025-03-04T19:48:53.0761691Z * [new branch] gh/isuruf/119/head -> origin/gh/isuruf/119/head 2025-03-04T19:48:53.0762354Z * [new branch] gh/isuruf/119/orig -> origin/gh/isuruf/119/orig 2025-03-04T19:48:53.0762865Z * [new branch] gh/isuruf/120/base -> origin/gh/isuruf/120/base 2025-03-04T19:48:53.1335077Z * [new branch] gh/isuruf/120/head -> origin/gh/isuruf/120/head 2025-03-04T19:48:53.1335646Z * [new branch] gh/isuruf/120/orig -> origin/gh/isuruf/120/orig 2025-03-04T19:48:53.1336217Z * [new branch] gh/isuruf/121/base -> origin/gh/isuruf/121/base 2025-03-04T19:48:53.1336745Z * [new branch] gh/isuruf/121/head -> origin/gh/isuruf/121/head 2025-03-04T19:48:53.1337321Z * [new branch] gh/isuruf/121/orig -> origin/gh/isuruf/121/orig 2025-03-04T19:48:53.1337877Z * [new branch] gh/isuruf/122/base -> origin/gh/isuruf/122/base 2025-03-04T19:48:53.1338420Z * [new branch] gh/isuruf/122/head -> origin/gh/isuruf/122/head 2025-03-04T19:48:53.1339254Z * [new branch] gh/isuruf/122/orig -> origin/gh/isuruf/122/orig 2025-03-04T19:48:53.1340065Z * [new branch] gh/isuruf/123/base -> origin/gh/isuruf/123/base 2025-03-04T19:48:53.1340580Z * [new branch] gh/isuruf/123/head -> origin/gh/isuruf/123/head 2025-03-04T19:48:53.1341128Z * [new branch] gh/isuruf/123/orig -> origin/gh/isuruf/123/orig 2025-03-04T19:48:53.1341686Z * [new branch] gh/isuruf/124/base -> origin/gh/isuruf/124/base 2025-03-04T19:48:53.1342188Z * [new branch] gh/isuruf/124/head -> origin/gh/isuruf/124/head 2025-03-04T19:48:53.1342699Z * [new branch] gh/isuruf/124/orig -> origin/gh/isuruf/124/orig 2025-03-04T19:48:53.1343201Z * [new branch] gh/isuruf/125/base -> origin/gh/isuruf/125/base 2025-03-04T19:48:53.1343720Z * [new branch] gh/isuruf/125/head -> origin/gh/isuruf/125/head 2025-03-04T19:48:53.1344228Z * [new branch] gh/isuruf/125/orig -> origin/gh/isuruf/125/orig 2025-03-04T19:48:53.1345058Z * [new branch] gh/isuruf/126/base -> origin/gh/isuruf/126/base 2025-03-04T19:48:53.1346011Z * [new branch] gh/isuruf/126/head -> origin/gh/isuruf/126/head 2025-03-04T19:48:53.1347037Z * [new branch] gh/isuruf/126/orig -> origin/gh/isuruf/126/orig 2025-03-04T19:48:53.1348001Z * [new branch] gh/isuruf/39/base -> origin/gh/isuruf/39/base 2025-03-04T19:48:53.1349018Z * [new branch] gh/isuruf/39/head -> origin/gh/isuruf/39/head 2025-03-04T19:48:53.1350007Z * [new branch] gh/isuruf/39/orig -> origin/gh/isuruf/39/orig 2025-03-04T19:48:53.1350956Z * [new branch] gh/isuruf/81/base -> origin/gh/isuruf/81/base 2025-03-04T19:48:53.1352223Z * [new branch] gh/isuruf/81/head -> origin/gh/isuruf/81/head 2025-03-04T19:48:53.1353227Z * [new branch] gh/isuruf/81/orig -> origin/gh/isuruf/81/orig 2025-03-04T19:48:53.1354278Z * [new branch] gh/jamesjwu/100/base -> origin/gh/jamesjwu/100/base 2025-03-04T19:48:53.1355337Z * [new branch] gh/jamesjwu/100/head -> origin/gh/jamesjwu/100/head 2025-03-04T19:48:53.1356358Z * [new branch] gh/jamesjwu/100/orig -> origin/gh/jamesjwu/100/orig 2025-03-04T19:48:53.1357399Z * [new branch] gh/jamesjwu/101/base -> origin/gh/jamesjwu/101/base 2025-03-04T19:48:53.1358398Z * [new branch] gh/jamesjwu/101/head -> origin/gh/jamesjwu/101/head 2025-03-04T19:48:53.1359421Z * [new branch] gh/jamesjwu/101/orig -> origin/gh/jamesjwu/101/orig 2025-03-04T19:48:53.1360491Z * [new branch] gh/jamesjwu/102/base -> origin/gh/jamesjwu/102/base 2025-03-04T19:48:53.1361769Z * [new branch] gh/jamesjwu/102/head -> origin/gh/jamesjwu/102/head 2025-03-04T19:48:53.1362673Z * [new branch] gh/jamesjwu/103/base -> origin/gh/jamesjwu/103/base 2025-03-04T19:48:53.1363258Z * [new branch] gh/jamesjwu/103/head -> origin/gh/jamesjwu/103/head 2025-03-04T19:48:53.1363834Z * [new branch] gh/jamesjwu/104/base -> origin/gh/jamesjwu/104/base 2025-03-04T19:48:53.1364400Z * [new branch] gh/jamesjwu/104/head -> origin/gh/jamesjwu/104/head 2025-03-04T19:48:53.1365019Z * [new branch] gh/jamesjwu/105/base -> origin/gh/jamesjwu/105/base 2025-03-04T19:48:53.1365546Z * [new branch] gh/jamesjwu/105/head -> origin/gh/jamesjwu/105/head 2025-03-04T19:48:53.1366128Z * [new branch] gh/jamesjwu/105/orig -> origin/gh/jamesjwu/105/orig 2025-03-04T19:48:53.1366712Z * [new branch] gh/jamesjwu/106/base -> origin/gh/jamesjwu/106/base 2025-03-04T19:48:53.1367354Z * [new branch] gh/jamesjwu/106/head -> origin/gh/jamesjwu/106/head 2025-03-04T19:48:53.1368384Z * [new branch] gh/jamesjwu/106/orig -> origin/gh/jamesjwu/106/orig 2025-03-04T19:48:53.1369045Z * [new branch] gh/jamesjwu/107/base -> origin/gh/jamesjwu/107/base 2025-03-04T19:48:53.1369572Z * [new branch] gh/jamesjwu/107/head -> origin/gh/jamesjwu/107/head 2025-03-04T19:48:53.1370142Z * [new branch] gh/jamesjwu/107/orig -> origin/gh/jamesjwu/107/orig 2025-03-04T19:48:53.1370680Z * [new branch] gh/jamesjwu/108/base -> origin/gh/jamesjwu/108/base 2025-03-04T19:48:53.1781815Z * [new branch] gh/jamesjwu/108/head -> origin/gh/jamesjwu/108/head 2025-03-04T19:48:53.1782384Z * [new branch] gh/jamesjwu/108/orig -> origin/gh/jamesjwu/108/orig 2025-03-04T19:48:53.1782946Z * [new branch] gh/jamesjwu/109/base -> origin/gh/jamesjwu/109/base 2025-03-04T19:48:53.1783495Z * [new branch] gh/jamesjwu/109/head -> origin/gh/jamesjwu/109/head 2025-03-04T19:48:53.1784029Z * [new branch] gh/jamesjwu/109/orig -> origin/gh/jamesjwu/109/orig 2025-03-04T19:48:53.1784551Z * [new branch] gh/jamesjwu/110/base -> origin/gh/jamesjwu/110/base 2025-03-04T19:48:53.1785074Z * [new branch] gh/jamesjwu/110/head -> origin/gh/jamesjwu/110/head 2025-03-04T19:48:53.1785600Z * [new branch] gh/jamesjwu/110/orig -> origin/gh/jamesjwu/110/orig 2025-03-04T19:48:53.1786121Z * [new branch] gh/jamesjwu/111/base -> origin/gh/jamesjwu/111/base 2025-03-04T19:48:53.1786638Z * [new branch] gh/jamesjwu/111/head -> origin/gh/jamesjwu/111/head 2025-03-04T19:48:53.1787333Z * [new branch] gh/jamesjwu/111/orig -> origin/gh/jamesjwu/111/orig 2025-03-04T19:48:53.1787873Z * [new branch] gh/jamesjwu/112/base -> origin/gh/jamesjwu/112/base 2025-03-04T19:48:53.1788402Z * [new branch] gh/jamesjwu/112/head -> origin/gh/jamesjwu/112/head 2025-03-04T19:48:53.1788933Z * [new branch] gh/jamesjwu/112/orig -> origin/gh/jamesjwu/112/orig 2025-03-04T19:48:53.1789452Z * [new branch] gh/jamesjwu/113/base -> origin/gh/jamesjwu/113/base 2025-03-04T19:48:53.1789982Z * [new branch] gh/jamesjwu/113/head -> origin/gh/jamesjwu/113/head 2025-03-04T19:48:53.1790496Z * [new branch] gh/jamesjwu/113/orig -> origin/gh/jamesjwu/113/orig 2025-03-04T19:48:53.1791020Z * [new branch] gh/jamesjwu/114/base -> origin/gh/jamesjwu/114/base 2025-03-04T19:48:53.1791543Z * [new branch] gh/jamesjwu/114/head -> origin/gh/jamesjwu/114/head 2025-03-04T19:48:53.1792071Z * [new branch] gh/jamesjwu/114/orig -> origin/gh/jamesjwu/114/orig 2025-03-04T19:48:53.1792718Z * [new branch] gh/jamesjwu/52/base -> origin/gh/jamesjwu/52/base 2025-03-04T19:48:53.1793249Z * [new branch] gh/jamesjwu/52/head -> origin/gh/jamesjwu/52/head 2025-03-04T19:48:53.1793772Z * [new branch] gh/jamesjwu/53/base -> origin/gh/jamesjwu/53/base 2025-03-04T19:48:53.1794293Z * [new branch] gh/jamesjwu/53/head -> origin/gh/jamesjwu/53/head 2025-03-04T19:48:53.1794811Z * [new branch] gh/jamesjwu/54/base -> origin/gh/jamesjwu/54/base 2025-03-04T19:48:53.1795325Z * [new branch] gh/jamesjwu/54/head -> origin/gh/jamesjwu/54/head 2025-03-04T19:48:53.1795847Z * [new branch] gh/jamesjwu/55/base -> origin/gh/jamesjwu/55/base 2025-03-04T19:48:53.1796362Z * [new branch] gh/jamesjwu/55/head -> origin/gh/jamesjwu/55/head 2025-03-04T19:48:53.1796881Z * [new branch] gh/jamesjwu/56/base -> origin/gh/jamesjwu/56/base 2025-03-04T19:48:53.1797492Z * [new branch] gh/jamesjwu/56/head -> origin/gh/jamesjwu/56/head 2025-03-04T19:48:53.1798019Z * [new branch] gh/jamesjwu/57/base -> origin/gh/jamesjwu/57/base 2025-03-04T19:48:53.1798530Z * [new branch] gh/jamesjwu/57/head -> origin/gh/jamesjwu/57/head 2025-03-04T19:48:53.1799053Z * [new branch] gh/jamesjwu/58/base -> origin/gh/jamesjwu/58/base 2025-03-04T19:48:53.1799577Z * [new branch] gh/jamesjwu/58/head -> origin/gh/jamesjwu/58/head 2025-03-04T19:48:53.1800087Z * [new branch] gh/jamesjwu/59/base -> origin/gh/jamesjwu/59/base 2025-03-04T19:48:53.1800668Z * [new branch] gh/jamesjwu/59/head -> origin/gh/jamesjwu/59/head 2025-03-04T19:48:53.1801189Z * [new branch] gh/jamesjwu/60/base -> origin/gh/jamesjwu/60/base 2025-03-04T19:48:53.1801719Z * [new branch] gh/jamesjwu/60/head -> origin/gh/jamesjwu/60/head 2025-03-04T19:48:53.1802238Z * [new branch] gh/jamesjwu/61/base -> origin/gh/jamesjwu/61/base 2025-03-04T19:48:53.1802757Z * [new branch] gh/jamesjwu/61/head -> origin/gh/jamesjwu/61/head 2025-03-04T19:48:53.1803271Z * [new branch] gh/jamesjwu/62/base -> origin/gh/jamesjwu/62/base 2025-03-04T19:48:53.1803775Z * [new branch] gh/jamesjwu/62/head -> origin/gh/jamesjwu/62/head 2025-03-04T19:48:53.1804288Z * [new branch] gh/jamesjwu/63/base -> origin/gh/jamesjwu/63/base 2025-03-04T19:48:53.1804803Z * [new branch] gh/jamesjwu/63/head -> origin/gh/jamesjwu/63/head 2025-03-04T19:48:53.1805313Z * [new branch] gh/jamesjwu/64/base -> origin/gh/jamesjwu/64/base 2025-03-04T19:48:53.1805978Z * [new branch] gh/jamesjwu/64/head -> origin/gh/jamesjwu/64/head 2025-03-04T19:48:53.4583006Z * [new branch] gh/jamesjwu/65/base -> origin/gh/jamesjwu/65/base 2025-03-04T19:48:53.4583600Z * [new branch] gh/jamesjwu/65/head -> origin/gh/jamesjwu/65/head 2025-03-04T19:48:53.4584133Z * [new branch] gh/jamesjwu/97/base -> origin/gh/jamesjwu/97/base 2025-03-04T19:48:53.4584654Z * [new branch] gh/jamesjwu/97/head -> origin/gh/jamesjwu/97/head 2025-03-04T19:48:53.4585190Z * [new branch] gh/jamesjwu/97/orig -> origin/gh/jamesjwu/97/orig 2025-03-04T19:48:53.4585715Z * [new branch] gh/janeyx99/165/base -> origin/gh/janeyx99/165/base 2025-03-04T19:48:53.4586238Z * [new branch] gh/janeyx99/165/head -> origin/gh/janeyx99/165/head 2025-03-04T19:48:53.4586757Z * [new branch] gh/janeyx99/165/orig -> origin/gh/janeyx99/165/orig 2025-03-04T19:48:53.4587295Z * [new branch] gh/janeyx99/201/base -> origin/gh/janeyx99/201/base 2025-03-04T19:48:53.4588012Z * [new branch] gh/janeyx99/201/head -> origin/gh/janeyx99/201/head 2025-03-04T19:48:53.4588534Z * [new branch] gh/janeyx99/201/orig -> origin/gh/janeyx99/201/orig 2025-03-04T19:48:53.4589063Z * [new branch] gh/janeyx99/221/base -> origin/gh/janeyx99/221/base 2025-03-04T19:48:53.4589586Z * [new branch] gh/janeyx99/221/head -> origin/gh/janeyx99/221/head 2025-03-04T19:48:53.4590117Z * [new branch] gh/janeyx99/221/orig -> origin/gh/janeyx99/221/orig 2025-03-04T19:48:53.4590633Z * [new branch] gh/janeyx99/222/base -> origin/gh/janeyx99/222/base 2025-03-04T19:48:53.4591140Z * [new branch] gh/janeyx99/222/head -> origin/gh/janeyx99/222/head 2025-03-04T19:48:53.4591655Z * [new branch] gh/janeyx99/222/orig -> origin/gh/janeyx99/222/orig 2025-03-04T19:48:53.4592184Z * [new branch] gh/janeyx99/223/base -> origin/gh/janeyx99/223/base 2025-03-04T19:48:53.4592699Z * [new branch] gh/janeyx99/223/head -> origin/gh/janeyx99/223/head 2025-03-04T19:48:53.4593227Z * [new branch] gh/janeyx99/223/orig -> origin/gh/janeyx99/223/orig 2025-03-04T19:48:53.4593822Z * [new branch] gh/janeyx99/224/base -> origin/gh/janeyx99/224/base 2025-03-04T19:48:53.4594428Z * [new branch] gh/janeyx99/224/head -> origin/gh/janeyx99/224/head 2025-03-04T19:48:53.4594955Z * [new branch] gh/janeyx99/224/orig -> origin/gh/janeyx99/224/orig 2025-03-04T19:48:53.4595474Z * [new branch] gh/janeyx99/225/base -> origin/gh/janeyx99/225/base 2025-03-04T19:48:53.4595995Z * [new branch] gh/janeyx99/225/head -> origin/gh/janeyx99/225/head 2025-03-04T19:48:53.4596528Z * [new branch] gh/janeyx99/225/orig -> origin/gh/janeyx99/225/orig 2025-03-04T19:48:53.4597054Z * [new branch] gh/janeyx99/226/base -> origin/gh/janeyx99/226/base 2025-03-04T19:48:53.4597564Z * [new branch] gh/janeyx99/226/head -> origin/gh/janeyx99/226/head 2025-03-04T19:48:53.4598089Z * [new branch] gh/janeyx99/226/orig -> origin/gh/janeyx99/226/orig 2025-03-04T19:48:53.4598613Z * [new branch] gh/janeyx99/88/base -> origin/gh/janeyx99/88/base 2025-03-04T19:48:53.4599119Z * [new branch] gh/janeyx99/88/head -> origin/gh/janeyx99/88/head 2025-03-04T19:48:53.4599630Z * [new branch] gh/janeyx99/88/orig -> origin/gh/janeyx99/88/orig 2025-03-04T19:48:53.4600136Z * [new branch] gh/jansel/227/base -> origin/gh/jansel/227/base 2025-03-04T19:48:53.4600724Z * [new branch] gh/jansel/227/head -> origin/gh/jansel/227/head 2025-03-04T19:48:53.4601372Z * [new branch] gh/jansel/227/orig -> origin/gh/jansel/227/orig 2025-03-04T19:48:53.4601891Z * [new branch] gh/jansel/360/base -> origin/gh/jansel/360/base 2025-03-04T19:48:53.4602395Z * [new branch] gh/jansel/360/head -> origin/gh/jansel/360/head 2025-03-04T19:48:53.4602907Z * [new branch] gh/jansel/451/base -> origin/gh/jansel/451/base 2025-03-04T19:48:53.4603408Z * [new branch] gh/jansel/451/head -> origin/gh/jansel/451/head 2025-03-04T19:48:53.4603911Z * [new branch] gh/jansel/451/orig -> origin/gh/jansel/451/orig 2025-03-04T19:48:53.4604411Z * [new branch] gh/jansel/462/base -> origin/gh/jansel/462/base 2025-03-04T19:48:53.4604907Z * [new branch] gh/jansel/462/head -> origin/gh/jansel/462/head 2025-03-04T19:48:53.4605418Z * [new branch] gh/jansel/462/orig -> origin/gh/jansel/462/orig 2025-03-04T19:48:53.4606023Z * [new branch] gh/jansel/473/base -> origin/gh/jansel/473/base 2025-03-04T19:48:53.4606530Z * [new branch] gh/jansel/473/head -> origin/gh/jansel/473/head 2025-03-04T19:48:53.4607035Z * [new branch] gh/jansel/473/orig -> origin/gh/jansel/473/orig 2025-03-04T19:48:53.4607537Z * [new branch] gh/jansel/480/base -> origin/gh/jansel/480/base 2025-03-04T19:48:53.5137103Z * [new branch] gh/jansel/480/head -> origin/gh/jansel/480/head 2025-03-04T19:48:53.5137705Z * [new branch] gh/jansel/480/orig -> origin/gh/jansel/480/orig 2025-03-04T19:48:53.5138224Z * [new branch] gh/jansel/486/base -> origin/gh/jansel/486/base 2025-03-04T19:48:53.5138730Z * [new branch] gh/jansel/486/head -> origin/gh/jansel/486/head 2025-03-04T19:48:53.5139236Z * [new branch] gh/jansel/486/orig -> origin/gh/jansel/486/orig 2025-03-04T19:48:53.5139784Z * [new branch] gh/jansel/489/base -> origin/gh/jansel/489/base 2025-03-04T19:48:53.5140284Z * [new branch] gh/jansel/489/head -> origin/gh/jansel/489/head 2025-03-04T19:48:53.5140785Z * [new branch] gh/jansel/489/orig -> origin/gh/jansel/489/orig 2025-03-04T19:48:53.5141287Z * [new branch] gh/jansel/490/base -> origin/gh/jansel/490/base 2025-03-04T19:48:53.5142185Z * [new branch] gh/jansel/490/head -> origin/gh/jansel/490/head 2025-03-04T19:48:53.5142856Z * [new branch] gh/jansel/490/orig -> origin/gh/jansel/490/orig 2025-03-04T19:48:53.5143361Z * [new branch] gh/jansel/491/base -> origin/gh/jansel/491/base 2025-03-04T19:48:53.5143855Z * [new branch] gh/jansel/491/head -> origin/gh/jansel/491/head 2025-03-04T19:48:53.5144380Z * [new branch] gh/jansel/491/orig -> origin/gh/jansel/491/orig 2025-03-04T19:48:53.5144898Z * [new branch] gh/jansel/492/base -> origin/gh/jansel/492/base 2025-03-04T19:48:53.5145403Z * [new branch] gh/jansel/492/head -> origin/gh/jansel/492/head 2025-03-04T19:48:53.5145903Z * [new branch] gh/jansel/492/orig -> origin/gh/jansel/492/orig 2025-03-04T19:48:53.5146405Z * [new branch] gh/jansel/493/base -> origin/gh/jansel/493/base 2025-03-04T19:48:53.5146901Z * [new branch] gh/jansel/493/head -> origin/gh/jansel/493/head 2025-03-04T19:48:53.5147591Z * [new branch] gh/jansel/493/orig -> origin/gh/jansel/493/orig 2025-03-04T19:48:53.5148451Z * [new branch] gh/jansel/494/base -> origin/gh/jansel/494/base 2025-03-04T19:48:53.5148956Z * [new branch] gh/jansel/494/head -> origin/gh/jansel/494/head 2025-03-04T19:48:53.5149676Z * [new branch] gh/jansel/494/orig -> origin/gh/jansel/494/orig 2025-03-04T19:48:53.5150187Z * [new branch] gh/jansel/495/base -> origin/gh/jansel/495/base 2025-03-04T19:48:53.5150694Z * [new branch] gh/jansel/495/head -> origin/gh/jansel/495/head 2025-03-04T19:48:53.5151189Z * [new branch] gh/jansel/495/orig -> origin/gh/jansel/495/orig 2025-03-04T19:48:53.5151692Z * [new branch] gh/jansel/496/base -> origin/gh/jansel/496/base 2025-03-04T19:48:53.5152199Z * [new branch] gh/jansel/496/head -> origin/gh/jansel/496/head 2025-03-04T19:48:53.5152698Z * [new branch] gh/jansel/496/orig -> origin/gh/jansel/496/orig 2025-03-04T19:48:53.5153347Z * [new branch] gh/jansel/497/base -> origin/gh/jansel/497/base 2025-03-04T19:48:53.5154244Z * [new branch] gh/jansel/497/head -> origin/gh/jansel/497/head 2025-03-04T19:48:53.5154751Z * [new branch] gh/jansel/497/orig -> origin/gh/jansel/497/orig 2025-03-04T19:48:53.5155392Z * [new branch] gh/jansel/498/base -> origin/gh/jansel/498/base 2025-03-04T19:48:53.5155895Z * [new branch] gh/jansel/498/head -> origin/gh/jansel/498/head 2025-03-04T19:48:53.5156412Z * [new branch] gh/jansel/498/orig -> origin/gh/jansel/498/orig 2025-03-04T19:48:53.5156919Z * [new branch] gh/jansel/499/base -> origin/gh/jansel/499/base 2025-03-04T19:48:53.5157422Z * [new branch] gh/jansel/499/head -> origin/gh/jansel/499/head 2025-03-04T19:48:53.5157924Z * [new branch] gh/jansel/499/orig -> origin/gh/jansel/499/orig 2025-03-04T19:48:53.5158414Z * [new branch] gh/jansel/500/base -> origin/gh/jansel/500/base 2025-03-04T19:48:53.5158942Z * [new branch] gh/jansel/500/head -> origin/gh/jansel/500/head 2025-03-04T19:48:53.5159877Z * [new branch] gh/jansel/500/orig -> origin/gh/jansel/500/orig 2025-03-04T19:48:53.5160558Z * [new branch] gh/jansel/501/base -> origin/gh/jansel/501/base 2025-03-04T19:48:53.5161079Z * [new branch] gh/jansel/501/head -> origin/gh/jansel/501/head 2025-03-04T19:48:53.5161591Z * [new branch] gh/jansel/501/orig -> origin/gh/jansel/501/orig 2025-03-04T19:48:53.5162093Z * [new branch] gh/jansel/502/base -> origin/gh/jansel/502/base 2025-03-04T19:48:53.5162601Z * [new branch] gh/jansel/502/head -> origin/gh/jansel/502/head 2025-03-04T19:48:53.5163103Z * [new branch] gh/jansel/502/orig -> origin/gh/jansel/502/orig 2025-03-04T19:48:53.5163605Z * [new branch] gh/jansel/503/base -> origin/gh/jansel/503/base 2025-03-04T19:48:53.5573235Z * [new branch] gh/jansel/503/head -> origin/gh/jansel/503/head 2025-03-04T19:48:53.5573863Z * [new branch] gh/jansel/503/orig -> origin/gh/jansel/503/orig 2025-03-04T19:48:53.5574382Z * [new branch] gh/jansel/504/base -> origin/gh/jansel/504/base 2025-03-04T19:48:53.5574880Z * [new branch] gh/jansel/504/head -> origin/gh/jansel/504/head 2025-03-04T19:48:53.5575406Z * [new branch] gh/jansel/504/orig -> origin/gh/jansel/504/orig 2025-03-04T19:48:53.5575909Z * [new branch] gh/jansel/505/base -> origin/gh/jansel/505/base 2025-03-04T19:48:53.5576412Z * [new branch] gh/jansel/505/head -> origin/gh/jansel/505/head 2025-03-04T19:48:53.5576919Z * [new branch] gh/jansel/505/orig -> origin/gh/jansel/505/orig 2025-03-04T19:48:53.5577423Z * [new branch] gh/jansel/506/base -> origin/gh/jansel/506/base 2025-03-04T19:48:53.5577923Z * [new branch] gh/jansel/506/head -> origin/gh/jansel/506/head 2025-03-04T19:48:53.5579212Z * [new branch] gh/jansel/506/orig -> origin/gh/jansel/506/orig 2025-03-04T19:48:53.5579713Z * [new branch] gh/jansel/507/base -> origin/gh/jansel/507/base 2025-03-04T19:48:53.5580220Z * [new branch] gh/jansel/507/head -> origin/gh/jansel/507/head 2025-03-04T19:48:53.5580737Z * [new branch] gh/jansel/507/orig -> origin/gh/jansel/507/orig 2025-03-04T19:48:53.5581237Z * [new branch] gh/jansel/508/base -> origin/gh/jansel/508/base 2025-03-04T19:48:53.5581747Z * [new branch] gh/jansel/508/head -> origin/gh/jansel/508/head 2025-03-04T19:48:53.5582254Z * [new branch] gh/jansel/508/orig -> origin/gh/jansel/508/orig 2025-03-04T19:48:53.5582746Z * [new branch] gh/jansel/509/base -> origin/gh/jansel/509/base 2025-03-04T19:48:53.5583246Z * [new branch] gh/jansel/509/head -> origin/gh/jansel/509/head 2025-03-04T19:48:53.5584301Z * [new branch] gh/jansel/509/orig -> origin/gh/jansel/509/orig 2025-03-04T19:48:53.5584820Z * [new branch] gh/jansel/510/base -> origin/gh/jansel/510/base 2025-03-04T19:48:53.5585353Z * [new branch] gh/jansel/510/head -> origin/gh/jansel/510/head 2025-03-04T19:48:53.5585853Z * [new branch] gh/jansel/510/orig -> origin/gh/jansel/510/orig 2025-03-04T19:48:53.5586344Z * [new branch] gh/jansel/511/base -> origin/gh/jansel/511/base 2025-03-04T19:48:53.5586844Z * [new branch] gh/jansel/511/head -> origin/gh/jansel/511/head 2025-03-04T19:48:53.5587350Z * [new branch] gh/jansel/511/orig -> origin/gh/jansel/511/orig 2025-03-04T19:48:53.5587846Z * [new branch] gh/jansel/512/base -> origin/gh/jansel/512/base 2025-03-04T19:48:53.5588354Z * [new branch] gh/jansel/512/head -> origin/gh/jansel/512/head 2025-03-04T19:48:53.5588861Z * [new branch] gh/jansel/512/orig -> origin/gh/jansel/512/orig 2025-03-04T19:48:53.5589360Z * [new branch] gh/jansel/513/base -> origin/gh/jansel/513/base 2025-03-04T19:48:53.5589860Z * [new branch] gh/jansel/513/head -> origin/gh/jansel/513/head 2025-03-04T19:48:53.5590362Z * [new branch] gh/jansel/513/orig -> origin/gh/jansel/513/orig 2025-03-04T19:48:53.5590865Z * [new branch] gh/jansel/514/base -> origin/gh/jansel/514/base 2025-03-04T19:48:53.5591368Z * [new branch] gh/jansel/514/head -> origin/gh/jansel/514/head 2025-03-04T19:48:53.5591865Z * [new branch] gh/jansel/514/orig -> origin/gh/jansel/514/orig 2025-03-04T19:48:53.5592356Z * [new branch] gh/jansel/515/base -> origin/gh/jansel/515/base 2025-03-04T19:48:53.5592860Z * [new branch] gh/jansel/515/head -> origin/gh/jansel/515/head 2025-03-04T19:48:53.5593373Z * [new branch] gh/jansel/515/orig -> origin/gh/jansel/515/orig 2025-03-04T19:48:53.5593872Z * [new branch] gh/jansel/516/base -> origin/gh/jansel/516/base 2025-03-04T19:48:53.5594372Z * [new branch] gh/jansel/516/head -> origin/gh/jansel/516/head 2025-03-04T19:48:53.5594870Z * [new branch] gh/jansel/516/orig -> origin/gh/jansel/516/orig 2025-03-04T19:48:53.5595370Z * [new branch] gh/jansel/517/base -> origin/gh/jansel/517/base 2025-03-04T19:48:53.5595878Z * [new branch] gh/jansel/517/head -> origin/gh/jansel/517/head 2025-03-04T19:48:53.5596375Z * [new branch] gh/jansel/517/orig -> origin/gh/jansel/517/orig 2025-03-04T19:48:53.5596883Z * [new branch] gh/jansel/518/base -> origin/gh/jansel/518/base 2025-03-04T19:48:53.5597506Z * [new branch] gh/jansel/518/head -> origin/gh/jansel/518/head 2025-03-04T19:48:53.5598017Z * [new branch] gh/jansel/518/orig -> origin/gh/jansel/518/orig 2025-03-04T19:48:53.5598521Z * [new branch] gh/jansel/519/base -> origin/gh/jansel/519/base 2025-03-04T19:48:53.6024860Z * [new branch] gh/jansel/519/head -> origin/gh/jansel/519/head 2025-03-04T19:48:53.6025459Z * [new branch] gh/jansel/519/orig -> origin/gh/jansel/519/orig 2025-03-04T19:48:53.6026022Z * [new branch] gh/jbschlosser/195/base -> origin/gh/jbschlosser/195/base 2025-03-04T19:48:53.6026597Z * [new branch] gh/jbschlosser/195/head -> origin/gh/jbschlosser/195/head 2025-03-04T19:48:53.6027163Z * [new branch] gh/jbschlosser/195/orig -> origin/gh/jbschlosser/195/orig 2025-03-04T19:48:53.6027720Z * [new branch] gh/jbschlosser/208/base -> origin/gh/jbschlosser/208/base 2025-03-04T19:48:53.6028478Z * [new branch] gh/jbschlosser/208/head -> origin/gh/jbschlosser/208/head 2025-03-04T19:48:53.6029048Z * [new branch] gh/jbschlosser/208/orig -> origin/gh/jbschlosser/208/orig 2025-03-04T19:48:53.6029606Z * [new branch] gh/jbschlosser/214/base -> origin/gh/jbschlosser/214/base 2025-03-04T19:48:53.6030172Z * [new branch] gh/jbschlosser/214/head -> origin/gh/jbschlosser/214/head 2025-03-04T19:48:53.6030734Z * [new branch] gh/jbschlosser/214/orig -> origin/gh/jbschlosser/214/orig 2025-03-04T19:48:53.6031423Z * [new branch] gh/jbschlosser/226/base -> origin/gh/jbschlosser/226/base 2025-03-04T19:48:53.6031984Z * [new branch] gh/jbschlosser/226/head -> origin/gh/jbschlosser/226/head 2025-03-04T19:48:53.6032546Z * [new branch] gh/jbschlosser/226/orig -> origin/gh/jbschlosser/226/orig 2025-03-04T19:48:53.6033108Z * [new branch] gh/jbschlosser/227/base -> origin/gh/jbschlosser/227/base 2025-03-04T19:48:53.6033673Z * [new branch] gh/jbschlosser/227/head -> origin/gh/jbschlosser/227/head 2025-03-04T19:48:53.6034234Z * [new branch] gh/jbschlosser/227/orig -> origin/gh/jbschlosser/227/orig 2025-03-04T19:48:53.6034799Z * [new branch] gh/jbschlosser/228/base -> origin/gh/jbschlosser/228/base 2025-03-04T19:48:53.6035358Z * [new branch] gh/jbschlosser/228/head -> origin/gh/jbschlosser/228/head 2025-03-04T19:48:53.6035924Z * [new branch] gh/jbschlosser/228/orig -> origin/gh/jbschlosser/228/orig 2025-03-04T19:48:53.6036475Z * [new branch] gh/jbschlosser/229/base -> origin/gh/jbschlosser/229/base 2025-03-04T19:48:53.6037036Z * [new branch] gh/jbschlosser/229/head -> origin/gh/jbschlosser/229/head 2025-03-04T19:48:53.6037596Z * [new branch] gh/jbschlosser/229/orig -> origin/gh/jbschlosser/229/orig 2025-03-04T19:48:53.6038170Z * [new branch] gh/jbschlosser/89/base -> origin/gh/jbschlosser/89/base 2025-03-04T19:48:53.6038722Z * [new branch] gh/jbschlosser/89/head -> origin/gh/jbschlosser/89/head 2025-03-04T19:48:53.6039276Z * [new branch] gh/jbschlosser/89/orig -> origin/gh/jbschlosser/89/orig 2025-03-04T19:48:53.6039805Z * [new branch] gh/jcaip/70/base -> origin/gh/jcaip/70/base 2025-03-04T19:48:53.6040375Z * [new branch] gh/jcaip/70/head -> origin/gh/jcaip/70/head 2025-03-04T19:48:53.6040872Z * [new branch] gh/jcaip/70/orig -> origin/gh/jcaip/70/orig 2025-03-04T19:48:53.6041397Z * [new branch] gh/jerryzh168/855/base -> origin/gh/jerryzh168/855/base 2025-03-04T19:48:53.6042019Z * [new branch] gh/jerryzh168/855/head -> origin/gh/jerryzh168/855/head 2025-03-04T19:48:53.6042714Z * [new branch] gh/jerryzh168/855/orig -> origin/gh/jerryzh168/855/orig 2025-03-04T19:48:53.6043259Z * [new branch] gh/jerryzh168/859/base -> origin/gh/jerryzh168/859/base 2025-03-04T19:48:53.6043793Z * [new branch] gh/jerryzh168/859/head -> origin/gh/jerryzh168/859/head 2025-03-04T19:48:53.6044335Z * [new branch] gh/jerryzh168/859/orig -> origin/gh/jerryzh168/859/orig 2025-03-04T19:48:53.6044878Z * [new branch] gh/jerryzh168/860/base -> origin/gh/jerryzh168/860/base 2025-03-04T19:48:53.6045422Z * [new branch] gh/jerryzh168/860/head -> origin/gh/jerryzh168/860/head 2025-03-04T19:48:53.6045955Z * [new branch] gh/jerryzh168/860/orig -> origin/gh/jerryzh168/860/orig 2025-03-04T19:48:53.6046477Z * [new branch] gh/jgong5/23/base -> origin/gh/jgong5/23/base 2025-03-04T19:48:53.6046967Z * [new branch] gh/jgong5/23/head -> origin/gh/jgong5/23/head 2025-03-04T19:48:53.6047605Z * [new branch] gh/jiayisunx/34/base -> origin/gh/jiayisunx/34/base 2025-03-04T19:48:53.6048146Z * [new branch] gh/jiayisunx/34/head -> origin/gh/jiayisunx/34/head 2025-03-04T19:48:53.6048677Z * [new branch] gh/jiayisunx/34/orig -> origin/gh/jiayisunx/34/orig 2025-03-04T19:48:53.6049212Z * [new branch] gh/jiayisunx/37/base -> origin/gh/jiayisunx/37/base 2025-03-04T19:48:53.6049740Z * [new branch] gh/jiayisunx/37/head -> origin/gh/jiayisunx/37/head 2025-03-04T19:48:53.6050264Z * [new branch] gh/jiayisunx/37/orig -> origin/gh/jiayisunx/37/orig 2025-03-04T19:48:53.6512265Z * [new branch] gh/jiayisunx/50/base -> origin/gh/jiayisunx/50/base 2025-03-04T19:48:53.6513099Z * [new branch] gh/jiayisunx/50/head -> origin/gh/jiayisunx/50/head 2025-03-04T19:48:53.6513698Z * [new branch] gh/jiayisunx/50/orig -> origin/gh/jiayisunx/50/orig 2025-03-04T19:48:53.6514316Z * [new branch] gh/jiayisunx/51/base -> origin/gh/jiayisunx/51/base 2025-03-04T19:48:53.6514966Z * [new branch] gh/jiayisunx/51/head -> origin/gh/jiayisunx/51/head 2025-03-04T19:48:53.6515559Z * [new branch] gh/jiayisunx/51/orig -> origin/gh/jiayisunx/51/orig 2025-03-04T19:48:53.6516158Z * [new branch] gh/jiayisunx/53/base -> origin/gh/jiayisunx/53/base 2025-03-04T19:48:53.6516730Z * [new branch] gh/jiayisunx/53/head -> origin/gh/jiayisunx/53/head 2025-03-04T19:48:53.6523434Z * [new branch] gh/jiayisunx/53/orig -> origin/gh/jiayisunx/53/orig 2025-03-04T19:48:53.6524054Z * [new branch] gh/jiayisunx/54/base -> origin/gh/jiayisunx/54/base 2025-03-04T19:48:53.6524592Z * [new branch] gh/jiayisunx/54/head -> origin/gh/jiayisunx/54/head 2025-03-04T19:48:53.6525138Z * [new branch] gh/jiayisunx/54/orig -> origin/gh/jiayisunx/54/orig 2025-03-04T19:48:53.6525669Z * [new branch] gh/jiayisunx/55/base -> origin/gh/jiayisunx/55/base 2025-03-04T19:48:53.6526193Z * [new branch] gh/jiayisunx/55/head -> origin/gh/jiayisunx/55/head 2025-03-04T19:48:53.6526732Z * [new branch] gh/jiayisunx/55/orig -> origin/gh/jiayisunx/55/orig 2025-03-04T19:48:53.6527257Z * [new branch] gh/jiayisunx/56/base -> origin/gh/jiayisunx/56/base 2025-03-04T19:48:53.6527783Z * [new branch] gh/jiayisunx/56/head -> origin/gh/jiayisunx/56/head 2025-03-04T19:48:53.6528311Z * [new branch] gh/jiayisunx/56/orig -> origin/gh/jiayisunx/56/orig 2025-03-04T19:48:53.6528835Z * [new branch] gh/jiayisunx/57/base -> origin/gh/jiayisunx/57/base 2025-03-04T19:48:53.6529354Z * [new branch] gh/jiayisunx/57/head -> origin/gh/jiayisunx/57/head 2025-03-04T19:48:53.6530078Z * [new branch] gh/jiayisunx/57/orig -> origin/gh/jiayisunx/57/orig 2025-03-04T19:48:53.6530608Z * [new branch] gh/jiayisunx/58/base -> origin/gh/jiayisunx/58/base 2025-03-04T19:48:53.6531141Z * [new branch] gh/jiayisunx/58/head -> origin/gh/jiayisunx/58/head 2025-03-04T19:48:53.6531671Z * [new branch] gh/jiayisunx/58/orig -> origin/gh/jiayisunx/58/orig 2025-03-04T19:48:53.6532202Z * [new branch] gh/jiayisunx/59/base -> origin/gh/jiayisunx/59/base 2025-03-04T19:48:53.6532717Z * [new branch] gh/jiayisunx/59/head -> origin/gh/jiayisunx/59/head 2025-03-04T19:48:53.6533250Z * [new branch] gh/jiayisunx/59/orig -> origin/gh/jiayisunx/59/orig 2025-03-04T19:48:53.6533773Z * [new branch] gh/jiayisunx/60/base -> origin/gh/jiayisunx/60/base 2025-03-04T19:48:53.6534373Z * [new branch] gh/jiayisunx/60/head -> origin/gh/jiayisunx/60/head 2025-03-04T19:48:53.6535025Z * [new branch] gh/jiayisunx/60/orig -> origin/gh/jiayisunx/60/orig 2025-03-04T19:48:53.6535551Z * [new branch] gh/jiayisunx/61/base -> origin/gh/jiayisunx/61/base 2025-03-04T19:48:53.6536074Z * [new branch] gh/jiayisunx/61/head -> origin/gh/jiayisunx/61/head 2025-03-04T19:48:53.6536592Z * [new branch] gh/jiayisunx/61/orig -> origin/gh/jiayisunx/61/orig 2025-03-04T19:48:53.6537148Z * [new branch] gh/jjwu@meta.com/1/base -> origin/gh/jjwu@meta.com/1/base 2025-03-04T19:48:53.6537709Z * [new branch] gh/jjwu@meta.com/1/head -> origin/gh/jjwu@meta.com/1/head 2025-03-04T19:48:53.6538249Z * [new branch] gh/jon-chuang/1/base -> origin/gh/jon-chuang/1/base 2025-03-04T19:48:53.6538763Z * [new branch] gh/jon-chuang/1/head -> origin/gh/jon-chuang/1/head 2025-03-04T19:48:53.6539300Z * [new branch] gh/jon-chuang/12/base -> origin/gh/jon-chuang/12/base 2025-03-04T19:48:53.6539823Z * [new branch] gh/jon-chuang/13/base -> origin/gh/jon-chuang/13/base 2025-03-04T19:48:53.6540342Z * [new branch] gh/jon-chuang/14/base -> origin/gh/jon-chuang/14/base 2025-03-04T19:48:53.6540861Z * [new branch] gh/jon-chuang/16/base -> origin/gh/jon-chuang/16/base 2025-03-04T19:48:53.6541385Z * [new branch] gh/jon-chuang/16/head -> origin/gh/jon-chuang/16/head 2025-03-04T19:48:53.6541901Z * [new branch] gh/jon-chuang/16/orig -> origin/gh/jon-chuang/16/orig 2025-03-04T19:48:53.6542424Z * [new branch] gh/jon-chuang/19/base -> origin/gh/jon-chuang/19/base 2025-03-04T19:48:53.6542935Z * [new branch] gh/jon-chuang/19/head -> origin/gh/jon-chuang/19/head 2025-03-04T19:48:53.6543453Z * [new branch] gh/jon-chuang/19/orig -> origin/gh/jon-chuang/19/orig 2025-03-04T19:48:53.6957420Z * [new branch] gh/jon-chuang/2/base -> origin/gh/jon-chuang/2/base 2025-03-04T19:48:53.6958007Z * [new branch] gh/jon-chuang/2/head -> origin/gh/jon-chuang/2/head 2025-03-04T19:48:53.6958541Z * [new branch] gh/jon-chuang/3/base -> origin/gh/jon-chuang/3/base 2025-03-04T19:48:53.6959068Z * [new branch] gh/jon-chuang/3/head -> origin/gh/jon-chuang/3/head 2025-03-04T19:48:53.6959594Z * [new branch] gh/jon-chuang/4/base -> origin/gh/jon-chuang/4/base 2025-03-04T19:48:53.6960101Z * [new branch] gh/jon-chuang/4/head -> origin/gh/jon-chuang/4/head 2025-03-04T19:48:53.6960656Z * [new branch] gh/jon-chuang/5/base -> origin/gh/jon-chuang/5/base 2025-03-04T19:48:53.6961171Z * [new branch] gh/jon-chuang/5/head -> origin/gh/jon-chuang/5/head 2025-03-04T19:48:53.6961682Z * [new branch] gh/jon-chuang/6/base -> origin/gh/jon-chuang/6/base 2025-03-04T19:48:53.6962415Z * [new branch] gh/jon-chuang/6/head -> origin/gh/jon-chuang/6/head 2025-03-04T19:48:53.6962949Z * [new branch] gh/jon-chuang/7/base -> origin/gh/jon-chuang/7/base 2025-03-04T19:48:53.6963458Z * [new branch] gh/jon-chuang/7/head -> origin/gh/jon-chuang/7/head 2025-03-04T19:48:53.6963974Z * [new branch] gh/jon-chuang/8/base -> origin/gh/jon-chuang/8/base 2025-03-04T19:48:53.6964496Z * [new branch] gh/jon-chuang/8/head -> origin/gh/jon-chuang/8/head 2025-03-04T19:48:53.6965046Z * [new branch] gh/justinchuby/101/base -> origin/gh/justinchuby/101/base 2025-03-04T19:48:53.6965617Z * [new branch] gh/justinchuby/101/head -> origin/gh/justinchuby/101/head 2025-03-04T19:48:53.6966180Z * [new branch] gh/justinchuby/101/orig -> origin/gh/justinchuby/101/orig 2025-03-04T19:48:53.6966745Z * [new branch] gh/justinchuby/102/base -> origin/gh/justinchuby/102/base 2025-03-04T19:48:53.6967433Z * [new branch] gh/justinchuby/102/head -> origin/gh/justinchuby/102/head 2025-03-04T19:48:53.6967997Z * [new branch] gh/justinchuby/102/orig -> origin/gh/justinchuby/102/orig 2025-03-04T19:48:53.6968558Z * [new branch] gh/justinchuby/103/base -> origin/gh/justinchuby/103/base 2025-03-04T19:48:53.6969123Z * [new branch] gh/justinchuby/103/head -> origin/gh/justinchuby/103/head 2025-03-04T19:48:53.6969692Z * [new branch] gh/justinchuby/103/orig -> origin/gh/justinchuby/103/orig 2025-03-04T19:48:53.6970261Z * [new branch] gh/justinchuby/104/base -> origin/gh/justinchuby/104/base 2025-03-04T19:48:53.6970813Z * [new branch] gh/justinchuby/104/head -> origin/gh/justinchuby/104/head 2025-03-04T19:48:53.6971378Z * [new branch] gh/justinchuby/104/orig -> origin/gh/justinchuby/104/orig 2025-03-04T19:48:53.6971942Z * [new branch] gh/justinchuby/105/base -> origin/gh/justinchuby/105/base 2025-03-04T19:48:53.6972529Z * [new branch] gh/justinchuby/105/head -> origin/gh/justinchuby/105/head 2025-03-04T19:48:53.6973087Z * [new branch] gh/justinchuby/105/orig -> origin/gh/justinchuby/105/orig 2025-03-04T19:48:53.6973645Z * [new branch] gh/justinchuby/106/base -> origin/gh/justinchuby/106/base 2025-03-04T19:48:53.6974203Z * [new branch] gh/justinchuby/106/head -> origin/gh/justinchuby/106/head 2025-03-04T19:48:53.6974751Z * [new branch] gh/justinchuby/106/orig -> origin/gh/justinchuby/106/orig 2025-03-04T19:48:53.6975313Z * [new branch] gh/justinchuby/107/base -> origin/gh/justinchuby/107/base 2025-03-04T19:48:53.6975886Z * [new branch] gh/justinchuby/107/head -> origin/gh/justinchuby/107/head 2025-03-04T19:48:53.6976452Z * [new branch] gh/justinchuby/107/orig -> origin/gh/justinchuby/107/orig 2025-03-04T19:48:53.6977024Z * [new branch] gh/justinchuby/108/base -> origin/gh/justinchuby/108/base 2025-03-04T19:48:53.6977586Z * [new branch] gh/justinchuby/108/head -> origin/gh/justinchuby/108/head 2025-03-04T19:48:53.6978137Z * [new branch] gh/justinchuby/108/orig -> origin/gh/justinchuby/108/orig 2025-03-04T19:48:53.6978703Z * [new branch] gh/justinchuby/109/base -> origin/gh/justinchuby/109/base 2025-03-04T19:48:53.6979263Z * [new branch] gh/justinchuby/109/head -> origin/gh/justinchuby/109/head 2025-03-04T19:48:53.6979819Z * [new branch] gh/justinchuby/109/orig -> origin/gh/justinchuby/109/orig 2025-03-04T19:48:53.6980460Z * [new branch] gh/justinchuby/110/base -> origin/gh/justinchuby/110/base 2025-03-04T19:48:53.6981073Z * [new branch] gh/justinchuby/110/head -> origin/gh/justinchuby/110/head 2025-03-04T19:48:53.6981772Z * [new branch] gh/justinchuby/110/orig -> origin/gh/justinchuby/110/orig 2025-03-04T19:48:53.6982333Z * [new branch] gh/justinchuby/111/base -> origin/gh/justinchuby/111/base 2025-03-04T19:48:53.7421729Z * [new branch] gh/justinchuby/111/head -> origin/gh/justinchuby/111/head 2025-03-04T19:48:53.7422450Z * [new branch] gh/justinchuby/111/orig -> origin/gh/justinchuby/111/orig 2025-03-04T19:48:53.7423115Z * [new branch] gh/justinchuby/112/base -> origin/gh/justinchuby/112/base 2025-03-04T19:48:53.7423785Z * [new branch] gh/justinchuby/112/head -> origin/gh/justinchuby/112/head 2025-03-04T19:48:53.7424440Z * [new branch] gh/justinchuby/112/orig -> origin/gh/justinchuby/112/orig 2025-03-04T19:48:53.7425074Z * [new branch] gh/kadeng/1/base -> origin/gh/kadeng/1/base 2025-03-04T19:48:53.7425698Z * [new branch] gh/kadeng/1/head -> origin/gh/kadeng/1/head 2025-03-04T19:48:53.7426450Z * [new branch] gh/kadeng/1/orig -> origin/gh/kadeng/1/orig 2025-03-04T19:48:53.7427063Z * [new branch] gh/kadeng/12/base -> origin/gh/kadeng/12/base 2025-03-04T19:48:53.7427649Z * [new branch] gh/kadeng/12/head -> origin/gh/kadeng/12/head 2025-03-04T19:48:53.7428211Z * [new branch] gh/kadeng/13/base -> origin/gh/kadeng/13/base 2025-03-04T19:48:53.7428805Z * [new branch] gh/kadeng/13/head -> origin/gh/kadeng/13/head 2025-03-04T19:48:53.7429373Z * [new branch] gh/kadeng/14/base -> origin/gh/kadeng/14/base 2025-03-04T19:48:53.7429921Z * [new branch] gh/kadeng/14/head -> origin/gh/kadeng/14/head 2025-03-04T19:48:53.7430510Z * [new branch] gh/kadeng/16/base -> origin/gh/kadeng/16/base 2025-03-04T19:48:53.7431106Z * [new branch] gh/kadeng/16/head -> origin/gh/kadeng/16/head 2025-03-04T19:48:53.7431651Z * [new branch] gh/kadeng/6/base -> origin/gh/kadeng/6/base 2025-03-04T19:48:53.7432245Z * [new branch] gh/kadeng/6/head -> origin/gh/kadeng/6/head 2025-03-04T19:48:53.7432825Z * [new branch] gh/kadeng/7/base -> origin/gh/kadeng/7/base 2025-03-04T19:48:53.7433356Z * [new branch] gh/kadeng/9/base -> origin/gh/kadeng/9/base 2025-03-04T19:48:53.7433938Z * [new branch] gh/kadeng/9/head -> origin/gh/kadeng/9/head 2025-03-04T19:48:53.7434572Z * [new branch] gh/kimishpatel/186/base -> origin/gh/kimishpatel/186/base 2025-03-04T19:48:53.7435244Z * [new branch] gh/kimishpatel/186/head -> origin/gh/kimishpatel/186/head 2025-03-04T19:48:53.7435908Z * [new branch] gh/kimishpatel/186/orig -> origin/gh/kimishpatel/186/orig 2025-03-04T19:48:53.7436587Z * [new branch] gh/kurtamohler/31/base -> origin/gh/kurtamohler/31/base 2025-03-04T19:48:53.7437139Z * [new branch] gh/kurtamohler/31/head -> origin/gh/kurtamohler/31/head 2025-03-04T19:48:53.7437696Z * [new branch] gh/kurtamohler/31/orig -> origin/gh/kurtamohler/31/orig 2025-03-04T19:48:53.7438254Z * [new branch] gh/kurtamohler/32/base -> origin/gh/kurtamohler/32/base 2025-03-04T19:48:53.7438806Z * [new branch] gh/kurtamohler/32/head -> origin/gh/kurtamohler/32/head 2025-03-04T19:48:53.7439352Z * [new branch] gh/kurtamohler/32/orig -> origin/gh/kurtamohler/32/orig 2025-03-04T19:48:53.7439883Z * [new branch] gh/kwen2501/1/base -> origin/gh/kwen2501/1/base 2025-03-04T19:48:53.7440464Z * [new branch] gh/kwen2501/1/head -> origin/gh/kwen2501/1/head 2025-03-04T19:48:53.7441146Z * [new branch] gh/kwen2501/108/base -> origin/gh/kwen2501/108/base 2025-03-04T19:48:53.7441671Z * [new branch] gh/kwen2501/108/head -> origin/gh/kwen2501/108/head 2025-03-04T19:48:53.7442294Z * [new branch] gh/kwen2501/108/orig -> origin/gh/kwen2501/108/orig 2025-03-04T19:48:53.7442853Z * [new branch] gh/kwen2501/109/base -> origin/gh/kwen2501/109/base 2025-03-04T19:48:53.7443369Z * [new branch] gh/kwen2501/109/head -> origin/gh/kwen2501/109/head 2025-03-04T19:48:53.7443875Z * [new branch] gh/kwen2501/109/orig -> origin/gh/kwen2501/109/orig 2025-03-04T19:48:53.7444387Z * [new branch] gh/kwen2501/118/base -> origin/gh/kwen2501/118/base 2025-03-04T19:48:53.7444895Z * [new branch] gh/kwen2501/118/head -> origin/gh/kwen2501/118/head 2025-03-04T19:48:53.7445410Z * [new branch] gh/kwen2501/118/orig -> origin/gh/kwen2501/118/orig 2025-03-04T19:48:53.7445939Z * [new branch] gh/kwen2501/122/base -> origin/gh/kwen2501/122/base 2025-03-04T19:48:53.7446550Z * [new branch] gh/kwen2501/122/head -> origin/gh/kwen2501/122/head 2025-03-04T19:48:53.7447068Z * [new branch] gh/kwen2501/122/orig -> origin/gh/kwen2501/122/orig 2025-03-04T19:48:53.7447575Z * [new branch] gh/kwen2501/123/base -> origin/gh/kwen2501/123/base 2025-03-04T19:48:53.7448195Z * [new branch] gh/kwen2501/123/head -> origin/gh/kwen2501/123/head 2025-03-04T19:48:53.7448767Z * [new branch] gh/kwen2501/123/orig -> origin/gh/kwen2501/123/orig 2025-03-04T19:48:53.7897035Z * [new branch] gh/kwen2501/124/base -> origin/gh/kwen2501/124/base 2025-03-04T19:48:53.7897669Z * [new branch] gh/kwen2501/124/head -> origin/gh/kwen2501/124/head 2025-03-04T19:48:53.7898203Z * [new branch] gh/kwen2501/124/orig -> origin/gh/kwen2501/124/orig 2025-03-04T19:48:53.7898755Z * [new branch] gh/kwen2501/125/base -> origin/gh/kwen2501/125/base 2025-03-04T19:48:53.7899259Z * [new branch] gh/kwen2501/125/head -> origin/gh/kwen2501/125/head 2025-03-04T19:48:53.7899779Z * [new branch] gh/kwen2501/125/orig -> origin/gh/kwen2501/125/orig 2025-03-04T19:48:53.7900296Z * [new branch] gh/kwen2501/126/base -> origin/gh/kwen2501/126/base 2025-03-04T19:48:53.7900806Z * [new branch] gh/kwen2501/126/head -> origin/gh/kwen2501/126/head 2025-03-04T19:48:53.7901313Z * [new branch] gh/kwen2501/126/orig -> origin/gh/kwen2501/126/orig 2025-03-04T19:48:53.7901827Z * [new branch] gh/kwen2501/127/base -> origin/gh/kwen2501/127/base 2025-03-04T19:48:53.7902336Z * [new branch] gh/kwen2501/127/head -> origin/gh/kwen2501/127/head 2025-03-04T19:48:53.7902946Z * [new branch] gh/kwen2501/127/orig -> origin/gh/kwen2501/127/orig 2025-03-04T19:48:53.7903523Z * [new branch] gh/kwen2501/15/base -> origin/gh/kwen2501/15/base 2025-03-04T19:48:53.7904037Z * [new branch] gh/kwen2501/15/head -> origin/gh/kwen2501/15/head 2025-03-04T19:48:53.7904547Z * [new branch] gh/kwen2501/87/base -> origin/gh/kwen2501/87/base 2025-03-04T19:48:53.7905048Z * [new branch] gh/kwen2501/87/head -> origin/gh/kwen2501/87/head 2025-03-04T19:48:53.7905544Z * [new branch] gh/kwen2501/87/orig -> origin/gh/kwen2501/87/orig 2025-03-04T19:48:53.7906048Z * [new branch] gh/kwen2501/97/base -> origin/gh/kwen2501/97/base 2025-03-04T19:48:53.7906555Z * [new branch] gh/kwen2501/97/head -> origin/gh/kwen2501/97/head 2025-03-04T19:48:53.7907054Z * [new branch] gh/kwen2501/97/orig -> origin/gh/kwen2501/97/orig 2025-03-04T19:48:53.7907794Z * [new branch] gh/laithsakka/102/base -> origin/gh/laithsakka/102/base 2025-03-04T19:48:53.7908357Z * [new branch] gh/laithsakka/102/head -> origin/gh/laithsakka/102/head 2025-03-04T19:48:53.7909023Z * [new branch] gh/laithsakka/102/orig -> origin/gh/laithsakka/102/orig 2025-03-04T19:48:53.7909617Z * [new branch] gh/laithsakka/107/base -> origin/gh/laithsakka/107/base 2025-03-04T19:48:53.7910174Z * [new branch] gh/laithsakka/107/head -> origin/gh/laithsakka/107/head 2025-03-04T19:48:53.7910720Z * [new branch] gh/laithsakka/107/orig -> origin/gh/laithsakka/107/orig 2025-03-04T19:48:53.7911269Z * [new branch] gh/laithsakka/108/base -> origin/gh/laithsakka/108/base 2025-03-04T19:48:53.7911814Z * [new branch] gh/laithsakka/108/head -> origin/gh/laithsakka/108/head 2025-03-04T19:48:53.7912362Z * [new branch] gh/laithsakka/108/orig -> origin/gh/laithsakka/108/orig 2025-03-04T19:48:53.7913012Z * [new branch] gh/laithsakka/109/base -> origin/gh/laithsakka/109/base 2025-03-04T19:48:53.7913566Z * [new branch] gh/laithsakka/109/head -> origin/gh/laithsakka/109/head 2025-03-04T19:48:53.7914123Z * [new branch] gh/laithsakka/109/orig -> origin/gh/laithsakka/109/orig 2025-03-04T19:48:53.7914753Z * [new branch] gh/laithsakka/110/base -> origin/gh/laithsakka/110/base 2025-03-04T19:48:53.7915367Z * [new branch] gh/laithsakka/110/head -> origin/gh/laithsakka/110/head 2025-03-04T19:48:53.7915922Z * [new branch] gh/laithsakka/110/orig -> origin/gh/laithsakka/110/orig 2025-03-04T19:48:53.7916472Z * [new branch] gh/laithsakka/111/base -> origin/gh/laithsakka/111/base 2025-03-04T19:48:53.7917006Z * [new branch] gh/laithsakka/111/head -> origin/gh/laithsakka/111/head 2025-03-04T19:48:53.7917561Z * [new branch] gh/laithsakka/111/orig -> origin/gh/laithsakka/111/orig 2025-03-04T19:48:53.7918121Z * [new branch] gh/laithsakka/112/base -> origin/gh/laithsakka/112/base 2025-03-04T19:48:53.7918668Z * [new branch] gh/laithsakka/112/head -> origin/gh/laithsakka/112/head 2025-03-04T19:48:53.7919214Z * [new branch] gh/laithsakka/112/orig -> origin/gh/laithsakka/112/orig 2025-03-04T19:48:53.7919764Z * [new branch] gh/laithsakka/28/base -> origin/gh/laithsakka/28/base 2025-03-04T19:48:53.7920432Z * [new branch] gh/laithsakka/29/base -> origin/gh/laithsakka/29/base 2025-03-04T19:48:53.7921066Z * [new branch] gh/laithsakka/30/base -> origin/gh/laithsakka/30/base 2025-03-04T19:48:53.7921625Z * [new branch] gh/laithsakka/30/head -> origin/gh/laithsakka/30/head 2025-03-04T19:48:53.7922173Z * [new branch] gh/laithsakka/31/base -> origin/gh/laithsakka/31/base 2025-03-04T19:48:53.8340750Z * [new branch] gh/laithsakka/31/head -> origin/gh/laithsakka/31/head 2025-03-04T19:48:53.8341365Z * [new branch] gh/laithsakka/32/base -> origin/gh/laithsakka/32/base 2025-03-04T19:48:53.8341913Z * [new branch] gh/laithsakka/32/head -> origin/gh/laithsakka/32/head 2025-03-04T19:48:53.8342468Z * [new branch] gh/larryliu0820/44/base -> origin/gh/larryliu0820/44/base 2025-03-04T19:48:53.8343027Z * [new branch] gh/larryliu0820/44/head -> origin/gh/larryliu0820/44/head 2025-03-04T19:48:53.8343584Z * [new branch] gh/larryliu0820/44/orig -> origin/gh/larryliu0820/44/orig 2025-03-04T19:48:53.8344139Z * [new branch] gh/larryliu0820/45/base -> origin/gh/larryliu0820/45/base 2025-03-04T19:48:53.8344696Z * [new branch] gh/larryliu0820/45/head -> origin/gh/larryliu0820/45/head 2025-03-04T19:48:53.8345414Z * [new branch] gh/larryliu0820/45/orig -> origin/gh/larryliu0820/45/orig 2025-03-04T19:48:53.8346025Z * [new branch] gh/larryliu0820/46/base -> origin/gh/larryliu0820/46/base 2025-03-04T19:48:53.8346635Z * [new branch] gh/larryliu0820/46/head -> origin/gh/larryliu0820/46/head 2025-03-04T19:48:53.8347191Z * [new branch] gh/larryliu0820/46/orig -> origin/gh/larryliu0820/46/orig 2025-03-04T19:48:53.8347789Z * [new branch] gh/leslie-fang-intel/180/base -> origin/gh/leslie-fang-intel/180/base 2025-03-04T19:48:53.8348432Z * [new branch] gh/leslie-fang-intel/180/head -> origin/gh/leslie-fang-intel/180/head 2025-03-04T19:48:53.8349067Z * [new branch] gh/leslie-fang-intel/180/orig -> origin/gh/leslie-fang-intel/180/orig 2025-03-04T19:48:53.8349696Z * [new branch] gh/leslie-fang-intel/181/base -> origin/gh/leslie-fang-intel/181/base 2025-03-04T19:48:53.8350323Z * [new branch] gh/leslie-fang-intel/181/head -> origin/gh/leslie-fang-intel/181/head 2025-03-04T19:48:53.8351063Z * [new branch] gh/leslie-fang-intel/181/orig -> origin/gh/leslie-fang-intel/181/orig 2025-03-04T19:48:53.8351746Z * [new branch] gh/leslie-fang-intel/182/base -> origin/gh/leslie-fang-intel/182/base 2025-03-04T19:48:53.8352426Z * [new branch] gh/leslie-fang-intel/182/head -> origin/gh/leslie-fang-intel/182/head 2025-03-04T19:48:53.8353057Z * [new branch] gh/leslie-fang-intel/182/orig -> origin/gh/leslie-fang-intel/182/orig 2025-03-04T19:48:53.8353677Z * [new branch] gh/leslie-fang-intel/183/base -> origin/gh/leslie-fang-intel/183/base 2025-03-04T19:48:53.8354305Z * [new branch] gh/leslie-fang-intel/183/head -> origin/gh/leslie-fang-intel/183/head 2025-03-04T19:48:53.8354935Z * [new branch] gh/leslie-fang-intel/183/orig -> origin/gh/leslie-fang-intel/183/orig 2025-03-04T19:48:53.8355570Z * [new branch] gh/leslie-fang-intel/184/base -> origin/gh/leslie-fang-intel/184/base 2025-03-04T19:48:53.8356208Z * [new branch] gh/leslie-fang-intel/184/head -> origin/gh/leslie-fang-intel/184/head 2025-03-04T19:48:53.8356835Z * [new branch] gh/leslie-fang-intel/184/orig -> origin/gh/leslie-fang-intel/184/orig 2025-03-04T19:48:53.8357457Z * [new branch] gh/leslie-fang-intel/185/base -> origin/gh/leslie-fang-intel/185/base 2025-03-04T19:48:53.8358186Z * [new branch] gh/leslie-fang-intel/185/head -> origin/gh/leslie-fang-intel/185/head 2025-03-04T19:48:53.8358816Z * [new branch] gh/leslie-fang-intel/185/orig -> origin/gh/leslie-fang-intel/185/orig 2025-03-04T19:48:53.8359446Z * [new branch] gh/leslie-fang-intel/186/base -> origin/gh/leslie-fang-intel/186/base 2025-03-04T19:48:53.8360081Z * [new branch] gh/leslie-fang-intel/186/head -> origin/gh/leslie-fang-intel/186/head 2025-03-04T19:48:53.8360805Z * [new branch] gh/leslie-fang-intel/186/orig -> origin/gh/leslie-fang-intel/186/orig 2025-03-04T19:48:53.8361439Z * [new branch] gh/leslie-fang-intel/187/base -> origin/gh/leslie-fang-intel/187/base 2025-03-04T19:48:53.8362060Z * [new branch] gh/leslie-fang-intel/187/head -> origin/gh/leslie-fang-intel/187/head 2025-03-04T19:48:53.8362698Z * [new branch] gh/leslie-fang-intel/187/orig -> origin/gh/leslie-fang-intel/187/orig 2025-03-04T19:48:53.8363316Z * [new branch] gh/lucasllc/1/head -> origin/gh/lucasllc/1/head 2025-03-04T19:48:53.8363894Z * [new branch] gh/lw/5/head -> origin/gh/lw/5/head 2025-03-04T19:48:53.8364358Z * [new branch] gh/lw/6/base -> origin/gh/lw/6/base 2025-03-04T19:48:53.8364814Z * [new branch] gh/lw/6/head -> origin/gh/lw/6/head 2025-03-04T19:48:53.8365271Z * [new branch] gh/lw/6/orig -> origin/gh/lw/6/orig 2025-03-04T19:48:53.8365865Z * [new branch] gh/malfet/137/base -> origin/gh/malfet/137/base 2025-03-04T19:48:53.8366385Z * [new branch] gh/malfet/137/head -> origin/gh/malfet/137/head 2025-03-04T19:48:53.8366904Z * [new branch] gh/malfet/137/orig -> origin/gh/malfet/137/orig 2025-03-04T19:48:53.8813386Z * [new branch] gh/malfet/14/base -> origin/gh/malfet/14/base 2025-03-04T19:48:53.8813985Z * [new branch] gh/malfet/155/base -> origin/gh/malfet/155/base 2025-03-04T19:48:53.8814545Z * [new branch] gh/malfet/155/head -> origin/gh/malfet/155/head 2025-03-04T19:48:53.8815056Z * [new branch] gh/malfet/155/orig -> origin/gh/malfet/155/orig 2025-03-04T19:48:53.8815547Z * [new branch] gh/malfet/159/base -> origin/gh/malfet/159/base 2025-03-04T19:48:53.8816046Z * [new branch] gh/malfet/159/head -> origin/gh/malfet/159/head 2025-03-04T19:48:53.8816726Z * [new branch] gh/malfet/159/orig -> origin/gh/malfet/159/orig 2025-03-04T19:48:53.8817240Z * [new branch] gh/malfet/161/base -> origin/gh/malfet/161/base 2025-03-04T19:48:53.8817749Z * [new branch] gh/malfet/161/head -> origin/gh/malfet/161/head 2025-03-04T19:48:53.8818255Z * [new branch] gh/malfet/161/orig -> origin/gh/malfet/161/orig 2025-03-04T19:48:53.8818751Z * [new branch] gh/malfet/162/base -> origin/gh/malfet/162/base 2025-03-04T19:48:53.8819256Z * [new branch] gh/malfet/162/head -> origin/gh/malfet/162/head 2025-03-04T19:48:53.8819823Z * [new branch] gh/malfet/162/orig -> origin/gh/malfet/162/orig 2025-03-04T19:48:53.8820376Z * [new branch] gh/malfet/163/base -> origin/gh/malfet/163/base 2025-03-04T19:48:53.8820876Z * [new branch] gh/malfet/163/head -> origin/gh/malfet/163/head 2025-03-04T19:48:53.8821390Z * [new branch] gh/malfet/163/orig -> origin/gh/malfet/163/orig 2025-03-04T19:48:53.8821887Z * [new branch] gh/malfet/164/base -> origin/gh/malfet/164/base 2025-03-04T19:48:53.8822385Z * [new branch] gh/malfet/164/head -> origin/gh/malfet/164/head 2025-03-04T19:48:53.8822885Z * [new branch] gh/malfet/164/orig -> origin/gh/malfet/164/orig 2025-03-04T19:48:53.8823386Z * [new branch] gh/malfet/165/base -> origin/gh/malfet/165/base 2025-03-04T19:48:53.8823888Z * [new branch] gh/malfet/165/head -> origin/gh/malfet/165/head 2025-03-04T19:48:53.8824392Z * [new branch] gh/malfet/165/orig -> origin/gh/malfet/165/orig 2025-03-04T19:48:53.8824887Z * [new branch] gh/malfet/166/base -> origin/gh/malfet/166/base 2025-03-04T19:48:53.8825388Z * [new branch] gh/malfet/166/head -> origin/gh/malfet/166/head 2025-03-04T19:48:53.8825986Z * [new branch] gh/malfet/166/orig -> origin/gh/malfet/166/orig 2025-03-04T19:48:53.8826504Z * [new branch] gh/malfet/167/base -> origin/gh/malfet/167/base 2025-03-04T19:48:53.8827008Z * [new branch] gh/malfet/167/head -> origin/gh/malfet/167/head 2025-03-04T19:48:53.8827516Z * [new branch] gh/malfet/167/orig -> origin/gh/malfet/167/orig 2025-03-04T19:48:53.8828020Z * [new branch] gh/malfet/168/base -> origin/gh/malfet/168/base 2025-03-04T19:48:53.8828514Z * [new branch] gh/malfet/168/head -> origin/gh/malfet/168/head 2025-03-04T19:48:53.8829018Z * [new branch] gh/malfet/168/orig -> origin/gh/malfet/168/orig 2025-03-04T19:48:53.8829528Z * [new branch] gh/malfet/169/base -> origin/gh/malfet/169/base 2025-03-04T19:48:53.8830157Z * [new branch] gh/malfet/169/head -> origin/gh/malfet/169/head 2025-03-04T19:48:53.8830677Z * [new branch] gh/malfet/169/orig -> origin/gh/malfet/169/orig 2025-03-04T19:48:53.8831184Z * [new branch] gh/malfet/170/base -> origin/gh/malfet/170/base 2025-03-04T19:48:53.8831736Z * [new branch] gh/malfet/170/head -> origin/gh/malfet/170/head 2025-03-04T19:48:53.8832291Z * [new branch] gh/malfet/170/orig -> origin/gh/malfet/170/orig 2025-03-04T19:48:53.8832793Z * [new branch] gh/malfet/171/base -> origin/gh/malfet/171/base 2025-03-04T19:48:53.8833306Z * [new branch] gh/malfet/171/head -> origin/gh/malfet/171/head 2025-03-04T19:48:53.8833811Z * [new branch] gh/malfet/171/orig -> origin/gh/malfet/171/orig 2025-03-04T19:48:53.8834311Z * [new branch] gh/malfet/172/base -> origin/gh/malfet/172/base 2025-03-04T19:48:53.8834817Z * [new branch] gh/malfet/172/head -> origin/gh/malfet/172/head 2025-03-04T19:48:53.8835408Z * [new branch] gh/malfet/172/orig -> origin/gh/malfet/172/orig 2025-03-04T19:48:53.8835920Z * [new branch] gh/malfet/173/base -> origin/gh/malfet/173/base 2025-03-04T19:48:53.8836430Z * [new branch] gh/malfet/173/head -> origin/gh/malfet/173/head 2025-03-04T19:48:53.8836935Z * [new branch] gh/malfet/173/orig -> origin/gh/malfet/173/orig 2025-03-04T19:48:53.8837491Z * [new branch] gh/malfet/174/base -> origin/gh/malfet/174/base 2025-03-04T19:48:53.8838049Z * [new branch] gh/malfet/174/head -> origin/gh/malfet/174/head 2025-03-04T19:48:53.9323917Z * [new branch] gh/malfet/174/orig -> origin/gh/malfet/174/orig 2025-03-04T19:48:53.9324488Z * [new branch] gh/malfet/175/base -> origin/gh/malfet/175/base 2025-03-04T19:48:53.9325043Z * [new branch] gh/malfet/175/head -> origin/gh/malfet/175/head 2025-03-04T19:48:53.9325551Z * [new branch] gh/malfet/175/orig -> origin/gh/malfet/175/orig 2025-03-04T19:48:53.9326056Z * [new branch] gh/malfet/176/base -> origin/gh/malfet/176/base 2025-03-04T19:48:53.9326572Z * [new branch] gh/malfet/176/head -> origin/gh/malfet/176/head 2025-03-04T19:48:53.9327073Z * [new branch] gh/malfet/176/orig -> origin/gh/malfet/176/orig 2025-03-04T19:48:53.9327582Z * [new branch] gh/malfet/177/base -> origin/gh/malfet/177/base 2025-03-04T19:48:53.9328142Z * [new branch] gh/malfet/177/head -> origin/gh/malfet/177/head 2025-03-04T19:48:53.9328696Z * [new branch] gh/malfet/177/orig -> origin/gh/malfet/177/orig 2025-03-04T19:48:53.9329196Z * [new branch] gh/malfet/178/base -> origin/gh/malfet/178/base 2025-03-04T19:48:53.9329719Z * [new branch] gh/malfet/178/head -> origin/gh/malfet/178/head 2025-03-04T19:48:53.9330218Z * [new branch] gh/malfet/178/orig -> origin/gh/malfet/178/orig 2025-03-04T19:48:53.9330722Z * [new branch] gh/malfet/179/base -> origin/gh/malfet/179/base 2025-03-04T19:48:53.9331231Z * [new branch] gh/malfet/179/head -> origin/gh/malfet/179/head 2025-03-04T19:48:53.9331734Z * [new branch] gh/malfet/179/orig -> origin/gh/malfet/179/orig 2025-03-04T19:48:53.9332236Z * [new branch] gh/malfet/180/base -> origin/gh/malfet/180/base 2025-03-04T19:48:53.9332739Z * [new branch] gh/malfet/180/head -> origin/gh/malfet/180/head 2025-03-04T19:48:53.9333243Z * [new branch] gh/malfet/180/orig -> origin/gh/malfet/180/orig 2025-03-04T19:48:53.9333795Z * [new branch] gh/malfet/181/base -> origin/gh/malfet/181/base 2025-03-04T19:48:53.9334535Z * [new branch] gh/malfet/181/head -> origin/gh/malfet/181/head 2025-03-04T19:48:53.9335044Z * [new branch] gh/malfet/181/orig -> origin/gh/malfet/181/orig 2025-03-04T19:48:53.9335556Z * [new branch] gh/malfet/182/base -> origin/gh/malfet/182/base 2025-03-04T19:48:53.9336067Z * [new branch] gh/malfet/182/head -> origin/gh/malfet/182/head 2025-03-04T19:48:53.9336581Z * [new branch] gh/malfet/182/orig -> origin/gh/malfet/182/orig 2025-03-04T19:48:53.9337094Z * [new branch] gh/malfet/183/base -> origin/gh/malfet/183/base 2025-03-04T19:48:53.9337595Z * [new branch] gh/malfet/183/head -> origin/gh/malfet/183/head 2025-03-04T19:48:53.9338103Z * [new branch] gh/malfet/183/orig -> origin/gh/malfet/183/orig 2025-03-04T19:48:53.9338619Z * [new branch] gh/malfet/184/base -> origin/gh/malfet/184/base 2025-03-04T19:48:53.9339222Z * [new branch] gh/malfet/184/head -> origin/gh/malfet/184/head 2025-03-04T19:48:53.9339778Z * [new branch] gh/malfet/184/orig -> origin/gh/malfet/184/orig 2025-03-04T19:48:53.9340323Z * [new branch] gh/malfet/185/base -> origin/gh/malfet/185/base 2025-03-04T19:48:53.9340822Z * [new branch] gh/malfet/185/head -> origin/gh/malfet/185/head 2025-03-04T19:48:53.9341326Z * [new branch] gh/malfet/185/orig -> origin/gh/malfet/185/orig 2025-03-04T19:48:53.9341828Z * [new branch] gh/malfet/186/base -> origin/gh/malfet/186/base 2025-03-04T19:48:53.9342336Z * [new branch] gh/malfet/186/head -> origin/gh/malfet/186/head 2025-03-04T19:48:53.9342840Z * [new branch] gh/malfet/186/orig -> origin/gh/malfet/186/orig 2025-03-04T19:48:53.9343356Z * [new branch] gh/malfet/187/base -> origin/gh/malfet/187/base 2025-03-04T19:48:53.9343863Z * [new branch] gh/malfet/187/head -> origin/gh/malfet/187/head 2025-03-04T19:48:53.9344366Z * [new branch] gh/malfet/187/orig -> origin/gh/malfet/187/orig 2025-03-04T19:48:53.9344869Z * [new branch] gh/malfet/188/base -> origin/gh/malfet/188/base 2025-03-04T19:48:53.9345372Z * [new branch] gh/malfet/188/head -> origin/gh/malfet/188/head 2025-03-04T19:48:53.9345926Z * [new branch] gh/malfet/188/orig -> origin/gh/malfet/188/orig 2025-03-04T19:48:53.9346481Z * [new branch] gh/malfet/189/base -> origin/gh/malfet/189/base 2025-03-04T19:48:53.9346977Z * [new branch] gh/malfet/189/head -> origin/gh/malfet/189/head 2025-03-04T19:48:53.9347478Z * [new branch] gh/malfet/190/base -> origin/gh/malfet/190/base 2025-03-04T19:48:53.9347991Z * [new branch] gh/malfet/190/head -> origin/gh/malfet/190/head 2025-03-04T19:48:53.9908388Z * [new branch] gh/malfet/190/orig -> origin/gh/malfet/190/orig 2025-03-04T19:48:53.9908959Z * [new branch] gh/malfet/191/base -> origin/gh/malfet/191/base 2025-03-04T19:48:53.9909477Z * [new branch] gh/malfet/191/head -> origin/gh/malfet/191/head 2025-03-04T19:48:53.9909987Z * [new branch] gh/malfet/191/orig -> origin/gh/malfet/191/orig 2025-03-04T19:48:53.9910485Z * [new branch] gh/malfet/192/base -> origin/gh/malfet/192/base 2025-03-04T19:48:53.9910991Z * [new branch] gh/malfet/192/head -> origin/gh/malfet/192/head 2025-03-04T19:48:53.9911489Z * [new branch] gh/malfet/192/orig -> origin/gh/malfet/192/orig 2025-03-04T19:48:53.9911994Z * [new branch] gh/malfet/193/base -> origin/gh/malfet/193/base 2025-03-04T19:48:53.9912692Z * [new branch] gh/malfet/193/head -> origin/gh/malfet/193/head 2025-03-04T19:48:53.9913254Z * [new branch] gh/malfet/193/orig -> origin/gh/malfet/193/orig 2025-03-04T19:48:53.9913843Z * [new branch] gh/malfet/194/base -> origin/gh/malfet/194/base 2025-03-04T19:48:53.9914363Z * [new branch] gh/malfet/194/head -> origin/gh/malfet/194/head 2025-03-04T19:48:53.9914869Z * [new branch] gh/malfet/194/orig -> origin/gh/malfet/194/orig 2025-03-04T19:48:53.9915367Z * [new branch] gh/malfet/195/base -> origin/gh/malfet/195/base 2025-03-04T19:48:53.9915881Z * [new branch] gh/malfet/195/head -> origin/gh/malfet/195/head 2025-03-04T19:48:53.9916382Z * [new branch] gh/malfet/195/orig -> origin/gh/malfet/195/orig 2025-03-04T19:48:53.9916881Z * [new branch] gh/malfet/196/base -> origin/gh/malfet/196/base 2025-03-04T19:48:53.9917502Z * [new branch] gh/malfet/196/head -> origin/gh/malfet/196/head 2025-03-04T19:48:53.9918014Z * [new branch] gh/malfet/196/orig -> origin/gh/malfet/196/orig 2025-03-04T19:48:53.9918523Z * [new branch] gh/malfet/197/base -> origin/gh/malfet/197/base 2025-03-04T19:48:53.9919032Z * [new branch] gh/malfet/197/head -> origin/gh/malfet/197/head 2025-03-04T19:48:53.9919616Z * [new branch] gh/malfet/197/orig -> origin/gh/malfet/197/orig 2025-03-04T19:48:53.9920163Z * [new branch] gh/malfet/198/base -> origin/gh/malfet/198/base 2025-03-04T19:48:53.9920761Z * [new branch] gh/malfet/198/head -> origin/gh/malfet/198/head 2025-03-04T19:48:53.9921271Z * [new branch] gh/malfet/198/orig -> origin/gh/malfet/198/orig 2025-03-04T19:48:53.9921786Z * [new branch] gh/malfet/199/base -> origin/gh/malfet/199/base 2025-03-04T19:48:53.9922312Z * [new branch] gh/malfet/199/head -> origin/gh/malfet/199/head 2025-03-04T19:48:53.9922831Z * [new branch] gh/malfet/199/orig -> origin/gh/malfet/199/orig 2025-03-04T19:48:53.9923345Z * [new branch] gh/malfet/200/base -> origin/gh/malfet/200/base 2025-03-04T19:48:53.9923836Z * [new branch] gh/malfet/200/head -> origin/gh/malfet/200/head 2025-03-04T19:48:53.9924342Z * [new branch] gh/malfet/200/orig -> origin/gh/malfet/200/orig 2025-03-04T19:48:53.9924844Z * [new branch] gh/malfet/201/base -> origin/gh/malfet/201/base 2025-03-04T19:48:53.9925388Z * [new branch] gh/malfet/201/head -> origin/gh/malfet/201/head 2025-03-04T19:48:53.9925939Z * [new branch] gh/malfet/201/orig -> origin/gh/malfet/201/orig 2025-03-04T19:48:53.9926491Z * [new branch] gh/malfet/202/base -> origin/gh/malfet/202/base 2025-03-04T19:48:53.9927006Z * [new branch] gh/malfet/202/head -> origin/gh/malfet/202/head 2025-03-04T19:48:53.9927508Z * [new branch] gh/malfet/202/orig -> origin/gh/malfet/202/orig 2025-03-04T19:48:53.9928008Z * [new branch] gh/malfet/203/base -> origin/gh/malfet/203/base 2025-03-04T19:48:53.9928510Z * [new branch] gh/malfet/203/head -> origin/gh/malfet/203/head 2025-03-04T19:48:53.9929013Z * [new branch] gh/malfet/203/orig -> origin/gh/malfet/203/orig 2025-03-04T19:48:53.9929513Z * [new branch] gh/malfet/204/base -> origin/gh/malfet/204/base 2025-03-04T19:48:53.9930012Z * [new branch] gh/malfet/204/head -> origin/gh/malfet/204/head 2025-03-04T19:48:53.9930511Z * [new branch] gh/malfet/204/orig -> origin/gh/malfet/204/orig 2025-03-04T19:48:53.9931125Z * [new branch] gh/malfet/205/base -> origin/gh/malfet/205/base 2025-03-04T19:48:53.9931635Z * [new branch] gh/malfet/205/head -> origin/gh/malfet/205/head 2025-03-04T19:48:53.9932136Z * [new branch] gh/malfet/205/orig -> origin/gh/malfet/205/orig 2025-03-04T19:48:53.9932648Z * [new branch] gh/malfet/206/base -> origin/gh/malfet/206/base 2025-03-04T19:48:53.9933148Z * [new branch] gh/malfet/206/head -> origin/gh/malfet/206/head 2025-03-04T19:48:54.0384623Z * [new branch] gh/malfet/206/orig -> origin/gh/malfet/206/orig 2025-03-04T19:48:54.0385196Z * [new branch] gh/malfet/207/base -> origin/gh/malfet/207/base 2025-03-04T19:48:54.0385728Z * [new branch] gh/malfet/207/head -> origin/gh/malfet/207/head 2025-03-04T19:48:54.0386252Z * [new branch] gh/malfet/207/orig -> origin/gh/malfet/207/orig 2025-03-04T19:48:54.0386792Z * [new branch] gh/malfet/208/base -> origin/gh/malfet/208/base 2025-03-04T19:48:54.0387474Z * [new branch] gh/malfet/208/head -> origin/gh/malfet/208/head 2025-03-04T19:48:54.0387994Z * [new branch] gh/malfet/208/orig -> origin/gh/malfet/208/orig 2025-03-04T19:48:54.0388492Z * [new branch] gh/malfet/209/base -> origin/gh/malfet/209/base 2025-03-04T19:48:54.0389005Z * [new branch] gh/malfet/209/head -> origin/gh/malfet/209/head 2025-03-04T19:48:54.0389504Z * [new branch] gh/malfet/209/orig -> origin/gh/malfet/209/orig 2025-03-04T19:48:54.0389999Z * [new branch] gh/malfet/210/base -> origin/gh/malfet/210/base 2025-03-04T19:48:54.0390497Z * [new branch] gh/malfet/210/head -> origin/gh/malfet/210/head 2025-03-04T19:48:54.0390999Z * [new branch] gh/malfet/210/orig -> origin/gh/malfet/210/orig 2025-03-04T19:48:54.0391503Z * [new branch] gh/malfet/211/base -> origin/gh/malfet/211/base 2025-03-04T19:48:54.0392008Z * [new branch] gh/malfet/211/head -> origin/gh/malfet/211/head 2025-03-04T19:48:54.0392505Z * [new branch] gh/malfet/211/orig -> origin/gh/malfet/211/orig 2025-03-04T19:48:54.0393008Z * [new branch] gh/malfet/212/base -> origin/gh/malfet/212/base 2025-03-04T19:48:54.0393505Z * [new branch] gh/malfet/212/head -> origin/gh/malfet/212/head 2025-03-04T19:48:54.0394021Z * [new branch] gh/malfet/212/orig -> origin/gh/malfet/212/orig 2025-03-04T19:48:54.0394523Z * [new branch] gh/malfet/213/base -> origin/gh/malfet/213/base 2025-03-04T19:48:54.0395015Z * [new branch] gh/malfet/213/head -> origin/gh/malfet/213/head 2025-03-04T19:48:54.0395523Z * [new branch] gh/malfet/213/orig -> origin/gh/malfet/213/orig 2025-03-04T19:48:54.0396032Z * [new branch] gh/malfet/214/base -> origin/gh/malfet/214/base 2025-03-04T19:48:54.0396538Z * [new branch] gh/malfet/214/head -> origin/gh/malfet/214/head 2025-03-04T19:48:54.0397043Z * [new branch] gh/malfet/214/orig -> origin/gh/malfet/214/orig 2025-03-04T19:48:54.0397540Z * [new branch] gh/malfet/215/base -> origin/gh/malfet/215/base 2025-03-04T19:48:54.0398104Z * [new branch] gh/malfet/215/head -> origin/gh/malfet/215/head 2025-03-04T19:48:54.0398725Z * [new branch] gh/malfet/215/orig -> origin/gh/malfet/215/orig 2025-03-04T19:48:54.0399237Z * [new branch] gh/malfet/37/base -> origin/gh/malfet/37/base 2025-03-04T19:48:54.0399743Z * [new branch] gh/malfet/37/head -> origin/gh/malfet/37/head 2025-03-04T19:48:54.0400343Z * [new branch] gh/malfet/37/orig -> origin/gh/malfet/37/orig 2025-03-04T19:48:54.0400990Z * [new branch] gh/malfet/64/base -> origin/gh/malfet/64/base 2025-03-04T19:48:54.0401480Z * [new branch] gh/malfet/64/head -> origin/gh/malfet/64/head 2025-03-04T19:48:54.0401982Z * [new branch] gh/malfet/96/base -> origin/gh/malfet/96/base 2025-03-04T19:48:54.0402490Z * [new branch] gh/malfet/96/head -> origin/gh/malfet/96/head 2025-03-04T19:48:54.0402990Z * [new branch] gh/malfet/96/orig -> origin/gh/malfet/96/orig 2025-03-04T19:48:54.0403489Z * [new branch] gh/markkm/1/base -> origin/gh/markkm/1/base 2025-03-04T19:48:54.0404011Z * [new branch] gh/masnesral/140/base -> origin/gh/masnesral/140/base 2025-03-04T19:48:54.0404541Z * [new branch] gh/masnesral/140/head -> origin/gh/masnesral/140/head 2025-03-04T19:48:54.0405084Z * [new branch] gh/masnesral/140/orig -> origin/gh/masnesral/140/orig 2025-03-04T19:48:54.0405723Z * [new branch] gh/masnesral/155/base -> origin/gh/masnesral/155/base 2025-03-04T19:48:54.0406258Z * [new branch] gh/masnesral/155/head -> origin/gh/masnesral/155/head 2025-03-04T19:48:54.0406792Z * [new branch] gh/masnesral/155/orig -> origin/gh/masnesral/155/orig 2025-03-04T19:48:54.0407327Z * [new branch] gh/masnesral/161/base -> origin/gh/masnesral/161/base 2025-03-04T19:48:54.0407856Z * [new branch] gh/masnesral/161/head -> origin/gh/masnesral/161/head 2025-03-04T19:48:54.0408395Z * [new branch] gh/masnesral/161/orig -> origin/gh/masnesral/161/orig 2025-03-04T19:48:54.0408935Z * [new branch] gh/masnesral/162/base -> origin/gh/masnesral/162/base 2025-03-04T19:48:54.0872091Z * [new branch] gh/masnesral/162/head -> origin/gh/masnesral/162/head 2025-03-04T19:48:54.0872673Z * [new branch] gh/masnesral/162/orig -> origin/gh/masnesral/162/orig 2025-03-04T19:48:54.0873216Z * [new branch] gh/masnesral/173/base -> origin/gh/masnesral/173/base 2025-03-04T19:48:54.0873809Z * [new branch] gh/masnesral/173/head -> origin/gh/masnesral/173/head 2025-03-04T19:48:54.0874382Z * [new branch] gh/masnesral/173/orig -> origin/gh/masnesral/173/orig 2025-03-04T19:48:54.0874920Z * [new branch] gh/masnesral/174/base -> origin/gh/masnesral/174/base 2025-03-04T19:48:54.0875453Z * [new branch] gh/masnesral/174/head -> origin/gh/masnesral/174/head 2025-03-04T19:48:54.0875986Z * [new branch] gh/masnesral/174/orig -> origin/gh/masnesral/174/orig 2025-03-04T19:48:54.0876534Z * [new branch] gh/masnesral/175/base -> origin/gh/masnesral/175/base 2025-03-04T19:48:54.0877068Z * [new branch] gh/masnesral/175/head -> origin/gh/masnesral/175/head 2025-03-04T19:48:54.0877612Z * [new branch] gh/masnesral/175/orig -> origin/gh/masnesral/175/orig 2025-03-04T19:48:54.0878137Z * [new branch] gh/masnesral/176/base -> origin/gh/masnesral/176/base 2025-03-04T19:48:54.0878670Z * [new branch] gh/masnesral/176/head -> origin/gh/masnesral/176/head 2025-03-04T19:48:54.0879209Z * [new branch] gh/masnesral/176/orig -> origin/gh/masnesral/176/orig 2025-03-04T19:48:54.0879791Z * [new branch] gh/masnesral/177/base -> origin/gh/masnesral/177/base 2025-03-04T19:48:54.0880412Z * [new branch] gh/masnesral/177/head -> origin/gh/masnesral/177/head 2025-03-04T19:48:54.0880945Z * [new branch] gh/masnesral/177/orig -> origin/gh/masnesral/177/orig 2025-03-04T19:48:54.0881472Z * [new branch] gh/masnesral/34/base -> origin/gh/masnesral/34/base 2025-03-04T19:48:54.0882154Z * [new branch] gh/mcr229/3/base -> origin/gh/mcr229/3/base 2025-03-04T19:48:54.0882656Z * [new branch] gh/mcr229/3/head -> origin/gh/mcr229/3/head 2025-03-04T19:48:54.0883168Z * [new branch] gh/mcr229/3/orig -> origin/gh/mcr229/3/orig 2025-03-04T19:48:54.0883675Z * [new branch] gh/mhorowitz/0/base -> origin/gh/mhorowitz/0/base 2025-03-04T19:48:54.0884204Z * [new branch] gh/mhorowitz/0/head -> origin/gh/mhorowitz/0/head 2025-03-04T19:48:54.0884729Z * [new branch] gh/mhorowitz/1/base -> origin/gh/mhorowitz/1/base 2025-03-04T19:48:54.0885245Z * [new branch] gh/mhorowitz/1/head -> origin/gh/mhorowitz/1/head 2025-03-04T19:48:54.0885826Z * [new branch] gh/mhorowitz/2/base -> origin/gh/mhorowitz/2/base 2025-03-04T19:48:54.0886400Z * [new branch] gh/mhorowitz/2/head -> origin/gh/mhorowitz/2/head 2025-03-04T19:48:54.0886926Z * [new branch] gh/mhorowitz/3/base -> origin/gh/mhorowitz/3/base 2025-03-04T19:48:54.0887556Z * [new branch] gh/mhorowitz/3/head -> origin/gh/mhorowitz/3/head 2025-03-04T19:48:54.0888079Z * [new branch] gh/mhorowitz/4/base -> origin/gh/mhorowitz/4/base 2025-03-04T19:48:54.0888594Z * [new branch] gh/mhorowitz/4/head -> origin/gh/mhorowitz/4/head 2025-03-04T19:48:54.0889114Z * [new branch] gh/mhorowitz/5/base -> origin/gh/mhorowitz/5/base 2025-03-04T19:48:54.0889629Z * [new branch] gh/mhorowitz/5/head -> origin/gh/mhorowitz/5/head 2025-03-04T19:48:54.0890147Z * [new branch] gh/mhorowitz/6/base -> origin/gh/mhorowitz/6/base 2025-03-04T19:48:54.0890668Z * [new branch] gh/mhorowitz/6/head -> origin/gh/mhorowitz/6/head 2025-03-04T19:48:54.0891251Z * [new branch] gh/mikaylagawarecki/234/base -> origin/gh/mikaylagawarecki/234/base 2025-03-04T19:48:54.0891985Z * [new branch] gh/mikaylagawarecki/234/head -> origin/gh/mikaylagawarecki/234/head 2025-03-04T19:48:54.0892673Z * [new branch] gh/mikaylagawarecki/235/base -> origin/gh/mikaylagawarecki/235/base 2025-03-04T19:48:54.0893402Z * [new branch] gh/mikaylagawarecki/235/head -> origin/gh/mikaylagawarecki/235/head 2025-03-04T19:48:54.0894122Z * [new branch] gh/mikaylagawarecki/236/base -> origin/gh/mikaylagawarecki/236/base 2025-03-04T19:48:54.0894800Z * [new branch] gh/mikaylagawarecki/236/head -> origin/gh/mikaylagawarecki/236/head 2025-03-04T19:48:54.0895529Z * [new branch] gh/mikaylagawarecki/237/base -> origin/gh/mikaylagawarecki/237/base 2025-03-04T19:48:54.0896242Z * [new branch] gh/mikaylagawarecki/237/head -> origin/gh/mikaylagawarecki/237/head 2025-03-04T19:48:54.0896914Z * [new branch] gh/mikaylagawarecki/238/base -> origin/gh/mikaylagawarecki/238/base 2025-03-04T19:48:54.0897652Z * [new branch] gh/mikaylagawarecki/238/head -> origin/gh/mikaylagawarecki/238/head 2025-03-04T19:48:54.0898360Z * [new branch] gh/mikaylagawarecki/281/base -> origin/gh/mikaylagawarecki/281/base 2025-03-04T19:48:54.1275311Z * [new branch] gh/mikaylagawarecki/281/head -> origin/gh/mikaylagawarecki/281/head 2025-03-04T19:48:54.1275981Z * [new branch] gh/mikaylagawarecki/281/orig -> origin/gh/mikaylagawarecki/281/orig 2025-03-04T19:48:54.1276615Z * [new branch] gh/mikaylagawarecki/299/base -> origin/gh/mikaylagawarecki/299/base 2025-03-04T19:48:54.1277247Z * [new branch] gh/mikaylagawarecki/299/head -> origin/gh/mikaylagawarecki/299/head 2025-03-04T19:48:54.1277873Z * [new branch] gh/mikaylagawarecki/299/orig -> origin/gh/mikaylagawarecki/299/orig 2025-03-04T19:48:54.1278504Z * [new branch] gh/mikaylagawarecki/304/base -> origin/gh/mikaylagawarecki/304/base 2025-03-04T19:48:54.1280604Z * [new branch] gh/mikaylagawarecki/304/head -> origin/gh/mikaylagawarecki/304/head 2025-03-04T19:48:54.1281256Z * [new branch] gh/mikaylagawarecki/304/orig -> origin/gh/mikaylagawarecki/304/orig 2025-03-04T19:48:54.1281897Z * [new branch] gh/mikaylagawarecki/307/base -> origin/gh/mikaylagawarecki/307/base 2025-03-04T19:48:54.1282524Z * [new branch] gh/mikaylagawarecki/307/head -> origin/gh/mikaylagawarecki/307/head 2025-03-04T19:48:54.1283156Z * [new branch] gh/mikaylagawarecki/307/orig -> origin/gh/mikaylagawarecki/307/orig 2025-03-04T19:48:54.1283782Z * [new branch] gh/mikaylagawarecki/310/base -> origin/gh/mikaylagawarecki/310/base 2025-03-04T19:48:54.1284416Z * [new branch] gh/mikaylagawarecki/310/head -> origin/gh/mikaylagawarecki/310/head 2025-03-04T19:48:54.1285042Z * [new branch] gh/mikaylagawarecki/310/orig -> origin/gh/mikaylagawarecki/310/orig 2025-03-04T19:48:54.1286394Z * [new branch] gh/mikaylagawarecki/311/base -> origin/gh/mikaylagawarecki/311/base 2025-03-04T19:48:54.1287055Z * [new branch] gh/mikaylagawarecki/311/head -> origin/gh/mikaylagawarecki/311/head 2025-03-04T19:48:54.1287690Z * [new branch] gh/mikaylagawarecki/311/orig -> origin/gh/mikaylagawarecki/311/orig 2025-03-04T19:48:54.1288318Z * [new branch] gh/mikaylagawarecki/312/base -> origin/gh/mikaylagawarecki/312/base 2025-03-04T19:48:54.1288954Z * [new branch] gh/mikaylagawarecki/312/head -> origin/gh/mikaylagawarecki/312/head 2025-03-04T19:48:54.1289589Z * [new branch] gh/mikaylagawarecki/312/orig -> origin/gh/mikaylagawarecki/312/orig 2025-03-04T19:48:54.1290218Z * [new branch] gh/mikaylagawarecki/313/base -> origin/gh/mikaylagawarecki/313/base 2025-03-04T19:48:54.1290859Z * [new branch] gh/mikaylagawarecki/313/head -> origin/gh/mikaylagawarecki/313/head 2025-03-04T19:48:54.1291509Z * [new branch] gh/mikaylagawarecki/313/orig -> origin/gh/mikaylagawarecki/313/orig 2025-03-04T19:48:54.1292140Z * [new branch] gh/mikaylagawarecki/314/base -> origin/gh/mikaylagawarecki/314/base 2025-03-04T19:48:54.1292767Z * [new branch] gh/mikaylagawarecki/314/head -> origin/gh/mikaylagawarecki/314/head 2025-03-04T19:48:54.1293390Z * [new branch] gh/mikaylagawarecki/314/orig -> origin/gh/mikaylagawarecki/314/orig 2025-03-04T19:48:54.1294016Z * [new branch] gh/mikaylagawarecki/315/base -> origin/gh/mikaylagawarecki/315/base 2025-03-04T19:48:54.1294641Z * [new branch] gh/mikaylagawarecki/315/head -> origin/gh/mikaylagawarecki/315/head 2025-03-04T19:48:54.1295268Z * [new branch] gh/mikaylagawarecki/315/orig -> origin/gh/mikaylagawarecki/315/orig 2025-03-04T19:48:54.1295889Z * [new branch] gh/mikaylagawarecki/316/base -> origin/gh/mikaylagawarecki/316/base 2025-03-04T19:48:54.1296523Z * [new branch] gh/mikaylagawarecki/316/head -> origin/gh/mikaylagawarecki/316/head 2025-03-04T19:48:54.1297148Z * [new branch] gh/mikaylagawarecki/316/orig -> origin/gh/mikaylagawarecki/316/orig 2025-03-04T19:48:54.1297774Z * [new branch] gh/mikaylagawarecki/317/base -> origin/gh/mikaylagawarecki/317/base 2025-03-04T19:48:54.1298401Z * [new branch] gh/mikaylagawarecki/317/head -> origin/gh/mikaylagawarecki/317/head 2025-03-04T19:48:54.1299028Z * [new branch] gh/mikaylagawarecki/317/orig -> origin/gh/mikaylagawarecki/317/orig 2025-03-04T19:48:54.1299667Z * [new branch] gh/mikaylagawarecki/318/base -> origin/gh/mikaylagawarecki/318/base 2025-03-04T19:48:54.1300298Z * [new branch] gh/mikaylagawarecki/318/head -> origin/gh/mikaylagawarecki/318/head 2025-03-04T19:48:54.1300919Z * [new branch] gh/mikaylagawarecki/318/orig -> origin/gh/mikaylagawarecki/318/orig 2025-03-04T19:48:54.1301663Z * [new branch] gh/mikaylagawarecki/319/base -> origin/gh/mikaylagawarecki/319/base 2025-03-04T19:48:54.1302299Z * [new branch] gh/mikaylagawarecki/319/head -> origin/gh/mikaylagawarecki/319/head 2025-03-04T19:48:54.1302944Z * [new branch] gh/mikaylagawarecki/319/orig -> origin/gh/mikaylagawarecki/319/orig 2025-03-04T19:48:54.1303596Z * [new branch] gh/mikaylagawarecki/320/base -> origin/gh/mikaylagawarecki/320/base 2025-03-04T19:48:54.1704847Z * [new branch] gh/mikaylagawarecki/320/head -> origin/gh/mikaylagawarecki/320/head 2025-03-04T19:48:54.1705532Z * [new branch] gh/mikaylagawarecki/320/orig -> origin/gh/mikaylagawarecki/320/orig 2025-03-04T19:48:54.1706172Z * [new branch] gh/mikaylagawarecki/321/base -> origin/gh/mikaylagawarecki/321/base 2025-03-04T19:48:54.1706801Z * [new branch] gh/mikaylagawarecki/321/head -> origin/gh/mikaylagawarecki/321/head 2025-03-04T19:48:54.1707488Z * [new branch] gh/mikaylagawarecki/321/orig -> origin/gh/mikaylagawarecki/321/orig 2025-03-04T19:48:54.1708307Z * [new branch] gh/mikaylagawarecki/322/base -> origin/gh/mikaylagawarecki/322/base 2025-03-04T19:48:54.1708967Z * [new branch] gh/mikaylagawarecki/322/head -> origin/gh/mikaylagawarecki/322/head 2025-03-04T19:48:54.1709604Z * [new branch] gh/mikaylagawarecki/322/orig -> origin/gh/mikaylagawarecki/322/orig 2025-03-04T19:48:54.1710241Z * [new branch] gh/mikaylagawarecki/323/base -> origin/gh/mikaylagawarecki/323/base 2025-03-04T19:48:54.1710889Z * [new branch] gh/mikaylagawarecki/323/head -> origin/gh/mikaylagawarecki/323/head 2025-03-04T19:48:54.1711507Z * [new branch] gh/mikaylagawarecki/323/orig -> origin/gh/mikaylagawarecki/323/orig 2025-03-04T19:48:54.1712138Z * [new branch] gh/mikaylagawarecki/324/base -> origin/gh/mikaylagawarecki/324/base 2025-03-04T19:48:54.1712797Z * [new branch] gh/mikaylagawarecki/324/head -> origin/gh/mikaylagawarecki/324/head 2025-03-04T19:48:54.1713429Z * [new branch] gh/mikaylagawarecki/324/orig -> origin/gh/mikaylagawarecki/324/orig 2025-03-04T19:48:54.1714011Z * [new branch] gh/mlazos/1/base -> origin/gh/mlazos/1/base 2025-03-04T19:48:54.1714509Z * [new branch] gh/mlazos/1/head -> origin/gh/mlazos/1/head 2025-03-04T19:48:54.1714998Z * [new branch] gh/mlazos/2/base -> origin/gh/mlazos/2/base 2025-03-04T19:48:54.1715479Z * [new branch] gh/mlazos/2/head -> origin/gh/mlazos/2/head 2025-03-04T19:48:54.1715969Z * [new branch] gh/mlazos/3/base -> origin/gh/mlazos/3/base 2025-03-04T19:48:54.1716449Z * [new branch] gh/mlazos/3/head -> origin/gh/mlazos/3/head 2025-03-04T19:48:54.1716932Z * [new branch] gh/mlazos/3/orig -> origin/gh/mlazos/3/orig 2025-03-04T19:48:54.1717417Z * [new branch] gh/mlazos/4/base -> origin/gh/mlazos/4/base 2025-03-04T19:48:54.1717909Z * [new branch] gh/mlazos/4/head -> origin/gh/mlazos/4/head 2025-03-04T19:48:54.1718395Z * [new branch] gh/mlazos/4/orig -> origin/gh/mlazos/4/orig 2025-03-04T19:48:54.1718883Z * [new branch] gh/mlazos/5/base -> origin/gh/mlazos/5/base 2025-03-04T19:48:54.1719367Z * [new branch] gh/mlazos/5/head -> origin/gh/mlazos/5/head 2025-03-04T19:48:54.1719858Z * [new branch] gh/mlazos/5/orig -> origin/gh/mlazos/5/orig 2025-03-04T19:48:54.1721433Z * [new branch] gh/mlazos/6/base -> origin/gh/mlazos/6/base 2025-03-04T19:48:54.1721950Z * [new branch] gh/mlazos/6/head -> origin/gh/mlazos/6/head 2025-03-04T19:48:54.1722437Z * [new branch] gh/mlazos/6/orig -> origin/gh/mlazos/6/orig 2025-03-04T19:48:54.1723104Z * [new branch] gh/mlazos/7/base -> origin/gh/mlazos/7/base 2025-03-04T19:48:54.1723607Z * [new branch] gh/mlazos/7/head -> origin/gh/mlazos/7/head 2025-03-04T19:48:54.1724090Z * [new branch] gh/mlazos/7/orig -> origin/gh/mlazos/7/orig 2025-03-04T19:48:54.1724597Z * [new branch] gh/muchulee8/1/base -> origin/gh/muchulee8/1/base 2025-03-04T19:48:54.1725128Z * [new branch] gh/muchulee8/1/orig -> origin/gh/muchulee8/1/orig 2025-03-04T19:48:54.1725645Z * [new branch] gh/muchulee8/2/base -> origin/gh/muchulee8/2/base 2025-03-04T19:48:54.1726158Z * [new branch] gh/muchulee8/2/orig -> origin/gh/muchulee8/2/orig 2025-03-04T19:48:54.1726685Z * [new branch] gh/muchulee8/40/base -> origin/gh/muchulee8/40/base 2025-03-04T19:48:54.1727208Z * [new branch] gh/muchulee8/40/head -> origin/gh/muchulee8/40/head 2025-03-04T19:48:54.1727838Z * [new branch] gh/muchulee8/40/orig -> origin/gh/muchulee8/40/orig 2025-03-04T19:48:54.1728355Z * [new branch] gh/muchulee8/41/base -> origin/gh/muchulee8/41/base 2025-03-04T19:48:54.1728885Z * [new branch] gh/muchulee8/41/head -> origin/gh/muchulee8/41/head 2025-03-04T19:48:54.1729418Z * [new branch] gh/muchulee8/41/orig -> origin/gh/muchulee8/41/orig 2025-03-04T19:48:54.1729943Z * [new branch] gh/muchulee8/42/base -> origin/gh/muchulee8/42/base 2025-03-04T19:48:54.1730470Z * [new branch] gh/muchulee8/42/head -> origin/gh/muchulee8/42/head 2025-03-04T19:48:54.1730987Z * [new branch] gh/muchulee8/42/orig -> origin/gh/muchulee8/42/orig 2025-03-04T19:48:54.2157621Z * [new branch] gh/muchulee8/5/base -> origin/gh/muchulee8/5/base 2025-03-04T19:48:54.2158221Z * [new branch] gh/muchulee8/5/orig -> origin/gh/muchulee8/5/orig 2025-03-04T19:48:54.2158766Z * [new branch] gh/mzzchy/2/base -> origin/gh/mzzchy/2/base 2025-03-04T19:48:54.2159286Z * [new branch] gh/mzzchy/2/head -> origin/gh/mzzchy/2/head 2025-03-04T19:48:54.2159776Z * [new branch] gh/mzzchy/2/orig -> origin/gh/mzzchy/2/orig 2025-03-04T19:48:54.2160312Z * [new branch] gh/mzzchy/3/base -> origin/gh/mzzchy/3/base 2025-03-04T19:48:54.2160805Z * [new branch] gh/mzzchy/3/head -> origin/gh/mzzchy/3/head 2025-03-04T19:48:54.2161283Z * [new branch] gh/mzzchy/3/orig -> origin/gh/mzzchy/3/orig 2025-03-04T19:48:54.2161773Z * [new branch] gh/mzzchy/4/base -> origin/gh/mzzchy/4/base 2025-03-04T19:48:54.2162257Z * [new branch] gh/mzzchy/4/head -> origin/gh/mzzchy/4/head 2025-03-04T19:48:54.2162745Z * [new branch] gh/mzzchy/5/base -> origin/gh/mzzchy/5/base 2025-03-04T19:48:54.2163245Z * [new branch] gh/mzzchy/5/head -> origin/gh/mzzchy/5/head 2025-03-04T19:48:54.2163736Z * [new branch] gh/mzzchy/5/orig -> origin/gh/mzzchy/5/orig 2025-03-04T19:48:54.2164251Z * [new branch] gh/nmacchioni/12/base -> origin/gh/nmacchioni/12/base 2025-03-04T19:48:54.2164789Z * [new branch] gh/nmacchioni/12/head -> origin/gh/nmacchioni/12/head 2025-03-04T19:48:54.2165323Z * [new branch] gh/nmacchioni/12/orig -> origin/gh/nmacchioni/12/orig 2025-03-04T19:48:54.2165861Z * [new branch] gh/nmacchioni/31/base -> origin/gh/nmacchioni/31/base 2025-03-04T19:48:54.2166393Z * [new branch] gh/nmacchioni/31/head -> origin/gh/nmacchioni/31/head 2025-03-04T19:48:54.2166926Z * [new branch] gh/nmacchioni/31/orig -> origin/gh/nmacchioni/31/orig 2025-03-04T19:48:54.2167636Z * [new branch] gh/nmacchioni/32/base -> origin/gh/nmacchioni/32/base 2025-03-04T19:48:54.2168170Z * [new branch] gh/nmacchioni/32/head -> origin/gh/nmacchioni/32/head 2025-03-04T19:48:54.2168707Z * [new branch] gh/nmacchioni/32/orig -> origin/gh/nmacchioni/32/orig 2025-03-04T19:48:54.2169242Z * [new branch] gh/nmacchioni/33/base -> origin/gh/nmacchioni/33/base 2025-03-04T19:48:54.2169781Z * [new branch] gh/nmacchioni/33/head -> origin/gh/nmacchioni/33/head 2025-03-04T19:48:54.2170317Z * [new branch] gh/nmacchioni/33/orig -> origin/gh/nmacchioni/33/orig 2025-03-04T19:48:54.2170852Z * [new branch] gh/nmacchioni/35/base -> origin/gh/nmacchioni/35/base 2025-03-04T19:48:54.2171375Z * [new branch] gh/nmacchioni/35/head -> origin/gh/nmacchioni/35/head 2025-03-04T19:48:54.2171913Z * [new branch] gh/nmacchioni/35/orig -> origin/gh/nmacchioni/35/orig 2025-03-04T19:48:54.2172565Z * [new branch] gh/nmacchioni/36/base -> origin/gh/nmacchioni/36/base 2025-03-04T19:48:54.2173115Z * [new branch] gh/nmacchioni/36/head -> origin/gh/nmacchioni/36/head 2025-03-04T19:48:54.2173648Z * [new branch] gh/nmacchioni/36/orig -> origin/gh/nmacchioni/36/orig 2025-03-04T19:48:54.2174193Z * [new branch] gh/nmacchioni/37/base -> origin/gh/nmacchioni/37/base 2025-03-04T19:48:54.2174730Z * [new branch] gh/nmacchioni/37/head -> origin/gh/nmacchioni/37/head 2025-03-04T19:48:54.2175279Z * [new branch] gh/nmacchioni/37/orig -> origin/gh/nmacchioni/37/orig 2025-03-04T19:48:54.2175810Z * [new branch] gh/nmacchioni/39/base -> origin/gh/nmacchioni/39/base 2025-03-04T19:48:54.2176345Z * [new branch] gh/nmacchioni/39/head -> origin/gh/nmacchioni/39/head 2025-03-04T19:48:54.2176889Z * [new branch] gh/nmacchioni/39/orig -> origin/gh/nmacchioni/39/orig 2025-03-04T19:48:54.2177439Z * [new branch] gh/nmacchioni/8/base -> origin/gh/nmacchioni/8/base 2025-03-04T19:48:54.2177966Z * [new branch] gh/nmacchioni/8/head -> origin/gh/nmacchioni/8/head 2025-03-04T19:48:54.2178500Z * [new branch] gh/nmacchioni/8/orig -> origin/gh/nmacchioni/8/orig 2025-03-04T19:48:54.2179027Z * [new branch] gh/oulgen/150/base -> origin/gh/oulgen/150/base 2025-03-04T19:48:54.2179545Z * [new branch] gh/oulgen/150/head -> origin/gh/oulgen/150/head 2025-03-04T19:48:54.2180048Z * [new branch] gh/oulgen/150/orig -> origin/gh/oulgen/150/orig 2025-03-04T19:48:54.2180549Z * [new branch] gh/oulgen/151/base -> origin/gh/oulgen/151/base 2025-03-04T19:48:54.2181052Z * [new branch] gh/oulgen/151/head -> origin/gh/oulgen/151/head 2025-03-04T19:48:54.2181547Z * [new branch] gh/oulgen/151/orig -> origin/gh/oulgen/151/orig 2025-03-04T19:48:54.2182059Z * [new branch] gh/oulgen/152/base -> origin/gh/oulgen/152/base 2025-03-04T19:48:54.2623897Z * [new branch] gh/oulgen/152/head -> origin/gh/oulgen/152/head 2025-03-04T19:48:54.2624455Z * [new branch] gh/oulgen/152/orig -> origin/gh/oulgen/152/orig 2025-03-04T19:48:54.2625056Z * [new branch] gh/oulgen/153/base -> origin/gh/oulgen/153/base 2025-03-04T19:48:54.2625565Z * [new branch] gh/oulgen/153/head -> origin/gh/oulgen/153/head 2025-03-04T19:48:54.2626064Z * [new branch] gh/oulgen/153/orig -> origin/gh/oulgen/153/orig 2025-03-04T19:48:54.2626573Z * [new branch] gh/oulgen/154/base -> origin/gh/oulgen/154/base 2025-03-04T19:48:54.2627082Z * [new branch] gh/oulgen/154/head -> origin/gh/oulgen/154/head 2025-03-04T19:48:54.2627758Z * [new branch] gh/oulgen/154/orig -> origin/gh/oulgen/154/orig 2025-03-04T19:48:54.2628280Z * [new branch] gh/oulgen/155/base -> origin/gh/oulgen/155/base 2025-03-04T19:48:54.2628790Z * [new branch] gh/oulgen/155/head -> origin/gh/oulgen/155/head 2025-03-04T19:48:54.2629305Z * [new branch] gh/oulgen/155/orig -> origin/gh/oulgen/155/orig 2025-03-04T19:48:54.2629810Z * [new branch] gh/oulgen/156/base -> origin/gh/oulgen/156/base 2025-03-04T19:48:54.2630356Z * [new branch] gh/oulgen/156/head -> origin/gh/oulgen/156/head 2025-03-04T19:48:54.2630912Z * [new branch] gh/oulgen/156/orig -> origin/gh/oulgen/156/orig 2025-03-04T19:48:54.2631411Z * [new branch] gh/oulgen/157/base -> origin/gh/oulgen/157/base 2025-03-04T19:48:54.2631911Z * [new branch] gh/oulgen/157/head -> origin/gh/oulgen/157/head 2025-03-04T19:48:54.2632514Z * [new branch] gh/oulgen/157/orig -> origin/gh/oulgen/157/orig 2025-03-04T19:48:54.2633014Z * [new branch] gh/oulgen/158/base -> origin/gh/oulgen/158/base 2025-03-04T19:48:54.2633509Z * [new branch] gh/oulgen/158/head -> origin/gh/oulgen/158/head 2025-03-04T19:48:54.2634013Z * [new branch] gh/oulgen/158/orig -> origin/gh/oulgen/158/orig 2025-03-04T19:48:54.2634518Z * [new branch] gh/oulgen/159/base -> origin/gh/oulgen/159/base 2025-03-04T19:48:54.2635022Z * [new branch] gh/oulgen/159/head -> origin/gh/oulgen/159/head 2025-03-04T19:48:54.2635523Z * [new branch] gh/oulgen/159/orig -> origin/gh/oulgen/159/orig 2025-03-04T19:48:54.2636071Z * [new branch] gh/oulgen/160/base -> origin/gh/oulgen/160/base 2025-03-04T19:48:54.2636609Z * [new branch] gh/oulgen/160/head -> origin/gh/oulgen/160/head 2025-03-04T19:48:54.2637125Z * [new branch] gh/oulgen/160/orig -> origin/gh/oulgen/160/orig 2025-03-04T19:48:54.2637625Z * [new branch] gh/oulgen/161/base -> origin/gh/oulgen/161/base 2025-03-04T19:48:54.2638120Z * [new branch] gh/oulgen/161/head -> origin/gh/oulgen/161/head 2025-03-04T19:48:54.2638624Z * [new branch] gh/oulgen/161/orig -> origin/gh/oulgen/161/orig 2025-03-04T19:48:54.2639125Z * [new branch] gh/oulgen/2/base -> origin/gh/oulgen/2/base 2025-03-04T19:48:54.2639619Z * [new branch] gh/oulgen/2/head -> origin/gh/oulgen/2/head 2025-03-04T19:48:54.2640106Z * [new branch] gh/oulgen/2/orig -> origin/gh/oulgen/2/orig 2025-03-04T19:48:54.2640683Z * [new branch] gh/oulgen/21/base -> origin/gh/oulgen/21/base 2025-03-04T19:48:54.2641191Z * [new branch] gh/oulgen/21/head -> origin/gh/oulgen/21/head 2025-03-04T19:48:54.2641757Z * [new branch] gh/oulgen/21/orig -> origin/gh/oulgen/21/orig 2025-03-04T19:48:54.2642305Z * [new branch] gh/pearu/108/base -> origin/gh/pearu/108/base 2025-03-04T19:48:54.2642804Z * [new branch] gh/pearu/108/head -> origin/gh/pearu/108/head 2025-03-04T19:48:54.2643307Z * [new branch] gh/pearu/108/orig -> origin/gh/pearu/108/orig 2025-03-04T19:48:54.2643809Z * [new branch] gh/pearu/56/base -> origin/gh/pearu/56/base 2025-03-04T19:48:54.2644296Z * [new branch] gh/pearu/56/head -> origin/gh/pearu/56/head 2025-03-04T19:48:54.2644792Z * [new branch] gh/pearu/56/orig -> origin/gh/pearu/56/orig 2025-03-04T19:48:54.2645281Z * [new branch] gh/pearu/97/base -> origin/gh/pearu/97/base 2025-03-04T19:48:54.2645769Z * [new branch] gh/pearu/97/head -> origin/gh/pearu/97/head 2025-03-04T19:48:54.2646358Z * [new branch] gh/pearu/97/orig -> origin/gh/pearu/97/orig 2025-03-04T19:48:54.2646898Z * [new branch] gh/peterbell10/603/base -> origin/gh/peterbell10/603/base 2025-03-04T19:48:54.2647527Z * [new branch] gh/peterbell10/603/head -> origin/gh/peterbell10/603/head 2025-03-04T19:48:54.2648143Z * [new branch] gh/peterbell10/603/orig -> origin/gh/peterbell10/603/orig 2025-03-04T19:48:54.2648700Z * [new branch] gh/peterbell10/635/base -> origin/gh/peterbell10/635/base 2025-03-04T19:48:54.3088831Z * [new branch] gh/peterbell10/635/head -> origin/gh/peterbell10/635/head 2025-03-04T19:48:54.3089450Z * [new branch] gh/peterbell10/635/orig -> origin/gh/peterbell10/635/orig 2025-03-04T19:48:54.3090022Z * [new branch] gh/peterbell10/636/base -> origin/gh/peterbell10/636/base 2025-03-04T19:48:54.3090599Z * [new branch] gh/peterbell10/636/head -> origin/gh/peterbell10/636/head 2025-03-04T19:48:54.3091343Z * [new branch] gh/peterbell10/636/orig -> origin/gh/peterbell10/636/orig 2025-03-04T19:48:54.3091933Z * [new branch] gh/qqaatw/26/base -> origin/gh/qqaatw/26/base 2025-03-04T19:48:54.3092440Z * [new branch] gh/qqaatw/26/head -> origin/gh/qqaatw/26/head 2025-03-04T19:48:54.3092945Z * [new branch] gh/qqaatw/26/orig -> origin/gh/qqaatw/26/orig 2025-03-04T19:48:54.3093486Z * [new branch] gh/raymo/log-graph-breaks -> origin/gh/raymo/log-graph-breaks 2025-03-04T19:48:54.3094046Z * [new branch] gh/rec/115/base -> origin/gh/rec/115/base 2025-03-04T19:48:54.3094533Z * [new branch] gh/rec/115/head -> origin/gh/rec/115/head 2025-03-04T19:48:54.3095007Z * [new branch] gh/rec/115/orig -> origin/gh/rec/115/orig 2025-03-04T19:48:54.3095491Z * [new branch] gh/rec/118/base -> origin/gh/rec/118/base 2025-03-04T19:48:54.3095960Z * [new branch] gh/rec/118/head -> origin/gh/rec/118/head 2025-03-04T19:48:54.3096430Z * [new branch] gh/rec/118/orig -> origin/gh/rec/118/orig 2025-03-04T19:48:54.3096942Z * [new branch] gh/rec/119/base -> origin/gh/rec/119/base 2025-03-04T19:48:54.3097459Z * [new branch] gh/rec/119/head -> origin/gh/rec/119/head 2025-03-04T19:48:54.3097933Z * [new branch] gh/rec/119/orig -> origin/gh/rec/119/orig 2025-03-04T19:48:54.3098411Z * [new branch] gh/rec/120/base -> origin/gh/rec/120/base 2025-03-04T19:48:54.3098887Z * [new branch] gh/rec/120/head -> origin/gh/rec/120/head 2025-03-04T19:48:54.3099365Z * [new branch] gh/rec/120/orig -> origin/gh/rec/120/orig 2025-03-04T19:48:54.3099836Z * [new branch] gh/rec/124/base -> origin/gh/rec/124/base 2025-03-04T19:48:54.3100314Z * [new branch] gh/rec/124/head -> origin/gh/rec/124/head 2025-03-04T19:48:54.3100791Z * [new branch] gh/rec/124/orig -> origin/gh/rec/124/orig 2025-03-04T19:48:54.3101261Z * [new branch] gh/rec/125/base -> origin/gh/rec/125/base 2025-03-04T19:48:54.3101733Z * [new branch] gh/rec/125/head -> origin/gh/rec/125/head 2025-03-04T19:48:54.3102204Z * [new branch] gh/rec/125/orig -> origin/gh/rec/125/orig 2025-03-04T19:48:54.3102713Z * [new branch] gh/rec/128/base -> origin/gh/rec/128/base 2025-03-04T19:48:54.3103239Z * [new branch] gh/rec/128/head -> origin/gh/rec/128/head 2025-03-04T19:48:54.3103709Z * [new branch] gh/rec/128/orig -> origin/gh/rec/128/orig 2025-03-04T19:48:54.3104300Z * [new branch] gh/rec/129/base -> origin/gh/rec/129/base 2025-03-04T19:48:54.3104779Z * [new branch] gh/rec/129/head -> origin/gh/rec/129/head 2025-03-04T19:48:54.3105265Z * [new branch] gh/rec/129/orig -> origin/gh/rec/129/orig 2025-03-04T19:48:54.3105736Z * [new branch] gh/rec/130/base -> origin/gh/rec/130/base 2025-03-04T19:48:54.3106215Z * [new branch] gh/rec/130/head -> origin/gh/rec/130/head 2025-03-04T19:48:54.3106693Z * [new branch] gh/rec/130/orig -> origin/gh/rec/130/orig 2025-03-04T19:48:54.3107167Z * [new branch] gh/rec/131/base -> origin/gh/rec/131/base 2025-03-04T19:48:54.3107642Z * [new branch] gh/rec/131/head -> origin/gh/rec/131/head 2025-03-04T19:48:54.3108159Z * [new branch] gh/rec/131/orig -> origin/gh/rec/131/orig 2025-03-04T19:48:54.3108681Z * [new branch] gh/rec/132/base -> origin/gh/rec/132/base 2025-03-04T19:48:54.3109251Z * [new branch] gh/rec/132/head -> origin/gh/rec/132/head 2025-03-04T19:48:54.3109734Z * [new branch] gh/rec/132/orig -> origin/gh/rec/132/orig 2025-03-04T19:48:54.3110224Z * [new branch] gh/rec/133/base -> origin/gh/rec/133/base 2025-03-04T19:48:54.3110703Z * [new branch] gh/rec/133/head -> origin/gh/rec/133/head 2025-03-04T19:48:54.3111186Z * [new branch] gh/rec/133/orig -> origin/gh/rec/133/orig 2025-03-04T19:48:54.3111662Z * [new branch] gh/rec/134/base -> origin/gh/rec/134/base 2025-03-04T19:48:54.3112141Z * [new branch] gh/rec/134/head -> origin/gh/rec/134/head 2025-03-04T19:48:54.3112610Z * [new branch] gh/rec/134/orig -> origin/gh/rec/134/orig 2025-03-04T19:48:54.3590057Z * [new branch] gh/rec/135/base -> origin/gh/rec/135/base 2025-03-04T19:48:54.3590596Z * [new branch] gh/rec/135/head -> origin/gh/rec/135/head 2025-03-04T19:48:54.3591080Z * [new branch] gh/rec/135/orig -> origin/gh/rec/135/orig 2025-03-04T19:48:54.3591552Z * [new branch] gh/rec/136/base -> origin/gh/rec/136/base 2025-03-04T19:48:54.3592023Z * [new branch] gh/rec/136/head -> origin/gh/rec/136/head 2025-03-04T19:48:54.3592482Z * [new branch] gh/rec/136/orig -> origin/gh/rec/136/orig 2025-03-04T19:48:54.3592957Z * [new branch] gh/rec/27/base -> origin/gh/rec/27/base 2025-03-04T19:48:54.3593438Z * [new branch] gh/rec/27/head -> origin/gh/rec/27/head 2025-03-04T19:48:54.3593914Z * [new branch] gh/rec/27/orig -> origin/gh/rec/27/orig 2025-03-04T19:48:54.3594434Z * [new branch] gh/rohan-varma/742/base -> origin/gh/rohan-varma/742/base 2025-03-04T19:48:54.3594993Z * [new branch] gh/rohan-varma/742/head -> origin/gh/rohan-varma/742/head 2025-03-04T19:48:54.3595532Z * [new branch] gh/rohan-varma/742/orig -> origin/gh/rohan-varma/742/orig 2025-03-04T19:48:54.3596073Z * [new branch] gh/seemethere/10/base -> origin/gh/seemethere/10/base 2025-03-04T19:48:54.3596612Z * [new branch] gh/seemethere/10/head -> origin/gh/seemethere/10/head 2025-03-04T19:48:54.3597148Z * [new branch] gh/seemethere/10/orig -> origin/gh/seemethere/10/orig 2025-03-04T19:48:54.3597678Z * [new branch] gh/seemethere/11/base -> origin/gh/seemethere/11/base 2025-03-04T19:48:54.3598214Z * [new branch] gh/seemethere/11/head -> origin/gh/seemethere/11/head 2025-03-04T19:48:54.3598739Z * [new branch] gh/seemethere/11/orig -> origin/gh/seemethere/11/orig 2025-03-04T19:48:54.3599432Z * [new branch] gh/seemethere/12/base -> origin/gh/seemethere/12/base 2025-03-04T19:48:54.3599970Z * [new branch] gh/seemethere/12/head -> origin/gh/seemethere/12/head 2025-03-04T19:48:54.3600591Z * [new branch] gh/seemethere/12/orig -> origin/gh/seemethere/12/orig 2025-03-04T19:48:54.3601135Z * [new branch] gh/seemethere/13/base -> origin/gh/seemethere/13/base 2025-03-04T19:48:54.3601684Z * [new branch] gh/seemethere/13/head -> origin/gh/seemethere/13/head 2025-03-04T19:48:54.3602230Z * [new branch] gh/seemethere/13/orig -> origin/gh/seemethere/13/orig 2025-03-04T19:48:54.3602760Z * [new branch] gh/seemethere/14/base -> origin/gh/seemethere/14/base 2025-03-04T19:48:54.3603300Z * [new branch] gh/seemethere/14/head -> origin/gh/seemethere/14/head 2025-03-04T19:48:54.3603847Z * [new branch] gh/seemethere/14/orig -> origin/gh/seemethere/14/orig 2025-03-04T19:48:54.3604484Z * [new branch] gh/seemethere/15/base -> origin/gh/seemethere/15/base 2025-03-04T19:48:54.3605030Z * [new branch] gh/seemethere/15/head -> origin/gh/seemethere/15/head 2025-03-04T19:48:54.3605586Z * [new branch] gh/seemethere/15/orig -> origin/gh/seemethere/15/orig 2025-03-04T19:48:54.3606122Z * [new branch] gh/seemethere/16/base -> origin/gh/seemethere/16/base 2025-03-04T19:48:54.3606665Z * [new branch] gh/seemethere/16/head -> origin/gh/seemethere/16/head 2025-03-04T19:48:54.3607209Z * [new branch] gh/seemethere/16/orig -> origin/gh/seemethere/16/orig 2025-03-04T19:48:54.3607758Z * [new branch] gh/seemethere/7/base -> origin/gh/seemethere/7/base 2025-03-04T19:48:54.3608297Z * [new branch] gh/seemethere/7/head -> origin/gh/seemethere/7/head 2025-03-04T19:48:54.3608846Z * [new branch] gh/seemethere/7/orig -> origin/gh/seemethere/7/orig 2025-03-04T19:48:54.3609370Z * [new branch] gh/seemethere/8/base -> origin/gh/seemethere/8/base 2025-03-04T19:48:54.3609907Z * [new branch] gh/seemethere/8/head -> origin/gh/seemethere/8/head 2025-03-04T19:48:54.3610445Z * [new branch] gh/seemethere/8/orig -> origin/gh/seemethere/8/orig 2025-03-04T19:48:54.3610978Z * [new branch] gh/seemethere/9/base -> origin/gh/seemethere/9/base 2025-03-04T19:48:54.3611512Z * [new branch] gh/seemethere/9/head -> origin/gh/seemethere/9/head 2025-03-04T19:48:54.3612040Z * [new branch] gh/seemethere/9/orig -> origin/gh/seemethere/9/orig 2025-03-04T19:48:54.3612578Z * [new branch] gh/shunting314/145/base -> origin/gh/shunting314/145/base 2025-03-04T19:48:54.3613133Z * [new branch] gh/shunting314/145/head -> origin/gh/shunting314/145/head 2025-03-04T19:48:54.3613698Z * [new branch] gh/shunting314/145/orig -> origin/gh/shunting314/145/orig 2025-03-04T19:48:54.3614243Z * [new branch] gh/shunting314/151/base -> origin/gh/shunting314/151/base 2025-03-04T19:48:54.3614797Z * [new branch] gh/shunting314/151/head -> origin/gh/shunting314/151/head 2025-03-04T19:48:54.4059722Z * [new branch] gh/shunting314/151/orig -> origin/gh/shunting314/151/orig 2025-03-04T19:48:54.4060367Z * [new branch] gh/shunting314/176/base -> origin/gh/shunting314/176/base 2025-03-04T19:48:54.4060929Z * [new branch] gh/shunting314/176/head -> origin/gh/shunting314/176/head 2025-03-04T19:48:54.4061477Z * [new branch] gh/shunting314/176/orig -> origin/gh/shunting314/176/orig 2025-03-04T19:48:54.4062034Z * [new branch] gh/shunting314/187/base -> origin/gh/shunting314/187/base 2025-03-04T19:48:54.4062778Z * [new branch] gh/shunting314/187/head -> origin/gh/shunting314/187/head 2025-03-04T19:48:54.4063346Z * [new branch] gh/shunting314/187/orig -> origin/gh/shunting314/187/orig 2025-03-04T19:48:54.4063895Z * [new branch] gh/shunting314/196/base -> origin/gh/shunting314/196/base 2025-03-04T19:48:54.4064450Z * [new branch] gh/shunting314/196/head -> origin/gh/shunting314/196/head 2025-03-04T19:48:54.4064997Z * [new branch] gh/shunting314/196/orig -> origin/gh/shunting314/196/orig 2025-03-04T19:48:54.4065602Z * [new branch] gh/shunting314/197/base -> origin/gh/shunting314/197/base 2025-03-04T19:48:54.4066194Z * [new branch] gh/shunting314/197/head -> origin/gh/shunting314/197/head 2025-03-04T19:48:54.4066787Z * [new branch] gh/shunting314/197/orig -> origin/gh/shunting314/197/orig 2025-03-04T19:48:54.4067344Z * [new branch] gh/shunting314/198/base -> origin/gh/shunting314/198/base 2025-03-04T19:48:54.4068008Z * [new branch] gh/shunting314/198/head -> origin/gh/shunting314/198/head 2025-03-04T19:48:54.4068574Z * [new branch] gh/shunting314/198/orig -> origin/gh/shunting314/198/orig 2025-03-04T19:48:54.4069123Z * [new branch] gh/shunting314/199/base -> origin/gh/shunting314/199/base 2025-03-04T19:48:54.4069691Z * [new branch] gh/shunting314/199/head -> origin/gh/shunting314/199/head 2025-03-04T19:48:54.4070237Z * [new branch] gh/shunting314/199/orig -> origin/gh/shunting314/199/orig 2025-03-04T19:48:54.4070771Z * [new branch] gh/sijiac/1/base -> origin/gh/sijiac/1/base 2025-03-04T19:48:54.4071281Z * [new branch] gh/sijiac/1/head -> origin/gh/sijiac/1/head 2025-03-04T19:48:54.4071815Z * [new branch] gh/sijiac/2/base -> origin/gh/sijiac/2/base 2025-03-04T19:48:54.4072343Z * [new branch] gh/sijiac/2/head -> origin/gh/sijiac/2/head 2025-03-04T19:48:54.4072840Z * [new branch] gh/sijiac/3/base -> origin/gh/sijiac/3/base 2025-03-04T19:48:54.4073329Z * [new branch] gh/sijiac/3/head -> origin/gh/sijiac/3/head 2025-03-04T19:48:54.4073845Z * [new branch] gh/silverguo/1/base -> origin/gh/silverguo/1/base 2025-03-04T19:48:54.4074371Z * [new branch] gh/silverguo/1/head -> origin/gh/silverguo/1/head 2025-03-04T19:48:54.4074909Z * [new branch] gh/silverguo/2/base -> origin/gh/silverguo/2/base 2025-03-04T19:48:54.4075424Z * [new branch] gh/silverguo/2/head -> origin/gh/silverguo/2/head 2025-03-04T19:48:54.4075947Z * [new branch] gh/silverguo/3/base -> origin/gh/silverguo/3/base 2025-03-04T19:48:54.4076470Z * [new branch] gh/silverguo/3/head -> origin/gh/silverguo/3/head 2025-03-04T19:48:54.4077004Z * [new branch] gh/silverguo/4/base -> origin/gh/silverguo/4/base 2025-03-04T19:48:54.4077531Z * [new branch] gh/silverguo/4/head -> origin/gh/silverguo/4/head 2025-03-04T19:48:54.4078066Z * [new branch] gh/sinhaanhsul/1/base -> origin/gh/sinhaanhsul/1/base 2025-03-04T19:48:54.4078603Z * [new branch] gh/sinhaanhsul/1/head -> origin/gh/sinhaanhsul/1/head 2025-03-04T19:48:54.4079141Z * [new branch] gh/soulitzer/269/base -> origin/gh/soulitzer/269/base 2025-03-04T19:48:54.4079677Z * [new branch] gh/soulitzer/269/head -> origin/gh/soulitzer/269/head 2025-03-04T19:48:54.4080275Z * [new branch] gh/soulitzer/269/orig -> origin/gh/soulitzer/269/orig 2025-03-04T19:48:54.4080824Z * [new branch] gh/soulitzer/276/base -> origin/gh/soulitzer/276/base 2025-03-04T19:48:54.4081373Z * [new branch] gh/soulitzer/276/head -> origin/gh/soulitzer/276/head 2025-03-04T19:48:54.4082028Z * [new branch] gh/soulitzer/276/orig -> origin/gh/soulitzer/276/orig 2025-03-04T19:48:54.4090685Z * [new branch] gh/soulitzer/287/base -> origin/gh/soulitzer/287/base 2025-03-04T19:48:54.4091370Z * [new branch] gh/soulitzer/287/head -> origin/gh/soulitzer/287/head 2025-03-04T19:48:54.4091916Z * [new branch] gh/soulitzer/287/orig -> origin/gh/soulitzer/287/orig 2025-03-04T19:48:54.4092455Z * [new branch] gh/soulitzer/296/base -> origin/gh/soulitzer/296/base 2025-03-04T19:48:54.4092988Z * [new branch] gh/soulitzer/296/head -> origin/gh/soulitzer/296/head 2025-03-04T19:48:54.4516414Z * [new branch] gh/soulitzer/296/orig -> origin/gh/soulitzer/296/orig 2025-03-04T19:48:54.4516975Z * [new branch] gh/soulitzer/299/base -> origin/gh/soulitzer/299/base 2025-03-04T19:48:54.4517535Z * [new branch] gh/soulitzer/299/head -> origin/gh/soulitzer/299/head 2025-03-04T19:48:54.4518213Z * [new branch] gh/soulitzer/299/orig -> origin/gh/soulitzer/299/orig 2025-03-04T19:48:54.4518752Z * [new branch] gh/soulitzer/300/base -> origin/gh/soulitzer/300/base 2025-03-04T19:48:54.4519293Z * [new branch] gh/soulitzer/300/head -> origin/gh/soulitzer/300/head 2025-03-04T19:48:54.4519827Z * [new branch] gh/soulitzer/300/orig -> origin/gh/soulitzer/300/orig 2025-03-04T19:48:54.4520411Z * [new branch] gh/soulitzer/301/base -> origin/gh/soulitzer/301/base 2025-03-04T19:48:54.4520945Z * [new branch] gh/soulitzer/301/head -> origin/gh/soulitzer/301/head 2025-03-04T19:48:54.4521476Z * [new branch] gh/soulitzer/301/orig -> origin/gh/soulitzer/301/orig 2025-03-04T19:48:54.4521998Z * [new branch] gh/soulitzer/313/base -> origin/gh/soulitzer/313/base 2025-03-04T19:48:54.4522545Z * [new branch] gh/soulitzer/313/head -> origin/gh/soulitzer/313/head 2025-03-04T19:48:54.4523077Z * [new branch] gh/soulitzer/313/orig -> origin/gh/soulitzer/313/orig 2025-03-04T19:48:54.4523611Z * [new branch] gh/soulitzer/319/base -> origin/gh/soulitzer/319/base 2025-03-04T19:48:54.4524145Z * [new branch] gh/soulitzer/319/head -> origin/gh/soulitzer/319/head 2025-03-04T19:48:54.4524675Z * [new branch] gh/soulitzer/319/orig -> origin/gh/soulitzer/319/orig 2025-03-04T19:48:54.4525200Z * [new branch] gh/soulitzer/320/base -> origin/gh/soulitzer/320/base 2025-03-04T19:48:54.4525736Z * [new branch] gh/soulitzer/320/head -> origin/gh/soulitzer/320/head 2025-03-04T19:48:54.4526269Z * [new branch] gh/soulitzer/320/orig -> origin/gh/soulitzer/320/orig 2025-03-04T19:48:54.4526811Z * [new branch] gh/soulitzer/329/base -> origin/gh/soulitzer/329/base 2025-03-04T19:48:54.4527344Z * [new branch] gh/soulitzer/329/head -> origin/gh/soulitzer/329/head 2025-03-04T19:48:54.4527872Z * [new branch] gh/soulitzer/329/orig -> origin/gh/soulitzer/329/orig 2025-03-04T19:48:54.4528397Z * [new branch] gh/soulitzer/331/base -> origin/gh/soulitzer/331/base 2025-03-04T19:48:54.4528934Z * [new branch] gh/soulitzer/331/head -> origin/gh/soulitzer/331/head 2025-03-04T19:48:54.4529467Z * [new branch] gh/soulitzer/331/orig -> origin/gh/soulitzer/331/orig 2025-03-04T19:48:54.4529999Z * [new branch] gh/soulitzer/332/base -> origin/gh/soulitzer/332/base 2025-03-04T19:48:54.4530530Z * [new branch] gh/soulitzer/332/head -> origin/gh/soulitzer/332/head 2025-03-04T19:48:54.4531067Z * [new branch] gh/soulitzer/332/orig -> origin/gh/soulitzer/332/orig 2025-03-04T19:48:54.4531699Z * [new branch] gh/soulitzer/335/base -> origin/gh/soulitzer/335/base 2025-03-04T19:48:54.4532236Z * [new branch] gh/soulitzer/335/head -> origin/gh/soulitzer/335/head 2025-03-04T19:48:54.4532767Z * [new branch] gh/soulitzer/335/orig -> origin/gh/soulitzer/335/orig 2025-03-04T19:48:54.4533302Z * [new branch] gh/soulitzer/336/base -> origin/gh/soulitzer/336/base 2025-03-04T19:48:54.4533836Z * [new branch] gh/soulitzer/336/head -> origin/gh/soulitzer/336/head 2025-03-04T19:48:54.4534364Z * [new branch] gh/soulitzer/336/orig -> origin/gh/soulitzer/336/orig 2025-03-04T19:48:54.4534896Z * [new branch] gh/soulitzer/347/base -> origin/gh/soulitzer/347/base 2025-03-04T19:48:54.4535421Z * [new branch] gh/soulitzer/347/head -> origin/gh/soulitzer/347/head 2025-03-04T19:48:54.4535953Z * [new branch] gh/soulitzer/347/orig -> origin/gh/soulitzer/347/orig 2025-03-04T19:48:54.4536575Z * [new branch] gh/soulitzer/349/base -> origin/gh/soulitzer/349/base 2025-03-04T19:48:54.4537113Z * [new branch] gh/soulitzer/349/head -> origin/gh/soulitzer/349/head 2025-03-04T19:48:54.4537647Z * [new branch] gh/soulitzer/349/orig -> origin/gh/soulitzer/349/orig 2025-03-04T19:48:54.4538177Z * [new branch] gh/soulitzer/350/base -> origin/gh/soulitzer/350/base 2025-03-04T19:48:54.4538705Z * [new branch] gh/soulitzer/350/head -> origin/gh/soulitzer/350/head 2025-03-04T19:48:54.4539260Z * [new branch] gh/soulitzer/350/orig -> origin/gh/soulitzer/350/orig 2025-03-04T19:48:54.4539798Z * [new branch] gh/soulitzer/351/base -> origin/gh/soulitzer/351/base 2025-03-04T19:48:54.4540330Z * [new branch] gh/soulitzer/351/head -> origin/gh/soulitzer/351/head 2025-03-04T19:48:54.4540868Z * [new branch] gh/soulitzer/351/orig -> origin/gh/soulitzer/351/orig 2025-03-04T19:48:54.4943700Z * [new branch] gh/soulitzer/352/base -> origin/gh/soulitzer/352/base 2025-03-04T19:48:54.4944394Z * [new branch] gh/soulitzer/352/head -> origin/gh/soulitzer/352/head 2025-03-04T19:48:54.4945026Z * [new branch] gh/soulitzer/352/orig -> origin/gh/soulitzer/352/orig 2025-03-04T19:48:54.4945650Z * [new branch] gh/soulitzer/353/base -> origin/gh/soulitzer/353/base 2025-03-04T19:48:54.4946290Z * [new branch] gh/soulitzer/353/head -> origin/gh/soulitzer/353/head 2025-03-04T19:48:54.4946908Z * [new branch] gh/soulitzer/353/orig -> origin/gh/soulitzer/353/orig 2025-03-04T19:48:54.4947466Z * [new branch] gh/suo/619/base -> origin/gh/suo/619/base 2025-03-04T19:48:54.4948072Z * [new branch] gh/swolchok/704/base -> origin/gh/swolchok/704/base 2025-03-04T19:48:54.4948713Z * [new branch] gh/swolchok/704/head -> origin/gh/swolchok/704/head 2025-03-04T19:48:54.4949323Z * [new branch] gh/swolchok/704/orig -> origin/gh/swolchok/704/orig 2025-03-04T19:48:54.4949937Z * [new branch] gh/swolchok/710/base -> origin/gh/swolchok/710/base 2025-03-04T19:48:54.4950508Z * [new branch] gh/swolchok/710/head -> origin/gh/swolchok/710/head 2025-03-04T19:48:54.4951120Z * [new branch] gh/swolchok/710/orig -> origin/gh/swolchok/710/orig 2025-03-04T19:48:54.4951737Z * [new branch] gh/swolchok/711/base -> origin/gh/swolchok/711/base 2025-03-04T19:48:54.4952345Z * [new branch] gh/swolchok/711/head -> origin/gh/swolchok/711/head 2025-03-04T19:48:54.4952934Z * [new branch] gh/swolchok/711/orig -> origin/gh/swolchok/711/orig 2025-03-04T19:48:54.4953526Z * [new branch] gh/swolchok/722/base -> origin/gh/swolchok/722/base 2025-03-04T19:48:54.4954348Z * [new branch] gh/swolchok/722/head -> origin/gh/swolchok/722/head 2025-03-04T19:48:54.4954926Z * [new branch] gh/swolchok/722/orig -> origin/gh/swolchok/722/orig 2025-03-04T19:48:54.4955546Z * [new branch] gh/swolchok/723/base -> origin/gh/swolchok/723/base 2025-03-04T19:48:54.4956167Z * [new branch] gh/swolchok/723/head -> origin/gh/swolchok/723/head 2025-03-04T19:48:54.4956778Z * [new branch] gh/swolchok/723/orig -> origin/gh/swolchok/723/orig 2025-03-04T19:48:54.4957362Z * [new branch] gh/syed-ahmed/1/base -> origin/gh/syed-ahmed/1/base 2025-03-04T19:48:54.4957888Z * [new branch] gh/syed-ahmed/1/head -> origin/gh/syed-ahmed/1/head 2025-03-04T19:48:54.4958403Z * [new branch] gh/syed-ahmed/1/orig -> origin/gh/syed-ahmed/1/orig 2025-03-04T19:48:54.4958929Z * [new branch] gh/syed-ahmed/2/base -> origin/gh/syed-ahmed/2/base 2025-03-04T19:48:54.4959552Z * [new branch] gh/syed-ahmed/2/head -> origin/gh/syed-ahmed/2/head 2025-03-04T19:48:54.4960061Z * [new branch] gh/syed-ahmed/2/orig -> origin/gh/syed-ahmed/2/orig 2025-03-04T19:48:54.4960656Z * [new branch] gh/tianyu-l/2/base -> origin/gh/tianyu-l/2/base 2025-03-04T19:48:54.4961173Z * [new branch] gh/tianyu-l/2/head -> origin/gh/tianyu-l/2/head 2025-03-04T19:48:54.4961673Z * [new branch] gh/tianyu-l/2/orig -> origin/gh/tianyu-l/2/orig 2025-03-04T19:48:54.4962186Z * [new branch] gh/tianyu-l/6/base -> origin/gh/tianyu-l/6/base 2025-03-04T19:48:54.4962783Z * [new branch] gh/tianyu-l/6/head -> origin/gh/tianyu-l/6/head 2025-03-04T19:48:54.4963335Z * [new branch] gh/tianyu-l/6/orig -> origin/gh/tianyu-l/6/orig 2025-03-04T19:48:54.4963830Z * [new branch] gh/tianyu-l/7/base -> origin/gh/tianyu-l/7/base 2025-03-04T19:48:54.4964332Z * [new branch] gh/tianyu-l/7/head -> origin/gh/tianyu-l/7/head 2025-03-04T19:48:54.4964833Z * [new branch] gh/tianyu-l/7/orig -> origin/gh/tianyu-l/7/orig 2025-03-04T19:48:54.4965390Z * [new branch] gh/tugsbayasgalan/155/base -> origin/gh/tugsbayasgalan/155/base 2025-03-04T19:48:54.4965994Z * [new branch] gh/tugsbayasgalan/155/head -> origin/gh/tugsbayasgalan/155/head 2025-03-04T19:48:54.4966594Z * [new branch] gh/tugsbayasgalan/155/orig -> origin/gh/tugsbayasgalan/155/orig 2025-03-04T19:48:54.4967183Z * [new branch] gh/tugsbayasgalan/162/base -> origin/gh/tugsbayasgalan/162/base 2025-03-04T19:48:54.4967779Z * [new branch] gh/tugsbayasgalan/162/head -> origin/gh/tugsbayasgalan/162/head 2025-03-04T19:48:54.4968425Z * [new branch] gh/tugsbayasgalan/162/orig -> origin/gh/tugsbayasgalan/162/orig 2025-03-04T19:48:54.4969130Z * [new branch] gh/tugsbayasgalan/277/base -> origin/gh/tugsbayasgalan/277/base 2025-03-04T19:48:54.4969733Z * [new branch] gh/tugsbayasgalan/277/head -> origin/gh/tugsbayasgalan/277/head 2025-03-04T19:48:54.4970326Z * [new branch] gh/tugsbayasgalan/277/orig -> origin/gh/tugsbayasgalan/277/orig 2025-03-04T19:48:54.5369436Z * [new branch] gh/tugsbayasgalan/282/base -> origin/gh/tugsbayasgalan/282/base 2025-03-04T19:48:54.5370104Z * [new branch] gh/tugsbayasgalan/282/head -> origin/gh/tugsbayasgalan/282/head 2025-03-04T19:48:54.5370720Z * [new branch] gh/tugsbayasgalan/282/orig -> origin/gh/tugsbayasgalan/282/orig 2025-03-04T19:48:54.5371378Z * [new branch] gh/tugsbayasgalan/287/base -> origin/gh/tugsbayasgalan/287/base 2025-03-04T19:48:54.5372017Z * [new branch] gh/tugsbayasgalan/287/head -> origin/gh/tugsbayasgalan/287/head 2025-03-04T19:48:54.5372804Z * [new branch] gh/tugsbayasgalan/287/orig -> origin/gh/tugsbayasgalan/287/orig 2025-03-04T19:48:54.5373412Z * [new branch] gh/tugsbayasgalan/288/base -> origin/gh/tugsbayasgalan/288/base 2025-03-04T19:48:54.5374020Z * [new branch] gh/tugsbayasgalan/288/head -> origin/gh/tugsbayasgalan/288/head 2025-03-04T19:48:54.5374618Z * [new branch] gh/tugsbayasgalan/288/orig -> origin/gh/tugsbayasgalan/288/orig 2025-03-04T19:48:54.5375224Z * [new branch] gh/tugsbayasgalan/289/base -> origin/gh/tugsbayasgalan/289/base 2025-03-04T19:48:54.5375816Z * [new branch] gh/tugsbayasgalan/289/head -> origin/gh/tugsbayasgalan/289/head 2025-03-04T19:48:54.5376410Z * [new branch] gh/tugsbayasgalan/289/orig -> origin/gh/tugsbayasgalan/289/orig 2025-03-04T19:48:54.5377062Z * [new branch] gh/tugsbayasgalan/290/base -> origin/gh/tugsbayasgalan/290/base 2025-03-04T19:48:54.5377814Z * [new branch] gh/tugsbayasgalan/290/head -> origin/gh/tugsbayasgalan/290/head 2025-03-04T19:48:54.5378415Z * [new branch] gh/tugsbayasgalan/290/orig -> origin/gh/tugsbayasgalan/290/orig 2025-03-04T19:48:54.5379013Z * [new branch] gh/tugsbayasgalan/291/base -> origin/gh/tugsbayasgalan/291/base 2025-03-04T19:48:54.5379611Z * [new branch] gh/tugsbayasgalan/291/head -> origin/gh/tugsbayasgalan/291/head 2025-03-04T19:48:54.5380203Z * [new branch] gh/tugsbayasgalan/291/orig -> origin/gh/tugsbayasgalan/291/orig 2025-03-04T19:48:54.5380811Z * [new branch] gh/tugsbayasgalan/292/base -> origin/gh/tugsbayasgalan/292/base 2025-03-04T19:48:54.5381408Z * [new branch] gh/tugsbayasgalan/292/head -> origin/gh/tugsbayasgalan/292/head 2025-03-04T19:48:54.5382006Z * [new branch] gh/tugsbayasgalan/292/orig -> origin/gh/tugsbayasgalan/292/orig 2025-03-04T19:48:54.5382659Z * [new branch] gh/tugsbayasgalan/293/base -> origin/gh/tugsbayasgalan/293/base 2025-03-04T19:48:54.5383296Z * [new branch] gh/tugsbayasgalan/293/head -> origin/gh/tugsbayasgalan/293/head 2025-03-04T19:48:54.5383885Z * [new branch] gh/tugsbayasgalan/293/orig -> origin/gh/tugsbayasgalan/293/orig 2025-03-04T19:48:54.5384482Z * [new branch] gh/tugsbayasgalan/294/base -> origin/gh/tugsbayasgalan/294/base 2025-03-04T19:48:54.5385074Z * [new branch] gh/tugsbayasgalan/294/head -> origin/gh/tugsbayasgalan/294/head 2025-03-04T19:48:54.5385683Z * [new branch] gh/tugsbayasgalan/294/orig -> origin/gh/tugsbayasgalan/294/orig 2025-03-04T19:48:54.5386274Z * [new branch] gh/tugsbayasgalan/295/base -> origin/gh/tugsbayasgalan/295/base 2025-03-04T19:48:54.5386866Z * [new branch] gh/tugsbayasgalan/295/head -> origin/gh/tugsbayasgalan/295/head 2025-03-04T19:48:54.5387464Z * [new branch] gh/tugsbayasgalan/295/orig -> origin/gh/tugsbayasgalan/295/orig 2025-03-04T19:48:54.5388068Z * [new branch] gh/tugsbayasgalan/296/base -> origin/gh/tugsbayasgalan/296/base 2025-03-04T19:48:54.5388759Z * [new branch] gh/tugsbayasgalan/296/head -> origin/gh/tugsbayasgalan/296/head 2025-03-04T19:48:54.5389352Z * [new branch] gh/tugsbayasgalan/296/orig -> origin/gh/tugsbayasgalan/296/orig 2025-03-04T19:48:54.5389904Z * [new branch] gh/vkuzo/1/head -> origin/gh/vkuzo/1/head 2025-03-04T19:48:54.5390401Z * [new branch] gh/vkuzo/1/next -> origin/gh/vkuzo/1/next 2025-03-04T19:48:54.5390878Z * [new branch] gh/vkuzo/1/orig -> origin/gh/vkuzo/1/orig 2025-03-04T19:48:54.5391359Z * [new branch] gh/vkuzo/2/head -> origin/gh/vkuzo/2/head 2025-03-04T19:48:54.5391834Z * [new branch] gh/vkuzo/2/next -> origin/gh/vkuzo/2/next 2025-03-04T19:48:54.5392421Z * [new branch] gh/vkuzo/2/orig -> origin/gh/vkuzo/2/orig 2025-03-04T19:48:54.5392907Z * [new branch] gh/vkuzo/3/head -> origin/gh/vkuzo/3/head 2025-03-04T19:48:54.5393390Z * [new branch] gh/vkuzo/3/next -> origin/gh/vkuzo/3/next 2025-03-04T19:48:54.5393922Z * [new branch] gh/vkuzo/3/orig -> origin/gh/vkuzo/3/orig 2025-03-04T19:48:54.5394448Z * [new branch] gh/vkuzo/4/base -> origin/gh/vkuzo/4/base 2025-03-04T19:48:54.5394917Z * [new branch] gh/vkuzo/4/head -> origin/gh/vkuzo/4/head 2025-03-04T19:48:54.5395395Z * [new branch] gh/vkuzo/4/orig -> origin/gh/vkuzo/4/orig 2025-03-04T19:48:54.5831905Z * [new branch] gh/vkuzo/5/base -> origin/gh/vkuzo/5/base 2025-03-04T19:48:54.5832410Z * [new branch] gh/vkuzo/5/head -> origin/gh/vkuzo/5/head 2025-03-04T19:48:54.5832905Z * [new branch] gh/vkuzo/5/orig -> origin/gh/vkuzo/5/orig 2025-03-04T19:48:54.5833552Z * [new branch] gh/vkuzo/6/base -> origin/gh/vkuzo/6/base 2025-03-04T19:48:54.5834079Z * [new branch] gh/vkuzo/6/head -> origin/gh/vkuzo/6/head 2025-03-04T19:48:54.5834571Z * [new branch] gh/vkuzo/6/orig -> origin/gh/vkuzo/6/orig 2025-03-04T19:48:54.5835051Z * [new branch] gh/vkuzo/7/base -> origin/gh/vkuzo/7/base 2025-03-04T19:48:54.5835531Z * [new branch] gh/vkuzo/7/head -> origin/gh/vkuzo/7/head 2025-03-04T19:48:54.5836015Z * [new branch] gh/vkuzo/7/orig -> origin/gh/vkuzo/7/orig 2025-03-04T19:48:54.5836514Z * [new branch] gh/vmoens/10/base -> origin/gh/vmoens/10/base 2025-03-04T19:48:54.5837008Z * [new branch] gh/vmoens/10/head -> origin/gh/vmoens/10/head 2025-03-04T19:48:54.5837531Z * [new branch] gh/vmoens/10/orig -> origin/gh/vmoens/10/orig 2025-03-04T19:48:54.5838035Z * [new branch] gh/vmoens/15/base -> origin/gh/vmoens/15/base 2025-03-04T19:48:54.5838540Z * [new branch] gh/vmoens/15/head -> origin/gh/vmoens/15/head 2025-03-04T19:48:54.5839046Z * [new branch] gh/vmoens/15/orig -> origin/gh/vmoens/15/orig 2025-03-04T19:48:54.5839635Z * [new branch] gh/vmoens/16/base -> origin/gh/vmoens/16/base 2025-03-04T19:48:54.5840139Z * [new branch] gh/vmoens/16/head -> origin/gh/vmoens/16/head 2025-03-04T19:48:54.5840702Z * [new branch] gh/vmoens/16/orig -> origin/gh/vmoens/16/orig 2025-03-04T19:48:54.5841189Z * [new branch] gh/vmoens/17/base -> origin/gh/vmoens/17/base 2025-03-04T19:48:54.5841683Z * [new branch] gh/vmoens/17/head -> origin/gh/vmoens/17/head 2025-03-04T19:48:54.5842194Z * [new branch] gh/vmoens/17/orig -> origin/gh/vmoens/17/orig 2025-03-04T19:48:54.5842696Z * [new branch] gh/vmoens/18/base -> origin/gh/vmoens/18/base 2025-03-04T19:48:54.5843200Z * [new branch] gh/vmoens/18/head -> origin/gh/vmoens/18/head 2025-03-04T19:48:54.5843706Z * [new branch] gh/vmoens/18/orig -> origin/gh/vmoens/18/orig 2025-03-04T19:48:54.5844194Z * [new branch] gh/vmoens/19/base -> origin/gh/vmoens/19/base 2025-03-04T19:48:54.5844695Z * [new branch] gh/vmoens/19/head -> origin/gh/vmoens/19/head 2025-03-04T19:48:54.5845295Z * [new branch] gh/vmoens/19/orig -> origin/gh/vmoens/19/orig 2025-03-04T19:48:54.5845793Z * [new branch] gh/vmoens/20/base -> origin/gh/vmoens/20/base 2025-03-04T19:48:54.5846292Z * [new branch] gh/vmoens/20/head -> origin/gh/vmoens/20/head 2025-03-04T19:48:54.5846905Z * [new branch] gh/vmoens/20/orig -> origin/gh/vmoens/20/orig 2025-03-04T19:48:54.5847449Z * [new branch] gh/voznesenskym/211/base -> origin/gh/voznesenskym/211/base 2025-03-04T19:48:54.5848036Z * [new branch] gh/voznesenskym/211/head -> origin/gh/voznesenskym/211/head 2025-03-04T19:48:54.5848611Z * [new branch] gh/voznesenskym/211/orig -> origin/gh/voznesenskym/211/orig 2025-03-04T19:48:54.5849182Z * [new branch] gh/voznesenskym/231/base -> origin/gh/voznesenskym/231/base 2025-03-04T19:48:54.5849752Z * [new branch] gh/voznesenskym/231/head -> origin/gh/voznesenskym/231/head 2025-03-04T19:48:54.5850321Z * [new branch] gh/voznesenskym/231/orig -> origin/gh/voznesenskym/231/orig 2025-03-04T19:48:54.5850974Z * [new branch] gh/voznesenskym/254/base -> origin/gh/voznesenskym/254/base 2025-03-04T19:48:54.5851543Z * [new branch] gh/voznesenskym/254/head -> origin/gh/voznesenskym/254/head 2025-03-04T19:48:54.5852207Z * [new branch] gh/voznesenskym/254/orig -> origin/gh/voznesenskym/254/orig 2025-03-04T19:48:54.5852765Z * [new branch] gh/wanchaol/360/base -> origin/gh/wanchaol/360/base 2025-03-04T19:48:54.5853297Z * [new branch] gh/wanchaol/360/head -> origin/gh/wanchaol/360/head 2025-03-04T19:48:54.5853833Z * [new branch] gh/wanchaol/360/orig -> origin/gh/wanchaol/360/orig 2025-03-04T19:48:54.5854360Z * [new branch] gh/wanchaol/367/base -> origin/gh/wanchaol/367/base 2025-03-04T19:48:54.5854875Z * [new branch] gh/wanchaol/367/head -> origin/gh/wanchaol/367/head 2025-03-04T19:48:54.5855405Z * [new branch] gh/wanchaol/367/orig -> origin/gh/wanchaol/367/orig 2025-03-04T19:48:54.5855924Z * [new branch] gh/wanchaol/368/base -> origin/gh/wanchaol/368/base 2025-03-04T19:48:54.5856530Z * [new branch] gh/wanchaol/368/head -> origin/gh/wanchaol/368/head 2025-03-04T19:48:54.5857084Z * [new branch] gh/wanchaol/368/orig -> origin/gh/wanchaol/368/orig 2025-03-04T19:48:54.6281322Z * [new branch] gh/wconstab/204/base -> origin/gh/wconstab/204/base 2025-03-04T19:48:54.6281869Z * [new branch] gh/wconstab/204/orig -> origin/gh/wconstab/204/orig 2025-03-04T19:48:54.6282392Z * [new branch] gh/wconstab/380/base -> origin/gh/wconstab/380/base 2025-03-04T19:48:54.6282923Z * [new branch] gh/wconstab/380/head -> origin/gh/wconstab/380/head 2025-03-04T19:48:54.6283443Z * [new branch] gh/wconstab/380/orig -> origin/gh/wconstab/380/orig 2025-03-04T19:48:54.6283969Z * [new branch] gh/wconstab/382/base -> origin/gh/wconstab/382/base 2025-03-04T19:48:54.6284492Z * [new branch] gh/wconstab/383/base -> origin/gh/wconstab/383/base 2025-03-04T19:48:54.6285037Z * [new branch] gh/wconstab/384/base -> origin/gh/wconstab/384/base 2025-03-04T19:48:54.6285549Z * [new branch] gh/wconstab/385/base -> origin/gh/wconstab/385/base 2025-03-04T19:48:54.6286079Z * [new branch] gh/wconstab/385/head -> origin/gh/wconstab/385/head 2025-03-04T19:48:54.6286605Z * [new branch] gh/wconstab/386/base -> origin/gh/wconstab/386/base 2025-03-04T19:48:54.6287126Z * [new branch] gh/wconstab/391/base -> origin/gh/wconstab/391/base 2025-03-04T19:48:54.6287647Z * [new branch] gh/wconstab/391/head -> origin/gh/wconstab/391/head 2025-03-04T19:48:54.6288177Z * [new branch] gh/wconstab/391/orig -> origin/gh/wconstab/391/orig 2025-03-04T19:48:54.6288691Z * [new branch] gh/wconstab/392/base -> origin/gh/wconstab/392/base 2025-03-04T19:48:54.6289216Z * [new branch] gh/wconstab/392/head -> origin/gh/wconstab/392/head 2025-03-04T19:48:54.6289975Z * [new branch] gh/wconstab/392/orig -> origin/gh/wconstab/392/orig 2025-03-04T19:48:54.6290509Z * [new branch] gh/wconstab/393/base -> origin/gh/wconstab/393/base 2025-03-04T19:48:54.6291039Z * [new branch] gh/wconstab/393/head -> origin/gh/wconstab/393/head 2025-03-04T19:48:54.6291565Z * [new branch] gh/wconstab/393/orig -> origin/gh/wconstab/393/orig 2025-03-04T19:48:54.6292080Z * [new branch] gh/wconstab/394/base -> origin/gh/wconstab/394/base 2025-03-04T19:48:54.6292608Z * [new branch] gh/wconstab/394/head -> origin/gh/wconstab/394/head 2025-03-04T19:48:54.6293152Z * [new branch] gh/wconstab/394/orig -> origin/gh/wconstab/394/orig 2025-03-04T19:48:54.6293677Z * [new branch] gh/wconstab/395/base -> origin/gh/wconstab/395/base 2025-03-04T19:48:54.6294205Z * [new branch] gh/wconstab/395/head -> origin/gh/wconstab/395/head 2025-03-04T19:48:54.6294820Z * [new branch] gh/wconstab/395/orig -> origin/gh/wconstab/395/orig 2025-03-04T19:48:54.6295346Z * [new branch] gh/wconstab/396/base -> origin/gh/wconstab/396/base 2025-03-04T19:48:54.6295861Z * [new branch] gh/wconstab/396/head -> origin/gh/wconstab/396/head 2025-03-04T19:48:54.6296390Z * [new branch] gh/wconstab/396/orig -> origin/gh/wconstab/396/orig 2025-03-04T19:48:54.6296912Z * [new branch] gh/wconstab/397/base -> origin/gh/wconstab/397/base 2025-03-04T19:48:54.6297433Z * [new branch] gh/wconstab/397/head -> origin/gh/wconstab/397/head 2025-03-04T19:48:54.6297956Z * [new branch] gh/wconstab/397/orig -> origin/gh/wconstab/397/orig 2025-03-04T19:48:54.6298479Z * [new branch] gh/wconstab/398/base -> origin/gh/wconstab/398/base 2025-03-04T19:48:54.6299016Z * [new branch] gh/wconstab/398/head -> origin/gh/wconstab/398/head 2025-03-04T19:48:54.6299530Z * [new branch] gh/wconstab/398/orig -> origin/gh/wconstab/398/orig 2025-03-04T19:48:54.6300065Z * [new branch] gh/weifengpy/21/base -> origin/gh/weifengpy/21/base 2025-03-04T19:48:54.6300601Z * [new branch] gh/weifengpy/21/head -> origin/gh/weifengpy/21/head 2025-03-04T19:48:54.6301133Z * [new branch] gh/weifengpy/21/orig -> origin/gh/weifengpy/21/orig 2025-03-04T19:48:54.6301682Z * [new branch] gh/williamwen42/196/base -> origin/gh/williamwen42/196/base 2025-03-04T19:48:54.6302249Z * [new branch] gh/williamwen42/196/head -> origin/gh/williamwen42/196/head 2025-03-04T19:48:54.6302811Z * [new branch] gh/williamwen42/196/orig -> origin/gh/williamwen42/196/orig 2025-03-04T19:48:54.6303532Z * [new branch] gh/williamwen42/197/base -> origin/gh/williamwen42/197/base 2025-03-04T19:48:54.6304114Z * [new branch] gh/williamwen42/197/head -> origin/gh/williamwen42/197/head 2025-03-04T19:48:54.6304685Z * [new branch] gh/williamwen42/197/orig -> origin/gh/williamwen42/197/orig 2025-03-04T19:48:54.6305257Z * [new branch] gh/williamwen42/199/base -> origin/gh/williamwen42/199/base 2025-03-04T19:48:54.6305833Z * [new branch] gh/williamwen42/199/head -> origin/gh/williamwen42/199/head 2025-03-04T19:48:54.6720041Z * [new branch] gh/williamwen42/199/orig -> origin/gh/williamwen42/199/orig 2025-03-04T19:48:54.6720747Z * [new branch] gh/williamwen42/200/base -> origin/gh/williamwen42/200/base 2025-03-04T19:48:54.6721323Z * [new branch] gh/williamwen42/200/head -> origin/gh/williamwen42/200/head 2025-03-04T19:48:54.6721891Z * [new branch] gh/williamwen42/200/orig -> origin/gh/williamwen42/200/orig 2025-03-04T19:48:54.6723281Z * [new branch] gh/williamwen42/201/base -> origin/gh/williamwen42/201/base 2025-03-04T19:48:54.6723873Z * [new branch] gh/williamwen42/201/head -> origin/gh/williamwen42/201/head 2025-03-04T19:48:54.6724432Z * [new branch] gh/williamwen42/201/orig -> origin/gh/williamwen42/201/orig 2025-03-04T19:48:54.6726036Z * [new branch] gh/williamwen42/204/base -> origin/gh/williamwen42/204/base 2025-03-04T19:48:54.6726614Z * [new branch] gh/williamwen42/204/head -> origin/gh/williamwen42/204/head 2025-03-04T19:48:54.6727180Z * [new branch] gh/williamwen42/204/orig -> origin/gh/williamwen42/204/orig 2025-03-04T19:48:54.6727738Z * [new branch] gh/williamwen42/205/base -> origin/gh/williamwen42/205/base 2025-03-04T19:48:54.6728302Z * [new branch] gh/williamwen42/205/head -> origin/gh/williamwen42/205/head 2025-03-04T19:48:54.6728875Z * [new branch] gh/williamwen42/205/orig -> origin/gh/williamwen42/205/orig 2025-03-04T19:48:54.6729985Z * [new branch] gh/williamwen42/206/base -> origin/gh/williamwen42/206/base 2025-03-04T19:48:54.6731607Z * [new branch] gh/williamwen42/206/head -> origin/gh/williamwen42/206/head 2025-03-04T19:48:54.6732195Z * [new branch] gh/williamwen42/206/orig -> origin/gh/williamwen42/206/orig 2025-03-04T19:48:54.6732821Z * [new branch] gh/williamwen42/207/base -> origin/gh/williamwen42/207/base 2025-03-04T19:48:54.6733383Z * [new branch] gh/williamwen42/207/head -> origin/gh/williamwen42/207/head 2025-03-04T19:48:54.6733946Z * [new branch] gh/williamwen42/207/orig -> origin/gh/williamwen42/207/orig 2025-03-04T19:48:54.6734506Z * [new branch] gh/williamwen42/208/base -> origin/gh/williamwen42/208/base 2025-03-04T19:48:54.6735081Z * [new branch] gh/williamwen42/208/head -> origin/gh/williamwen42/208/head 2025-03-04T19:48:54.6735662Z * [new branch] gh/williamwen42/208/orig -> origin/gh/williamwen42/208/orig 2025-03-04T19:48:54.6736758Z * [new branch] gh/williamwen42/209/base -> origin/gh/williamwen42/209/base 2025-03-04T19:48:54.6737687Z * [new branch] gh/williamwen42/209/head -> origin/gh/williamwen42/209/head 2025-03-04T19:48:54.6738258Z * [new branch] gh/williamwen42/209/orig -> origin/gh/williamwen42/209/orig 2025-03-04T19:48:54.6738829Z * [new branch] gh/williamwen42/210/base -> origin/gh/williamwen42/210/base 2025-03-04T19:48:54.6739393Z * [new branch] gh/williamwen42/210/head -> origin/gh/williamwen42/210/head 2025-03-04T19:48:54.6739952Z * [new branch] gh/williamwen42/210/orig -> origin/gh/williamwen42/210/orig 2025-03-04T19:48:54.6740507Z * [new branch] gh/williamwen42/211/base -> origin/gh/williamwen42/211/base 2025-03-04T19:48:54.6741079Z * [new branch] gh/williamwen42/211/head -> origin/gh/williamwen42/211/head 2025-03-04T19:48:54.6741648Z * [new branch] gh/williamwen42/211/orig -> origin/gh/williamwen42/211/orig 2025-03-04T19:48:54.6743079Z * [new branch] gh/williamwen42/212/base -> origin/gh/williamwen42/212/base 2025-03-04T19:48:54.6743651Z * [new branch] gh/williamwen42/212/head -> origin/gh/williamwen42/212/head 2025-03-04T19:48:54.6744225Z * [new branch] gh/williamwen42/212/orig -> origin/gh/williamwen42/212/orig 2025-03-04T19:48:54.6744798Z * [new branch] gh/williamwen42/213/base -> origin/gh/williamwen42/213/base 2025-03-04T19:48:54.6745359Z * [new branch] gh/williamwen42/213/head -> origin/gh/williamwen42/213/head 2025-03-04T19:48:54.6745925Z * [new branch] gh/williamwen42/213/orig -> origin/gh/williamwen42/213/orig 2025-03-04T19:48:54.6746636Z * [new branch] gh/williamwen42/214/base -> origin/gh/williamwen42/214/base 2025-03-04T19:48:54.6747212Z * [new branch] gh/williamwen42/214/head -> origin/gh/williamwen42/214/head 2025-03-04T19:48:54.6748668Z * [new branch] gh/williamwen42/214/orig -> origin/gh/williamwen42/214/orig 2025-03-04T19:48:54.6749244Z * [new branch] gh/williamwen42/215/base -> origin/gh/williamwen42/215/base 2025-03-04T19:48:54.6749809Z * [new branch] gh/williamwen42/215/head -> origin/gh/williamwen42/215/head 2025-03-04T19:48:54.6750372Z * [new branch] gh/williamwen42/215/orig -> origin/gh/williamwen42/215/orig 2025-03-04T19:48:54.6750941Z * [new branch] gh/williamwen42/216/base -> origin/gh/williamwen42/216/base 2025-03-04T19:48:54.7196447Z * [new branch] gh/williamwen42/216/head -> origin/gh/williamwen42/216/head 2025-03-04T19:48:54.7197069Z * [new branch] gh/williamwen42/216/orig -> origin/gh/williamwen42/216/orig 2025-03-04T19:48:54.7198141Z * [new branch] gh/williamwen42/217/base -> origin/gh/williamwen42/217/base 2025-03-04T19:48:54.7198736Z * [new branch] gh/williamwen42/217/head -> origin/gh/williamwen42/217/head 2025-03-04T19:48:54.7199304Z * [new branch] gh/williamwen42/217/orig -> origin/gh/williamwen42/217/orig 2025-03-04T19:48:54.7199841Z * [new branch] gh/wz337/2/base -> origin/gh/wz337/2/base 2025-03-04T19:48:54.7200423Z * [new branch] gh/wz337/2/head -> origin/gh/wz337/2/head 2025-03-04T19:48:54.7200903Z * [new branch] gh/wz337/3/base -> origin/gh/wz337/3/base 2025-03-04T19:48:54.7201377Z * [new branch] gh/wz337/3/head -> origin/gh/wz337/3/head 2025-03-04T19:48:54.7201871Z * [new branch] gh/xmfan/138/base -> origin/gh/xmfan/138/base 2025-03-04T19:48:54.7202376Z * [new branch] gh/xmfan/138/head -> origin/gh/xmfan/138/head 2025-03-04T19:48:54.7202895Z * [new branch] gh/xmfan/138/orig -> origin/gh/xmfan/138/orig 2025-03-04T19:48:54.7203392Z * [new branch] gh/xmfan/140/base -> origin/gh/xmfan/140/base 2025-03-04T19:48:54.7203884Z * [new branch] gh/xmfan/140/head -> origin/gh/xmfan/140/head 2025-03-04T19:48:54.7204377Z * [new branch] gh/xmfan/140/orig -> origin/gh/xmfan/140/orig 2025-03-04T19:48:54.7204868Z * [new branch] gh/xmfan/157/base -> origin/gh/xmfan/157/base 2025-03-04T19:48:54.7205362Z * [new branch] gh/xmfan/157/head -> origin/gh/xmfan/157/head 2025-03-04T19:48:54.7205854Z * [new branch] gh/xmfan/157/orig -> origin/gh/xmfan/157/orig 2025-03-04T19:48:54.7206338Z * [new branch] gh/xmfan/166/base -> origin/gh/xmfan/166/base 2025-03-04T19:48:54.7206831Z * [new branch] gh/xmfan/166/head -> origin/gh/xmfan/166/head 2025-03-04T19:48:54.7207334Z * [new branch] gh/xmfan/166/orig -> origin/gh/xmfan/166/orig 2025-03-04T19:48:54.7207825Z * [new branch] gh/xmfan/167/base -> origin/gh/xmfan/167/base 2025-03-04T19:48:54.7208319Z * [new branch] gh/xmfan/167/head -> origin/gh/xmfan/167/head 2025-03-04T19:48:54.7208810Z * [new branch] gh/xmfan/167/orig -> origin/gh/xmfan/167/orig 2025-03-04T19:48:54.7209299Z * [new branch] gh/xmfan/168/base -> origin/gh/xmfan/168/base 2025-03-04T19:48:54.7209789Z * [new branch] gh/xmfan/168/head -> origin/gh/xmfan/168/head 2025-03-04T19:48:54.7210285Z * [new branch] gh/xmfan/168/orig -> origin/gh/xmfan/168/orig 2025-03-04T19:48:54.7210780Z * [new branch] gh/xmfan/169/base -> origin/gh/xmfan/169/base 2025-03-04T19:48:54.7211399Z * [new branch] gh/xmfan/169/head -> origin/gh/xmfan/169/head 2025-03-04T19:48:54.7211910Z * [new branch] gh/xmfan/170/base -> origin/gh/xmfan/170/base 2025-03-04T19:48:54.7212398Z * [new branch] gh/xmfan/170/head -> origin/gh/xmfan/170/head 2025-03-04T19:48:54.7212904Z * [new branch] gh/xmfan/171/base -> origin/gh/xmfan/171/base 2025-03-04T19:48:54.7213417Z * [new branch] gh/xmfan/171/head -> origin/gh/xmfan/171/head 2025-03-04T19:48:54.7213916Z * [new branch] gh/xmfan/171/orig -> origin/gh/xmfan/171/orig 2025-03-04T19:48:54.7214408Z * [new branch] gh/xmfan/172/base -> origin/gh/xmfan/172/base 2025-03-04T19:48:54.7214907Z * [new branch] gh/xmfan/172/head -> origin/gh/xmfan/172/head 2025-03-04T19:48:54.7215398Z * [new branch] gh/xmfan/172/orig -> origin/gh/xmfan/172/orig 2025-03-04T19:48:54.7215895Z * [new branch] gh/xmfan/173/base -> origin/gh/xmfan/173/base 2025-03-04T19:48:54.7216742Z * [new branch] gh/xmfan/173/head -> origin/gh/xmfan/173/head 2025-03-04T19:48:54.7217262Z * [new branch] gh/xmfan/173/orig -> origin/gh/xmfan/173/orig 2025-03-04T19:48:54.7217758Z * [new branch] gh/xmfan/174/base -> origin/gh/xmfan/174/base 2025-03-04T19:48:54.7218256Z * [new branch] gh/xmfan/174/head -> origin/gh/xmfan/174/head 2025-03-04T19:48:54.7218746Z * [new branch] gh/xmfan/174/orig -> origin/gh/xmfan/174/orig 2025-03-04T19:48:54.7219243Z * [new branch] gh/xmfan/175/base -> origin/gh/xmfan/175/base 2025-03-04T19:48:54.7219747Z * [new branch] gh/xmfan/175/head -> origin/gh/xmfan/175/head 2025-03-04T19:48:54.7220240Z * [new branch] gh/xmfan/175/orig -> origin/gh/xmfan/175/orig 2025-03-04T19:48:54.7220750Z * [new branch] gh/xmfan/176/base -> origin/gh/xmfan/176/base 2025-03-04T19:48:54.7221247Z * [new branch] gh/xmfan/176/head -> origin/gh/xmfan/176/head 2025-03-04T19:48:54.7646371Z * [new branch] gh/xmfan/176/orig -> origin/gh/xmfan/176/orig 2025-03-04T19:48:54.7646934Z * [new branch] gh/xmfan/177/base -> origin/gh/xmfan/177/base 2025-03-04T19:48:54.7647423Z * [new branch] gh/xmfan/177/head -> origin/gh/xmfan/177/head 2025-03-04T19:48:54.7647922Z * [new branch] gh/xmfan/177/orig -> origin/gh/xmfan/177/orig 2025-03-04T19:48:54.7648421Z * [new branch] gh/xmfan/178/base -> origin/gh/xmfan/178/base 2025-03-04T19:48:54.7648920Z * [new branch] gh/xmfan/178/head -> origin/gh/xmfan/178/head 2025-03-04T19:48:54.7649425Z * [new branch] gh/xmfan/178/orig -> origin/gh/xmfan/178/orig 2025-03-04T19:48:54.7649939Z * [new branch] gh/xmfan/179/base -> origin/gh/xmfan/179/base 2025-03-04T19:48:54.7650437Z * [new branch] gh/xmfan/179/head -> origin/gh/xmfan/179/head 2025-03-04T19:48:54.7650938Z * [new branch] gh/xmfan/179/orig -> origin/gh/xmfan/179/orig 2025-03-04T19:48:54.7651441Z * [new branch] gh/xmfan/18/base -> origin/gh/xmfan/18/base 2025-03-04T19:48:54.7651937Z * [new branch] gh/xmfan/18/head -> origin/gh/xmfan/18/head 2025-03-04T19:48:54.7652434Z * [new branch] gh/xmfan/180/base -> origin/gh/xmfan/180/base 2025-03-04T19:48:54.7652936Z * [new branch] gh/xmfan/180/head -> origin/gh/xmfan/180/head 2025-03-04T19:48:54.7653426Z * [new branch] gh/xmfan/180/orig -> origin/gh/xmfan/180/orig 2025-03-04T19:48:54.7653918Z * [new branch] gh/xmfan/181/base -> origin/gh/xmfan/181/base 2025-03-04T19:48:54.7654563Z * [new branch] gh/xmfan/181/head -> origin/gh/xmfan/181/head 2025-03-04T19:48:54.7655079Z * [new branch] gh/xmfan/181/orig -> origin/gh/xmfan/181/orig 2025-03-04T19:48:54.7655584Z * [new branch] gh/xmfan/182/base -> origin/gh/xmfan/182/base 2025-03-04T19:48:54.7656085Z * [new branch] gh/xmfan/182/head -> origin/gh/xmfan/182/head 2025-03-04T19:48:54.7656571Z * [new branch] gh/xmfan/182/orig -> origin/gh/xmfan/182/orig 2025-03-04T19:48:54.7657064Z * [new branch] gh/xmfan/183/base -> origin/gh/xmfan/183/base 2025-03-04T19:48:54.7657559Z * [new branch] gh/xmfan/183/head -> origin/gh/xmfan/183/head 2025-03-04T19:48:54.7658045Z * [new branch] gh/xmfan/183/orig -> origin/gh/xmfan/183/orig 2025-03-04T19:48:54.7658544Z * [new branch] gh/xmfan/184/base -> origin/gh/xmfan/184/base 2025-03-04T19:48:54.7659600Z * [new branch] gh/xmfan/184/head -> origin/gh/xmfan/184/head 2025-03-04T19:48:54.7660111Z * [new branch] gh/xmfan/184/orig -> origin/gh/xmfan/184/orig 2025-03-04T19:48:54.7660612Z * [new branch] gh/xmfan/185/base -> origin/gh/xmfan/185/base 2025-03-04T19:48:54.7661118Z * [new branch] gh/xmfan/185/head -> origin/gh/xmfan/185/head 2025-03-04T19:48:54.7661614Z * [new branch] gh/xmfan/185/orig -> origin/gh/xmfan/185/orig 2025-03-04T19:48:54.7662107Z * [new branch] gh/xmfan/186/base -> origin/gh/xmfan/186/base 2025-03-04T19:48:54.7662601Z * [new branch] gh/xmfan/186/head -> origin/gh/xmfan/186/head 2025-03-04T19:48:54.7663098Z * [new branch] gh/xmfan/186/orig -> origin/gh/xmfan/186/orig 2025-03-04T19:48:54.7663588Z * [new branch] gh/xmfan/187/base -> origin/gh/xmfan/187/base 2025-03-04T19:48:54.7664091Z * [new branch] gh/xmfan/187/head -> origin/gh/xmfan/187/head 2025-03-04T19:48:54.7664586Z * [new branch] gh/xmfan/187/orig -> origin/gh/xmfan/187/orig 2025-03-04T19:48:54.7665080Z * [new branch] gh/xmfan/188/base -> origin/gh/xmfan/188/base 2025-03-04T19:48:54.7665581Z * [new branch] gh/xmfan/188/head -> origin/gh/xmfan/188/head 2025-03-04T19:48:54.7666073Z * [new branch] gh/xmfan/188/orig -> origin/gh/xmfan/188/orig 2025-03-04T19:48:54.7666570Z * [new branch] gh/xmfan/189/base -> origin/gh/xmfan/189/base 2025-03-04T19:48:54.7667066Z * [new branch] gh/xmfan/189/head -> origin/gh/xmfan/189/head 2025-03-04T19:48:54.7667565Z * [new branch] gh/xmfan/189/orig -> origin/gh/xmfan/189/orig 2025-03-04T19:48:54.7668057Z * [new branch] gh/xmfan/190/base -> origin/gh/xmfan/190/base 2025-03-04T19:48:54.7668562Z * [new branch] gh/xmfan/190/head -> origin/gh/xmfan/190/head 2025-03-04T19:48:54.7669059Z * [new branch] gh/xmfan/190/orig -> origin/gh/xmfan/190/orig 2025-03-04T19:48:54.7669582Z * [new branch] gh/xuanzhang816/10/base -> origin/gh/xuanzhang816/10/base 2025-03-04T19:48:54.7670154Z * [new branch] gh/xuanzhang816/10/head -> origin/gh/xuanzhang816/10/head 2025-03-04T19:48:54.7670716Z * [new branch] gh/xuanzhang816/10/orig -> origin/gh/xuanzhang816/10/orig 2025-03-04T19:48:54.8094121Z * [new branch] gh/xuanzhang816/11/base -> origin/gh/xuanzhang816/11/base 2025-03-04T19:48:54.8094745Z * [new branch] gh/xuanzhang816/11/head -> origin/gh/xuanzhang816/11/head 2025-03-04T19:48:54.8095306Z * [new branch] gh/xuanzhang816/11/orig -> origin/gh/xuanzhang816/11/orig 2025-03-04T19:48:54.8096029Z * [new branch] gh/xuanzhang816/12/base -> origin/gh/xuanzhang816/12/base 2025-03-04T19:48:54.8096597Z * [new branch] gh/xuanzhang816/12/head -> origin/gh/xuanzhang816/12/head 2025-03-04T19:48:54.8097159Z * [new branch] gh/xuanzhang816/12/orig -> origin/gh/xuanzhang816/12/orig 2025-03-04T19:48:54.8097729Z * [new branch] gh/xuanzhang816/13/base -> origin/gh/xuanzhang816/13/base 2025-03-04T19:48:54.8098285Z * [new branch] gh/xuanzhang816/13/head -> origin/gh/xuanzhang816/13/head 2025-03-04T19:48:54.8098842Z * [new branch] gh/xuanzhang816/13/orig -> origin/gh/xuanzhang816/13/orig 2025-03-04T19:48:54.8099372Z * [new branch] gh/xuhancn/1/base -> origin/gh/xuhancn/1/base 2025-03-04T19:48:54.8099885Z * [new branch] gh/xuhancn/1/head -> origin/gh/xuhancn/1/head 2025-03-04T19:48:54.8100387Z * [new branch] gh/xuhancn/2/base -> origin/gh/xuhancn/2/base 2025-03-04T19:48:54.8101273Z * [new branch] gh/xuhancn/2/head -> origin/gh/xuhancn/2/head 2025-03-04T19:48:54.8101800Z * [new branch] gh/xuhancn/3/base -> origin/gh/xuhancn/3/base 2025-03-04T19:48:54.8102309Z * [new branch] gh/xuhancn/3/head -> origin/gh/xuhancn/3/head 2025-03-04T19:48:54.8102809Z * [new branch] gh/xuhancn/4/base -> origin/gh/xuhancn/4/base 2025-03-04T19:48:54.8103306Z * [new branch] gh/xuhancn/4/head -> origin/gh/xuhancn/4/head 2025-03-04T19:48:54.8103798Z * [new branch] gh/xuhancn/5/base -> origin/gh/xuhancn/5/base 2025-03-04T19:48:54.8104302Z * [new branch] gh/xuhancn/5/head -> origin/gh/xuhancn/5/head 2025-03-04T19:48:54.8104800Z * [new branch] gh/xuhancn/6/base -> origin/gh/xuhancn/6/base 2025-03-04T19:48:54.8105298Z * [new branch] gh/xuhancn/6/head -> origin/gh/xuhancn/6/head 2025-03-04T19:48:54.8105818Z * [new branch] gh/xuhancn/7/base -> origin/gh/xuhancn/7/base 2025-03-04T19:48:54.8106331Z * [new branch] gh/xuhancn/7/head -> origin/gh/xuhancn/7/head 2025-03-04T19:48:54.8106834Z * [new branch] gh/xunnanxu/1/base -> origin/gh/xunnanxu/1/base 2025-03-04T19:48:54.8107348Z * [new branch] gh/xunnanxu/1/head -> origin/gh/xunnanxu/1/head 2025-03-04T19:48:54.8107862Z * [new branch] gh/xunnanxu/1/orig -> origin/gh/xunnanxu/1/orig 2025-03-04T19:48:54.8108369Z * [new branch] gh/xunnanxu/2/base -> origin/gh/xunnanxu/2/base 2025-03-04T19:48:54.8108882Z * [new branch] gh/xunnanxu/2/head -> origin/gh/xunnanxu/2/head 2025-03-04T19:48:54.8109397Z * [new branch] gh/xunnanxu/2/orig -> origin/gh/xunnanxu/2/orig 2025-03-04T19:48:54.8109899Z * [new branch] gh/xunnanxu/3/base -> origin/gh/xunnanxu/3/base 2025-03-04T19:48:54.8110418Z * [new branch] gh/xunnanxu/3/head -> origin/gh/xunnanxu/3/head 2025-03-04T19:48:54.8110926Z * [new branch] gh/xunnanxu/3/orig -> origin/gh/xunnanxu/3/orig 2025-03-04T19:48:54.8111440Z * [new branch] gh/xunnanxu/4/base -> origin/gh/xunnanxu/4/base 2025-03-04T19:48:54.8111954Z * [new branch] gh/xunnanxu/4/head -> origin/gh/xunnanxu/4/head 2025-03-04T19:48:54.8112464Z * [new branch] gh/xunnanxu/4/orig -> origin/gh/xunnanxu/4/orig 2025-03-04T19:48:54.8112988Z * [new branch] gh/yanbing-j/11/base -> origin/gh/yanbing-j/11/base 2025-03-04T19:48:54.8113514Z * [new branch] gh/yanbing-j/11/head -> origin/gh/yanbing-j/11/head 2025-03-04T19:48:54.8114033Z * [new branch] gh/yanbing-j/11/orig -> origin/gh/yanbing-j/11/orig 2025-03-04T19:48:54.8114549Z * [new branch] gh/yanbing-j/12/base -> origin/gh/yanbing-j/12/base 2025-03-04T19:48:54.8115175Z * [new branch] gh/yanbing-j/12/head -> origin/gh/yanbing-j/12/head 2025-03-04T19:48:54.8115706Z * [new branch] gh/yanbing-j/12/orig -> origin/gh/yanbing-j/12/orig 2025-03-04T19:48:54.8116229Z * [new branch] gh/yanbing-j/13/base -> origin/gh/yanbing-j/13/base 2025-03-04T19:48:54.8116740Z * [new branch] gh/yanbing-j/13/head -> origin/gh/yanbing-j/13/head 2025-03-04T19:48:54.8117260Z * [new branch] gh/yanbing-j/13/orig -> origin/gh/yanbing-j/13/orig 2025-03-04T19:48:54.8117785Z * [new branch] gh/yanbing-j/14/base -> origin/gh/yanbing-j/14/base 2025-03-04T19:48:54.8118302Z * [new branch] gh/yanbing-j/14/head -> origin/gh/yanbing-j/14/head 2025-03-04T19:48:54.8118822Z * [new branch] gh/yanbing-j/14/orig -> origin/gh/yanbing-j/14/orig 2025-03-04T19:48:54.8557623Z * [new branch] gh/yanbing-j/15/base -> origin/gh/yanbing-j/15/base 2025-03-04T19:48:54.8558690Z * [new branch] gh/yanbing-j/15/head -> origin/gh/yanbing-j/15/head 2025-03-04T19:48:54.8559228Z * [new branch] gh/yanbing-j/15/orig -> origin/gh/yanbing-j/15/orig 2025-03-04T19:48:54.8559752Z * [new branch] gh/yanbing-j/18/base -> origin/gh/yanbing-j/18/base 2025-03-04T19:48:54.8560338Z * [new branch] gh/yanbing-j/18/head -> origin/gh/yanbing-j/18/head 2025-03-04T19:48:54.8560861Z * [new branch] gh/yanbing-j/18/orig -> origin/gh/yanbing-j/18/orig 2025-03-04T19:48:54.8561378Z * [new branch] gh/yanbing-j/19/base -> origin/gh/yanbing-j/19/base 2025-03-04T19:48:54.8561895Z * [new branch] gh/yanbing-j/19/head -> origin/gh/yanbing-j/19/head 2025-03-04T19:48:54.8562420Z * [new branch] gh/yanbing-j/19/orig -> origin/gh/yanbing-j/19/orig 2025-03-04T19:48:54.8562953Z * [new branch] gh/yanbing-j/20/base -> origin/gh/yanbing-j/20/base 2025-03-04T19:48:54.8563467Z * [new branch] gh/yanbing-j/20/head -> origin/gh/yanbing-j/20/head 2025-03-04T19:48:54.8563986Z * [new branch] gh/yanbing-j/20/orig -> origin/gh/yanbing-j/20/orig 2025-03-04T19:48:54.8564498Z * [new branch] gh/yanbing-j/21/base -> origin/gh/yanbing-j/21/base 2025-03-04T19:48:54.8565010Z * [new branch] gh/yanbing-j/21/head -> origin/gh/yanbing-j/21/head 2025-03-04T19:48:54.8565530Z * [new branch] gh/yanbing-j/22/base -> origin/gh/yanbing-j/22/base 2025-03-04T19:48:54.8566047Z * [new branch] gh/yanbing-j/22/head -> origin/gh/yanbing-j/22/head 2025-03-04T19:48:54.8566569Z * [new branch] gh/yanbing-j/22/orig -> origin/gh/yanbing-j/22/orig 2025-03-04T19:48:54.8567082Z * [new branch] gh/yanbing-j/23/base -> origin/gh/yanbing-j/23/base 2025-03-04T19:48:54.8567610Z * [new branch] gh/yanbing-j/23/head -> origin/gh/yanbing-j/23/head 2025-03-04T19:48:54.8568132Z * [new branch] gh/yanbing-j/23/orig -> origin/gh/yanbing-j/23/orig 2025-03-04T19:48:54.8568649Z * [new branch] gh/yanbing-j/24/base -> origin/gh/yanbing-j/24/base 2025-03-04T19:48:54.8569155Z * [new branch] gh/yanbing-j/24/head -> origin/gh/yanbing-j/24/head 2025-03-04T19:48:54.8569673Z * [new branch] gh/yanbing-j/24/orig -> origin/gh/yanbing-j/24/orig 2025-03-04T19:48:54.8570188Z * [new branch] gh/yanbing-j/25/base -> origin/gh/yanbing-j/25/base 2025-03-04T19:48:54.8570712Z * [new branch] gh/yanbing-j/25/head -> origin/gh/yanbing-j/25/head 2025-03-04T19:48:54.8571237Z * [new branch] gh/yanbing-j/25/orig -> origin/gh/yanbing-j/25/orig 2025-03-04T19:48:54.8571870Z * [new branch] gh/yanbing-j/26/base -> origin/gh/yanbing-j/26/base 2025-03-04T19:48:54.8572395Z * [new branch] gh/yanbing-j/26/head -> origin/gh/yanbing-j/26/head 2025-03-04T19:48:54.8572919Z * [new branch] gh/yanbing-j/26/orig -> origin/gh/yanbing-j/26/orig 2025-03-04T19:48:54.8573445Z * [new branch] gh/yanbing-j/28/base -> origin/gh/yanbing-j/28/base 2025-03-04T19:48:54.8573964Z * [new branch] gh/yanbing-j/28/head -> origin/gh/yanbing-j/28/head 2025-03-04T19:48:54.8574480Z * [new branch] gh/yanbing-j/28/orig -> origin/gh/yanbing-j/28/orig 2025-03-04T19:48:54.8574994Z * [new branch] gh/yanbing-j/32/base -> origin/gh/yanbing-j/32/base 2025-03-04T19:48:54.8575522Z * [new branch] gh/yanbing-j/32/head -> origin/gh/yanbing-j/32/head 2025-03-04T19:48:54.8576030Z * [new branch] gh/yanbing-j/32/orig -> origin/gh/yanbing-j/32/orig 2025-03-04T19:48:54.8576637Z * [new branch] gh/yanbing-j/34/base -> origin/gh/yanbing-j/34/base 2025-03-04T19:48:54.8577153Z * [new branch] gh/yanbing-j/34/head -> origin/gh/yanbing-j/34/head 2025-03-04T19:48:54.8577681Z * [new branch] gh/yanbing-j/34/orig -> origin/gh/yanbing-j/34/orig 2025-03-04T19:48:54.8578205Z * [new branch] gh/yanbing-j/35/base -> origin/gh/yanbing-j/35/base 2025-03-04T19:48:54.8578729Z * [new branch] gh/yanbing-j/35/head -> origin/gh/yanbing-j/35/head 2025-03-04T19:48:54.8579242Z * [new branch] gh/yanbing-j/35/orig -> origin/gh/yanbing-j/35/orig 2025-03-04T19:48:54.8579765Z * [new branch] gh/yanbing-j/36/base -> origin/gh/yanbing-j/36/base 2025-03-04T19:48:54.8580279Z * [new branch] gh/yanbing-j/36/head -> origin/gh/yanbing-j/36/head 2025-03-04T19:48:54.8580797Z * [new branch] gh/yanbing-j/36/orig -> origin/gh/yanbing-j/36/orig 2025-03-04T19:48:54.8581325Z * [new branch] gh/yanbing-j/37/base -> origin/gh/yanbing-j/37/base 2025-03-04T19:48:54.8581847Z * [new branch] gh/yanbing-j/37/head -> origin/gh/yanbing-j/37/head 2025-03-04T19:48:54.8582354Z * [new branch] gh/yanbing-j/37/orig -> origin/gh/yanbing-j/37/orig 2025-03-04T19:48:55.0096152Z * [new branch] gh/yanboliang/41/base -> origin/gh/yanboliang/41/base 2025-03-04T19:48:55.0096856Z * [new branch] gh/yanboliang/41/orig -> origin/gh/yanboliang/41/orig 2025-03-04T19:48:55.0097409Z * [new branch] gh/yanboliang/58/base -> origin/gh/yanboliang/58/base 2025-03-04T19:48:55.0097968Z * [new branch] gh/yanboliang/58/orig -> origin/gh/yanboliang/58/orig 2025-03-04T19:48:55.0098512Z * [new branch] gh/yanboliang/59/base -> origin/gh/yanboliang/59/base 2025-03-04T19:48:55.0099102Z * [new branch] gh/yanboliang/59/orig -> origin/gh/yanboliang/59/orig 2025-03-04T19:48:55.0099648Z * [new branch] gh/yanboliang/60/base -> origin/gh/yanboliang/60/base 2025-03-04T19:48:55.0100184Z * [new branch] gh/yanboliang/60/orig -> origin/gh/yanboliang/60/orig 2025-03-04T19:48:55.0100726Z * [new branch] gh/yanboliang/61/base -> origin/gh/yanboliang/61/base 2025-03-04T19:48:55.0101261Z * [new branch] gh/yanboliang/61/orig -> origin/gh/yanboliang/61/orig 2025-03-04T19:48:55.0101797Z * [new branch] gh/yanboliang/62/base -> origin/gh/yanboliang/62/base 2025-03-04T19:48:55.0102424Z * [new branch] gh/yanboliang/62/head -> origin/gh/yanboliang/62/head 2025-03-04T19:48:55.0102964Z * [new branch] gh/yanboliang/62/orig -> origin/gh/yanboliang/62/orig 2025-03-04T19:48:55.0103504Z * [new branch] gh/yanboliang/63/base -> origin/gh/yanboliang/63/base 2025-03-04T19:48:55.0104245Z * [new branch] gh/yanboliang/63/orig -> origin/gh/yanboliang/63/orig 2025-03-04T19:48:55.0104790Z * [new branch] gh/yanboliang/64/base -> origin/gh/yanboliang/64/base 2025-03-04T19:48:55.0105340Z * [new branch] gh/yanboliang/64/orig -> origin/gh/yanboliang/64/orig 2025-03-04T19:48:55.0105882Z * [new branch] gh/yanboliang/65/base -> origin/gh/yanboliang/65/base 2025-03-04T19:48:55.0106410Z * [new branch] gh/yanboliang/65/orig -> origin/gh/yanboliang/65/orig 2025-03-04T19:48:55.0106946Z * [new branch] gh/ydwu4/168/base -> origin/gh/ydwu4/168/base 2025-03-04T19:48:55.0107450Z * [new branch] gh/ydwu4/168/head -> origin/gh/ydwu4/168/head 2025-03-04T19:48:55.0107994Z * [new branch] gh/ydwu4/168/orig -> origin/gh/ydwu4/168/orig 2025-03-04T19:48:55.0108540Z * [new branch] gh/ydwu4/179/base -> origin/gh/ydwu4/179/base 2025-03-04T19:48:55.0109167Z * [new branch] gh/ydwu4/179/head -> origin/gh/ydwu4/179/head 2025-03-04T19:48:55.0109671Z * [new branch] gh/ydwu4/179/orig -> origin/gh/ydwu4/179/orig 2025-03-04T19:48:55.0110158Z * [new branch] gh/ydwu4/180/base -> origin/gh/ydwu4/180/base 2025-03-04T19:48:55.0110668Z * [new branch] gh/ydwu4/180/head -> origin/gh/ydwu4/180/head 2025-03-04T19:48:55.0111183Z * [new branch] gh/ydwu4/180/orig -> origin/gh/ydwu4/180/orig 2025-03-04T19:48:55.0111688Z * [new branch] gh/ydwu4/193/base -> origin/gh/ydwu4/193/base 2025-03-04T19:48:55.0112180Z * [new branch] gh/ydwu4/193/head -> origin/gh/ydwu4/193/head 2025-03-04T19:48:55.0112678Z * [new branch] gh/ydwu4/193/orig -> origin/gh/ydwu4/193/orig 2025-03-04T19:48:55.0113169Z * [new branch] gh/ydwu4/194/base -> origin/gh/ydwu4/194/base 2025-03-04T19:48:55.0113723Z * [new branch] gh/ydwu4/194/head -> origin/gh/ydwu4/194/head 2025-03-04T19:48:55.0114272Z * [new branch] gh/ydwu4/194/orig -> origin/gh/ydwu4/194/orig 2025-03-04T19:48:55.0114764Z * [new branch] gh/ydwu4/201/base -> origin/gh/ydwu4/201/base 2025-03-04T19:48:55.0115274Z * [new branch] gh/ydwu4/201/head -> origin/gh/ydwu4/201/head 2025-03-04T19:48:55.0115765Z * [new branch] gh/ydwu4/201/orig -> origin/gh/ydwu4/201/orig 2025-03-04T19:48:55.0116263Z * [new branch] gh/ydwu4/203/base -> origin/gh/ydwu4/203/base 2025-03-04T19:48:55.0116751Z * [new branch] gh/ydwu4/203/head -> origin/gh/ydwu4/203/head 2025-03-04T19:48:55.0117237Z * [new branch] gh/ydwu4/203/orig -> origin/gh/ydwu4/203/orig 2025-03-04T19:48:55.0117736Z * [new branch] gh/ydwu4/204/base -> origin/gh/ydwu4/204/base 2025-03-04T19:48:55.0118232Z * [new branch] gh/ydwu4/204/head -> origin/gh/ydwu4/204/head 2025-03-04T19:48:55.0118736Z * [new branch] gh/ydwu4/204/orig -> origin/gh/ydwu4/204/orig 2025-03-04T19:48:55.0119227Z * [new branch] gh/ydwu4/205/base -> origin/gh/ydwu4/205/base 2025-03-04T19:48:55.0119707Z * [new branch] gh/ydwu4/205/head -> origin/gh/ydwu4/205/head 2025-03-04T19:48:55.0120276Z * [new branch] gh/ydwu4/205/orig -> origin/gh/ydwu4/205/orig 2025-03-04T19:48:55.0120767Z * [new branch] gh/ydwu4/206/base -> origin/gh/ydwu4/206/base 2025-03-04T19:48:55.0559200Z * [new branch] gh/ydwu4/206/head -> origin/gh/ydwu4/206/head 2025-03-04T19:48:55.0559712Z * [new branch] gh/ydwu4/206/orig -> origin/gh/ydwu4/206/orig 2025-03-04T19:48:55.0560412Z * [new branch] gh/ydwu4/207/base -> origin/gh/ydwu4/207/base 2025-03-04T19:48:55.0560927Z * [new branch] gh/ydwu4/207/head -> origin/gh/ydwu4/207/head 2025-03-04T19:48:55.0561411Z * [new branch] gh/ydwu4/207/orig -> origin/gh/ydwu4/207/orig 2025-03-04T19:48:55.0561907Z * [new branch] gh/ydwu4/208/base -> origin/gh/ydwu4/208/base 2025-03-04T19:48:55.0562396Z * [new branch] gh/ydwu4/208/head -> origin/gh/ydwu4/208/head 2025-03-04T19:48:55.0562886Z * [new branch] gh/ydwu4/208/orig -> origin/gh/ydwu4/208/orig 2025-03-04T19:48:55.0563378Z * [new branch] gh/ydwu4/209/base -> origin/gh/ydwu4/209/base 2025-03-04T19:48:55.0563874Z * [new branch] gh/ydwu4/209/head -> origin/gh/ydwu4/209/head 2025-03-04T19:48:55.0564357Z * [new branch] gh/ydwu4/209/orig -> origin/gh/ydwu4/209/orig 2025-03-04T19:48:55.0564856Z * [new branch] gh/ydwu4/210/base -> origin/gh/ydwu4/210/base 2025-03-04T19:48:55.0565462Z * [new branch] gh/ydwu4/210/head -> origin/gh/ydwu4/210/head 2025-03-04T19:48:55.0565963Z * [new branch] gh/ydwu4/210/orig -> origin/gh/ydwu4/210/orig 2025-03-04T19:48:55.0566465Z * [new branch] gh/ydwu4/211/base -> origin/gh/ydwu4/211/base 2025-03-04T19:48:55.0566968Z * [new branch] gh/ydwu4/211/head -> origin/gh/ydwu4/211/head 2025-03-04T19:48:55.0567457Z * [new branch] gh/ydwu4/211/orig -> origin/gh/ydwu4/211/orig 2025-03-04T19:48:55.0567953Z * [new branch] gh/ydwu4/212/base -> origin/gh/ydwu4/212/base 2025-03-04T19:48:55.0568450Z * [new branch] gh/ydwu4/212/head -> origin/gh/ydwu4/212/head 2025-03-04T19:48:55.0568941Z * [new branch] gh/ydwu4/212/orig -> origin/gh/ydwu4/212/orig 2025-03-04T19:48:55.0569450Z * [new branch] gh/ydwu4/213/base -> origin/gh/ydwu4/213/base 2025-03-04T19:48:55.0569948Z * [new branch] gh/ydwu4/213/head -> origin/gh/ydwu4/213/head 2025-03-04T19:48:55.0570431Z * [new branch] gh/ydwu4/213/orig -> origin/gh/ydwu4/213/orig 2025-03-04T19:48:55.0570919Z * [new branch] gh/ydwu4/214/base -> origin/gh/ydwu4/214/base 2025-03-04T19:48:55.0571418Z * [new branch] gh/ydwu4/214/head -> origin/gh/ydwu4/214/head 2025-03-04T19:48:55.0571909Z * [new branch] gh/ydwu4/214/orig -> origin/gh/ydwu4/214/orig 2025-03-04T19:48:55.0572403Z * [new branch] gh/ydwu4/215/base -> origin/gh/ydwu4/215/base 2025-03-04T19:48:55.0572895Z * [new branch] gh/ydwu4/215/head -> origin/gh/ydwu4/215/head 2025-03-04T19:48:55.0573381Z * [new branch] gh/ydwu4/215/orig -> origin/gh/ydwu4/215/orig 2025-03-04T19:48:55.0573881Z * [new branch] gh/ydwu4/216/base -> origin/gh/ydwu4/216/base 2025-03-04T19:48:55.0574376Z * [new branch] gh/ydwu4/216/head -> origin/gh/ydwu4/216/head 2025-03-04T19:48:55.0574867Z * [new branch] gh/ydwu4/216/orig -> origin/gh/ydwu4/216/orig 2025-03-04T19:48:55.0575357Z * [new branch] gh/ydwu4/217/base -> origin/gh/ydwu4/217/base 2025-03-04T19:48:55.0575847Z * [new branch] gh/ydwu4/217/head -> origin/gh/ydwu4/217/head 2025-03-04T19:48:55.0576340Z * [new branch] gh/ydwu4/217/orig -> origin/gh/ydwu4/217/orig 2025-03-04T19:48:55.0576829Z * [new branch] gh/ydwu4/218/base -> origin/gh/ydwu4/218/base 2025-03-04T19:48:55.0577326Z * [new branch] gh/ydwu4/218/head -> origin/gh/ydwu4/218/head 2025-03-04T19:48:55.0577818Z * [new branch] gh/ydwu4/218/orig -> origin/gh/ydwu4/218/orig 2025-03-04T19:48:55.0578429Z * [new branch] gh/ydwu4/219/base -> origin/gh/ydwu4/219/base 2025-03-04T19:48:55.0578928Z * [new branch] gh/ydwu4/219/head -> origin/gh/ydwu4/219/head 2025-03-04T19:48:55.0579422Z * [new branch] gh/ydwu4/219/orig -> origin/gh/ydwu4/219/orig 2025-03-04T19:48:55.0579923Z * [new branch] gh/ydwu4/7/base -> origin/gh/ydwu4/7/base 2025-03-04T19:48:55.0580418Z * [new branch] gh/ydwu4/7/head -> origin/gh/ydwu4/7/head 2025-03-04T19:48:55.0580893Z * [new branch] gh/ydwu4/7/orig -> origin/gh/ydwu4/7/orig 2025-03-04T19:48:55.0581387Z * [new branch] gh/yf225/133/base -> origin/gh/yf225/133/base 2025-03-04T19:48:55.0581877Z * [new branch] gh/yf225/133/head -> origin/gh/yf225/133/head 2025-03-04T19:48:55.0582365Z * [new branch] gh/yf225/151/base -> origin/gh/yf225/151/base 2025-03-04T19:48:55.0582946Z * [new branch] gh/yf225/151/head -> origin/gh/yf225/151/head 2025-03-04T19:48:55.1021125Z * [new branch] gh/yf225/151/orig -> origin/gh/yf225/151/orig 2025-03-04T19:48:55.1021638Z * [new branch] gh/yf225/156/base -> origin/gh/yf225/156/base 2025-03-04T19:48:55.1022128Z * [new branch] gh/yf225/156/head -> origin/gh/yf225/156/head 2025-03-04T19:48:55.1022630Z * [new branch] gh/yf225/156/orig -> origin/gh/yf225/156/orig 2025-03-04T19:48:55.1023118Z * [new branch] gh/yf225/157/base -> origin/gh/yf225/157/base 2025-03-04T19:48:55.1023615Z * [new branch] gh/yf225/157/head -> origin/gh/yf225/157/head 2025-03-04T19:48:55.1024094Z * [new branch] gh/yf225/157/orig -> origin/gh/yf225/157/orig 2025-03-04T19:48:55.1024581Z * [new branch] gh/yf225/158/base -> origin/gh/yf225/158/base 2025-03-04T19:48:55.1025082Z * [new branch] gh/yf225/158/head -> origin/gh/yf225/158/head 2025-03-04T19:48:55.1025570Z * [new branch] gh/yf225/158/orig -> origin/gh/yf225/158/orig 2025-03-04T19:48:55.1026063Z * [new branch] gh/yf225/159/base -> origin/gh/yf225/159/base 2025-03-04T19:48:55.1026547Z * [new branch] gh/yf225/159/head -> origin/gh/yf225/159/head 2025-03-04T19:48:55.1027025Z * [new branch] gh/yf225/159/orig -> origin/gh/yf225/159/orig 2025-03-04T19:48:55.1027516Z * [new branch] gh/yf225/160/base -> origin/gh/yf225/160/base 2025-03-04T19:48:55.1028002Z * [new branch] gh/yf225/160/head -> origin/gh/yf225/160/head 2025-03-04T19:48:55.1028495Z * [new branch] gh/yf225/160/orig -> origin/gh/yf225/160/orig 2025-03-04T19:48:55.1028978Z * [new branch] gh/yf225/162/base -> origin/gh/yf225/162/base 2025-03-04T19:48:55.1029481Z * [new branch] gh/yf225/162/head -> origin/gh/yf225/162/head 2025-03-04T19:48:55.1029980Z * [new branch] gh/yf225/162/orig -> origin/gh/yf225/162/orig 2025-03-04T19:48:55.1030462Z * [new branch] gh/yf225/163/base -> origin/gh/yf225/163/base 2025-03-04T19:48:55.1030950Z * [new branch] gh/yf225/163/head -> origin/gh/yf225/163/head 2025-03-04T19:48:55.1031439Z * [new branch] gh/yf225/163/orig -> origin/gh/yf225/163/orig 2025-03-04T19:48:55.1031932Z * [new branch] gh/yf225/85/base -> origin/gh/yf225/85/base 2025-03-04T19:48:55.1032427Z * [new branch] gh/yf225/85/head -> origin/gh/yf225/85/head 2025-03-04T19:48:55.1032915Z * [new branch] gh/yf225/85/orig -> origin/gh/yf225/85/orig 2025-03-04T19:48:55.1033385Z * [new branch] gh/yf225/93/base -> origin/gh/yf225/93/base 2025-03-04T19:48:55.1034011Z * [new branch] gh/yf225/93/head -> origin/gh/yf225/93/head 2025-03-04T19:48:55.1034530Z * [new branch] gh/yifuwang/152/base -> origin/gh/yifuwang/152/base 2025-03-04T19:48:55.1035071Z * [new branch] gh/yifuwang/152/head -> origin/gh/yifuwang/152/head 2025-03-04T19:48:55.1035600Z * [new branch] gh/yifuwang/152/orig -> origin/gh/yifuwang/152/orig 2025-03-04T19:48:55.1036121Z * [new branch] gh/yifuwang/163/base -> origin/gh/yifuwang/163/base 2025-03-04T19:48:55.1036634Z * [new branch] gh/yifuwang/163/head -> origin/gh/yifuwang/163/head 2025-03-04T19:48:55.1037165Z * [new branch] gh/yifuwang/163/orig -> origin/gh/yifuwang/163/orig 2025-03-04T19:48:55.1037692Z * [new branch] gh/yifuwang/174/base -> origin/gh/yifuwang/174/base 2025-03-04T19:48:55.1038218Z * [new branch] gh/yifuwang/174/head -> origin/gh/yifuwang/174/head 2025-03-04T19:48:55.1038823Z * [new branch] gh/yifuwang/174/orig -> origin/gh/yifuwang/174/orig 2025-03-04T19:48:55.1039347Z * [new branch] gh/yifuwang/185/base -> origin/gh/yifuwang/185/base 2025-03-04T19:48:55.1039860Z * [new branch] gh/yifuwang/185/head -> origin/gh/yifuwang/185/head 2025-03-04T19:48:55.1040466Z * [new branch] gh/yifuwang/185/orig -> origin/gh/yifuwang/185/orig 2025-03-04T19:48:55.1040995Z * [new branch] gh/yifuwang/186/base -> origin/gh/yifuwang/186/base 2025-03-04T19:48:55.1041527Z * [new branch] gh/yifuwang/186/head -> origin/gh/yifuwang/186/head 2025-03-04T19:48:55.1042057Z * [new branch] gh/yifuwang/186/orig -> origin/gh/yifuwang/186/orig 2025-03-04T19:48:55.1042580Z * [new branch] gh/yifuwang/187/base -> origin/gh/yifuwang/187/base 2025-03-04T19:48:55.1043119Z * [new branch] gh/yifuwang/187/head -> origin/gh/yifuwang/187/head 2025-03-04T19:48:55.1043636Z * [new branch] gh/yifuwang/187/orig -> origin/gh/yifuwang/187/orig 2025-03-04T19:48:55.1044160Z * [new branch] gh/yifuwang/188/base -> origin/gh/yifuwang/188/base 2025-03-04T19:48:55.1044678Z * [new branch] gh/yifuwang/188/head -> origin/gh/yifuwang/188/head 2025-03-04T19:48:55.1045200Z * [new branch] gh/yifuwang/188/orig -> origin/gh/yifuwang/188/orig 2025-03-04T19:48:55.1450075Z * [new branch] gh/yifuwang/189/base -> origin/gh/yifuwang/189/base 2025-03-04T19:48:55.1450648Z * [new branch] gh/yifuwang/189/head -> origin/gh/yifuwang/189/head 2025-03-04T19:48:55.1451178Z * [new branch] gh/yifuwang/189/orig -> origin/gh/yifuwang/189/orig 2025-03-04T19:48:55.1451695Z * [new branch] gh/yifuwang/190/base -> origin/gh/yifuwang/190/base 2025-03-04T19:48:55.1452350Z * [new branch] gh/yifuwang/190/head -> origin/gh/yifuwang/190/head 2025-03-04T19:48:55.1452976Z * [new branch] gh/yifuwang/190/orig -> origin/gh/yifuwang/190/orig 2025-03-04T19:48:55.1453594Z * [new branch] gh/yifuwang/191/base -> origin/gh/yifuwang/191/base 2025-03-04T19:48:55.1454160Z * [new branch] gh/yifuwang/191/head -> origin/gh/yifuwang/191/head 2025-03-04T19:48:55.1454915Z * [new branch] gh/yifuwang/191/orig -> origin/gh/yifuwang/191/orig 2025-03-04T19:48:55.1455696Z * [new branch] gh/yifuwang/192/base -> origin/gh/yifuwang/192/base 2025-03-04T19:48:55.1456454Z * [new branch] gh/yifuwang/192/head -> origin/gh/yifuwang/192/head 2025-03-04T19:48:55.1457228Z * [new branch] gh/yifuwang/192/orig -> origin/gh/yifuwang/192/orig 2025-03-04T19:48:55.1458209Z * [new branch] gh/yifuwang/193/base -> origin/gh/yifuwang/193/base 2025-03-04T19:48:55.1458771Z * [new branch] gh/yifuwang/193/head -> origin/gh/yifuwang/193/head 2025-03-04T19:48:55.1459306Z * [new branch] gh/yifuwang/193/orig -> origin/gh/yifuwang/193/orig 2025-03-04T19:48:55.1459873Z * [new branch] gh/yifuwang/194/base -> origin/gh/yifuwang/194/base 2025-03-04T19:48:55.1460541Z * [new branch] gh/yifuwang/194/head -> origin/gh/yifuwang/194/head 2025-03-04T19:48:55.1461121Z * [new branch] gh/yifuwang/194/orig -> origin/gh/yifuwang/194/orig 2025-03-04T19:48:55.1461734Z * [new branch] gh/yifuwang/195/base -> origin/gh/yifuwang/195/base 2025-03-04T19:48:55.1462361Z * [new branch] gh/yifuwang/195/head -> origin/gh/yifuwang/195/head 2025-03-04T19:48:55.1462970Z * [new branch] gh/yifuwang/195/orig -> origin/gh/yifuwang/195/orig 2025-03-04T19:48:55.1463698Z * [new branch] gh/yifuwang/196/base -> origin/gh/yifuwang/196/base 2025-03-04T19:48:55.1464329Z * [new branch] gh/yifuwang/196/head -> origin/gh/yifuwang/196/head 2025-03-04T19:48:55.1464940Z * [new branch] gh/yifuwang/196/orig -> origin/gh/yifuwang/196/orig 2025-03-04T19:48:55.1465508Z * [new branch] gh/yiming0416/1/base -> origin/gh/yiming0416/1/base 2025-03-04T19:48:55.1466122Z * [new branch] gh/yiming0416/1/head -> origin/gh/yiming0416/1/head 2025-03-04T19:48:55.1467093Z * [new branch] gh/yiming0416/2/base -> origin/gh/yiming0416/2/base 2025-03-04T19:48:55.1467975Z * [new branch] gh/yiming0416/2/head -> origin/gh/yiming0416/2/head 2025-03-04T19:48:55.1469254Z * [new branch] gh/ysiraichi/78/base -> origin/gh/ysiraichi/78/base 2025-03-04T19:48:55.1470274Z * [new branch] gh/ysiraichi/78/head -> origin/gh/ysiraichi/78/head 2025-03-04T19:48:55.1470879Z * [new branch] gh/ysiraichi/78/orig -> origin/gh/ysiraichi/78/orig 2025-03-04T19:48:55.1471497Z * [new branch] gh/ysiraichi/79/base -> origin/gh/ysiraichi/79/base 2025-03-04T19:48:55.1472117Z * [new branch] gh/ysiraichi/79/head -> origin/gh/ysiraichi/79/head 2025-03-04T19:48:55.1472741Z * [new branch] gh/ysiraichi/79/orig -> origin/gh/ysiraichi/79/orig 2025-03-04T19:48:55.1473353Z * [new branch] gh/ysiraichi/80/base -> origin/gh/ysiraichi/80/base 2025-03-04T19:48:55.1473923Z * [new branch] gh/ysiraichi/80/head -> origin/gh/ysiraichi/80/head 2025-03-04T19:48:55.1474538Z * [new branch] gh/ysiraichi/80/orig -> origin/gh/ysiraichi/80/orig 2025-03-04T19:48:55.1475149Z * [new branch] gh/ysiraichi/81/base -> origin/gh/ysiraichi/81/base 2025-03-04T19:48:55.1475778Z * [new branch] gh/ysiraichi/81/head -> origin/gh/ysiraichi/81/head 2025-03-04T19:48:55.1476395Z * [new branch] gh/ysiraichi/81/orig -> origin/gh/ysiraichi/81/orig 2025-03-04T19:48:55.1476967Z * [new branch] gh/ysiraichi/82/base -> origin/gh/ysiraichi/82/base 2025-03-04T19:48:55.1477579Z * [new branch] gh/ysiraichi/82/head -> origin/gh/ysiraichi/82/head 2025-03-04T19:48:55.1478200Z * [new branch] gh/ysiraichi/82/orig -> origin/gh/ysiraichi/82/orig 2025-03-04T19:48:55.1478822Z * [new branch] gh/zhuhaozhe/28/base -> origin/gh/zhuhaozhe/28/base 2025-03-04T19:48:55.1479437Z * [new branch] gh/zhuhaozhe/28/head -> origin/gh/zhuhaozhe/28/head 2025-03-04T19:48:55.1480010Z * [new branch] gh/zhuhaozhe/28/orig -> origin/gh/zhuhaozhe/28/orig 2025-03-04T19:48:55.1892487Z * [new branch] gh/zhuhaozhe/29/base -> origin/gh/zhuhaozhe/29/base 2025-03-04T19:48:55.1893207Z * [new branch] gh/zhuhaozhe/29/head -> origin/gh/zhuhaozhe/29/head 2025-03-04T19:48:55.1893756Z * [new branch] gh/zhuhaozhe/29/orig -> origin/gh/zhuhaozhe/29/orig 2025-03-04T19:48:55.1894286Z * [new branch] gh/zhuhaozhe/31/base -> origin/gh/zhuhaozhe/31/base 2025-03-04T19:48:55.1894811Z * [new branch] gh/zhuhaozhe/31/head -> origin/gh/zhuhaozhe/31/head 2025-03-04T19:48:55.1895349Z * [new branch] gh/zhuhaozhe/31/orig -> origin/gh/zhuhaozhe/31/orig 2025-03-04T19:48:55.1895925Z * [new branch] gh/zhuhaozhe/32/base -> origin/gh/zhuhaozhe/32/base 2025-03-04T19:48:55.1896503Z * [new branch] gh/zhuhaozhe/32/head -> origin/gh/zhuhaozhe/32/head 2025-03-04T19:48:55.1897036Z * [new branch] gh/zhuhaozhe/32/orig -> origin/gh/zhuhaozhe/32/orig 2025-03-04T19:48:55.1897580Z * [new branch] gh/zhuhaozhe/33/base -> origin/gh/zhuhaozhe/33/base 2025-03-04T19:48:55.1898206Z * [new branch] gh/zhuhaozhe/33/head -> origin/gh/zhuhaozhe/33/head 2025-03-04T19:48:55.1898751Z * [new branch] gh/zhuhaozhe/33/orig -> origin/gh/zhuhaozhe/33/orig 2025-03-04T19:48:55.1899275Z * [new branch] gh/zou3519/1081/base -> origin/gh/zou3519/1081/base 2025-03-04T19:48:55.1899781Z * [new branch] gh/zou3519/1081/head -> origin/gh/zou3519/1081/head 2025-03-04T19:48:55.1900298Z * [new branch] gh/zou3519/1081/orig -> origin/gh/zou3519/1081/orig 2025-03-04T19:48:55.1900811Z * [new branch] gh/zou3519/1088/base -> origin/gh/zou3519/1088/base 2025-03-04T19:48:55.1901319Z * [new branch] gh/zou3519/1088/head -> origin/gh/zou3519/1088/head 2025-03-04T19:48:55.1901912Z * [new branch] gh/zou3519/1088/orig -> origin/gh/zou3519/1088/orig 2025-03-04T19:48:55.1902421Z * [new branch] gh/zou3519/1095/base -> origin/gh/zou3519/1095/base 2025-03-04T19:48:55.1902922Z * [new branch] gh/zou3519/1095/head -> origin/gh/zou3519/1095/head 2025-03-04T19:48:55.1903442Z * [new branch] gh/zou3519/1095/orig -> origin/gh/zou3519/1095/orig 2025-03-04T19:48:55.1903950Z * [new branch] gh/zou3519/1105/base -> origin/gh/zou3519/1105/base 2025-03-04T19:48:55.1904459Z * [new branch] gh/zou3519/1105/head -> origin/gh/zou3519/1105/head 2025-03-04T19:48:55.1904977Z * [new branch] gh/zou3519/1105/orig -> origin/gh/zou3519/1105/orig 2025-03-04T19:48:55.1905485Z * [new branch] gh/zou3519/1106/base -> origin/gh/zou3519/1106/base 2025-03-04T19:48:55.1905989Z * [new branch] gh/zou3519/1106/head -> origin/gh/zou3519/1106/head 2025-03-04T19:48:55.1906492Z * [new branch] gh/zou3519/1106/orig -> origin/gh/zou3519/1106/orig 2025-03-04T19:48:55.1907013Z * [new branch] gh/zou3519/1107/base -> origin/gh/zou3519/1107/base 2025-03-04T19:48:55.1907566Z * [new branch] gh/zou3519/1107/head -> origin/gh/zou3519/1107/head 2025-03-04T19:48:55.1908123Z * [new branch] gh/zou3519/1107/orig -> origin/gh/zou3519/1107/orig 2025-03-04T19:48:55.1908636Z * [new branch] gh/zou3519/1108/base -> origin/gh/zou3519/1108/base 2025-03-04T19:48:55.1909146Z * [new branch] gh/zou3519/1108/head -> origin/gh/zou3519/1108/head 2025-03-04T19:48:55.1909640Z * [new branch] gh/zou3519/1108/orig -> origin/gh/zou3519/1108/orig 2025-03-04T19:48:55.1910146Z * [new branch] gh/zou3519/1109/base -> origin/gh/zou3519/1109/base 2025-03-04T19:48:55.1910656Z * [new branch] gh/zou3519/1109/head -> origin/gh/zou3519/1109/head 2025-03-04T19:48:55.1911165Z * [new branch] gh/zou3519/1109/orig -> origin/gh/zou3519/1109/orig 2025-03-04T19:48:55.1911782Z * [new branch] gh/zou3519/1110/base -> origin/gh/zou3519/1110/base 2025-03-04T19:48:55.1912297Z * [new branch] gh/zou3519/1110/head -> origin/gh/zou3519/1110/head 2025-03-04T19:48:55.1912805Z * [new branch] gh/zou3519/1110/orig -> origin/gh/zou3519/1110/orig 2025-03-04T19:48:55.1913386Z * [new branch] gh/zou3519/1111/base -> origin/gh/zou3519/1111/base 2025-03-04T19:48:55.1913904Z * [new branch] gh/zou3519/1111/head -> origin/gh/zou3519/1111/head 2025-03-04T19:48:55.1914413Z * [new branch] gh/zou3519/1111/orig -> origin/gh/zou3519/1111/orig 2025-03-04T19:48:55.1914921Z * [new branch] gh/zou3519/1112/base -> origin/gh/zou3519/1112/base 2025-03-04T19:48:55.1915429Z * [new branch] gh/zou3519/1112/head -> origin/gh/zou3519/1112/head 2025-03-04T19:48:55.1915942Z * [new branch] gh/zou3519/1112/orig -> origin/gh/zou3519/1112/orig 2025-03-04T19:48:55.1916524Z * [new branch] gh/zou3519/1117/base -> origin/gh/zou3519/1117/base 2025-03-04T19:48:55.1917035Z * [new branch] gh/zou3519/1117/head -> origin/gh/zou3519/1117/head 2025-03-04T19:48:55.2314465Z * [new branch] gh/zou3519/1117/orig -> origin/gh/zou3519/1117/orig 2025-03-04T19:48:55.2314991Z * [new branch] gh/zou3519/1123/base -> origin/gh/zou3519/1123/base 2025-03-04T19:48:55.2315502Z * [new branch] gh/zou3519/1123/head -> origin/gh/zou3519/1123/head 2025-03-04T19:48:55.2316020Z * [new branch] gh/zou3519/1123/orig -> origin/gh/zou3519/1123/orig 2025-03-04T19:48:55.2316526Z * [new branch] gh/zou3519/1126/base -> origin/gh/zou3519/1126/base 2025-03-04T19:48:55.2317072Z * [new branch] gh/zou3519/1126/head -> origin/gh/zou3519/1126/head 2025-03-04T19:48:55.2317647Z * [new branch] gh/zou3519/1126/orig -> origin/gh/zou3519/1126/orig 2025-03-04T19:48:55.2318169Z * [new branch] gh/zou3519/1127/base -> origin/gh/zou3519/1127/base 2025-03-04T19:48:55.2318686Z * [new branch] gh/zou3519/1127/head -> origin/gh/zou3519/1127/head 2025-03-04T19:48:55.2319189Z * [new branch] gh/zou3519/1127/orig -> origin/gh/zou3519/1127/orig 2025-03-04T19:48:55.2319695Z * [new branch] gh/zou3519/1128/base -> origin/gh/zou3519/1128/base 2025-03-04T19:48:55.2320225Z * [new branch] gh/zou3519/1128/head -> origin/gh/zou3519/1128/head 2025-03-04T19:48:55.2320740Z * [new branch] gh/zou3519/1128/orig -> origin/gh/zou3519/1128/orig 2025-03-04T19:48:55.2321246Z * [new branch] gh/zou3519/1129/base -> origin/gh/zou3519/1129/base 2025-03-04T19:48:55.2321754Z * [new branch] gh/zou3519/1129/head -> origin/gh/zou3519/1129/head 2025-03-04T19:48:55.2322276Z * [new branch] gh/zou3519/1129/orig -> origin/gh/zou3519/1129/orig 2025-03-04T19:48:55.2322832Z * [new branch] gh/zou3519/1130/base -> origin/gh/zou3519/1130/base 2025-03-04T19:48:55.2323383Z * [new branch] gh/zou3519/1130/head -> origin/gh/zou3519/1130/head 2025-03-04T19:48:55.2323893Z * [new branch] gh/zou3519/1130/orig -> origin/gh/zou3519/1130/orig 2025-03-04T19:48:55.2324405Z * [new branch] gh/zou3519/1131/base -> origin/gh/zou3519/1131/base 2025-03-04T19:48:55.2324930Z * [new branch] gh/zou3519/1131/head -> origin/gh/zou3519/1131/head 2025-03-04T19:48:55.2325433Z * [new branch] gh/zou3519/1131/orig -> origin/gh/zou3519/1131/orig 2025-03-04T19:48:55.2325945Z * [new branch] gh/zou3519/1132/base -> origin/gh/zou3519/1132/base 2025-03-04T19:48:55.2326599Z * [new branch] gh/zou3519/1132/head -> origin/gh/zou3519/1132/head 2025-03-04T19:48:55.2327108Z * [new branch] gh/zou3519/1132/orig -> origin/gh/zou3519/1132/orig 2025-03-04T19:48:55.2327622Z * [new branch] gh/zou3519/1133/base -> origin/gh/zou3519/1133/base 2025-03-04T19:48:55.2328138Z * [new branch] gh/zou3519/1133/head -> origin/gh/zou3519/1133/head 2025-03-04T19:48:55.2328698Z * [new branch] gh/zou3519/1133/orig -> origin/gh/zou3519/1133/orig 2025-03-04T19:48:55.2329253Z * [new branch] gh/zou3519/1134/base -> origin/gh/zou3519/1134/base 2025-03-04T19:48:55.2329757Z * [new branch] gh/zou3519/1134/head -> origin/gh/zou3519/1134/head 2025-03-04T19:48:55.2330266Z * [new branch] gh/zou3519/1135/base -> origin/gh/zou3519/1135/base 2025-03-04T19:48:55.2330773Z * [new branch] gh/zou3519/1135/head -> origin/gh/zou3519/1135/head 2025-03-04T19:48:55.2331288Z * [new branch] gh/zou3519/1135/orig -> origin/gh/zou3519/1135/orig 2025-03-04T19:48:55.2331898Z * [new branch] gh/zou3519/1136/base -> origin/gh/zou3519/1136/base 2025-03-04T19:48:55.2332419Z * [new branch] gh/zou3519/1136/head -> origin/gh/zou3519/1136/head 2025-03-04T19:48:55.2332931Z * [new branch] gh/zou3519/1136/orig -> origin/gh/zou3519/1136/orig 2025-03-04T19:48:55.2333447Z * [new branch] gh/zou3519/1137/base -> origin/gh/zou3519/1137/base 2025-03-04T19:48:55.2333950Z * [new branch] gh/zou3519/1137/head -> origin/gh/zou3519/1137/head 2025-03-04T19:48:55.2334511Z * [new branch] gh/zou3519/1137/orig -> origin/gh/zou3519/1137/orig 2025-03-04T19:48:55.2335068Z * [new branch] gh/zou3519/1138/base -> origin/gh/zou3519/1138/base 2025-03-04T19:48:55.2335577Z * [new branch] gh/zou3519/1138/head -> origin/gh/zou3519/1138/head 2025-03-04T19:48:55.2336097Z * [new branch] gh/zou3519/1138/orig -> origin/gh/zou3519/1138/orig 2025-03-04T19:48:55.2336613Z * [new branch] gh/zou3519/1139/base -> origin/gh/zou3519/1139/base 2025-03-04T19:48:55.2337114Z * [new branch] gh/zou3519/1139/head -> origin/gh/zou3519/1139/head 2025-03-04T19:48:55.2337621Z * [new branch] gh/zou3519/1139/orig -> origin/gh/zou3519/1139/orig 2025-03-04T19:48:55.2338132Z * [new branch] gh/zou3519/1140/base -> origin/gh/zou3519/1140/base 2025-03-04T19:48:55.2768324Z * [new branch] gh/zou3519/1140/head -> origin/gh/zou3519/1140/head 2025-03-04T19:48:55.2769179Z * [new branch] gh/zou3519/1140/orig -> origin/gh/zou3519/1140/orig 2025-03-04T19:48:55.2770002Z * [new branch] gh/zou3519/1141/base -> origin/gh/zou3519/1141/base 2025-03-04T19:48:55.2770822Z * [new branch] gh/zou3519/1141/head -> origin/gh/zou3519/1141/head 2025-03-04T19:48:55.2771646Z * [new branch] gh/zou3519/1141/orig -> origin/gh/zou3519/1141/orig 2025-03-04T19:48:55.2772627Z * [new branch] gh/zou3519/1142/base -> origin/gh/zou3519/1142/base 2025-03-04T19:48:55.2773261Z * [new branch] gh/zou3519/1142/head -> origin/gh/zou3519/1142/head 2025-03-04T19:48:55.2774042Z * [new branch] gh/zou3519/1142/orig -> origin/gh/zou3519/1142/orig 2025-03-04T19:48:55.2781634Z * [new branch] gh/zou3519/1143/base -> origin/gh/zou3519/1143/base 2025-03-04T19:48:55.2782258Z * [new branch] gh/zou3519/1143/head -> origin/gh/zou3519/1143/head 2025-03-04T19:48:55.2782792Z * [new branch] gh/zou3519/1143/orig -> origin/gh/zou3519/1143/orig 2025-03-04T19:48:55.2783313Z * [new branch] gh/zou3519/1144/base -> origin/gh/zou3519/1144/base 2025-03-04T19:48:55.2784002Z * [new branch] gh/zou3519/1144/head -> origin/gh/zou3519/1144/head 2025-03-04T19:48:55.2784525Z * [new branch] gh/zou3519/1144/orig -> origin/gh/zou3519/1144/orig 2025-03-04T19:48:55.2785090Z * [new branch] gh/zou3519/1145/base -> origin/gh/zou3519/1145/base 2025-03-04T19:48:55.2785652Z * [new branch] gh/zou3519/1145/head -> origin/gh/zou3519/1145/head 2025-03-04T19:48:55.2786164Z * [new branch] gh/zou3519/1145/orig -> origin/gh/zou3519/1145/orig 2025-03-04T19:48:55.2786674Z * [new branch] gh/zou3519/1146/base -> origin/gh/zou3519/1146/base 2025-03-04T19:48:55.2787187Z * [new branch] gh/zou3519/1146/head -> origin/gh/zou3519/1146/head 2025-03-04T19:48:55.2787701Z * [new branch] gh/zou3519/1146/orig -> origin/gh/zou3519/1146/orig 2025-03-04T19:48:55.2788222Z * [new branch] gh/zou3519/754/base -> origin/gh/zou3519/754/base 2025-03-04T19:48:55.2788823Z * [new branch] gh/zou3519/754/head -> origin/gh/zou3519/754/head 2025-03-04T19:48:55.2789318Z * [new branch] gh/zou3519/754/orig -> origin/gh/zou3519/754/orig 2025-03-04T19:48:55.2789825Z * [new branch] gh/zou3519/916/base -> origin/gh/zou3519/916/base 2025-03-04T19:48:55.2790332Z * [new branch] gh/zou3519/916/head -> origin/gh/zou3519/916/head 2025-03-04T19:48:55.2790868Z * [new branch] google-main -> origin/google-main 2025-03-04T19:48:55.2791447Z * [new branch] guangyey/external_stream -> origin/guangyey/external_stream 2025-03-04T19:48:55.2792000Z * [new branch] guangyey/host_alloc -> origin/guangyey/host_alloc 2025-03-04T19:48:55.2792507Z * [new branch] guangyey/test_2025 -> origin/guangyey/test_2025 2025-03-04T19:48:55.2793000Z * [new branch] guard_system -> origin/guard_system 2025-03-04T19:48:55.2793666Z * [new branch] guilhermeleobas/cherry-pick-55d87d9dfd9 -> origin/guilhermeleobas/cherry-pick-55d87d9dfd9 2025-03-04T19:48:55.2794397Z * [new branch] haozhe/bf16-dynamic-shape -> origin/haozhe/bf16-dynamic-shape 2025-03-04T19:48:55.2794917Z * [new branch] hhh_rand -> origin/hhh_rand 2025-03-04T19:48:55.2795388Z * [new branch] hoy-update-wheel -> origin/hoy-update-wheel 2025-03-04T19:48:55.2795899Z * [new branch] hoy/autofdo/xblock -> origin/hoy/autofdo/xblock 2025-03-04T19:48:55.2796463Z * [new branch] hoy/autotune/nreg -> origin/hoy/autotune/nreg 2025-03-04T19:48:55.2797044Z * [new branch] hoy/autotune/numwarps -> origin/hoy/autotune/numwarps 2025-03-04T19:48:55.2797551Z * [new branch] hoy/mmsplitk -> origin/hoy/mmsplitk 2025-03-04T19:48:55.2798049Z * [new branch] hoy/triton-PR3973 -> origin/hoy/triton-PR3973 2025-03-04T19:48:55.2798659Z * [new branch] hoy/triton-coalescing-baseline -> origin/hoy/triton-coalescing-baseline 2025-03-04T19:48:55.2799316Z * [new branch] hoy/triton-coalescing-min -> origin/hoy/triton-coalescing-min 2025-03-04T19:48:55.2799906Z * [new branch] hoy/triton-coalescing-new -> origin/hoy/triton-coalescing-new 2025-03-04T19:48:55.2800587Z * [new branch] hoy/triton-coalescing-vec -> origin/hoy/triton-coalescing-vec 2025-03-04T19:48:55.2801145Z * [new branch] improve_vec_log -> origin/improve_vec_log 2025-03-04T19:48:55.2801732Z * [new branch] inductor_layout_opt_rocm_disable -> origin/inductor_layout_opt_rocm_disable 2025-03-04T19:48:55.2802336Z * [new branch] inline -> origin/inline 2025-03-04T19:48:55.2802822Z * [new branch] inlining -> origin/inlining 2025-03-04T19:48:55.3186449Z * [new branch] inlining-ezyang -> origin/inlining-ezyang 2025-03-04T19:48:55.3186992Z * [new branch] int8_sdpa -> origin/int8_sdpa 2025-03-04T19:48:55.3187526Z * [new branch] int8_sdpa_template -> origin/int8_sdpa_template 2025-03-04T19:48:55.3188033Z * [new branch] invoke-subgraph -> origin/invoke-subgraph 2025-03-04T19:48:55.3188511Z * [new branch] ios-mac-m1 -> origin/ios-mac-m1 2025-03-04T19:48:55.3188962Z * [new branch] ipiszy/fix -> origin/ipiszy/fix 2025-03-04T19:48:55.3189435Z * [new branch] ipiszy/fp8_test -> origin/ipiszy/fp8_test 2025-03-04T19:48:55.3189904Z * [new branch] ipiszy/mypy -> origin/ipiszy/mypy 2025-03-04T19:48:55.3190372Z * [new branch] issue#58739 -> origin/issue#58739 2025-03-04T19:48:55.3190938Z * [new branch] ivanov/cherry-pick-ckpt-fixes -> origin/ivanov/cherry-pick-ckpt-fixes 2025-03-04T19:48:55.3191931Z * [new branch] jataylo-nvfuser_blocklist -> origin/jataylo-nvfuser_blocklist 2025-03-04T19:48:55.3192552Z * [new branch] jcaip-patch-1 -> origin/jcaip-patch-1 2025-03-04T19:48:55.3193119Z * [new branch] jcaip/fix-int8-bug -> origin/jcaip/fix-int8-bug 2025-03-04T19:48:55.3193676Z * [new branch] jcaip/fix-int8-bug-alpha -> origin/jcaip/fix-int8-bug-alpha 2025-03-04T19:48:55.3194361Z * [new branch] jcaip/test-cusparselt-version-0.6.2 -> origin/jcaip/test-cusparselt-version-0.6.2 2025-03-04T19:48:55.3195057Z * [new branch] jcaip/torch-compile-sparse -> origin/jcaip/torch-compile-sparse 2025-03-04T19:48:55.3195660Z * [new branch] jcaip/update-benchmarks -> origin/jcaip/update-benchmarks 2025-03-04T19:48:55.3196308Z * [new branch] jcaip/update-cusparselt-0.6.2 -> origin/jcaip/update-cusparselt-0.6.2 2025-03-04T19:48:55.3196966Z * [new branch] jeanschmidt/manywheel_memory -> origin/jeanschmidt/manywheel_memory 2025-03-04T19:48:55.3197644Z * [new branch] jnair/mi300_docker_caching_workflow -> origin/jnair/mi300_docker_caching_workflow 2025-03-04T19:48:55.3198377Z * [new branch] jon-chuang/compile-config-hash -> origin/jon-chuang/compile-config-hash 2025-03-04T19:48:55.3199072Z * [new branch] jon-chuang/compile-ignored -> origin/jon-chuang/compile-ignored 2025-03-04T19:48:55.3199686Z * [new branch] justinchu/onnxscript-0.2.2 -> origin/justinchu/onnxscript-0.2.2 2025-03-04T19:48:55.3200349Z * [new branch] justinchu/safe-tensors -> origin/justinchu/safe-tensors 2025-03-04T19:48:55.3200920Z * [new branch] justinchuby-patch-1 -> origin/justinchuby-patch-1 2025-03-04T19:48:55.3201519Z * [new branch] jwagantall/migrate-checkout -> origin/jwagantall/migrate-checkout 2025-03-04T19:48:55.3202075Z * [new branch] jz/istft -> origin/jz/istft 2025-03-04T19:48:55.3202545Z * [new branch] jz/stft-old-fc -> origin/jz/stft-old-fc 2025-03-04T19:48:55.3203027Z * [new branch] jz/stft-test -> origin/jz/stft-test 2025-03-04T19:48:55.3203486Z * [new branch] kadeng/dev-1 -> origin/kadeng/dev-1 2025-03-04T19:48:55.3204264Z * [new branch] kadeng/inductor-backend/cutlass-evt-fusion-1 -> origin/kadeng/inductor-backend/cutlass-evt-fusion-1 2025-03-04T19:48:55.3205099Z * [new branch] kadeng/inductor-cutlass-epilogue -> origin/kadeng/inductor-cutlass-epilogue 2025-03-04T19:48:55.3205779Z * [new branch] kenjin/call_method_userdefined -> origin/kenjin/call_method_userdefined 2025-03-04T19:48:55.3206338Z * [new branch] kenjin/lambdas -> origin/kenjin/lambdas 2025-03-04T19:48:55.3206977Z * [new branch] kenjin/norefcycles -> origin/kenjin/norefcycles 2025-03-04T19:48:55.3207499Z * [new branch] kit1980-patch-2 -> origin/kit1980-patch-2 2025-03-04T19:48:55.3208030Z * [new branch] kleidiai_bf16_issue_fix -> origin/kleidiai_bf16_issue_fix 2025-03-04T19:48:55.3208610Z * [new branch] kleidiai_submodule_update -> origin/kleidiai_submodule_update 2025-03-04T19:48:55.3209235Z * [new branch] kleidiai_threading_improvement -> origin/kleidiai_threading_improvement 2025-03-04T19:48:55.3209926Z * [new branch] larryliu0820-patch-1 -> origin/larryliu0820-patch-1 2025-03-04T19:48:55.3210559Z * [new branch] leslie/enable_poc_reduction_fusion -> origin/leslie/enable_poc_reduction_fusion 2025-03-04T19:48:55.3211255Z * [new branch] leslie/test_group_gemm_epilogues -> origin/leslie/test_group_gemm_epilogues 2025-03-04T19:48:55.3211846Z * [new branch] lts/release/1.8 -> origin/lts/release/1.8 2025-03-04T19:48:55.3212383Z * [new branch] main -> origin/main 2025-03-04T19:48:55.3212828Z * [new branch] main_dev_hhh -> origin/main_dev_hhh 2025-03-04T19:48:55.3647370Z * [new branch] malfet-patch-1 -> origin/malfet-patch-1 2025-03-04T19:48:55.3647917Z * [new branch] malfet-patch-10 -> origin/malfet-patch-10 2025-03-04T19:48:55.3648428Z * [new branch] malfet-patch-11 -> origin/malfet-patch-11 2025-03-04T19:48:55.3648930Z * [new branch] malfet-patch-12 -> origin/malfet-patch-12 2025-03-04T19:48:55.3649423Z * [new branch] malfet-patch-13 -> origin/malfet-patch-13 2025-03-04T19:48:55.3649918Z * [new branch] malfet-patch-14 -> origin/malfet-patch-14 2025-03-04T19:48:55.3650435Z * [new branch] malfet-patch-15 -> origin/malfet-patch-15 2025-03-04T19:48:55.3650925Z * [new branch] malfet-patch-19 -> origin/malfet-patch-19 2025-03-04T19:48:55.3651424Z * [new branch] malfet-patch-2 -> origin/malfet-patch-2 2025-03-04T19:48:55.3651922Z * [new branch] malfet-patch-23 -> origin/malfet-patch-23 2025-03-04T19:48:55.3652434Z * [new branch] malfet-patch-25 -> origin/malfet-patch-25 2025-03-04T19:48:55.3652920Z * [new branch] malfet-patch-3 -> origin/malfet-patch-3 2025-03-04T19:48:55.3653414Z * [new branch] malfet-patch-32 -> origin/malfet-patch-32 2025-03-04T19:48:55.3653897Z * [new branch] malfet-patch-42 -> origin/malfet-patch-42 2025-03-04T19:48:55.3654446Z * [new branch] malfet-patch-5 -> origin/malfet-patch-5 2025-03-04T19:48:55.3655002Z * [new branch] malfet-patch-6 -> origin/malfet-patch-6 2025-03-04T19:48:55.3655500Z * [new branch] malfet-patch-8 -> origin/malfet-patch-8 2025-03-04T19:48:55.3656051Z * [new branch] malfet/add-benchmark-func -> origin/malfet/add-benchmark-func 2025-03-04T19:48:55.3656655Z * [new branch] malfet/delete-find-openmp -> origin/malfet/delete-find-openmp 2025-03-04T19:48:55.3657295Z * [new branch] malfet/mps-add-bilineard2d-aa -> origin/malfet/mps-add-bilineard2d-aa 2025-03-04T19:48:55.3657903Z * [new branch] malfet/mps-fix-rand-5d -> origin/malfet/mps-fix-rand-5d 2025-03-04T19:48:55.3658502Z * [new branch] malfet/mps-implement-col2im -> origin/malfet/mps-implement-col2im 2025-03-04T19:48:55.3659091Z * [new branch] maxautotune_big_gpu -> origin/maxautotune_big_gpu 2025-03-04T19:48:55.3659589Z * [new branch] mesh_check -> origin/mesh_check 2025-03-04T19:48:55.3660208Z * [new branch] migrate_map -> origin/migrate_map 2025-03-04T19:48:55.3660763Z * [new branch] missing_gloo_causes_deadlock -> origin/missing_gloo_causes_deadlock 2025-03-04T19:48:55.3661335Z * [new branch] mlazos/S429861-debug -> origin/mlazos/S429861-debug 2025-03-04T19:48:55.3661810Z * [new branch] mlazos/aa -> origin/mlazos/aa 2025-03-04T19:48:55.3662311Z * [new branch] mlazos/adam-compiled -> origin/mlazos/adam-compiled 2025-03-04T19:48:55.3662868Z * [new branch] mlazos/adam-fused-bench -> origin/mlazos/adam-fused-bench 2025-03-04T19:48:55.3663444Z * [new branch] mlazos/adam-fused-bench2 -> origin/mlazos/adam-fused-bench2 2025-03-04T19:48:55.3663986Z * [new branch] mlazos/adam-test2 -> origin/mlazos/adam-test2 2025-03-04T19:48:55.3664505Z * [new branch] mlazos/asgd-compile -> origin/mlazos/asgd-compile 2025-03-04T19:48:55.3665094Z * [new branch] mlazos/aux-vars -> origin/mlazos/aux-vars 2025-03-04T19:48:55.3665651Z * [new branch] mlazos/backup-test-branch -> origin/mlazos/backup-test-branch 2025-03-04T19:48:55.3666231Z * [new branch] mlazos/bad-cudagraphs -> origin/mlazos/bad-cudagraphs 2025-03-04T19:48:55.3666767Z * [new branch] mlazos/baseline -> origin/mlazos/baseline 2025-03-04T19:48:55.3667347Z * [new branch] mlazos/baseline-graph-breaks -> origin/mlazos/baseline-graph-breaks 2025-03-04T19:48:55.3667943Z * [new branch] mlazos/batch-fuse-opt -> origin/mlazos/batch-fuse-opt 2025-03-04T19:48:55.3668471Z * [new branch] mlazos/beta-tensor -> origin/mlazos/beta-tensor 2025-03-04T19:48:55.3668988Z * [new branch] mlazos/buff-opt2 -> origin/mlazos/buff-opt2 2025-03-04T19:48:55.3669494Z * [new branch] mlazos/buffers -> origin/mlazos/buffers 2025-03-04T19:48:55.3670049Z * [new branch] mlazos/buffers2 -> origin/mlazos/buffers2 2025-03-04T19:48:55.3670585Z * [new branch] mlazos/buffers3 -> origin/mlazos/buffers3 2025-03-04T19:48:55.3671056Z * [new branch] mlazos/ck2 -> origin/mlazos/ck2 2025-03-04T19:48:55.3671548Z * [new branch] mlazos/combokernels -> origin/mlazos/combokernels 2025-03-04T19:48:55.3672093Z * [new branch] mlazos/compiled-nadam -> origin/mlazos/compiled-nadam 2025-03-04T19:48:55.3672615Z * [new branch] mlazos/concat2 -> origin/mlazos/concat2 2025-03-04T19:48:55.4103964Z * [new branch] mlazos/copy2 -> origin/mlazos/copy2 2025-03-04T19:48:55.4104514Z * [new branch] mlazos/cudagraph-tests -> origin/mlazos/cudagraph-tests 2025-03-04T19:48:55.4105153Z * [new branch] mlazos/cudagraphs-measurement -> origin/mlazos/cudagraphs-measurement 2025-03-04T19:48:55.4105763Z * [new branch] mlazos/data-gather -> origin/mlazos/data-gather 2025-03-04T19:48:55.4106281Z * [new branch] mlazos/data-ptrs2 -> origin/mlazos/data-ptrs2 2025-03-04T19:48:55.4106792Z * [new branch] mlazos/data-ptrs3 -> origin/mlazos/data-ptrs3 2025-03-04T19:48:55.4107334Z * [new branch] mlazos/dataclass-proxy -> origin/mlazos/dataclass-proxy 2025-03-04T19:48:55.4107913Z * [new branch] mlazos/disable-closures -> origin/mlazos/disable-closures 2025-03-04T19:48:55.4108489Z * [new branch] mlazos/disable-subclass -> origin/mlazos/disable-subclass 2025-03-04T19:48:55.4109043Z * [new branch] mlazos/disabled-opt -> origin/mlazos/disabled-opt 2025-03-04T19:48:55.4109556Z * [new branch] mlazos/exp_disable -> origin/mlazos/exp_disable 2025-03-04T19:48:55.4110204Z * [new branch] mlazos/faster -> origin/mlazos/faster 2025-03-04T19:48:55.4110701Z * [new branch] mlazos/faster2 -> origin/mlazos/faster2 2025-03-04T19:48:55.4111188Z * [new branch] mlazos/fe-copy -> origin/mlazos/fe-copy 2025-03-04T19:48:55.4111688Z * [new branch] mlazos/foreach-op -> origin/mlazos/foreach-op 2025-03-04T19:48:55.4112217Z * [new branch] mlazos/foreach-reds -> origin/mlazos/foreach-reds 2025-03-04T19:48:55.4112733Z * [new branch] mlazos/freezing -> origin/mlazos/freezing 2025-03-04T19:48:55.4113217Z * [new branch] mlazos/fuse-cat -> origin/mlazos/fuse-cat 2025-03-04T19:48:55.4113727Z * [new branch] mlazos/gen-foreach -> origin/mlazos/gen-foreach 2025-03-04T19:48:55.4114222Z * [new branch] mlazos/h-comp -> origin/mlazos/h-comp 2025-03-04T19:48:55.4114713Z * [new branch] mlazos/h-comp2 -> origin/mlazos/h-comp2 2025-03-04T19:48:55.4115279Z * [new branch] mlazos/hc-hf -> origin/mlazos/hc-hf 2025-03-04T19:48:55.4115809Z * [new branch] mlazos/init-per-param -> origin/mlazos/init-per-param 2025-03-04T19:48:55.4116359Z * [new branch] mlazos/init_per_param -> origin/mlazos/init_per_param 2025-03-04T19:48:55.4116880Z * [new branch] mlazos/less-guards -> origin/mlazos/less-guards 2025-03-04T19:48:55.4117425Z * [new branch] mlazos/lr-composibility -> origin/mlazos/lr-composibility 2025-03-04T19:48:55.4118020Z * [new branch] mlazos/main-test-enablement -> origin/mlazos/main-test-enablement 2025-03-04T19:48:55.4118568Z * [new branch] mlazos/main2 -> origin/mlazos/main2 2025-03-04T19:48:55.4119050Z * [new branch] mlazos/main_test -> origin/mlazos/main_test 2025-03-04T19:48:55.4119539Z * [new branch] mlazos/mcg -> origin/mlazos/mcg 2025-03-04T19:48:55.4119987Z * [new branch] mlazos/mcg2 -> origin/mlazos/mcg2 2025-03-04T19:48:55.4120550Z * [new branch] mlazos/meta-guards -> origin/mlazos/meta-guards 2025-03-04T19:48:55.4121071Z * [new branch] mlazos/mlazos/ck2 -> origin/mlazos/mlazos/ck2 2025-03-04T19:48:55.4121603Z * [new branch] mlazos/mlazos/clean -> origin/mlazos/mlazos/clean 2025-03-04T19:48:55.4122147Z * [new branch] mlazos/mlazos/faster2 -> origin/mlazos/mlazos/faster2 2025-03-04T19:48:55.4122764Z * [new branch] mlazos/mlazos/foreach-map-adam -> origin/mlazos/mlazos/foreach-map-adam 2025-03-04T19:48:55.4123411Z * [new branch] mlazos/mlazos/subclass-test -> origin/mlazos/mlazos/subclass-test 2025-03-04T19:48:55.4124038Z * [new branch] mlazos/mlazos/tf-mode-backup -> origin/mlazos/mlazos/tf-mode-backup 2025-03-04T19:48:55.4124682Z * [new branch] mlazos/mlazos/tf-trace-full -> origin/mlazos/mlazos/tf-trace-full 2025-03-04T19:48:55.4125238Z * [new branch] mlazos/mod-fix -> origin/mlazos/mod-fix 2025-03-04T19:48:55.4125723Z * [new branch] mlazos/more-tests -> origin/mlazos/more-tests 2025-03-04T19:48:55.4126260Z * [new branch] mlazos/mutable-backup -> origin/mlazos/mutable-backup 2025-03-04T19:48:55.4126770Z * [new branch] mlazos/mv-tfo -> origin/mlazos/mv-tfo 2025-03-04T19:48:55.4127242Z * [new branch] mlazos/no-cpp -> origin/mlazos/no-cpp 2025-03-04T19:48:55.4127820Z * [new branch] mlazos/no-init-group-handling -> origin/mlazos/no-init-group-handling 2025-03-04T19:48:55.4128436Z * [new branch] mlazos/op-investigation -> origin/mlazos/op-investigation 2025-03-04T19:48:55.4129087Z * [new branch] mlazos/opt-bench-exp2 -> origin/mlazos/opt-bench-exp2 2025-03-04T19:48:55.4562961Z * [new branch] mlazos/opt-bench2 -> origin/mlazos/opt-bench2 2025-03-04T19:48:55.4563520Z * [new branch] mlazos/opt-bench3 -> origin/mlazos/opt-bench3 2025-03-04T19:48:55.4564032Z * [new branch] mlazos/opt-incr -> origin/mlazos/opt-incr 2025-03-04T19:48:55.4564538Z * [new branch] mlazos/opt-recipe -> origin/mlazos/opt-recipe 2025-03-04T19:48:55.4565060Z * [new branch] mlazos/opt-slowdown -> origin/mlazos/opt-slowdown 2025-03-04T19:48:55.4565567Z * [new branch] mlazos/opt-warn -> origin/mlazos/opt-warn 2025-03-04T19:48:55.4566075Z * [new branch] mlazos/proxy-ctors -> origin/mlazos/proxy-ctors 2025-03-04T19:48:55.4566589Z * [new branch] mlazos/proxy-opt -> origin/mlazos/proxy-opt 2025-03-04T19:48:55.4567073Z * [new branch] mlazos/pt -> origin/mlazos/pt 2025-03-04T19:48:55.4567668Z * [new branch] mlazos/restart -> origin/mlazos/restart 2025-03-04T19:48:55.4568171Z * [new branch] mlazos/rm-thunkify -> origin/mlazos/rm-thunkify 2025-03-04T19:48:55.4568664Z * [new branch] mlazos/rtp -> origin/mlazos/rtp 2025-03-04T19:48:55.4569154Z * [new branch] mlazos/sdpa-driss -> origin/mlazos/sdpa-driss 2025-03-04T19:48:55.4569707Z * [new branch] mlazos/static-inputs-log -> origin/mlazos/static-inputs-log 2025-03-04T19:48:55.4570280Z * [new branch] mlazos/subclass-test -> origin/mlazos/subclass-test 2025-03-04T19:48:55.4570850Z * [new branch] mlazos/td-fix2 -> origin/mlazos/td-fix2 2025-03-04T19:48:55.4571424Z * [new branch] mlazos/tensor-hasattr2 -> origin/mlazos/tensor-hasattr2 2025-03-04T19:48:55.4572099Z * [new branch] mlazos/tensor-inherit-backup -> origin/mlazos/tensor-inherit-backup 2025-03-04T19:48:55.4572903Z * [new branch] mlazos/tensor-like-fix -> origin/mlazos/tensor-like-fix 2025-03-04T19:48:55.4573635Z * [new branch] mlazos/tensor-lr -> origin/mlazos/tensor-lr 2025-03-04T19:48:55.4574271Z * [new branch] mlazos/tensor-lr2 -> origin/mlazos/tensor-lr2 2025-03-04T19:48:55.4574783Z * [new branch] mlazos/tf-inherit -> origin/mlazos/tf-inherit 2025-03-04T19:48:55.4575271Z * [new branch] mlazos/tf-mode -> origin/mlazos/tf-mode 2025-03-04T19:48:55.4575789Z * [new branch] mlazos/tf-mode-backup2 -> origin/mlazos/tf-mode-backup2 2025-03-04T19:48:55.4576374Z * [new branch] mlazos/tf-mode-reland -> origin/mlazos/tf-mode-reland 2025-03-04T19:48:55.4576952Z * [new branch] mlazos/tf-mode-reland2 -> origin/mlazos/tf-mode-reland2 2025-03-04T19:48:55.4577594Z * [new branch] mlazos/tf-mode-reland3 -> origin/mlazos/tf-mode-reland3 2025-03-04T19:48:55.4578125Z * [new branch] mlazos/tf-refactor -> origin/mlazos/tf-refactor 2025-03-04T19:48:55.4578667Z * [new branch] mlazos/tf-subclass-stack -> origin/mlazos/tf-subclass-stack 2025-03-04T19:48:55.4579220Z * [new branch] mlazos/tf-trace-full -> origin/mlazos/tf-trace-full 2025-03-04T19:48:55.4579715Z * [new branch] mlazos/th -> origin/mlazos/th 2025-03-04T19:48:55.4580201Z * [new branch] mlazos/tune-proto -> origin/mlazos/tune-proto 2025-03-04T19:48:55.4580701Z * [new branch] mlazos/vary-beta -> origin/mlazos/vary-beta 2025-03-04T19:48:55.4581199Z * [new branch] mlazos/vary-beta2 -> origin/mlazos/vary-beta2 2025-03-04T19:48:55.4581715Z * [new branch] mlazos/weird-perf1 -> origin/mlazos/weird-perf1 2025-03-04T19:48:55.4582339Z * [new branch] mod_guards1 -> origin/mod_guards1 2025-03-04T19:48:55.4582845Z * [new branch] mod_guards3 -> origin/mod_guards3 2025-03-04T19:48:55.4583411Z * [new branch] moderniz29_cyy -> origin/moderniz29_cyy 2025-03-04T19:48:55.4583930Z * [new branch] mps-linear-1d -> origin/mps-linear-1d 2025-03-04T19:48:55.4584428Z * [new branch] mradmila/host_stats -> origin/mradmila/host_stats 2025-03-04T19:48:55.4584955Z * [new branch] msaroufim-patch-10 -> origin/msaroufim-patch-10 2025-03-04T19:48:55.4585488Z * [new branch] msaroufim-patch-11 -> origin/msaroufim-patch-11 2025-03-04T19:48:55.4586016Z * [new branch] msaroufim-patch-12 -> origin/msaroufim-patch-12 2025-03-04T19:48:55.4586546Z * [new branch] msaroufim-patch-13 -> origin/msaroufim-patch-13 2025-03-04T19:48:55.4587156Z * [new branch] msaroufim-patch-14 -> origin/msaroufim-patch-14 2025-03-04T19:48:55.4587676Z * [new branch] msaroufim/cache -> origin/msaroufim/cache 2025-03-04T19:48:55.4588248Z * [new branch] msaroufim/dtensorfusedadam -> origin/msaroufim/dtensorfusedadam 2025-03-04T19:48:55.4588828Z * [new branch] msaroufim/warn_once -> origin/msaroufim/warn_once 2025-03-04T19:48:55.5036753Z * [new branch] mypy_fix -> origin/mypy_fix 2025-03-04T19:48:55.5037251Z * [new branch] myst_nb_trial -> origin/myst_nb_trial 2025-03-04T19:48:55.5037770Z * [new branch] nestedfairseq2ops1 -> origin/nestedfairseq2ops1 2025-03-04T19:48:55.5038288Z * [new branch] new-batch-norm -> origin/new-batch-norm 2025-03-04T19:48:55.5038764Z * [new branch] new_branch -> origin/new_branch 2025-03-04T19:48:55.5039272Z * [new branch] new_guard_system -> origin/new_guard_system 2025-03-04T19:48:55.5039746Z * [new branch] ngimel/bits -> origin/ngimel/bits 2025-03-04T19:48:55.5040288Z * [new branch] ngimel/copy2d -> origin/ngimel/copy2d 2025-03-04T19:48:55.5040743Z * [new branch] ngimel/gg -> origin/ngimel/gg 2025-03-04T19:48:55.5041197Z * [new branch] ngimel/min_docs -> origin/ngimel/min_docs 2025-03-04T19:48:55.5041663Z * [new branch] nightly -> origin/nightly 2025-03-04T19:48:55.5042200Z * [new branch] nikitaved/linalg_codeowners -> origin/nikitaved/linalg_codeowners 2025-03-04T19:48:55.5042810Z * [new branch] nikitaved/solve_doc_update -> origin/nikitaved/solve_doc_update 2025-03-04T19:48:55.5043379Z * [new branch] nikitaved/tensordot -> origin/nikitaved/tensordot 2025-03-04T19:48:55.5043880Z * [new branch] offline -> origin/offline 2025-03-04T19:48:55.5044329Z * [new branch] openblas_gemv -> origin/openblas_gemv 2025-03-04T19:48:55.5044823Z * [new branch] orig/release/1.10 -> origin/orig/release/1.10 2025-03-04T19:48:55.5045325Z * [new branch] orig/release/1.11 -> origin/orig/release/1.11 2025-03-04T19:48:55.5045826Z * [new branch] orig/release/1.12 -> origin/orig/release/1.12 2025-03-04T19:48:55.5046324Z * [new branch] orig/release/1.13 -> origin/orig/release/1.13 2025-03-04T19:48:55.5046821Z * [new branch] orig/release/1.6 -> origin/orig/release/1.6 2025-03-04T19:48:55.5047313Z * [new branch] orig/release/1.7 -> origin/orig/release/1.7 2025-03-04T19:48:55.5047805Z * [new branch] orig/release/1.8 -> origin/orig/release/1.8 2025-03-04T19:48:55.5048489Z * [new branch] orig/release/1.9 -> origin/orig/release/1.9 2025-03-04T19:48:55.5048984Z * [new branch] orig/release/2.0 -> origin/orig/release/2.0 2025-03-04T19:48:55.5049477Z * [new branch] orig/release/2.1 -> origin/orig/release/2.1 2025-03-04T19:48:55.5049972Z * [new branch] orig/release/2.2 -> origin/orig/release/2.2 2025-03-04T19:48:55.5050529Z * [new branch] orig/release/2.3 -> origin/orig/release/2.3 2025-03-04T19:48:55.5051112Z * [new branch] orig/release/2.4 -> origin/orig/release/2.4 2025-03-04T19:48:55.5051614Z * [new branch] orig/release/2.5 -> origin/orig/release/2.5 2025-03-04T19:48:55.5052106Z * [new branch] orig/release/2.6 -> origin/orig/release/2.6 2025-03-04T19:48:55.5052663Z * [new branch] origin/gh/stroxler/1/head -> origin/origin/gh/stroxler/1/head 2025-03-04T19:48:55.5053319Z * [new branch] origin/voz/serde -> origin/origin/voz/serde 2025-03-04T19:48:55.5053824Z * [new branch] oulgen/fx_graph -> origin/oulgen/fx_graph 2025-03-04T19:48:55.5054301Z * [new branch] palic_hotfix -> origin/palic_hotfix 2025-03-04T19:48:55.5054775Z * [new branch] parallel_cat -> origin/parallel_cat 2025-03-04T19:48:55.5055260Z * [new branch] parallel_reduce -> origin/parallel_reduce 2025-03-04T19:48:55.5055720Z * [new branch] pca2 -> origin/pca2 2025-03-04T19:48:55.5056218Z * [new branch] peterbell10/null-change -> origin/peterbell10/null-change 2025-03-04T19:48:55.5056864Z * [new branch] pianpwk/backed_symint_endofbounds -> origin/pianpwk/backed_symint_endofbounds 2025-03-04T19:48:55.5057550Z * [new branch] pianpwk/clear_pending_unbacked -> origin/pianpwk/clear_pending_unbacked 2025-03-04T19:48:55.5058178Z * [new branch] pianpwk/draft_strict_stack -> origin/pianpwk/draft_strict_stack 2025-03-04T19:48:55.5058822Z * [new branch] pianpwk/inductor_unbacked_symint -> origin/pianpwk/inductor_unbacked_symint 2025-03-04T19:48:55.5059458Z * [new branch] pianpwk/meta_sdpa_for_cpu -> origin/pianpwk/meta_sdpa_for_cpu 2025-03-04T19:48:55.5060049Z * [new branch] pianpwk/pre_forward_hook -> origin/pianpwk/pre_forward_hook 2025-03-04T19:48:55.5060678Z * [new branch] pianpwk/symbol_provenance_draft -> origin/pianpwk/symbol_provenance_draft 2025-03-04T19:48:55.5061341Z * [new branch] pianpwk/symbol_provenance_v1 -> origin/pianpwk/symbol_provenance_v1 2025-03-04T19:48:55.5061977Z * [new branch] pianpwk/treat_sizes_as_size_like -> origin/pianpwk/treat_sizes_as_size_like 2025-03-04T19:48:55.5464456Z * [new branch] pianpwk/unbacked_bindings -> origin/pianpwk/unbacked_bindings 2025-03-04T19:48:55.5465132Z * [new branch] pianpwk/unbacked_mod_hint -> origin/pianpwk/unbacked_mod_hint 2025-03-04T19:48:55.5465726Z * [new branch] plain-metal-mul-kernel -> origin/plain-metal-mul-kernel 2025-03-04T19:48:55.5466306Z * [new branch] polyfill-class -> origin/polyfill-class 2025-03-04T19:48:55.5466772Z * [new branch] pr/131860 -> origin/pr/131860 2025-03-04T19:48:55.5467307Z * [new branch] prepare-android-artifacts -> origin/prepare-android-artifacts 2025-03-04T19:48:55.5467945Z * [new branch] profiler_triton_kwargs -> origin/profiler_triton_kwargs 2025-03-04T19:48:55.5468510Z * [new branch] pt-debug-cpu0 -> origin/pt-debug-cpu0 2025-03-04T19:48:55.5468988Z * [new branch] pt-opt-cuda3 -> origin/pt-opt-cuda3 2025-03-04T19:48:55.5469688Z * [new branch] python_compiled_autograd -> origin/python_compiled_autograd 2025-03-04T19:48:55.5470231Z * [new branch] qat-conv-bn-1d -> origin/qat-conv-bn-1d 2025-03-04T19:48:55.5470746Z * [new branch] qat-remove-bias-temp -> origin/qat-remove-bias-temp 2025-03-04T19:48:55.5471281Z * [new branch] qat_cudnn_batchnorm -> origin/qat_cudnn_batchnorm 2025-03-04T19:48:55.5471852Z * [new branch] qat_preserve_source_fn_stack -> origin/qat_preserve_source_fn_stack 2025-03-04T19:48:55.5472433Z * [new branch] qchip/export-D54134695 -> origin/qchip/export-D54134695 2025-03-04T19:48:55.5472939Z * [new branch] raggedsdpa -> origin/raggedsdpa 2025-03-04T19:48:55.5473459Z * [new branch] reenable-sgd-benchmark -> origin/reenable-sgd-benchmark 2025-03-04T19:48:55.5474067Z * [new branch] refactor-adamw -> origin/refactor-adamw 2025-03-04T19:48:55.5474658Z * [new branch] release/1.10 -> origin/release/1.10 2025-03-04T19:48:55.5475126Z * [new branch] release/1.11 -> origin/release/1.11 2025-03-04T19:48:55.5475591Z * [new branch] release/1.12 -> origin/release/1.12 2025-03-04T19:48:55.5476049Z * [new branch] release/1.13 -> origin/release/1.13 2025-03-04T19:48:55.5476511Z * [new branch] release/1.4 -> origin/release/1.4 2025-03-04T19:48:55.5476961Z * [new branch] release/1.4.1 -> origin/release/1.4.1 2025-03-04T19:48:55.5477415Z * [new branch] release/1.5 -> origin/release/1.5 2025-03-04T19:48:55.5477866Z * [new branch] release/1.6 -> origin/release/1.6 2025-03-04T19:48:55.5478330Z * [new branch] release/1.7 -> origin/release/1.7 2025-03-04T19:48:55.5478779Z * [new branch] release/1.8 -> origin/release/1.8 2025-03-04T19:48:55.5479229Z * [new branch] release/1.9 -> origin/release/1.9 2025-03-04T19:48:55.5479761Z * [new branch] release/2.0 -> origin/release/2.0 2025-03-04T19:48:55.5480276Z * [new branch] release/2.1 -> origin/release/2.1 2025-03-04T19:48:55.5480739Z * [new branch] release/2.2 -> origin/release/2.2 2025-03-04T19:48:55.5481198Z * [new branch] release/2.3 -> origin/release/2.3 2025-03-04T19:48:55.5481653Z * [new branch] release/2.4 -> origin/release/2.4 2025-03-04T19:48:55.5482102Z * [new branch] release/2.5 -> origin/release/2.5 2025-03-04T19:48:55.5482549Z * [new branch] release/2.6 -> origin/release/2.6 2025-03-04T19:48:55.5483008Z * [new branch] release/3.2.x -> origin/release/3.2.x 2025-03-04T19:48:55.5483480Z * [new branch] release_notes -> origin/release_notes 2025-03-04T19:48:55.5483989Z * [new branch] remove-edit-on-github -> origin/remove-edit-on-github 2025-03-04T19:48:55.5484541Z * [new branch] remove-link-survey -> origin/remove-link-survey 2025-03-04T19:48:55.5485096Z * [new branch] remove_global_ns -> origin/remove_global_ns 2025-03-04T19:48:55.5485660Z * [new branch] requires_grad_fix -> origin/requires_grad_fix 2025-03-04T19:48:55.5486529Z * [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-04T19:48:55.5487375Z * [new branch] revert-112125 -> origin/revert-112125 2025-03-04T19:48:55.5488121Z * [new branch] revert-131069-gh/krzysztofjordan/1/head -> origin/revert-131069-gh/krzysztofjordan/1/head 2025-03-04T19:48:55.5489139Z * [new branch] revert-131469-gh/andrewor14/51/head -> origin/revert-131469-gh/andrewor14/51/head 2025-03-04T19:48:55.5489867Z * [new branch] revert_commit_b57b38b -> origin/revert_commit_b57b38b 2025-03-04T19:48:55.5919407Z * [new branch] revert_realize_input_ExternKernel -> origin/revert_realize_input_ExternKernel 2025-03-04T19:48:55.5920068Z * [new branch] rohan-varma-patch-13 -> origin/rohan-varma-patch-13 2025-03-04T19:48:55.5920682Z * [new branch] rohan-varma-patch-14 -> origin/rohan-varma-patch-14 2025-03-04T19:48:55.5921233Z * [new branch] rohan-varma-patch-15 -> origin/rohan-varma-patch-15 2025-03-04T19:48:55.5921787Z * [new branch] rohan-varma-patch-16 -> origin/rohan-varma-patch-16 2025-03-04T19:48:55.5922329Z * [new branch] rprop-playground -> origin/rprop-playground 2025-03-04T19:48:55.5922915Z * [new branch] run-ios-test-device-farm -> origin/run-ios-test-device-farm 2025-03-04T19:48:55.5923950Z * [new branch] ryanguo99/cleanup-dynamo-expected-failures -> origin/ryanguo99/cleanup-dynamo-expected-failures 2025-03-04T19:48:55.5924718Z * [new branch] ryanguo99/fix-closure-var -> origin/ryanguo99/fix-closure-var 2025-03-04T19:48:55.5925274Z * [new branch] rzou/cache_name -> origin/rzou/cache_name 2025-03-04T19:48:55.5925804Z * [new branch] rzou/faketensor_bench -> origin/rzou/faketensor_bench 2025-03-04T19:48:55.5926308Z * [new branch] rzou/fix -> origin/rzou/fix 2025-03-04T19:48:55.5926757Z * [new branch] rzou/fix2 -> origin/rzou/fix2 2025-03-04T19:48:55.5927197Z * [new branch] rzou/njt -> origin/rzou/njt 2025-03-04T19:48:55.5927647Z * [new branch] rzou/operator -> origin/rzou/operator 2025-03-04T19:48:55.5928114Z * [new branch] rzou/pca -> origin/rzou/pca 2025-03-04T19:48:55.5928580Z * [new branch] rzou/pipe_split -> origin/rzou/pipe_split 2025-03-04T19:48:55.5929146Z * [new branch] rzou/realprop -> origin/rzou/realprop 2025-03-04T19:48:55.5929697Z * [new branch] rzou/setup_context -> origin/rzou/setup_context 2025-03-04T19:48:55.5930204Z * [new branch] safe-rollout -> origin/safe-rollout 2025-03-04T19:48:55.5930846Z * [new branch] sanchitintel/fix_llama_da8w8_corner_case -> origin/sanchitintel/fix_llama_da8w8_corner_case 2025-03-04T19:48:55.5931779Z * [new branch] sanchitintel/gemm_template_avoid_malloc_lock_contention -> origin/sanchitintel/gemm_template_avoid_malloc_lock_contention 2025-03-04T19:48:55.5932680Z * [new branch] sanchitintel/modify_fp32_micro_gemm -> origin/sanchitintel/modify_fp32_micro_gemm 2025-03-04T19:48:55.5933458Z * [new branch] sanchitintel/refactor_aten_int8_woq_gemm -> origin/sanchitintel/refactor_aten_int8_woq_gemm 2025-03-04T19:48:55.5934385Z * [new branch] sanchitintel/weird_thing_with_test_cpu_select_algorithm -> origin/sanchitintel/weird_thing_with_test_cpu_select_algorithm 2025-03-04T19:48:55.5935386Z * [new branch] sanchitintel/woq_gemm_buf_size_patch -> origin/sanchitintel/woq_gemm_buf_size_patch 2025-03-04T19:48:55.5936216Z * [new branch] sanchitj/remove_duplicate_line_from_freezing.py -> origin/sanchitj/remove_duplicate_line_from_freezing.py 2025-03-04T19:48:55.5936936Z * [new branch] sdpa_autocast_cpu -> origin/sdpa_autocast_cpu 2025-03-04T19:48:55.5937409Z * [new branch] sdpa_base -> origin/sdpa_base 2025-03-04T19:48:55.5937857Z * [new branch] sdym/2.5.1 -> origin/sdym/2.5.1 2025-03-04T19:48:55.5938480Z * [new branch] sdym/docker-python-3.8 -> origin/sdym/docker-python-3.8 2025-03-04T19:48:55.5939029Z * [new branch] sdym/revert-107846 -> origin/sdym/revert-107846 2025-03-04T19:48:55.5939548Z * [new branch] sdym/revert-109859 -> origin/sdym/revert-109859 2025-03-04T19:48:55.5940056Z * [new branch] sdym/skip-asan -> origin/sdym/skip-asan 2025-03-04T19:48:55.5940608Z * [new branch] sdym/todo-docstring -> origin/sdym/todo-docstring 2025-03-04T19:48:55.5941156Z * [new branch] sdym/torchfix -> origin/sdym/torchfix 2025-03-04T19:48:55.5941724Z * [new branch] sdym/torchvision-pretrained -> origin/sdym/torchvision-pretrained 2025-03-04T19:48:55.5942306Z * [new branch] sdym/typed-storage -> origin/sdym/typed-storage 2025-03-04T19:48:55.5942799Z * [new branch] sdym/wno -> origin/sdym/wno 2025-03-04T19:48:55.5943523Z * [new branch] seemethere/add_h100_nightly_perf_benchmarks -> origin/seemethere/add_h100_nightly_perf_benchmarks 2025-03-04T19:48:55.5944211Z * [new branch] share_and_pin_fork -> origin/share_and_pin_fork 2025-03-04T19:48:55.5944723Z * [new branch] shengf/fx-xform-perf -> origin/shengf/fx-xform-perf 2025-03-04T19:48:55.5945274Z * [new branch] shikaili_fp8_allgather -> origin/shikaili_fp8_allgather 2025-03-04T19:48:55.5945815Z * [new branch] shunting-loaf-bm-3 -> origin/shunting-loaf-bm-3 2025-03-04T19:48:55.6323050Z * [new branch] shunting-loaf-bm-4 -> origin/shunting-loaf-bm-4 2025-03-04T19:48:55.6323628Z * [new branch] shunting-loaf-bm-5 -> origin/shunting-loaf-bm-5 2025-03-04T19:48:55.6324167Z * [new branch] shunting-loaf-bm-6 -> origin/shunting-loaf-bm-6 2025-03-04T19:48:55.6324879Z * [new branch] shunting-loop-ordering-after-fusion-bm-2 -> origin/shunting-loop-ordering-after-fusion-bm-2 2025-03-04T19:48:55.6325630Z * [new branch] shunting-multi-kernel-2 -> origin/shunting-multi-kernel-2 2025-03-04T19:48:55.6326215Z * [new branch] shunting-multi-kernel-3 -> origin/shunting-multi-kernel-3 2025-03-04T19:48:55.6326815Z * [new branch] shunting-scale-down-rblock -> origin/shunting-scale-down-rblock 2025-03-04T19:48:55.6327453Z * [new branch] shunting-tigher-upperbound -> origin/shunting-tigher-upperbound 2025-03-04T19:48:55.6328106Z * [new branch] shunting-triton-pin-update-5 -> origin/shunting-triton-pin-update-5 2025-03-04T19:48:55.6328752Z * [new branch] simplify-fq-per-channel -> origin/simplify-fq-per-channel 2025-03-04T19:48:55.6329283Z * [new branch] source_fn_stack -> origin/source_fn_stack 2025-03-04T19:48:55.6329809Z * [new branch] speedup-mps-string-key -> origin/speedup-mps-string-key 2025-03-04T19:48:55.6330360Z * [new branch] sqzhang/flight4 -> origin/sqzhang/flight4 2025-03-04T19:48:55.6330882Z * [new branch] sqzhang/flight4plus -> origin/sqzhang/flight4plus 2025-03-04T19:48:55.6331462Z * [new branch] sraikund/record_funct_test -> origin/sraikund/record_funct_test 2025-03-04T19:48:55.6332008Z * [new branch] sraikund16/test -> origin/sraikund16/test 2025-03-04T19:48:55.6332580Z * [new branch] subscribe_codeowners_lucasllc -> origin/subscribe_codeowners_lucasllc 2025-03-04T19:48:55.6333107Z * [new branch] super -> origin/super 2025-03-04T19:48:55.6333573Z * [new branch] svekars-patch-7 -> origin/svekars-patch-7 2025-03-04T19:48:55.6334058Z * [new branch] switch-bn -> origin/switch-bn 2025-03-04T19:48:55.6334590Z * [new branch] sympy-bottleneck-repro -> origin/sympy-bottleneck-repro 2025-03-04T19:48:55.6335266Z * [new branch] teja/dcp_poc -> origin/teja/dcp_poc 2025-03-04T19:48:55.6335738Z * [new branch] tensor_life -> origin/tensor_life 2025-03-04T19:48:55.6336243Z * [new branch] tensordict_integration -> origin/tensordict_integration 2025-03-04T19:48:55.6336814Z * [new branch] test-move-conda-builds -> origin/test-move-conda-builds 2025-03-04T19:48:55.6337435Z * [new branch] test-torchvision-install-ci -> origin/test-torchvision-install-ci 2025-03-04T19:48:55.6337991Z * [new branch] test/inductor -> origin/test/inductor 2025-03-04T19:48:55.6338447Z * [new branch] test_od -> origin/test_od 2025-03-04T19:48:55.6338940Z * [new branch] test_od_cudnn_bn_qat_fusion -> origin/test_od_cudnn_bn_qat_fusion 2025-03-04T19:48:55.6339486Z * [new branch] tidy_performance_cyy -> origin/tidy_performance_cyy 2025-03-04T19:48:55.6340078Z * [new branch] torchgen_ns -> origin/torchgen_ns 2025-03-04T19:48:55.6340599Z * [new branch] trace_fsdp_torchtune_lora -> origin/trace_fsdp_torchtune_lora 2025-03-04T19:48:55.6341167Z * [new branch] traceable_fsdp_unit_tests -> origin/traceable_fsdp_unit_tests 2025-03-04T19:48:55.6341779Z * [new branch] tree_loop_vec_base -> origin/tree_loop_vec_base 2025-03-04T19:48:55.6342320Z * [new branch] tree_vec_base -> origin/tree_vec_base 2025-03-04T19:48:55.6342861Z * [new branch] triton-cpu-arm-expriment -> origin/triton-cpu-arm-expriment 2025-03-04T19:48:55.6343391Z * [new branch] triton-update -> origin/triton-update 2025-03-04T19:48:55.6343868Z * [new branch] triton_kernel -> origin/triton_kernel 2025-03-04T19:48:55.6344365Z * [new branch] triton_kernel_perf -> origin/triton_kernel_perf 2025-03-04T19:48:55.6344914Z * [new branch] try-speedup-docbuild -> origin/try-speedup-docbuild 2025-03-04T19:48:55.6345414Z * [new branch] type_dec -> origin/type_dec 2025-03-04T19:48:55.6345916Z * [new branch] unbreak_cpp_builder_clang -> origin/unbreak_cpp_builder_clang 2025-03-04T19:48:55.6346629Z * [new branch] update-audio-commit-hash/13043025845-1444-1 -> origin/update-audio-commit-hash/13043025845-1444-1 2025-03-04T19:48:55.6347497Z * [new branch] update-audio-commit-hash/13210264744-1454-1 -> origin/update-audio-commit-hash/13210264744-1454-1 2025-03-04T19:48:55.6348353Z * [new branch] update-audio-commit-hash/13402729107-1466-1 -> origin/update-audio-commit-hash/13402729107-1466-1 2025-03-04T19:48:55.6645013Z * [new branch] update-executorch-commit-hash/12838938822-1425-1 -> origin/update-executorch-commit-hash/12838938822-1425-1 2025-03-04T19:48:55.6646067Z * [new branch] update-executorch-commit-hash/13319730828-1460-1 -> origin/update-executorch-commit-hash/13319730828-1460-1 2025-03-04T19:48:55.6647034Z * [new branch] update-executorch-commit-hash/13339750520-1461-1 -> origin/update-executorch-commit-hash/13339750520-1461-1 2025-03-04T19:48:55.6647983Z * [new branch] update-executorch-commit-hash/13349943940-1462-1 -> origin/update-executorch-commit-hash/13349943940-1462-1 2025-03-04T19:48:55.6648931Z * [new branch] update-executorch-commit-hash/13360269739-1463-1 -> origin/update-executorch-commit-hash/13360269739-1463-1 2025-03-04T19:48:55.6649884Z * [new branch] update-executorch-commit-hash/13380672687-1464-1 -> origin/update-executorch-commit-hash/13380672687-1464-1 2025-03-04T19:48:55.6650836Z * [new branch] update-executorch-commit-hash/13402729107-1466-1 -> origin/update-executorch-commit-hash/13402729107-1466-1 2025-03-04T19:48:55.6651899Z * [new branch] update-vision-commit-hash/6078630218-694-1 -> origin/update-vision-commit-hash/6078630218-694-1 2025-03-04T19:48:55.6652746Z * [new branch] update-vision-commit-hash/6091086722-695-1 -> origin/update-vision-commit-hash/6091086722-695-1 2025-03-04T19:48:55.6653584Z * [new branch] update-vision-commit-hash/6116061554-699-1 -> origin/update-vision-commit-hash/6116061554-699-1 2025-03-04T19:48:55.6654534Z * [new branch] update-vision-commit-hash/6140304273-702-1 -> origin/update-vision-commit-hash/6140304273-702-1 2025-03-04T19:48:55.6655385Z * [new branch] update-vision-commit-hash/6210383723-710-1 -> origin/update-vision-commit-hash/6210383723-710-1 2025-03-04T19:48:55.6656210Z * [new branch] update-vision-commit-hash/6319671985-721-1 -> origin/update-vision-commit-hash/6319671985-721-1 2025-03-04T19:48:55.6657046Z * [new branch] update-vision-commit-hash/6345577305-723-1 -> origin/update-vision-commit-hash/6345577305-723-1 2025-03-04T19:48:55.6657990Z * [new branch] update-vision-commit-hash/6366568705-725-1 -> origin/update-vision-commit-hash/6366568705-725-1 2025-03-04T19:48:55.6658833Z * [new branch] update-vision-commit-hash/6386942932-727-1 -> origin/update-vision-commit-hash/6386942932-727-1 2025-03-04T19:48:55.6659670Z * [new branch] update-vision-commit-hash/6399845260-728-1 -> origin/update-vision-commit-hash/6399845260-728-1 2025-03-04T19:48:55.6660503Z * [new branch] update-vision-commit-hash/6412969951-729-1 -> origin/update-vision-commit-hash/6412969951-729-1 2025-03-04T19:48:55.6661336Z * [new branch] update-vision-commit-hash/6425844356-730-1 -> origin/update-vision-commit-hash/6425844356-730-1 2025-03-04T19:48:55.6662159Z * [new branch] update-vision-commit-hash/6463026337-734-1 -> origin/update-vision-commit-hash/6463026337-734-1 2025-03-04T19:48:55.6663003Z * [new branch] update-vision-commit-hash/6489506557-736-1 -> origin/update-vision-commit-hash/6489506557-736-1 2025-03-04T19:48:55.6663830Z * [new branch] update-vision-commit-hash/6520762621-739-1 -> origin/update-vision-commit-hash/6520762621-739-1 2025-03-04T19:48:55.6664661Z * [new branch] update-vision-commit-hash/6581672893-744-1 -> origin/update-vision-commit-hash/6581672893-744-1 2025-03-04T19:48:55.6665497Z * [new branch] update-vision-commit-hash/6593929043-745-1 -> origin/update-vision-commit-hash/6593929043-745-1 2025-03-04T19:48:55.6666329Z * [new branch] update-vision-commit-hash/6634009725-750-1 -> origin/update-vision-commit-hash/6634009725-750-1 2025-03-04T19:48:55.6667154Z * [new branch] update-vision-commit-hash/6673463792-754-1 -> origin/update-vision-commit-hash/6673463792-754-1 2025-03-04T19:48:55.6667981Z * [new branch] update-vision-commit-hash/6700258936-758-1 -> origin/update-vision-commit-hash/6700258936-758-1 2025-03-04T19:48:55.6668818Z * [new branch] update-vision-commit-hash/6805589684-770-1 -> origin/update-vision-commit-hash/6805589684-770-1 2025-03-04T19:48:55.6669716Z * [new branch] update-vision-commit-hash/6818989957-773-1 -> origin/update-vision-commit-hash/6818989957-773-1 2025-03-04T19:48:55.6670606Z * [new branch] update-vision-commit-hash/6830864778-774-1 -> origin/update-vision-commit-hash/6830864778-774-1 2025-03-04T19:48:55.6671439Z * [new branch] update-vision-commit-hash/6857388096-777-1 -> origin/update-vision-commit-hash/6857388096-777-1 2025-03-04T19:48:55.6672286Z * [new branch] update-vision-commit-hash/6871122584-778-1 -> origin/update-vision-commit-hash/6871122584-778-1 2025-03-04T19:48:55.7054533Z * [new branch] update-vision-commit-hash/6884505667-779-1 -> origin/update-vision-commit-hash/6884505667-779-1 2025-03-04T19:48:55.7055617Z * [new branch] update-vision-commit-hash/9010274985-1089-1 -> origin/update-vision-commit-hash/9010274985-1089-1 2025-03-04T19:48:55.7056469Z * [new branch] update-xla-commit-hash/10140112669-125-1 -> origin/update-xla-commit-hash/10140112669-125-1 2025-03-04T19:48:55.7057239Z * [new branch] update-xla-commit-hash/6070520075-77-1 -> origin/update-xla-commit-hash/6070520075-77-1 2025-03-04T19:48:55.7058012Z * [new branch] update-xla-commit-hash/6143382673-78-1 -> origin/update-xla-commit-hash/6143382673-78-1 2025-03-04T19:48:55.7058770Z * [new branch] update-xla-commit-hash/6219563710-79-1 -> origin/update-xla-commit-hash/6219563710-79-1 2025-03-04T19:48:55.7059530Z * [new branch] update-xla-commit-hash/6296332542-80-1 -> origin/update-xla-commit-hash/6296332542-80-1 2025-03-04T19:48:55.7060289Z * [new branch] update-xla-commit-hash/6377302016-81-1 -> origin/update-xla-commit-hash/6377302016-81-1 2025-03-04T19:48:55.7061145Z * [new branch] update-xla-commit-hash/6453689944-82-1 -> origin/update-xla-commit-hash/6453689944-82-1 2025-03-04T19:48:55.7061912Z * [new branch] update-xla-commit-hash/6530489691-83-1 -> origin/update-xla-commit-hash/6530489691-83-1 2025-03-04T19:48:55.7062671Z * [new branch] update-xla-commit-hash/6610159969-84-1 -> origin/update-xla-commit-hash/6610159969-84-1 2025-03-04T19:48:55.7063417Z * [new branch] update-xla-commit-hash/6689695021-85-1 -> origin/update-xla-commit-hash/6689695021-85-1 2025-03-04T19:48:55.7064334Z * [new branch] update-xla-commit-hash/6767672412-86-1 -> origin/update-xla-commit-hash/6767672412-86-1 2025-03-04T19:48:55.7065094Z * [new branch] update-xla-commit-hash/6846986487-87-1 -> origin/update-xla-commit-hash/6846986487-87-1 2025-03-04T19:48:55.7065886Z * [new branch] update_docs_torch_multinomial_issue#125388 -> origin/update_docs_torch_multinomial_issue#125388 2025-03-04T19:48:55.7066557Z * [new branch] update_kineto_0212_3 -> origin/update_kineto_0212_3 2025-03-04T19:48:55.7067076Z * [new branch] update_kineto_0214 -> origin/update_kineto_0214 2025-03-04T19:48:55.7067626Z * [new branch] update_slow_tests_1722488736 -> origin/update_slow_tests_1722488736 2025-03-04T19:48:55.7068203Z * [new branch] update_slow_tests_1722879173 -> origin/update_slow_tests_1722879173 2025-03-04T19:48:55.7068785Z * [new branch] update_slow_tests_1738568376 -> origin/update_slow_tests_1738568376 2025-03-04T19:48:55.7069367Z * [new branch] update_slow_tests_1739173241 -> origin/update_slow_tests_1739173241 2025-03-04T19:48:55.7069939Z * [new branch] update_slow_tests_1739777990 -> origin/update_slow_tests_1739777990 2025-03-04T19:48:55.7070521Z * [new branch] update_slow_tests_1740382789 -> origin/update_slow_tests_1740382789 2025-03-04T19:48:55.7071100Z * [new branch] update_submodule_FBGEMM -> origin/update_submodule_FBGEMM 2025-03-04T19:48:55.7071658Z * [new branch] update_submodule_kineto -> origin/update_submodule_kineto 2025-03-04T19:48:55.7072238Z * [new branch] use-better-label-for-dcp -> origin/use-better-label-for-dcp 2025-03-04T19:48:55.7072752Z * [new branch] v0.1.2 -> origin/v0.1.2 2025-03-04T19:48:55.7073183Z * [new branch] v1.0.1 -> origin/v1.0.1 2025-03-04T19:48:55.7073609Z * [new branch] v1.0.3 -> origin/v1.0.3 2025-03-04T19:48:55.7074032Z * [new branch] v1.1.0 -> origin/v1.1.0 2025-03-04T19:48:55.7074442Z * [new branch] v1.2.0 -> origin/v1.2.0 2025-03-04T19:48:55.7074855Z * [new branch] v1.3.0 -> origin/v1.3.0 2025-03-04T19:48:55.7075275Z * [new branch] v1.3.1 -> origin/v1.3.1 2025-03-04T19:48:55.7075824Z * [new branch] validate_fn -> origin/validate_fn 2025-03-04T19:48:55.7076314Z * [new branch] validations_2.6 -> origin/validations_2.6 2025-03-04T19:48:55.7076825Z * [new branch] vfdev-5-patch-2 -> origin/vfdev-5-patch-2 2025-03-04T19:48:55.7077303Z * [new branch] viable/strict -> origin/viable/strict 2025-03-04T19:48:55.7077841Z * [new branch] voz/compiled_autograd_hooks -> origin/voz/compiled_autograd_hooks 2025-03-04T19:48:55.7078412Z * [new branch] voz/fsdp_autograd2 -> origin/voz/fsdp_autograd2 2025-03-04T19:48:55.7078925Z * [new branch] voz/fsdp_autograd4 -> origin/voz/fsdp_autograd4 2025-03-04T19:48:55.7079505Z * [new branch] voz/fsdp_autograd_merge -> origin/voz/fsdp_autograd_merge 2025-03-04T19:48:55.7080131Z * [new branch] voz/fsdp_autograd_merge2 -> origin/voz/fsdp_autograd_merge2 2025-03-04T19:48:55.7530528Z * [new branch] voz/partials -> origin/voz/partials 2025-03-04T19:48:55.7531069Z * [new branch] voz/puffery -> origin/voz/puffery 2025-03-04T19:48:55.7531538Z * [new branch] voz/serde2 -> origin/voz/serde2 2025-03-04T19:48:55.7532073Z * [new branch] voz/soft_fork_autograd_fsdp -> origin/voz/soft_fork_autograd_fsdp 2025-03-04T19:48:55.7532623Z * [new branch] wdvr/add_boto3 -> origin/wdvr/add_boto3 2025-03-04T19:48:55.7533120Z * [new branch] wdvr/iss145259_alt -> origin/wdvr/iss145259_alt 2025-03-04T19:48:55.7533617Z * [new branch] wdvr/iss_145259 -> origin/wdvr/iss_145259 2025-03-04T19:48:55.7534093Z * [new branch] wdvr/iss_145801 -> origin/wdvr/iss_145801 2025-03-04T19:48:55.7534577Z * [new branch] wdvr/sccache_nvcc -> origin/wdvr/sccache_nvcc 2025-03-04T19:48:55.7535138Z * [new branch] wdvr/sccache_simplified -> origin/wdvr/sccache_simplified 2025-03-04T19:48:55.7535743Z * [new branch] wdvr/xpu_sccache_fix -> origin/wdvr/xpu_sccache_fix 2025-03-04T19:48:55.7536292Z * [new branch] whc/flight -> origin/whc/flight 2025-03-04T19:48:55.7536805Z * [new branch] whc/flight4 -> origin/whc/flight4 2025-03-04T19:48:55.7537269Z * [new branch] whc/flight51 -> origin/whc/flight51 2025-03-04T19:48:55.7537722Z * [new branch] whc/flight53 -> origin/whc/flight53 2025-03-04T19:48:55.7538198Z * [new branch] whc/flight_full -> origin/whc/flight_full 2025-03-04T19:48:55.7538694Z * [new branch] whc/flightbase -> origin/whc/flightbase 2025-03-04T19:48:55.7539174Z * [new branch] whc/p2phang -> origin/whc/p2phang 2025-03-04T19:48:55.7539642Z * [new branch] whc/stage2 -> origin/whc/stage2 2025-03-04T19:48:55.7540120Z * [new branch] xmfan/ca_5a2be192d1 -> origin/xmfan/ca_5a2be192d1 2025-03-04T19:48:55.7540599Z * [new branch] xmfan/ca_api -> origin/xmfan/ca_api 2025-03-04T19:48:55.7541096Z * [new branch] xmfan/ca_cudagraphs -> origin/xmfan/ca_cudagraphs 2025-03-04T19:48:55.7541656Z * [new branch] xmfan/ca_jan3 -> origin/xmfan/ca_jan3 2025-03-04T19:48:55.7542171Z * [new branch] xmfan/ca_jun18 -> origin/xmfan/ca_jun18 2025-03-04T19:48:55.7542691Z * [new branch] xmfan/ca_jun24 -> origin/xmfan/ca_jun24 2025-03-04T19:48:55.7543178Z * [new branch] xmfan/ca_mem_base -> origin/xmfan/ca_mem_base 2025-03-04T19:48:55.7543659Z * [new branch] xmfan/ca_mem_fix -> origin/xmfan/ca_mem_fix 2025-03-04T19:48:55.7544276Z * [new branch] xmfan/ca_memory_fix -> origin/xmfan/ca_memory_fix 2025-03-04T19:48:55.7544825Z * [new branch] xmfan/ca_memory_fix_rebased -> origin/xmfan/ca_memory_fix_rebased 2025-03-04T19:48:55.7545413Z * [new branch] xmfan/ca_memory_fix_rebased2 -> origin/xmfan/ca_memory_fix_rebased2 2025-03-04T19:48:55.7545965Z * [new branch] xmfan/ca_move_to_cuda -> origin/xmfan/ca_move_to_cuda 2025-03-04T19:48:55.7546472Z * [new branch] xmfan/ca_overhead -> origin/xmfan/ca_overhead 2025-03-04T19:48:55.7547010Z * [new branch] xmfan/ca_overhead_0eba7e5451 -> origin/xmfan/ca_overhead_0eba7e5451 2025-03-04T19:48:55.7547609Z * [new branch] xmfan/ca_scalar -> origin/xmfan/ca_scalar 2025-03-04T19:48:55.7548228Z * [new branch] xmfan/ca_subclass_mem_fix -> origin/xmfan/ca_subclass_mem_fix 2025-03-04T19:48:55.7548763Z * [new branch] xmfan/ca_warm_mem -> origin/xmfan/ca_warm_mem 2025-03-04T19:48:55.7549364Z * [new branch] xmfan/ca_warm_mem_base -> origin/xmfan/ca_warm_mem_base 2025-03-04T19:48:55.7549894Z * [new branch] xmfan/cacu_jun18 -> origin/xmfan/cacu_jun18 2025-03-04T19:48:55.7550373Z * [new branch] xmfan/cacu_jun19 -> origin/xmfan/cacu_jun19 2025-03-04T19:48:55.7550871Z * [new branch] xmfan/cacu_jun4 -> origin/xmfan/cacu_jun4 2025-03-04T19:48:55.7551357Z * [new branch] xmfan/cacu_may27 -> origin/xmfan/cacu_may27 2025-03-04T19:48:55.7551858Z * [new branch] xmfan/circular_dep -> origin/xmfan/circular_dep 2025-03-04T19:48:55.7552437Z * [new branch] xmfan/compiled_autograd_bench -> origin/xmfan/compiled_autograd_bench 2025-03-04T19:48:55.7553122Z * [new branch] xmfan/compiled_autograd_bench_base -> origin/xmfan/compiled_autograd_bench_base 2025-03-04T19:48:55.7553943Z * [new branch] xmfan/compiled_autograd_benchmark -> origin/xmfan/compiled_autograd_benchmark 2025-03-04T19:48:55.7554641Z * [new branch] xmfan/compiled_autograd_ddp -> origin/xmfan/compiled_autograd_ddp 2025-03-04T19:48:55.7555267Z * [new branch] xmfan/compiled_autograd_feb_29 -> origin/xmfan/compiled_autograd_feb_29 2025-03-04T19:48:55.8017635Z * [new branch] xmfan/compiled_autograd_graph_breaks -> origin/xmfan/compiled_autograd_graph_breaks 2025-03-04T19:48:55.8018492Z * [new branch] xmfan/compiled_autograd_hud -> origin/xmfan/compiled_autograd_hud 2025-03-04T19:48:55.8019331Z * [new branch] xmfan/compiled_autograd_hypothetical_perf -> origin/xmfan/compiled_autograd_hypothetical_perf 2025-03-04T19:48:55.8020269Z * [new branch] xmfan/compiled_autograd_perf_no_reuse -> origin/xmfan/compiled_autograd_perf_no_reuse 2025-03-04T19:48:55.8021101Z * [new branch] xmfan/disable_duck_shape -> origin/xmfan/disable_duck_shape 2025-03-04T19:48:55.8021805Z * [new branch] xmfan/distributed_torchbench -> origin/xmfan/distributed_torchbench 2025-03-04T19:48:55.8022551Z * [new branch] xmfan/fca_cpp_node_passthrough -> origin/xmfan/fca_cpp_node_passthrough 2025-03-04T19:48:55.8023287Z * [new branch] xmfan/feb_10_compiled_autograd -> origin/xmfan/feb_10_compiled_autograd 2025-03-04T19:48:55.8023993Z * [new branch] xmfan/feb_10_compiled_autograd_cudagraph -> origin/xmfan/feb_10_compiled_autograd_cudagraph 2025-03-04T19:48:55.8024643Z * [new branch] xmfan/fsdp_wraps -> origin/xmfan/fsdp_wraps 2025-03-04T19:48:55.8025153Z * [new branch] xmfan/issue_123374 -> origin/xmfan/issue_123374 2025-03-04T19:48:55.8025702Z * [new branch] xmfan/oss_benchmark_script -> origin/xmfan/oss_benchmark_script 2025-03-04T19:48:55.8026434Z * [new branch] xmfan/rename_nanogpt -> origin/xmfan/rename_nanogpt 2025-03-04T19:48:55.8026998Z * [new branch] xmfan/retains_grad_hooks -> origin/xmfan/retains_grad_hooks 2025-03-04T19:48:55.8027559Z * [new branch] xmfan/segfault_test -> origin/xmfan/segfault_test 2025-03-04T19:48:55.8028089Z * [new branch] xmfan/single_step -> origin/xmfan/single_step 2025-03-04T19:48:55.8028634Z * [new branch] xmfan/sth_0829 -> origin/xmfan/sth_0829 2025-03-04T19:48:55.8029194Z * [new branch] xmfan/test -> origin/xmfan/test 2025-03-04T19:48:55.8029667Z * [new branch] xmfan/yolov3_oom -> origin/xmfan/yolov3_oom 2025-03-04T19:48:55.8030217Z * [new branch] yguo/debug-0226-constexpr -> origin/yguo/debug-0226-constexpr 2025-03-04T19:48:55.8030867Z * [new branch] yguo/fix-remaining-cpp-wrapper -> origin/yguo/fix-remaining-cpp-wrapper 2025-03-04T19:48:55.8031502Z * [new branch] yguo/new_latest_changes -> origin/yguo/new_latest_changes 2025-03-04T19:48:55.8032215Z * [new branch] yguo/patch_constexpr_changes -> origin/yguo/patch_constexpr_changes 2025-03-04T19:48:55.8033007Z * [new branch] yguo/repro-segfault-triton-aoti-cpp-wrapper -> origin/yguo/repro-segfault-triton-aoti-cpp-wrapper 2025-03-04T19:48:55.8033752Z * [new branch] yihan_quantization -> origin/yihan_quantization 2025-03-04T19:48:55.8034305Z * [new branch] yiming/bootcamp -> origin/yiming/bootcamp 2025-03-04T19:48:55.8034867Z * [new branch] zainr/canary-test -> origin/zainr/canary-test 2025-03-04T19:48:55.8035542Z * [new branch] zainr/historical-correlation-fix -> origin/zainr/historical-correlation-fix 2025-03-04T19:48:55.8036148Z * [new branch] zainr/lint-fix -> origin/zainr/lint-fix 2025-03-04T19:48:55.8036689Z * [new branch] zainr/metrics-job-id -> origin/zainr/metrics-job-id 2025-03-04T19:48:55.8037232Z * [new branch] zainr/metrics-pr -> origin/zainr/metrics-pr 2025-03-04T19:48:55.8037777Z * [new branch] zainr/mypy-break-test -> origin/zainr/mypy-break-test 2025-03-04T19:48:55.8038347Z * [new branch] zainr/mypy-break-test2 -> origin/zainr/mypy-break-test2 2025-03-04T19:48:55.8038910Z * [new branch] zainr/mypy-break-test3 -> origin/zainr/mypy-break-test3 2025-03-04T19:48:55.8039457Z * [new branch] zainr/mypy-update -> origin/zainr/mypy-update 2025-03-04T19:48:55.8040002Z * [new branch] zainr/pull-migration-c -> origin/zainr/pull-migration-c 2025-03-04T19:48:55.8040694Z * [new branch] zainr/sha-checking -> origin/zainr/sha-checking 2025-03-04T19:48:55.8041284Z * [new branch] zainr/td-baseline-stats -> origin/zainr/td-baseline-stats 2025-03-04T19:48:55.8041826Z * [new branch] zainr/td-class -> origin/zainr/td-class 2025-03-04T19:48:55.8042348Z * [new branch] zainr/td-class-metrics -> origin/zainr/td-class-metrics 2025-03-04T19:48:55.8042890Z * [new branch] zainr/td-downgrade -> origin/zainr/td-downgrade 2025-03-04T19:48:55.8043409Z * [new branch] zainr/td-file-pass -> origin/zainr/td-file-pass 2025-03-04T19:48:55.8043936Z * [new branch] zainr/td-metrics-v2 -> origin/zainr/td-metrics-v2 2025-03-04T19:48:55.8044504Z * [new branch] zainr/td-pass-class-times -> origin/zainr/td-pass-class-times 2025-03-04T19:48:55.8045057Z * [new branch] zainr/td-shard-info -> origin/zainr/td-shard-info 2025-03-04T19:48:55.8412486Z * [new branch] zainr/td-trial -> origin/zainr/td-trial 2025-03-04T19:48:55.8413046Z * [new branch] zainr/unstable -> origin/zainr/unstable 2025-03-04T19:48:55.8414276Z * [new branch] zainrizvi/testing1 -> origin/zainrizvi/testing1 2025-03-04T19:48:55.8414843Z * [new branch] zasdfgbnm-patch-3 -> origin/zasdfgbnm-patch-3 2025-03-04T19:48:55.8415331Z * [new branch] zb2p -> origin/zb2p 2025-03-04T19:48:55.8415768Z * [new branch] zbv_algo -> origin/zbv_algo 2025-03-04T19:48:55.8416246Z * [new branch] zdevito-patch-1 -> origin/zdevito-patch-1 2025-03-04T19:48:55.8416760Z * [new branch] zdevito-patch-2 -> origin/zdevito-patch-2 2025-03-04T19:48:55.8417309Z * [new branch] zeros-and-scatter-part2 -> origin/zeros-and-scatter-part2 2025-03-04T19:48:55.8417857Z * [new branch] zhxchen17/aoti/0 -> origin/zhxchen17/aoti/0 2025-03-04T19:48:55.8418381Z * [new branch] zhxchen17/export/1 -> origin/zhxchen17/export/1 2025-03-04T19:48:55.8419427Z * [new branch] zhxchen17/export/12 -> origin/zhxchen17/export/12 2025-03-04T19:48:55.8419965Z * [new branch] zhxchen17/export/13 -> origin/zhxchen17/export/13 2025-03-04T19:48:55.8420515Z * [new branch] zhxchen17/export/14 -> origin/zhxchen17/export/14 2025-03-04T19:48:55.8421055Z * [new branch] zhxchen17/export/3 -> origin/zhxchen17/export/3 2025-03-04T19:48:55.8421578Z * [new branch] zhxchen17/export/6 -> origin/zhxchen17/export/6 2025-03-04T19:48:55.8422103Z * [new branch] zhxchen17/export/7 -> origin/zhxchen17/export/7 2025-03-04T19:48:55.8422613Z * [new branch] zhxchen17/export/8 -> origin/zhxchen17/export/8 2025-03-04T19:48:55.8423245Z * [new branch] zhxchen17/sticky_cache/0 -> origin/zhxchen17/sticky_cache/0 2025-03-04T19:48:55.8423824Z * [new branch] zhxchen17/tmp/0 -> origin/zhxchen17/tmp/0 2025-03-04T19:48:55.8424336Z * [new branch] zhxchen17/tmp/2 -> origin/zhxchen17/tmp/2 2025-03-04T19:48:55.8424850Z * [new branch] zxiiro/docs-build.sh -> origin/zxiiro/docs-build.sh 2025-03-04T19:48:55.8425652Z * [new tag] bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug -> bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug 2025-03-04T19:48:55.8426399Z * [new tag] ci/binaries/77164 -> ci/binaries/77164 2025-03-04T19:48:55.8426822Z * [new tag] ciflow/all/70978 -> ciflow/all/70978 2025-03-04T19:48:55.8427230Z * [new tag] ciflow/all/70979 -> ciflow/all/70979 2025-03-04T19:48:55.8427646Z * [new tag] ciflow/all/70989 -> ciflow/all/70989 2025-03-04T19:48:55.8428087Z * [new tag] ciflow/binaries/120076 -> ciflow/binaries/120076 2025-03-04T19:48:55.8428566Z * [new tag] ciflow/binaries/129465 -> ciflow/binaries/129465 2025-03-04T19:48:55.8429135Z * [new tag] ciflow/binaries/138996 -> ciflow/binaries/138996 2025-03-04T19:48:55.8429595Z * [new tag] ciflow/binaries/139760 -> ciflow/binaries/139760 2025-03-04T19:48:55.8430043Z * [new tag] ciflow/binaries/141178 -> ciflow/binaries/141178 2025-03-04T19:48:55.8430504Z * [new tag] ciflow/binaries/142040 -> ciflow/binaries/142040 2025-03-04T19:48:55.8430959Z * [new tag] ciflow/binaries/143082 -> ciflow/binaries/143082 2025-03-04T19:48:55.8431416Z * [new tag] ciflow/binaries/143416 -> ciflow/binaries/143416 2025-03-04T19:48:55.8431879Z * [new tag] ciflow/binaries/143794 -> ciflow/binaries/143794 2025-03-04T19:48:55.8432336Z * [new tag] ciflow/binaries/144127 -> ciflow/binaries/144127 2025-03-04T19:48:55.8432916Z * [new tag] ciflow/binaries/145119 -> ciflow/binaries/145119 2025-03-04T19:48:55.8433392Z * [new tag] ciflow/binaries/145224 -> ciflow/binaries/145224 2025-03-04T19:48:55.8433855Z * [new tag] ciflow/binaries/146717 -> ciflow/binaries/146717 2025-03-04T19:48:55.8434362Z * [new tag] ciflow/binaries/147448 -> ciflow/binaries/147448 2025-03-04T19:48:55.8434883Z * [new tag] ciflow/binaries/147498 -> ciflow/binaries/147498 2025-03-04T19:48:55.8435348Z * [new tag] ciflow/binaries/147607 -> ciflow/binaries/147607 2025-03-04T19:48:55.8435799Z * [new tag] ciflow/binaries/147664 -> ciflow/binaries/147664 2025-03-04T19:48:55.8436267Z * [new tag] ciflow/binaries/147817 -> ciflow/binaries/147817 2025-03-04T19:48:55.8436729Z * [new tag] ciflow/binaries/147917 -> ciflow/binaries/147917 2025-03-04T19:48:55.8437190Z * [new tag] ciflow/binaries/147945 -> ciflow/binaries/147945 2025-03-04T19:48:55.8437753Z * [new tag] ciflow/binaries/147964 -> ciflow/binaries/147964 2025-03-04T19:48:56.0464449Z * [new tag] ciflow/binaries/148163 -> ciflow/binaries/148163 2025-03-04T19:48:56.0465002Z * [new tag] ciflow/binaries/148173 -> ciflow/binaries/148173 2025-03-04T19:48:56.0465468Z * [new tag] ciflow/binaries/148343 -> ciflow/binaries/148343 2025-03-04T19:48:56.0465974Z * [new tag] ciflow/binaries_wheel/138834 -> ciflow/binaries_wheel/138834 2025-03-04T19:48:56.0466502Z * [new tag] ciflow/binaries_wheel/142279 -> ciflow/binaries_wheel/142279 2025-03-04T19:48:56.0467017Z * [new tag] ciflow/binaries_wheel/143388 -> ciflow/binaries_wheel/143388 2025-03-04T19:48:56.0467536Z * [new tag] ciflow/binaries_wheel/144049 -> ciflow/binaries_wheel/144049 2025-03-04T19:48:56.0468084Z * [new tag] ciflow/binaries_wheel/146055 -> ciflow/binaries_wheel/146055 2025-03-04T19:48:56.0468663Z * [new tag] ciflow/binaries_wheel/146573 -> ciflow/binaries_wheel/146573 2025-03-04T19:48:56.0469228Z * [new tag] ciflow/binaries_wheel/147074 -> ciflow/binaries_wheel/147074 2025-03-04T19:48:56.0469743Z * [new tag] ciflow/binaries_wheel/147448 -> ciflow/binaries_wheel/147448 2025-03-04T19:48:56.0470269Z * [new tag] ciflow/binaries_wheel/147455 -> ciflow/binaries_wheel/147455 2025-03-04T19:48:56.0470794Z * [new tag] ciflow/binaries_wheel/148313 -> ciflow/binaries_wheel/148313 2025-03-04T19:48:56.0471311Z * [new tag] ciflow/binaries_wheel/148319 -> ciflow/binaries_wheel/148319 2025-03-04T19:48:56.0471788Z * [new tag] ciflow/cuda/70978 -> ciflow/cuda/70978 2025-03-04T19:48:56.0472208Z * [new tag] ciflow/cuda/70979 -> ciflow/cuda/70979 2025-03-04T19:48:56.0472638Z * [new tag] ciflow/cuda/70989 -> ciflow/cuda/70989 2025-03-04T19:48:56.0473125Z * [new tag] ciflow/inductor-cu126/140793 -> ciflow/inductor-cu126/140793 2025-03-04T19:48:56.0473757Z * [new tag] ciflow/inductor-micro-benchmark/141910 -> ciflow/inductor-micro-benchmark/141910 2025-03-04T19:48:56.0474555Z * [new tag] ciflow/inductor-perf-compare/140195 -> ciflow/inductor-perf-compare/140195 2025-03-04T19:48:56.0475286Z * [new tag] ciflow/inductor-perf-test-nightly/140195 -> ciflow/inductor-perf-test-nightly/140195 2025-03-04T19:48:56.0475962Z * [new tag] ciflow/inductor-periodic/140793 -> ciflow/inductor-periodic/140793 2025-03-04T19:48:56.0476568Z * [new tag] ciflow/inductor-periodic/145612 -> ciflow/inductor-periodic/145612 2025-03-04T19:48:56.0477158Z * [new tag] ciflow/inductor-periodic/147315 -> ciflow/inductor-periodic/147315 2025-03-04T19:48:56.0477934Z * [new tag] ciflow/inductor-rocm/140989 -> ciflow/inductor-rocm/140989 2025-03-04T19:48:56.0478452Z * [new tag] ciflow/inductor-rocm/141309 -> ciflow/inductor-rocm/141309 2025-03-04T19:48:56.0478985Z * [new tag] ciflow/inductor-rocm/141355 -> ciflow/inductor-rocm/141355 2025-03-04T19:48:56.0479499Z * [new tag] ciflow/inductor-rocm/146264 -> ciflow/inductor-rocm/146264 2025-03-04T19:48:56.0480056Z * [new tag] ciflow/inductor-rocm/146903 -> ciflow/inductor-rocm/146903 2025-03-04T19:48:56.0480678Z * [new tag] ciflow/inductor-rocm/147315 -> ciflow/inductor-rocm/147315 2025-03-04T19:48:56.0481191Z * [new tag] ciflow/inductor-rocm/147320 -> ciflow/inductor-rocm/147320 2025-03-04T19:48:56.0481701Z * [new tag] ciflow/inductor-rocm/147452 -> ciflow/inductor-rocm/147452 2025-03-04T19:48:56.0482209Z * [new tag] ciflow/inductor-rocm/147583 -> ciflow/inductor-rocm/147583 2025-03-04T19:48:56.0482876Z * [new tag] ciflow/inductor-rocm/147619 -> ciflow/inductor-rocm/147619 2025-03-04T19:48:56.0483385Z * [new tag] ciflow/inductor-rocm/148305 -> ciflow/inductor-rocm/148305 2025-03-04T19:48:56.0483904Z * [new tag] ciflow/inductor-rocm/148437 -> ciflow/inductor-rocm/148437 2025-03-04T19:48:56.0484404Z * [new tag] ciflow/inductor/110155 -> ciflow/inductor/110155 2025-03-04T19:48:56.0484888Z * [new tag] ciflow/inductor/113257 -> ciflow/inductor/113257 2025-03-04T19:48:56.0485403Z * [new tag] ciflow/inductor/119496 -> ciflow/inductor/119496 2025-03-04T19:48:56.0485876Z * [new tag] ciflow/inductor/119977 -> ciflow/inductor/119977 2025-03-04T19:48:56.0486376Z * [new tag] ciflow/inductor/120076 -> ciflow/inductor/120076 2025-03-04T19:48:56.0486838Z * [new tag] ciflow/inductor/121445 -> ciflow/inductor/121445 2025-03-04T19:48:56.0487311Z * [new tag] ciflow/inductor/124490 -> ciflow/inductor/124490 2025-03-04T19:48:56.0487771Z * [new tag] ciflow/inductor/125270 -> ciflow/inductor/125270 2025-03-04T19:48:56.0488233Z * [new tag] ciflow/inductor/125326 -> ciflow/inductor/125326 2025-03-04T19:48:56.0488700Z * [new tag] ciflow/inductor/125428 -> ciflow/inductor/125428 2025-03-04T19:48:56.0797703Z * [new tag] ciflow/inductor/125469 -> ciflow/inductor/125469 2025-03-04T19:48:56.0798215Z * [new tag] ciflow/inductor/125806 -> ciflow/inductor/125806 2025-03-04T19:48:56.0798695Z * [new tag] ciflow/inductor/125888 -> ciflow/inductor/125888 2025-03-04T19:48:56.0799179Z * [new tag] ciflow/inductor/125995 -> ciflow/inductor/125995 2025-03-04T19:48:56.0799646Z * [new tag] ciflow/inductor/126348 -> ciflow/inductor/126348 2025-03-04T19:48:56.0800155Z * [new tag] ciflow/inductor/127011 -> ciflow/inductor/127011 2025-03-04T19:48:56.0800690Z * [new tag] ciflow/inductor/127171 -> ciflow/inductor/127171 2025-03-04T19:48:56.0801147Z * [new tag] ciflow/inductor/127293 -> ciflow/inductor/127293 2025-03-04T19:48:56.0801619Z * [new tag] ciflow/inductor/127294 -> ciflow/inductor/127294 2025-03-04T19:48:56.0802097Z * [new tag] ciflow/inductor/129352 -> ciflow/inductor/129352 2025-03-04T19:48:56.0802581Z * [new tag] ciflow/inductor/129420 -> ciflow/inductor/129420 2025-03-04T19:48:56.0803054Z * [new tag] ciflow/inductor/130141 -> ciflow/inductor/130141 2025-03-04T19:48:56.0803522Z * [new tag] ciflow/inductor/130499 -> ciflow/inductor/130499 2025-03-04T19:48:56.0804005Z * [new tag] ciflow/inductor/130887 -> ciflow/inductor/130887 2025-03-04T19:48:56.0804649Z * [new tag] ciflow/inductor/131354 -> ciflow/inductor/131354 2025-03-04T19:48:56.0805123Z * [new tag] ciflow/inductor/132021 -> ciflow/inductor/132021 2025-03-04T19:48:56.0805589Z * [new tag] ciflow/inductor/132414 -> ciflow/inductor/132414 2025-03-04T19:48:56.0806055Z * [new tag] ciflow/inductor/133044 -> ciflow/inductor/133044 2025-03-04T19:48:56.0806520Z * [new tag] ciflow/inductor/133121 -> ciflow/inductor/133121 2025-03-04T19:48:56.0806980Z * [new tag] ciflow/inductor/133287 -> ciflow/inductor/133287 2025-03-04T19:48:56.0807431Z * [new tag] ciflow/inductor/133289 -> ciflow/inductor/133289 2025-03-04T19:48:56.0807893Z * [new tag] ciflow/inductor/133296 -> ciflow/inductor/133296 2025-03-04T19:48:56.0808371Z * [new tag] ciflow/inductor/133297 -> ciflow/inductor/133297 2025-03-04T19:48:56.0808956Z * [new tag] ciflow/inductor/133315 -> ciflow/inductor/133315 2025-03-04T19:48:56.0809428Z * [new tag] ciflow/inductor/133392 -> ciflow/inductor/133392 2025-03-04T19:48:56.0809896Z * [new tag] ciflow/inductor/133419 -> ciflow/inductor/133419 2025-03-04T19:48:56.0810365Z * [new tag] ciflow/inductor/133423 -> ciflow/inductor/133423 2025-03-04T19:48:56.0810829Z * [new tag] ciflow/inductor/133667 -> ciflow/inductor/133667 2025-03-04T19:48:56.0811296Z * [new tag] ciflow/inductor/133753 -> ciflow/inductor/133753 2025-03-04T19:48:56.0811756Z * [new tag] ciflow/inductor/134681 -> ciflow/inductor/134681 2025-03-04T19:48:56.0812213Z * [new tag] ciflow/inductor/135708 -> ciflow/inductor/135708 2025-03-04T19:48:56.0812677Z * [new tag] ciflow/inductor/135792 -> ciflow/inductor/135792 2025-03-04T19:48:56.0813147Z * [new tag] ciflow/inductor/136355 -> ciflow/inductor/136355 2025-03-04T19:48:56.0813604Z * [new tag] ciflow/inductor/136702 -> ciflow/inductor/136702 2025-03-04T19:48:56.0814067Z * [new tag] ciflow/inductor/137400 -> ciflow/inductor/137400 2025-03-04T19:48:56.0814531Z * [new tag] ciflow/inductor/137568 -> ciflow/inductor/137568 2025-03-04T19:48:56.0815000Z * [new tag] ciflow/inductor/137583 -> ciflow/inductor/137583 2025-03-04T19:48:56.0815461Z * [new tag] ciflow/inductor/137846 -> ciflow/inductor/137846 2025-03-04T19:48:56.0815926Z * [new tag] ciflow/inductor/137884 -> ciflow/inductor/137884 2025-03-04T19:48:56.0816381Z * [new tag] ciflow/inductor/138185 -> ciflow/inductor/138185 2025-03-04T19:48:56.0816843Z * [new tag] ciflow/inductor/138202 -> ciflow/inductor/138202 2025-03-04T19:48:56.0817315Z * [new tag] ciflow/inductor/138213 -> ciflow/inductor/138213 2025-03-04T19:48:56.0817771Z * [new tag] ciflow/inductor/138214 -> ciflow/inductor/138214 2025-03-04T19:48:56.0818235Z * [new tag] ciflow/inductor/138388 -> ciflow/inductor/138388 2025-03-04T19:48:56.0818702Z * [new tag] ciflow/inductor/138513 -> ciflow/inductor/138513 2025-03-04T19:48:56.0819152Z * [new tag] ciflow/inductor/138519 -> ciflow/inductor/138519 2025-03-04T19:48:56.0819622Z * [new tag] ciflow/inductor/138555 -> ciflow/inductor/138555 2025-03-04T19:48:56.0820090Z * [new tag] ciflow/inductor/138626 -> ciflow/inductor/138626 2025-03-04T19:48:56.0820555Z * [new tag] ciflow/inductor/138889 -> ciflow/inductor/138889 2025-03-04T19:48:56.0821022Z * [new tag] ciflow/inductor/138930 -> ciflow/inductor/138930 2025-03-04T19:48:56.1149979Z * [new tag] ciflow/inductor/139094 -> ciflow/inductor/139094 2025-03-04T19:48:56.1150528Z * [new tag] ciflow/inductor/139271 -> ciflow/inductor/139271 2025-03-04T19:48:56.1151003Z * [new tag] ciflow/inductor/139561 -> ciflow/inductor/139561 2025-03-04T19:48:56.1151470Z * [new tag] ciflow/inductor/139975 -> ciflow/inductor/139975 2025-03-04T19:48:56.1151951Z * [new tag] ciflow/inductor/140032 -> ciflow/inductor/140032 2025-03-04T19:48:56.1152413Z * [new tag] ciflow/inductor/140084 -> ciflow/inductor/140084 2025-03-04T19:48:56.1152880Z * [new tag] ciflow/inductor/140159 -> ciflow/inductor/140159 2025-03-04T19:48:56.1153345Z * [new tag] ciflow/inductor/140195 -> ciflow/inductor/140195 2025-03-04T19:48:56.1153805Z * [new tag] ciflow/inductor/140746 -> ciflow/inductor/140746 2025-03-04T19:48:56.1154266Z * [new tag] ciflow/inductor/140756 -> ciflow/inductor/140756 2025-03-04T19:48:56.1154933Z * [new tag] ciflow/inductor/140979 -> ciflow/inductor/140979 2025-03-04T19:48:56.1155405Z * [new tag] ciflow/inductor/141082 -> ciflow/inductor/141082 2025-03-04T19:48:56.1155871Z * [new tag] ciflow/inductor/141096 -> ciflow/inductor/141096 2025-03-04T19:48:56.1156331Z * [new tag] ciflow/inductor/141097 -> ciflow/inductor/141097 2025-03-04T19:48:56.1156788Z * [new tag] ciflow/inductor/141213 -> ciflow/inductor/141213 2025-03-04T19:48:56.1157239Z * [new tag] ciflow/inductor/141309 -> ciflow/inductor/141309 2025-03-04T19:48:56.1157696Z * [new tag] ciflow/inductor/141393 -> ciflow/inductor/141393 2025-03-04T19:48:56.1158151Z * [new tag] ciflow/inductor/141641 -> ciflow/inductor/141641 2025-03-04T19:48:56.1158613Z * [new tag] ciflow/inductor/141684 -> ciflow/inductor/141684 2025-03-04T19:48:56.1159072Z * [new tag] ciflow/inductor/141700 -> ciflow/inductor/141700 2025-03-04T19:48:56.1159532Z * [new tag] ciflow/inductor/141730 -> ciflow/inductor/141730 2025-03-04T19:48:56.1159981Z * [new tag] ciflow/inductor/141842 -> ciflow/inductor/141842 2025-03-04T19:48:56.1160509Z * [new tag] ciflow/inductor/141889 -> ciflow/inductor/141889 2025-03-04T19:48:56.1160972Z * [new tag] ciflow/inductor/141940 -> ciflow/inductor/141940 2025-03-04T19:48:56.1161431Z * [new tag] ciflow/inductor/141944 -> ciflow/inductor/141944 2025-03-04T19:48:56.1161893Z * [new tag] ciflow/inductor/141961 -> ciflow/inductor/141961 2025-03-04T19:48:56.1162366Z * [new tag] ciflow/inductor/142091 -> ciflow/inductor/142091 2025-03-04T19:48:56.1162836Z * [new tag] ciflow/inductor/142092 -> ciflow/inductor/142092 2025-03-04T19:48:56.1163305Z * [new tag] ciflow/inductor/142163 -> ciflow/inductor/142163 2025-03-04T19:48:56.1163764Z * [new tag] ciflow/inductor/142272 -> ciflow/inductor/142272 2025-03-04T19:48:56.1164226Z * [new tag] ciflow/inductor/142273 -> ciflow/inductor/142273 2025-03-04T19:48:56.1164683Z * [new tag] ciflow/inductor/142295 -> ciflow/inductor/142295 2025-03-04T19:48:56.1165138Z * [new tag] ciflow/inductor/142296 -> ciflow/inductor/142296 2025-03-04T19:48:56.1165588Z * [new tag] ciflow/inductor/142309 -> ciflow/inductor/142309 2025-03-04T19:48:56.1166049Z * [new tag] ciflow/inductor/142350 -> ciflow/inductor/142350 2025-03-04T19:48:56.1166508Z * [new tag] ciflow/inductor/142372 -> ciflow/inductor/142372 2025-03-04T19:48:56.1167109Z * [new tag] ciflow/inductor/142483 -> ciflow/inductor/142483 2025-03-04T19:48:56.1167579Z * [new tag] ciflow/inductor/142851 -> ciflow/inductor/142851 2025-03-04T19:48:56.1168045Z * [new tag] ciflow/inductor/143044 -> ciflow/inductor/143044 2025-03-04T19:48:56.1168510Z * [new tag] ciflow/inductor/143103 -> ciflow/inductor/143103 2025-03-04T19:48:56.1168975Z * [new tag] ciflow/inductor/143220 -> ciflow/inductor/143220 2025-03-04T19:48:56.1169444Z * [new tag] ciflow/inductor/143256 -> ciflow/inductor/143256 2025-03-04T19:48:56.1169911Z * [new tag] ciflow/inductor/143275 -> ciflow/inductor/143275 2025-03-04T19:48:56.1170377Z * [new tag] ciflow/inductor/143313 -> ciflow/inductor/143313 2025-03-04T19:48:56.1170838Z * [new tag] ciflow/inductor/143411 -> ciflow/inductor/143411 2025-03-04T19:48:56.1171291Z * [new tag] ciflow/inductor/143457 -> ciflow/inductor/143457 2025-03-04T19:48:56.1171857Z * [new tag] ciflow/inductor/143464 -> ciflow/inductor/143464 2025-03-04T19:48:56.1172322Z * [new tag] ciflow/inductor/143475 -> ciflow/inductor/143475 2025-03-04T19:48:56.1172803Z * [new tag] ciflow/inductor/143525 -> ciflow/inductor/143525 2025-03-04T19:48:56.1505707Z * [new tag] ciflow/inductor/143527 -> ciflow/inductor/143527 2025-03-04T19:48:56.1506226Z * [new tag] ciflow/inductor/143533 -> ciflow/inductor/143533 2025-03-04T19:48:56.1506724Z * [new tag] ciflow/inductor/143534 -> ciflow/inductor/143534 2025-03-04T19:48:56.1507202Z * [new tag] ciflow/inductor/143544 -> ciflow/inductor/143544 2025-03-04T19:48:56.1507659Z * [new tag] ciflow/inductor/143666 -> ciflow/inductor/143666 2025-03-04T19:48:56.1516708Z * [new tag] ciflow/inductor/143671 -> ciflow/inductor/143671 2025-03-04T19:48:56.1517233Z * [new tag] ciflow/inductor/143712 -> ciflow/inductor/143712 2025-03-04T19:48:56.1517706Z * [new tag] ciflow/inductor/143812 -> ciflow/inductor/143812 2025-03-04T19:48:56.1518171Z * [new tag] ciflow/inductor/143833 -> ciflow/inductor/143833 2025-03-04T19:48:56.1518636Z * [new tag] ciflow/inductor/143961 -> ciflow/inductor/143961 2025-03-04T19:48:56.1519104Z * [new tag] ciflow/inductor/143987 -> ciflow/inductor/143987 2025-03-04T19:48:56.1519676Z * [new tag] ciflow/inductor/144008 -> ciflow/inductor/144008 2025-03-04T19:48:56.1520294Z * [new tag] ciflow/inductor/144017 -> ciflow/inductor/144017 2025-03-04T19:48:56.1520858Z * [new tag] ciflow/inductor/144073 -> ciflow/inductor/144073 2025-03-04T19:48:56.1521428Z * [new tag] ciflow/inductor/144097 -> ciflow/inductor/144097 2025-03-04T19:48:56.1521946Z * [new tag] ciflow/inductor/144120 -> ciflow/inductor/144120 2025-03-04T19:48:56.1522500Z * [new tag] ciflow/inductor/144172 -> ciflow/inductor/144172 2025-03-04T19:48:56.1523001Z * [new tag] ciflow/inductor/144234 -> ciflow/inductor/144234 2025-03-04T19:48:56.1523554Z * [new tag] ciflow/inductor/144272 -> ciflow/inductor/144272 2025-03-04T19:48:56.1524100Z * [new tag] ciflow/inductor/144288 -> ciflow/inductor/144288 2025-03-04T19:48:56.1524601Z * [new tag] ciflow/inductor/144293 -> ciflow/inductor/144293 2025-03-04T19:48:56.1525148Z * [new tag] ciflow/inductor/144294 -> ciflow/inductor/144294 2025-03-04T19:48:56.1525657Z * [new tag] ciflow/inductor/144332 -> ciflow/inductor/144332 2025-03-04T19:48:56.1526317Z * [new tag] ciflow/inductor/144333 -> ciflow/inductor/144333 2025-03-04T19:48:56.1526787Z * [new tag] ciflow/inductor/144349 -> ciflow/inductor/144349 2025-03-04T19:48:56.1527248Z * [new tag] ciflow/inductor/144353 -> ciflow/inductor/144353 2025-03-04T19:48:56.1527711Z * [new tag] ciflow/inductor/144365 -> ciflow/inductor/144365 2025-03-04T19:48:56.1528169Z * [new tag] ciflow/inductor/144366 -> ciflow/inductor/144366 2025-03-04T19:48:56.1528627Z * [new tag] ciflow/inductor/144405 -> ciflow/inductor/144405 2025-03-04T19:48:56.1529088Z * [new tag] ciflow/inductor/144413 -> ciflow/inductor/144413 2025-03-04T19:48:56.1529539Z * [new tag] ciflow/inductor/144414 -> ciflow/inductor/144414 2025-03-04T19:48:56.1529999Z * [new tag] ciflow/inductor/144438 -> ciflow/inductor/144438 2025-03-04T19:48:56.1530455Z * [new tag] ciflow/inductor/144452 -> ciflow/inductor/144452 2025-03-04T19:48:56.1531166Z * [new tag] ciflow/inductor/144458 -> ciflow/inductor/144458 2025-03-04T19:48:56.1531680Z * [new tag] ciflow/inductor/144501 -> ciflow/inductor/144501 2025-03-04T19:48:56.1532147Z * [new tag] ciflow/inductor/144505 -> ciflow/inductor/144505 2025-03-04T19:48:56.1532607Z * [new tag] ciflow/inductor/144507 -> ciflow/inductor/144507 2025-03-04T19:48:56.1533072Z * [new tag] ciflow/inductor/144516 -> ciflow/inductor/144516 2025-03-04T19:48:56.1533547Z * [new tag] ciflow/inductor/144542 -> ciflow/inductor/144542 2025-03-04T19:48:56.1534012Z * [new tag] ciflow/inductor/144548 -> ciflow/inductor/144548 2025-03-04T19:48:56.1534475Z * [new tag] ciflow/inductor/144551 -> ciflow/inductor/144551 2025-03-04T19:48:56.1534937Z * [new tag] ciflow/inductor/144553 -> ciflow/inductor/144553 2025-03-04T19:48:56.1535400Z * [new tag] ciflow/inductor/144555 -> ciflow/inductor/144555 2025-03-04T19:48:56.1535858Z * [new tag] ciflow/inductor/144556 -> ciflow/inductor/144556 2025-03-04T19:48:56.1536319Z * [new tag] ciflow/inductor/144579 -> ciflow/inductor/144579 2025-03-04T19:48:56.1536827Z * [new tag] ciflow/inductor/144598 -> ciflow/inductor/144598 2025-03-04T19:48:56.1537389Z * [new tag] ciflow/inductor/144712 -> ciflow/inductor/144712 2025-03-04T19:48:56.1537849Z * [new tag] ciflow/inductor/144721 -> ciflow/inductor/144721 2025-03-04T19:48:56.1538304Z * [new tag] ciflow/inductor/144724 -> ciflow/inductor/144724 2025-03-04T19:48:56.1538766Z * [new tag] ciflow/inductor/144733 -> ciflow/inductor/144733 2025-03-04T19:48:56.1839431Z * [new tag] ciflow/inductor/144741 -> ciflow/inductor/144741 2025-03-04T19:48:56.1839996Z * [new tag] ciflow/inductor/144765 -> ciflow/inductor/144765 2025-03-04T19:48:56.1840517Z * [new tag] ciflow/inductor/144771 -> ciflow/inductor/144771 2025-03-04T19:48:56.1841106Z * [new tag] ciflow/inductor/144880 -> ciflow/inductor/144880 2025-03-04T19:48:56.1841571Z * [new tag] ciflow/inductor/144905 -> ciflow/inductor/144905 2025-03-04T19:48:56.1842019Z * [new tag] ciflow/inductor/144925 -> ciflow/inductor/144925 2025-03-04T19:48:56.1842485Z * [new tag] ciflow/inductor/144943 -> ciflow/inductor/144943 2025-03-04T19:48:56.1842955Z * [new tag] ciflow/inductor/144953 -> ciflow/inductor/144953 2025-03-04T19:48:56.1843423Z * [new tag] ciflow/inductor/144975 -> ciflow/inductor/144975 2025-03-04T19:48:56.1843890Z * [new tag] ciflow/inductor/144979 -> ciflow/inductor/144979 2025-03-04T19:48:56.1844544Z * [new tag] ciflow/inductor/144986 -> ciflow/inductor/144986 2025-03-04T19:48:56.1845005Z * [new tag] ciflow/inductor/144992 -> ciflow/inductor/144992 2025-03-04T19:48:56.1845482Z * [new tag] ciflow/inductor/145024 -> ciflow/inductor/145024 2025-03-04T19:48:56.1845950Z * [new tag] ciflow/inductor/145061 -> ciflow/inductor/145061 2025-03-04T19:48:56.1846465Z * [new tag] ciflow/inductor/145117 -> ciflow/inductor/145117 2025-03-04T19:48:56.1846982Z * [new tag] ciflow/inductor/145119 -> ciflow/inductor/145119 2025-03-04T19:48:56.1847451Z * [new tag] ciflow/inductor/145150 -> ciflow/inductor/145150 2025-03-04T19:48:56.1847923Z * [new tag] ciflow/inductor/145153 -> ciflow/inductor/145153 2025-03-04T19:48:56.1848381Z * [new tag] ciflow/inductor/145254 -> ciflow/inductor/145254 2025-03-04T19:48:56.1848958Z * [new tag] ciflow/inductor/145331 -> ciflow/inductor/145331 2025-03-04T19:48:56.1849433Z * [new tag] ciflow/inductor/145353 -> ciflow/inductor/145353 2025-03-04T19:48:56.1849903Z * [new tag] ciflow/inductor/145475 -> ciflow/inductor/145475 2025-03-04T19:48:56.1850379Z * [new tag] ciflow/inductor/145523 -> ciflow/inductor/145523 2025-03-04T19:48:56.1850843Z * [new tag] ciflow/inductor/145540 -> ciflow/inductor/145540 2025-03-04T19:48:56.1851294Z * [new tag] ciflow/inductor/145559 -> ciflow/inductor/145559 2025-03-04T19:48:56.1851753Z * [new tag] ciflow/inductor/145562 -> ciflow/inductor/145562 2025-03-04T19:48:56.1852262Z * [new tag] ciflow/inductor/145594 -> ciflow/inductor/145594 2025-03-04T19:48:56.1852776Z * [new tag] ciflow/inductor/145595 -> ciflow/inductor/145595 2025-03-04T19:48:56.1853243Z * [new tag] ciflow/inductor/145605 -> ciflow/inductor/145605 2025-03-04T19:48:56.1853702Z * [new tag] ciflow/inductor/145612 -> ciflow/inductor/145612 2025-03-04T19:48:56.1854152Z * [new tag] ciflow/inductor/145636 -> ciflow/inductor/145636 2025-03-04T19:48:56.1854617Z * [new tag] ciflow/inductor/145647 -> ciflow/inductor/145647 2025-03-04T19:48:56.1855082Z * [new tag] ciflow/inductor/145681 -> ciflow/inductor/145681 2025-03-04T19:48:56.1855539Z * [new tag] ciflow/inductor/145865 -> ciflow/inductor/145865 2025-03-04T19:48:56.1855996Z * [new tag] ciflow/inductor/145885 -> ciflow/inductor/145885 2025-03-04T19:48:56.1856458Z * [new tag] ciflow/inductor/145911 -> ciflow/inductor/145911 2025-03-04T19:48:56.1856911Z * [new tag] ciflow/inductor/145922 -> ciflow/inductor/145922 2025-03-04T19:48:56.1857384Z * [new tag] ciflow/inductor/145936 -> ciflow/inductor/145936 2025-03-04T19:48:56.1857900Z * [new tag] ciflow/inductor/145966 -> ciflow/inductor/145966 2025-03-04T19:48:56.1858418Z * [new tag] ciflow/inductor/145969 -> ciflow/inductor/145969 2025-03-04T19:48:56.1858887Z * [new tag] ciflow/inductor/145979 -> ciflow/inductor/145979 2025-03-04T19:48:56.1859345Z * [new tag] ciflow/inductor/145992 -> ciflow/inductor/145992 2025-03-04T19:48:56.1859794Z * [new tag] ciflow/inductor/146051 -> ciflow/inductor/146051 2025-03-04T19:48:56.1860255Z * [new tag] ciflow/inductor/146063 -> ciflow/inductor/146063 2025-03-04T19:48:56.1860711Z * [new tag] ciflow/inductor/146101 -> ciflow/inductor/146101 2025-03-04T19:48:56.1861167Z * [new tag] ciflow/inductor/146115 -> ciflow/inductor/146115 2025-03-04T19:48:56.1861738Z * [new tag] ciflow/inductor/146135 -> ciflow/inductor/146135 2025-03-04T19:48:56.1862206Z * [new tag] ciflow/inductor/146171 -> ciflow/inductor/146171 2025-03-04T19:48:56.1862667Z * [new tag] ciflow/inductor/146172 -> ciflow/inductor/146172 2025-03-04T19:48:56.2152502Z * [new tag] ciflow/inductor/146176 -> ciflow/inductor/146176 2025-03-04T19:48:56.2153032Z * [new tag] ciflow/inductor/146180 -> ciflow/inductor/146180 2025-03-04T19:48:56.2153508Z * [new tag] ciflow/inductor/146218 -> ciflow/inductor/146218 2025-03-04T19:48:56.2153993Z * [new tag] ciflow/inductor/146228 -> ciflow/inductor/146228 2025-03-04T19:48:56.2154458Z * [new tag] ciflow/inductor/146264 -> ciflow/inductor/146264 2025-03-04T19:48:56.2154932Z * [new tag] ciflow/inductor/146267 -> ciflow/inductor/146267 2025-03-04T19:48:56.2155418Z * [new tag] ciflow/inductor/146275 -> ciflow/inductor/146275 2025-03-04T19:48:56.2156024Z * [new tag] ciflow/inductor/146280 -> ciflow/inductor/146280 2025-03-04T19:48:56.2156491Z * [new tag] ciflow/inductor/146288 -> ciflow/inductor/146288 2025-03-04T19:48:56.2156950Z * [new tag] ciflow/inductor/146319 -> ciflow/inductor/146319 2025-03-04T19:48:56.2157410Z * [new tag] ciflow/inductor/146335 -> ciflow/inductor/146335 2025-03-04T19:48:56.2157879Z * [new tag] ciflow/inductor/146341 -> ciflow/inductor/146341 2025-03-04T19:48:56.2158347Z * [new tag] ciflow/inductor/146393 -> ciflow/inductor/146393 2025-03-04T19:48:56.2158805Z * [new tag] ciflow/inductor/146395 -> ciflow/inductor/146395 2025-03-04T19:48:56.2159270Z * [new tag] ciflow/inductor/146415 -> ciflow/inductor/146415 2025-03-04T19:48:56.2159740Z * [new tag] ciflow/inductor/146421 -> ciflow/inductor/146421 2025-03-04T19:48:56.2160263Z * [new tag] ciflow/inductor/146436 -> ciflow/inductor/146436 2025-03-04T19:48:56.2160731Z * [new tag] ciflow/inductor/146455 -> ciflow/inductor/146455 2025-03-04T19:48:56.2161196Z * [new tag] ciflow/inductor/146499 -> ciflow/inductor/146499 2025-03-04T19:48:56.2161651Z * [new tag] ciflow/inductor/146500 -> ciflow/inductor/146500 2025-03-04T19:48:56.2162112Z * [new tag] ciflow/inductor/146501 -> ciflow/inductor/146501 2025-03-04T19:48:56.2162568Z * [new tag] ciflow/inductor/146502 -> ciflow/inductor/146502 2025-03-04T19:48:56.2163027Z * [new tag] ciflow/inductor/146504 -> ciflow/inductor/146504 2025-03-04T19:48:56.2163482Z * [new tag] ciflow/inductor/146505 -> ciflow/inductor/146505 2025-03-04T19:48:56.2163947Z * [new tag] ciflow/inductor/146506 -> ciflow/inductor/146506 2025-03-04T19:48:56.2164401Z * [new tag] ciflow/inductor/146526 -> ciflow/inductor/146526 2025-03-04T19:48:56.2164868Z * [new tag] ciflow/inductor/146530 -> ciflow/inductor/146530 2025-03-04T19:48:56.2165333Z * [new tag] ciflow/inductor/146535 -> ciflow/inductor/146535 2025-03-04T19:48:56.2165793Z * [new tag] ciflow/inductor/146558 -> ciflow/inductor/146558 2025-03-04T19:48:56.2166254Z * [new tag] ciflow/inductor/146561 -> ciflow/inductor/146561 2025-03-04T19:48:56.2166718Z * [new tag] ciflow/inductor/146562 -> ciflow/inductor/146562 2025-03-04T19:48:56.2167171Z * [new tag] ciflow/inductor/146636 -> ciflow/inductor/146636 2025-03-04T19:48:56.2167637Z * [new tag] ciflow/inductor/146661 -> ciflow/inductor/146661 2025-03-04T19:48:56.2168221Z * [new tag] ciflow/inductor/146678 -> ciflow/inductor/146678 2025-03-04T19:48:56.2168702Z * [new tag] ciflow/inductor/146706 -> ciflow/inductor/146706 2025-03-04T19:48:56.2169171Z * [new tag] ciflow/inductor/146718 -> ciflow/inductor/146718 2025-03-04T19:48:56.2169637Z * [new tag] ciflow/inductor/146779 -> ciflow/inductor/146779 2025-03-04T19:48:56.2170093Z * [new tag] ciflow/inductor/146781 -> ciflow/inductor/146781 2025-03-04T19:48:56.2170550Z * [new tag] ciflow/inductor/146823 -> ciflow/inductor/146823 2025-03-04T19:48:56.2171012Z * [new tag] ciflow/inductor/146826 -> ciflow/inductor/146826 2025-03-04T19:48:56.2171470Z * [new tag] ciflow/inductor/146827 -> ciflow/inductor/146827 2025-03-04T19:48:56.2171932Z * [new tag] ciflow/inductor/146844 -> ciflow/inductor/146844 2025-03-04T19:48:56.2172398Z * [new tag] ciflow/inductor/146845 -> ciflow/inductor/146845 2025-03-04T19:48:56.2172960Z * [new tag] ciflow/inductor/146850 -> ciflow/inductor/146850 2025-03-04T19:48:56.2173440Z * [new tag] ciflow/inductor/146864 -> ciflow/inductor/146864 2025-03-04T19:48:56.2173917Z * [new tag] ciflow/inductor/146870 -> ciflow/inductor/146870 2025-03-04T19:48:56.2174397Z * [new tag] ciflow/inductor/146873 -> ciflow/inductor/146873 2025-03-04T19:48:56.2174867Z * [new tag] ciflow/inductor/146874 -> ciflow/inductor/146874 2025-03-04T19:48:56.2175335Z * [new tag] ciflow/inductor/146894 -> ciflow/inductor/146894 2025-03-04T19:48:56.2461138Z * [new tag] ciflow/inductor/146895 -> ciflow/inductor/146895 2025-03-04T19:48:56.2461688Z * [new tag] ciflow/inductor/146919 -> ciflow/inductor/146919 2025-03-04T19:48:56.2462193Z * [new tag] ciflow/inductor/146921 -> ciflow/inductor/146921 2025-03-04T19:48:56.2462725Z * [new tag] ciflow/inductor/146928 -> ciflow/inductor/146928 2025-03-04T19:48:56.2463185Z * [new tag] ciflow/inductor/146935 -> ciflow/inductor/146935 2025-03-04T19:48:56.2463676Z * [new tag] ciflow/inductor/146942 -> ciflow/inductor/146942 2025-03-04T19:48:56.2464145Z * [new tag] ciflow/inductor/146962 -> ciflow/inductor/146962 2025-03-04T19:48:56.2464621Z * [new tag] ciflow/inductor/146983 -> ciflow/inductor/146983 2025-03-04T19:48:56.2465071Z * [new tag] ciflow/inductor/146989 -> ciflow/inductor/146989 2025-03-04T19:48:56.2465532Z * [new tag] ciflow/inductor/147007 -> ciflow/inductor/147007 2025-03-04T19:48:56.2465989Z * [new tag] ciflow/inductor/147014 -> ciflow/inductor/147014 2025-03-04T19:48:56.2466452Z * [new tag] ciflow/inductor/147021 -> ciflow/inductor/147021 2025-03-04T19:48:56.2466917Z * [new tag] ciflow/inductor/147036 -> ciflow/inductor/147036 2025-03-04T19:48:56.2467376Z * [new tag] ciflow/inductor/147049 -> ciflow/inductor/147049 2025-03-04T19:48:56.2467877Z * [new tag] ciflow/inductor/147105 -> ciflow/inductor/147105 2025-03-04T19:48:56.2468386Z * [new tag] ciflow/inductor/147146 -> ciflow/inductor/147146 2025-03-04T19:48:56.2468846Z * [new tag] ciflow/inductor/147149 -> ciflow/inductor/147149 2025-03-04T19:48:56.2469307Z * [new tag] ciflow/inductor/147155 -> ciflow/inductor/147155 2025-03-04T19:48:56.2469771Z * [new tag] ciflow/inductor/147178 -> ciflow/inductor/147178 2025-03-04T19:48:56.2470239Z * [new tag] ciflow/inductor/147205 -> ciflow/inductor/147205 2025-03-04T19:48:56.2470854Z * [new tag] ciflow/inductor/147225 -> ciflow/inductor/147225 2025-03-04T19:48:56.2471319Z * [new tag] ciflow/inductor/147229 -> ciflow/inductor/147229 2025-03-04T19:48:56.2471785Z * [new tag] ciflow/inductor/147269 -> ciflow/inductor/147269 2025-03-04T19:48:56.2472260Z * [new tag] ciflow/inductor/147272 -> ciflow/inductor/147272 2025-03-04T19:48:56.2472730Z * [new tag] ciflow/inductor/147314 -> ciflow/inductor/147314 2025-03-04T19:48:56.2473244Z * [new tag] ciflow/inductor/147315 -> ciflow/inductor/147315 2025-03-04T19:48:56.2473750Z * [new tag] ciflow/inductor/147320 -> ciflow/inductor/147320 2025-03-04T19:48:56.2474217Z * [new tag] ciflow/inductor/147341 -> ciflow/inductor/147341 2025-03-04T19:48:56.2474673Z * [new tag] ciflow/inductor/147360 -> ciflow/inductor/147360 2025-03-04T19:48:56.2475139Z * [new tag] ciflow/inductor/147368 -> ciflow/inductor/147368 2025-03-04T19:48:56.2475716Z * [new tag] ciflow/inductor/147403 -> ciflow/inductor/147403 2025-03-04T19:48:56.2476179Z * [new tag] ciflow/inductor/147410 -> ciflow/inductor/147410 2025-03-04T19:48:56.2476630Z * [new tag] ciflow/inductor/147414 -> ciflow/inductor/147414 2025-03-04T19:48:56.2477094Z * [new tag] ciflow/inductor/147415 -> ciflow/inductor/147415 2025-03-04T19:48:56.2477567Z * [new tag] ciflow/inductor/147422 -> ciflow/inductor/147422 2025-03-04T19:48:56.2478043Z * [new tag] ciflow/inductor/147445 -> ciflow/inductor/147445 2025-03-04T19:48:56.2478503Z * [new tag] ciflow/inductor/147452 -> ciflow/inductor/147452 2025-03-04T19:48:56.2479015Z * [new tag] ciflow/inductor/147481 -> ciflow/inductor/147481 2025-03-04T19:48:56.2479514Z * [new tag] ciflow/inductor/147485 -> ciflow/inductor/147485 2025-03-04T19:48:56.2479981Z * [new tag] ciflow/inductor/147498 -> ciflow/inductor/147498 2025-03-04T19:48:56.2480505Z * [new tag] ciflow/inductor/147514 -> ciflow/inductor/147514 2025-03-04T19:48:56.2480966Z * [new tag] ciflow/inductor/147528 -> ciflow/inductor/147528 2025-03-04T19:48:56.2481430Z * [new tag] ciflow/inductor/147552 -> ciflow/inductor/147552 2025-03-04T19:48:56.2481896Z * [new tag] ciflow/inductor/147557 -> ciflow/inductor/147557 2025-03-04T19:48:56.2482365Z * [new tag] ciflow/inductor/147561 -> ciflow/inductor/147561 2025-03-04T19:48:56.2482832Z * [new tag] ciflow/inductor/147562 -> ciflow/inductor/147562 2025-03-04T19:48:56.2483293Z * [new tag] ciflow/inductor/147574 -> ciflow/inductor/147574 2025-03-04T19:48:56.2483750Z * [new tag] ciflow/inductor/147583 -> ciflow/inductor/147583 2025-03-04T19:48:56.2484220Z * [new tag] ciflow/inductor/147592 -> ciflow/inductor/147592 2025-03-04T19:48:56.2484731Z * [new tag] ciflow/inductor/147603 -> ciflow/inductor/147603 2025-03-04T19:48:56.3036004Z * [new tag] ciflow/inductor/147619 -> ciflow/inductor/147619 2025-03-04T19:48:56.3036620Z * [new tag] ciflow/inductor/147648 -> ciflow/inductor/147648 2025-03-04T19:48:56.3037143Z * [new tag] ciflow/inductor/147660 -> ciflow/inductor/147660 2025-03-04T19:48:56.3037701Z * [new tag] ciflow/inductor/147727 -> ciflow/inductor/147727 2025-03-04T19:48:56.3038234Z * [new tag] ciflow/inductor/147741 -> ciflow/inductor/147741 2025-03-04T19:48:56.3038788Z * [new tag] ciflow/inductor/147745 -> ciflow/inductor/147745 2025-03-04T19:48:56.3039247Z * [new tag] ciflow/inductor/147768 -> ciflow/inductor/147768 2025-03-04T19:48:56.3039943Z * [new tag] ciflow/inductor/147790 -> ciflow/inductor/147790 2025-03-04T19:48:56.3040448Z * [new tag] ciflow/inductor/147797 -> ciflow/inductor/147797 2025-03-04T19:48:56.3040908Z * [new tag] ciflow/inductor/147798 -> ciflow/inductor/147798 2025-03-04T19:48:56.3041359Z * [new tag] ciflow/inductor/147800 -> ciflow/inductor/147800 2025-03-04T19:48:56.3041815Z * [new tag] ciflow/inductor/147817 -> ciflow/inductor/147817 2025-03-04T19:48:56.3042272Z * [new tag] ciflow/inductor/147821 -> ciflow/inductor/147821 2025-03-04T19:48:56.3042725Z * [new tag] ciflow/inductor/147836 -> ciflow/inductor/147836 2025-03-04T19:48:56.3043185Z * [new tag] ciflow/inductor/147863 -> ciflow/inductor/147863 2025-03-04T19:48:56.3043645Z * [new tag] ciflow/inductor/147870 -> ciflow/inductor/147870 2025-03-04T19:48:56.3044277Z * [new tag] ciflow/inductor/147881 -> ciflow/inductor/147881 2025-03-04T19:48:56.3044844Z * [new tag] ciflow/inductor/147899 -> ciflow/inductor/147899 2025-03-04T19:48:56.3045305Z * [new tag] ciflow/inductor/147902 -> ciflow/inductor/147902 2025-03-04T19:48:56.3045763Z * [new tag] ciflow/inductor/147903 -> ciflow/inductor/147903 2025-03-04T19:48:56.3046222Z * [new tag] ciflow/inductor/147908 -> ciflow/inductor/147908 2025-03-04T19:48:56.3046685Z * [new tag] ciflow/inductor/147910 -> ciflow/inductor/147910 2025-03-04T19:48:56.3047141Z * [new tag] ciflow/inductor/147915 -> ciflow/inductor/147915 2025-03-04T19:48:56.3047587Z * [new tag] ciflow/inductor/147917 -> ciflow/inductor/147917 2025-03-04T19:48:56.3048041Z * [new tag] ciflow/inductor/147927 -> ciflow/inductor/147927 2025-03-04T19:48:56.3048509Z * [new tag] ciflow/inductor/147945 -> ciflow/inductor/147945 2025-03-04T19:48:56.3048964Z * [new tag] ciflow/inductor/147955 -> ciflow/inductor/147955 2025-03-04T19:48:56.3049424Z * [new tag] ciflow/inductor/147956 -> ciflow/inductor/147956 2025-03-04T19:48:56.3049885Z * [new tag] ciflow/inductor/147957 -> ciflow/inductor/147957 2025-03-04T19:48:56.3050382Z * [new tag] ciflow/inductor/147958 -> ciflow/inductor/147958 2025-03-04T19:48:56.3050941Z * [new tag] ciflow/inductor/147959 -> ciflow/inductor/147959 2025-03-04T19:48:56.3051400Z * [new tag] ciflow/inductor/147960 -> ciflow/inductor/147960 2025-03-04T19:48:56.3051864Z * [new tag] ciflow/inductor/147962 -> ciflow/inductor/147962 2025-03-04T19:48:56.3052329Z * [new tag] ciflow/inductor/147990 -> ciflow/inductor/147990 2025-03-04T19:48:56.3052800Z * [new tag] ciflow/inductor/148002 -> ciflow/inductor/148002 2025-03-04T19:48:56.3053256Z * [new tag] ciflow/inductor/148007 -> ciflow/inductor/148007 2025-03-04T19:48:56.3053720Z * [new tag] ciflow/inductor/148008 -> ciflow/inductor/148008 2025-03-04T19:48:56.3054183Z * [new tag] ciflow/inductor/148010 -> ciflow/inductor/148010 2025-03-04T19:48:56.3054645Z * [new tag] ciflow/inductor/148042 -> ciflow/inductor/148042 2025-03-04T19:48:56.3055104Z * [new tag] ciflow/inductor/148046 -> ciflow/inductor/148046 2025-03-04T19:48:56.3055559Z * [new tag] ciflow/inductor/148063 -> ciflow/inductor/148063 2025-03-04T19:48:56.3056009Z * [new tag] ciflow/inductor/148083 -> ciflow/inductor/148083 2025-03-04T19:48:56.3056557Z * [new tag] ciflow/inductor/148091 -> ciflow/inductor/148091 2025-03-04T19:48:56.3057204Z * [new tag] ciflow/inductor/148092 -> ciflow/inductor/148092 2025-03-04T19:48:56.3057672Z * [new tag] ciflow/inductor/148104 -> ciflow/inductor/148104 2025-03-04T19:48:56.3058142Z * [new tag] ciflow/inductor/148130 -> ciflow/inductor/148130 2025-03-04T19:48:56.3058607Z * [new tag] ciflow/inductor/148131 -> ciflow/inductor/148131 2025-03-04T19:48:56.3059067Z * [new tag] ciflow/inductor/148132 -> ciflow/inductor/148132 2025-03-04T19:48:56.3059530Z * [new tag] ciflow/inductor/148138 -> ciflow/inductor/148138 2025-03-04T19:48:56.3345498Z * [new tag] ciflow/inductor/148139 -> ciflow/inductor/148139 2025-03-04T19:48:56.3346003Z * [new tag] ciflow/inductor/148160 -> ciflow/inductor/148160 2025-03-04T19:48:56.3346475Z * [new tag] ciflow/inductor/148163 -> ciflow/inductor/148163 2025-03-04T19:48:56.3346941Z * [new tag] ciflow/inductor/148173 -> ciflow/inductor/148173 2025-03-04T19:48:56.3347542Z * [new tag] ciflow/inductor/148174 -> ciflow/inductor/148174 2025-03-04T19:48:56.3348005Z * [new tag] ciflow/inductor/148176 -> ciflow/inductor/148176 2025-03-04T19:48:56.3348471Z * [new tag] ciflow/inductor/148186 -> ciflow/inductor/148186 2025-03-04T19:48:56.3348934Z * [new tag] ciflow/inductor/148190 -> ciflow/inductor/148190 2025-03-04T19:48:56.3349400Z * [new tag] ciflow/inductor/148202 -> ciflow/inductor/148202 2025-03-04T19:48:56.3349907Z * [new tag] ciflow/inductor/148205 -> ciflow/inductor/148205 2025-03-04T19:48:56.3350411Z * [new tag] ciflow/inductor/148206 -> ciflow/inductor/148206 2025-03-04T19:48:56.3350860Z * [new tag] ciflow/inductor/148209 -> ciflow/inductor/148209 2025-03-04T19:48:56.3351327Z * [new tag] ciflow/inductor/148210 -> ciflow/inductor/148210 2025-03-04T19:48:56.3351797Z * [new tag] ciflow/inductor/148212 -> ciflow/inductor/148212 2025-03-04T19:48:56.3352262Z * [new tag] ciflow/inductor/148220 -> ciflow/inductor/148220 2025-03-04T19:48:56.3352722Z * [new tag] ciflow/inductor/148223 -> ciflow/inductor/148223 2025-03-04T19:48:56.3353195Z * [new tag] ciflow/inductor/148231 -> ciflow/inductor/148231 2025-03-04T19:48:56.3353657Z * [new tag] ciflow/inductor/148233 -> ciflow/inductor/148233 2025-03-04T19:48:56.3354111Z * [new tag] ciflow/inductor/148234 -> ciflow/inductor/148234 2025-03-04T19:48:56.3354571Z * [new tag] ciflow/inductor/148235 -> ciflow/inductor/148235 2025-03-04T19:48:56.3355027Z * [new tag] ciflow/inductor/148236 -> ciflow/inductor/148236 2025-03-04T19:48:56.3355540Z * [new tag] ciflow/inductor/148243 -> ciflow/inductor/148243 2025-03-04T19:48:56.3356045Z * [new tag] ciflow/inductor/148260 -> ciflow/inductor/148260 2025-03-04T19:48:56.3356508Z * [new tag] ciflow/inductor/148261 -> ciflow/inductor/148261 2025-03-04T19:48:56.3356959Z * [new tag] ciflow/inductor/148279 -> ciflow/inductor/148279 2025-03-04T19:48:56.3357422Z * [new tag] ciflow/inductor/148288 -> ciflow/inductor/148288 2025-03-04T19:48:56.3357882Z * [new tag] ciflow/inductor/148290 -> ciflow/inductor/148290 2025-03-04T19:48:56.3358341Z * [new tag] ciflow/inductor/148292 -> ciflow/inductor/148292 2025-03-04T19:48:56.3358799Z * [new tag] ciflow/inductor/148294 -> ciflow/inductor/148294 2025-03-04T19:48:56.3359256Z * [new tag] ciflow/inductor/148303 -> ciflow/inductor/148303 2025-03-04T19:48:56.3359817Z * [new tag] ciflow/inductor/148305 -> ciflow/inductor/148305 2025-03-04T19:48:56.3360359Z * [new tag] ciflow/inductor/148323 -> ciflow/inductor/148323 2025-03-04T19:48:56.3360825Z * [new tag] ciflow/inductor/148328 -> ciflow/inductor/148328 2025-03-04T19:48:56.3361344Z * [new tag] ciflow/inductor/148357 -> ciflow/inductor/148357 2025-03-04T19:48:56.3361857Z * [new tag] ciflow/inductor/148358 -> ciflow/inductor/148358 2025-03-04T19:48:56.3362317Z * [new tag] ciflow/inductor/148359 -> ciflow/inductor/148359 2025-03-04T19:48:56.3362771Z * [new tag] ciflow/inductor/148363 -> ciflow/inductor/148363 2025-03-04T19:48:56.3363235Z * [new tag] ciflow/inductor/148364 -> ciflow/inductor/148364 2025-03-04T19:48:56.3363688Z * [new tag] ciflow/inductor/148366 -> ciflow/inductor/148366 2025-03-04T19:48:56.3364155Z * [new tag] ciflow/inductor/148367 -> ciflow/inductor/148367 2025-03-04T19:48:56.3364710Z * [new tag] ciflow/inductor/148376 -> ciflow/inductor/148376 2025-03-04T19:48:56.3365172Z * [new tag] ciflow/inductor/148377 -> ciflow/inductor/148377 2025-03-04T19:48:56.3365637Z * [new tag] ciflow/inductor/148380 -> ciflow/inductor/148380 2025-03-04T19:48:56.3366096Z * [new tag] ciflow/inductor/148381 -> ciflow/inductor/148381 2025-03-04T19:48:56.3366562Z * [new tag] ciflow/inductor/148385 -> ciflow/inductor/148385 2025-03-04T19:48:56.3367079Z * [new tag] ciflow/inductor/148386 -> ciflow/inductor/148386 2025-03-04T19:48:56.3367585Z * [new tag] ciflow/inductor/148401 -> ciflow/inductor/148401 2025-03-04T19:48:56.3368042Z * [new tag] ciflow/inductor/148407 -> ciflow/inductor/148407 2025-03-04T19:48:56.3368510Z * [new tag] ciflow/inductor/148413 -> ciflow/inductor/148413 2025-03-04T19:48:56.3672692Z * [new tag] ciflow/inductor/148414 -> ciflow/inductor/148414 2025-03-04T19:48:56.3673183Z * [new tag] ciflow/inductor/148415 -> ciflow/inductor/148415 2025-03-04T19:48:56.3673647Z * [new tag] ciflow/inductor/148418 -> ciflow/inductor/148418 2025-03-04T19:48:56.3674108Z * [new tag] ciflow/inductor/148423 -> ciflow/inductor/148423 2025-03-04T19:48:56.3674570Z * [new tag] ciflow/inductor/148424 -> ciflow/inductor/148424 2025-03-04T19:48:56.3675030Z * [new tag] ciflow/inductor/148430 -> ciflow/inductor/148430 2025-03-04T19:48:56.3675502Z * [new tag] ciflow/inductor/148432 -> ciflow/inductor/148432 2025-03-04T19:48:56.3675952Z * [new tag] ciflow/inductor/148445 -> ciflow/inductor/148445 2025-03-04T19:48:56.3676416Z * [new tag] ciflow/inductor/148450 -> ciflow/inductor/148450 2025-03-04T19:48:56.3676881Z * [new tag] ciflow/inductor/148454 -> ciflow/inductor/148454 2025-03-04T19:48:56.3677338Z * [new tag] ciflow/inductor/148459 -> ciflow/inductor/148459 2025-03-04T19:48:56.3677799Z * [new tag] ciflow/inductor/148470 -> ciflow/inductor/148470 2025-03-04T19:48:56.3678270Z * [new tag] ciflow/inductor/3b9a386 -> ciflow/inductor/3b9a386 2025-03-04T19:48:56.3678739Z * [new tag] ciflow/inductor/3d4b92b -> ciflow/inductor/3d4b92b 2025-03-04T19:48:56.3679207Z * [new tag] ciflow/inductor/88106 -> ciflow/inductor/88106 2025-03-04T19:48:56.3679668Z * [new tag] ciflow/inductor/88196 -> ciflow/inductor/88196 2025-03-04T19:48:56.3680125Z * [new tag] ciflow/inductor/88998 -> ciflow/inductor/88998 2025-03-04T19:48:56.3680769Z * [new tag] ciflow/inductor/d224ac7 -> ciflow/inductor/d224ac7 2025-03-04T19:48:56.3681284Z * [new tag] ciflow/linux-aarch64/125888 -> ciflow/linux-aarch64/125888 2025-03-04T19:48:56.3681793Z * [new tag] ciflow/linux-aarch64/126050 -> ciflow/linux-aarch64/126050 2025-03-04T19:48:56.3682307Z * [new tag] ciflow/linux-aarch64/126054 -> ciflow/linux-aarch64/126054 2025-03-04T19:48:56.3682808Z * [new tag] ciflow/linux-aarch64/133297 -> ciflow/linux-aarch64/133297 2025-03-04T19:48:56.3683309Z * [new tag] ciflow/linux-aarch64/133315 -> ciflow/linux-aarch64/133315 2025-03-04T19:48:56.3683809Z * [new tag] ciflow/linux-aarch64/133392 -> ciflow/linux-aarch64/133392 2025-03-04T19:48:56.3684315Z * [new tag] ciflow/linux-aarch64/133419 -> ciflow/linux-aarch64/133419 2025-03-04T19:48:56.3684822Z * [new tag] ciflow/linux-aarch64/133423 -> ciflow/linux-aarch64/133423 2025-03-04T19:48:56.3685319Z * [new tag] ciflow/linux-aarch64/133667 -> ciflow/linux-aarch64/133667 2025-03-04T19:48:56.3685920Z * [new tag] ciflow/linux-aarch64/133753 -> ciflow/linux-aarch64/133753 2025-03-04T19:48:56.3686433Z * [new tag] ciflow/linux-aarch64/135058 -> ciflow/linux-aarch64/135058 2025-03-04T19:48:56.3686944Z * [new tag] ciflow/linux-aarch64/135333 -> ciflow/linux-aarch64/135333 2025-03-04T19:48:56.3687453Z * [new tag] ciflow/linux-aarch64/135792 -> ciflow/linux-aarch64/135792 2025-03-04T19:48:56.3687956Z * [new tag] ciflow/linux-aarch64/136355 -> ciflow/linux-aarch64/136355 2025-03-04T19:48:56.3688452Z * [new tag] ciflow/linux-aarch64/137568 -> ciflow/linux-aarch64/137568 2025-03-04T19:48:56.3688959Z * [new tag] ciflow/linux-aarch64/138388 -> ciflow/linux-aarch64/138388 2025-03-04T19:48:56.3689463Z * [new tag] ciflow/linux-aarch64/138889 -> ciflow/linux-aarch64/138889 2025-03-04T19:48:56.3689970Z * [new tag] ciflow/linux-aarch64/140159 -> ciflow/linux-aarch64/140159 2025-03-04T19:48:56.3690471Z * [new tag] ciflow/linux-aarch64/143741 -> ciflow/linux-aarch64/143741 2025-03-04T19:48:56.3690986Z * [new tag] ciflow/linux-aarch64/145942 -> ciflow/linux-aarch64/145942 2025-03-04T19:48:56.3691477Z * [new tag] ciflow/linux-aarch64/146823 -> ciflow/linux-aarch64/146823 2025-03-04T19:48:56.3691983Z * [new tag] ciflow/linux-aarch64/146826 -> ciflow/linux-aarch64/146826 2025-03-04T19:48:56.3692553Z * [new tag] ciflow/linux-aarch64/146895 -> ciflow/linux-aarch64/146895 2025-03-04T19:48:56.3693104Z * [new tag] ciflow/linux-aarch64/147073 -> ciflow/linux-aarch64/147073 2025-03-04T19:48:56.3693609Z * [new tag] ciflow/linux-aarch64/147337 -> ciflow/linux-aarch64/147337 2025-03-04T19:48:56.3694116Z * [new tag] ciflow/linux-aarch64/147341 -> ciflow/linux-aarch64/147341 2025-03-04T19:48:56.3694618Z * [new tag] ciflow/linux-aarch64/147359 -> ciflow/linux-aarch64/147359 2025-03-04T19:48:56.3695116Z * [new tag] ciflow/linux-aarch64/147498 -> ciflow/linux-aarch64/147498 2025-03-04T19:48:56.3695610Z * [new tag] ciflow/linux-aarch64/147763 -> ciflow/linux-aarch64/147763 2025-03-04T19:48:56.3696112Z * [new tag] ciflow/linux-aarch64/147817 -> ciflow/linux-aarch64/147817 2025-03-04T19:48:56.4005538Z * [new tag] ciflow/linux-aarch64/147855 -> ciflow/linux-aarch64/147855 2025-03-04T19:48:56.4006066Z * [new tag] ciflow/linux-aarch64/147917 -> ciflow/linux-aarch64/147917 2025-03-04T19:48:56.4006578Z * [new tag] ciflow/linux-aarch64/147945 -> ciflow/linux-aarch64/147945 2025-03-04T19:48:56.4007074Z * [new tag] ciflow/linux-aarch64/147955 -> ciflow/linux-aarch64/147955 2025-03-04T19:48:56.4007856Z * [new tag] ciflow/linux-aarch64/147956 -> ciflow/linux-aarch64/147956 2025-03-04T19:48:56.4008367Z * [new tag] ciflow/linux-aarch64/147957 -> ciflow/linux-aarch64/147957 2025-03-04T19:48:56.4008873Z * [new tag] ciflow/linux-aarch64/147958 -> ciflow/linux-aarch64/147958 2025-03-04T19:48:56.4009368Z * [new tag] ciflow/linux-aarch64/147959 -> ciflow/linux-aarch64/147959 2025-03-04T19:48:56.4009870Z * [new tag] ciflow/linux-aarch64/147964 -> ciflow/linux-aarch64/147964 2025-03-04T19:48:56.4010360Z * [new tag] ciflow/linux-aarch64/148076 -> ciflow/linux-aarch64/148076 2025-03-04T19:48:56.4010858Z * [new tag] ciflow/linux-aarch64/148163 -> ciflow/linux-aarch64/148163 2025-03-04T19:48:56.4011356Z * [new tag] ciflow/linux-aarch64/148173 -> ciflow/linux-aarch64/148173 2025-03-04T19:48:56.4011862Z * [new tag] ciflow/linux-aarch64/148403 -> ciflow/linux-aarch64/148403 2025-03-04T19:48:56.4012438Z * [new tag] ciflow/mps/102148 -> ciflow/mps/102148 2025-03-04T19:48:56.4012872Z * [new tag] ciflow/mps/119496 -> ciflow/mps/119496 2025-03-04T19:48:56.4013343Z * [new tag] ciflow/mps/120076 -> ciflow/mps/120076 2025-03-04T19:48:56.4013826Z * [new tag] ciflow/mps/133423 -> ciflow/mps/133423 2025-03-04T19:48:56.4014232Z * [new tag] ciflow/mps/133667 -> ciflow/mps/133667 2025-03-04T19:48:56.4014653Z * [new tag] ciflow/mps/138640 -> ciflow/mps/138640 2025-03-04T19:48:56.4015081Z * [new tag] ciflow/mps/139469 -> ciflow/mps/139469 2025-03-04T19:48:56.4015499Z * [new tag] ciflow/mps/140159 -> ciflow/mps/140159 2025-03-04T19:48:56.4015912Z * [new tag] ciflow/mps/140211 -> ciflow/mps/140211 2025-03-04T19:48:56.4016336Z * [new tag] ciflow/mps/140725 -> ciflow/mps/140725 2025-03-04T19:48:56.4016752Z * [new tag] ciflow/mps/142097 -> ciflow/mps/142097 2025-03-04T19:48:56.4017168Z * [new tag] ciflow/mps/142202 -> ciflow/mps/142202 2025-03-04T19:48:56.4017591Z * [new tag] ciflow/mps/142477 -> ciflow/mps/142477 2025-03-04T19:48:56.4018003Z * [new tag] ciflow/mps/143630 -> ciflow/mps/143630 2025-03-04T19:48:56.4018420Z * [new tag] ciflow/mps/143666 -> ciflow/mps/143666 2025-03-04T19:48:56.4018867Z * [new tag] ciflow/mps/143911 -> ciflow/mps/143911 2025-03-04T19:48:56.4019330Z * [new tag] ciflow/mps/143966 -> ciflow/mps/143966 2025-03-04T19:48:56.4019748Z * [new tag] ciflow/mps/144405 -> ciflow/mps/144405 2025-03-04T19:48:56.4020167Z * [new tag] ciflow/mps/144664 -> ciflow/mps/144664 2025-03-04T19:48:56.4020599Z * [new tag] ciflow/mps/145955 -> ciflow/mps/145955 2025-03-04T19:48:56.4021019Z * [new tag] ciflow/mps/146098 -> ciflow/mps/146098 2025-03-04T19:48:56.4021438Z * [new tag] ciflow/mps/146436 -> ciflow/mps/146436 2025-03-04T19:48:56.4021846Z * [new tag] ciflow/mps/146754 -> ciflow/mps/146754 2025-03-04T19:48:56.4022263Z * [new tag] ciflow/mps/146989 -> ciflow/mps/146989 2025-03-04T19:48:56.4022678Z * [new tag] ciflow/mps/147205 -> ciflow/mps/147205 2025-03-04T19:48:56.4023094Z * [new tag] ciflow/mps/147583 -> ciflow/mps/147583 2025-03-04T19:48:56.4023510Z * [new tag] ciflow/mps/147644 -> ciflow/mps/147644 2025-03-04T19:48:56.4023923Z * [new tag] ciflow/mps/147893 -> ciflow/mps/147893 2025-03-04T19:48:56.4025058Z * [new tag] ciflow/mps/148287 -> ciflow/mps/148287 2025-03-04T19:48:56.4025541Z * [new tag] ciflow/mps/148305 -> ciflow/mps/148305 2025-03-04T19:48:56.4025975Z * [new tag] ciflow/mps/148350 -> ciflow/mps/148350 2025-03-04T19:48:56.4026398Z * [new tag] ciflow/mps/148415 -> ciflow/mps/148415 2025-03-04T19:48:56.4026815Z * [new tag] ciflow/mps/148449 -> ciflow/mps/148449 2025-03-04T19:48:56.4027230Z * [new tag] ciflow/mps/148468 -> ciflow/mps/148468 2025-03-04T19:48:56.4027633Z * [new tag] ciflow/mps/148471 -> ciflow/mps/148471 2025-03-04T19:48:56.4028097Z * [new tag] ciflow/op-benchmark/143733 -> ciflow/op-benchmark/143733 2025-03-04T19:48:56.4028602Z * [new tag] ciflow/periodic/054a2fd -> ciflow/periodic/054a2fd 2025-03-04T19:48:56.4342030Z * [new tag] ciflow/periodic/123020 -> ciflow/periodic/123020 2025-03-04T19:48:56.4343175Z * [new tag] ciflow/periodic/134817 -> ciflow/periodic/134817 2025-03-04T19:48:56.4343663Z * [new tag] ciflow/periodic/140989 -> ciflow/periodic/140989 2025-03-04T19:48:56.4344123Z * [new tag] ciflow/periodic/141309 -> ciflow/periodic/141309 2025-03-04T19:48:56.4344591Z * [new tag] ciflow/periodic/141355 -> ciflow/periodic/141355 2025-03-04T19:48:56.4345061Z * [new tag] ciflow/periodic/141730 -> ciflow/periodic/141730 2025-03-04T19:48:56.4345526Z * [new tag] ciflow/periodic/142179 -> ciflow/periodic/142179 2025-03-04T19:48:56.4345990Z * [new tag] ciflow/periodic/143959 -> ciflow/periodic/143959 2025-03-04T19:48:56.4346477Z * [new tag] ciflow/periodic/144953 -> ciflow/periodic/144953 2025-03-04T19:48:56.4346937Z * [new tag] ciflow/periodic/146264 -> ciflow/periodic/146264 2025-03-04T19:48:56.4347404Z * [new tag] ciflow/periodic/146403 -> ciflow/periodic/146403 2025-03-04T19:48:56.4347866Z * [new tag] ciflow/periodic/146823 -> ciflow/periodic/146823 2025-03-04T19:48:56.4348338Z * [new tag] ciflow/periodic/146903 -> ciflow/periodic/146903 2025-03-04T19:48:56.4348806Z * [new tag] ciflow/periodic/147459 -> ciflow/periodic/147459 2025-03-04T19:48:56.4349274Z * [new tag] ciflow/periodic/147870 -> ciflow/periodic/147870 2025-03-04T19:48:56.4349737Z * [new tag] ciflow/periodic/148351 -> ciflow/periodic/148351 2025-03-04T19:48:56.4350204Z * [new tag] ciflow/periodic/2a6d37d -> ciflow/periodic/2a6d37d 2025-03-04T19:48:56.4350688Z * [new tag] ciflow/periodic/317eeb8 -> ciflow/periodic/317eeb8 2025-03-04T19:48:56.4351166Z * [new tag] ciflow/periodic/3c32 -> ciflow/periodic/3c32 2025-03-04T19:48:56.4351640Z * [new tag] ciflow/periodic/3e98831 -> ciflow/periodic/3e98831 2025-03-04T19:48:56.4352145Z * [new tag] ciflow/periodic/94512-point -> ciflow/periodic/94512-point 2025-03-04T19:48:56.4352686Z * [new tag] ciflow/periodic/csl/test87519 -> ciflow/periodic/csl/test87519 2025-03-04T19:48:56.4353246Z * [new tag] ciflow/periodic/csltest88275 -> ciflow/periodic/csltest88275 2025-03-04T19:48:56.4353785Z * [new tag] ciflow/periodic/csltest88761 -> ciflow/periodic/csltest88761 2025-03-04T19:48:56.4354330Z * [new tag] ciflow/periodic/release_1.12 -> ciflow/periodic/release_1.12 2025-03-04T19:48:56.4354882Z * [new tag] ciflow/periodic/release_1.12.0 -> ciflow/periodic/release_1.12.0 2025-03-04T19:48:56.4355432Z * [new tag] ciflow/periodic/sha-ec5b83 -> ciflow/periodic/sha-ec5b83 2025-03-04T19:48:56.4356036Z * [new tag] ciflow/riscv64/143979 -> ciflow/riscv64/143979 2025-03-04T19:48:56.4356502Z * [new tag] ciflow/rocm/124424 -> ciflow/rocm/124424 2025-03-04T19:48:56.4356933Z * [new tag] ciflow/rocm/134817 -> ciflow/rocm/134817 2025-03-04T19:48:56.4357377Z * [new tag] ciflow/rocm/137136 -> ciflow/rocm/137136 2025-03-04T19:48:56.4357799Z * [new tag] ciflow/rocm/139469 -> ciflow/rocm/139469 2025-03-04T19:48:56.4358230Z * [new tag] ciflow/rocm/139975 -> ciflow/rocm/139975 2025-03-04T19:48:56.4358650Z * [new tag] ciflow/rocm/140989 -> ciflow/rocm/140989 2025-03-04T19:48:56.4359069Z * [new tag] ciflow/rocm/141309 -> ciflow/rocm/141309 2025-03-04T19:48:56.4359485Z * [new tag] ciflow/rocm/141355 -> ciflow/rocm/141355 2025-03-04T19:48:56.4359990Z * [new tag] ciflow/rocm/142097 -> ciflow/rocm/142097 2025-03-04T19:48:56.4360596Z * [new tag] ciflow/rocm/142859 -> ciflow/rocm/142859 2025-03-04T19:48:56.4361028Z * [new tag] ciflow/rocm/143416 -> ciflow/rocm/143416 2025-03-04T19:48:56.4361449Z * [new tag] ciflow/rocm/143971 -> ciflow/rocm/143971 2025-03-04T19:48:56.4361871Z * [new tag] ciflow/rocm/144120 -> ciflow/rocm/144120 2025-03-04T19:48:56.4362289Z * [new tag] ciflow/rocm/144572 -> ciflow/rocm/144572 2025-03-04T19:48:56.4362706Z * [new tag] ciflow/rocm/144664 -> ciflow/rocm/144664 2025-03-04T19:48:56.4363124Z * [new tag] ciflow/rocm/145475 -> ciflow/rocm/145475 2025-03-04T19:48:56.4363544Z * [new tag] ciflow/rocm/145584 -> ciflow/rocm/145584 2025-03-04T19:48:56.4363971Z * [new tag] ciflow/rocm/145685 -> ciflow/rocm/145685 2025-03-04T19:48:56.4364397Z * [new tag] ciflow/rocm/145946 -> ciflow/rocm/145946 2025-03-04T19:48:56.4364815Z * [new tag] ciflow/rocm/146227 -> ciflow/rocm/146227 2025-03-04T19:48:56.4365232Z * [new tag] ciflow/rocm/146264 -> ciflow/rocm/146264 2025-03-04T19:48:56.4365654Z * [new tag] ciflow/rocm/146448 -> ciflow/rocm/146448 2025-03-04T19:48:56.4672188Z * [new tag] ciflow/rocm/146903 -> ciflow/rocm/146903 2025-03-04T19:48:56.4672657Z * [new tag] ciflow/rocm/147034 -> ciflow/rocm/147034 2025-03-04T19:48:56.4673082Z * [new tag] ciflow/rocm/147243 -> ciflow/rocm/147243 2025-03-04T19:48:56.4673506Z * [new tag] ciflow/rocm/147315 -> ciflow/rocm/147315 2025-03-04T19:48:56.4673917Z * [new tag] ciflow/rocm/147320 -> ciflow/rocm/147320 2025-03-04T19:48:56.4674344Z * [new tag] ciflow/rocm/147382 -> ciflow/rocm/147382 2025-03-04T19:48:56.4674783Z * [new tag] ciflow/rocm/147403 -> ciflow/rocm/147403 2025-03-04T19:48:56.4675205Z * [new tag] ciflow/rocm/147452 -> ciflow/rocm/147452 2025-03-04T19:48:56.4675628Z * [new tag] ciflow/rocm/147459 -> ciflow/rocm/147459 2025-03-04T19:48:56.4676052Z * [new tag] ciflow/rocm/147527 -> ciflow/rocm/147527 2025-03-04T19:48:56.4676460Z * [new tag] ciflow/rocm/147619 -> ciflow/rocm/147619 2025-03-04T19:48:56.4676886Z * [new tag] ciflow/rocm/147630 -> ciflow/rocm/147630 2025-03-04T19:48:56.4677308Z * [new tag] ciflow/rocm/147821 -> ciflow/rocm/147821 2025-03-04T19:48:56.4677737Z * [new tag] ciflow/rocm/147904 -> ciflow/rocm/147904 2025-03-04T19:48:56.4678159Z * [new tag] ciflow/rocm/147993 -> ciflow/rocm/147993 2025-03-04T19:48:56.4678731Z * [new tag] ciflow/rocm/148223 -> ciflow/rocm/148223 2025-03-04T19:48:56.4679151Z * [new tag] ciflow/rocm/148228 -> ciflow/rocm/148228 2025-03-04T19:48:56.4679580Z * [new tag] ciflow/rocm/148371 -> ciflow/rocm/148371 2025-03-04T19:48:56.4680008Z * [new tag] ciflow/rocm/148394 -> ciflow/rocm/148394 2025-03-04T19:48:56.4680511Z * [new tag] ciflow/rocm/148432 -> ciflow/rocm/148432 2025-03-04T19:48:56.4680934Z * [new tag] ciflow/rocm/148437 -> ciflow/rocm/148437 2025-03-04T19:48:56.4681351Z * [new tag] ciflow/s390/142346 -> ciflow/s390/142346 2025-03-04T19:48:56.4681755Z * [new tag] ciflow/s390/143959 -> ciflow/s390/143959 2025-03-04T19:48:56.4682181Z * [new tag] ciflow/s390/148452 -> ciflow/s390/148452 2025-03-04T19:48:56.4682610Z * [new tag] ciflow/slow/01c7106 -> ciflow/slow/01c7106 2025-03-04T19:48:56.4683138Z * [new tag] ciflow/slow/0577043 -> ciflow/slow/0577043 2025-03-04T19:48:56.4683928Z * [new tag] ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym -> ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym 2025-03-04T19:48:56.4684721Z * [new tag] ciflow/slow/0e81104 -> ciflow/slow/0e81104 2025-03-04T19:48:56.4685160Z * [new tag] ciflow/slow/139975 -> ciflow/slow/139975 2025-03-04T19:48:56.4685576Z * [new tag] ciflow/slow/146256 -> ciflow/slow/146256 2025-03-04T19:48:56.4686004Z * [new tag] ciflow/slow/146903 -> ciflow/slow/146903 2025-03-04T19:48:56.4686432Z * [new tag] ciflow/slow/1732077 -> ciflow/slow/1732077 2025-03-04T19:48:56.4686861Z * [new tag] ciflow/slow/187eb7c -> ciflow/slow/187eb7c 2025-03-04T19:48:56.4687306Z * [new tag] ciflow/slow/1faef89 -> ciflow/slow/1faef89 2025-03-04T19:48:56.4687743Z * [new tag] ciflow/slow/3920ec1 -> ciflow/slow/3920ec1 2025-03-04T19:48:56.4688164Z * [new tag] ciflow/slow/3b7c6b2 -> ciflow/slow/3b7c6b2 2025-03-04T19:48:56.4688592Z * [new tag] ciflow/slow/59a3759 -> ciflow/slow/59a3759 2025-03-04T19:48:56.4689030Z * [new tag] ciflow/slow/70ef0bb -> ciflow/slow/70ef0bb 2025-03-04T19:48:56.4689462Z * [new tag] ciflow/slow/788ff06 -> ciflow/slow/788ff06 2025-03-04T19:48:56.4690201Z * [new tag] ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym -> ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym 2025-03-04T19:48:56.4690936Z * [new tag] ciflow/slow/9d85864 -> ciflow/slow/9d85864 2025-03-04T19:48:56.4691362Z * [new tag] ciflow/slow/9ffad5b -> ciflow/slow/9ffad5b 2025-03-04T19:48:56.4691803Z * [new tag] ciflow/slow/a206e8b -> ciflow/slow/a206e8b 2025-03-04T19:48:56.4692232Z * [new tag] ciflow/slow/a837609 -> ciflow/slow/a837609 2025-03-04T19:48:56.4692662Z * [new tag] ciflow/slow/af841f3 -> ciflow/slow/af841f3 2025-03-04T19:48:56.4693431Z * [new tag] ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym -> ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym 2025-03-04T19:48:56.4694200Z * [new tag] ciflow/trunk/108303 -> ciflow/trunk/108303 2025-03-04T19:48:56.4694623Z * [new tag] ciflow/trunk/113257 -> ciflow/trunk/113257 2025-03-04T19:48:56.4695050Z * [new tag] ciflow/trunk/113258 -> ciflow/trunk/113258 2025-03-04T19:48:56.5018337Z * [new tag] ciflow/trunk/120076 -> ciflow/trunk/120076 2025-03-04T19:48:56.5018988Z * [new tag] ciflow/trunk/121445 -> ciflow/trunk/121445 2025-03-04T19:48:56.5019439Z * [new tag] ciflow/trunk/123020 -> ciflow/trunk/123020 2025-03-04T19:48:56.5019870Z * [new tag] ciflow/trunk/124424 -> ciflow/trunk/124424 2025-03-04T19:48:56.5020312Z * [new tag] ciflow/trunk/124490 -> ciflow/trunk/124490 2025-03-04T19:48:56.5020795Z * [new tag] ciflow/trunk/125469 -> ciflow/trunk/125469 2025-03-04T19:48:56.5021272Z * [new tag] ciflow/trunk/125806 -> ciflow/trunk/125806 2025-03-04T19:48:56.5021709Z * [new tag] ciflow/trunk/125888 -> ciflow/trunk/125888 2025-03-04T19:48:56.5022144Z * [new tag] ciflow/trunk/125995 -> ciflow/trunk/125995 2025-03-04T19:48:56.5022578Z * [new tag] ciflow/trunk/126050 -> ciflow/trunk/126050 2025-03-04T19:48:56.5023008Z * [new tag] ciflow/trunk/126054 -> ciflow/trunk/126054 2025-03-04T19:48:56.5023569Z * [new tag] ciflow/trunk/126635 -> ciflow/trunk/126635 2025-03-04T19:48:56.5024001Z * [new tag] ciflow/trunk/127171 -> ciflow/trunk/127171 2025-03-04T19:48:56.5024439Z * [new tag] ciflow/trunk/127919 -> ciflow/trunk/127919 2025-03-04T19:48:56.5024874Z * [new tag] ciflow/trunk/129352 -> ciflow/trunk/129352 2025-03-04T19:48:56.5025307Z * [new tag] ciflow/trunk/129420 -> ciflow/trunk/129420 2025-03-04T19:48:56.5025738Z * [new tag] ciflow/trunk/130141 -> ciflow/trunk/130141 2025-03-04T19:48:56.5026229Z * [new tag] ciflow/trunk/130752 -> ciflow/trunk/130752 2025-03-04T19:48:56.5026693Z * [new tag] ciflow/trunk/131354 -> ciflow/trunk/131354 2025-03-04T19:48:56.5027121Z * [new tag] ciflow/trunk/131507 -> ciflow/trunk/131507 2025-03-04T19:48:56.5027555Z * [new tag] ciflow/trunk/132021 -> ciflow/trunk/132021 2025-03-04T19:48:56.5027987Z * [new tag] ciflow/trunk/133044 -> ciflow/trunk/133044 2025-03-04T19:48:56.5028410Z * [new tag] ciflow/trunk/133289 -> ciflow/trunk/133289 2025-03-04T19:48:56.5028836Z * [new tag] ciflow/trunk/133296 -> ciflow/trunk/133296 2025-03-04T19:48:56.5029256Z * [new tag] ciflow/trunk/133297 -> ciflow/trunk/133297 2025-03-04T19:48:56.5029683Z * [new tag] ciflow/trunk/133315 -> ciflow/trunk/133315 2025-03-04T19:48:56.5030112Z * [new tag] ciflow/trunk/133392 -> ciflow/trunk/133392 2025-03-04T19:48:56.5030542Z * [new tag] ciflow/trunk/133419 -> ciflow/trunk/133419 2025-03-04T19:48:56.5030972Z * [new tag] ciflow/trunk/133423 -> ciflow/trunk/133423 2025-03-04T19:48:56.5031401Z * [new tag] ciflow/trunk/133667 -> ciflow/trunk/133667 2025-03-04T19:48:56.5031820Z * [new tag] ciflow/trunk/133753 -> ciflow/trunk/133753 2025-03-04T19:48:56.5032345Z * [new tag] ciflow/trunk/134219 -> ciflow/trunk/134219 2025-03-04T19:48:56.5032771Z * [new tag] ciflow/trunk/134515 -> ciflow/trunk/134515 2025-03-04T19:48:56.5033201Z * [new tag] ciflow/trunk/135058 -> ciflow/trunk/135058 2025-03-04T19:48:56.5033628Z * [new tag] ciflow/trunk/135631 -> ciflow/trunk/135631 2025-03-04T19:48:56.5034056Z * [new tag] ciflow/trunk/136780 -> ciflow/trunk/136780 2025-03-04T19:48:56.5034476Z * [new tag] ciflow/trunk/136824 -> ciflow/trunk/136824 2025-03-04T19:48:56.5034907Z * [new tag] ciflow/trunk/136835 -> ciflow/trunk/136835 2025-03-04T19:48:56.5035336Z * [new tag] ciflow/trunk/136993 -> ciflow/trunk/136993 2025-03-04T19:48:56.5035882Z * [new tag] ciflow/trunk/137400 -> ciflow/trunk/137400 2025-03-04T19:48:56.5036317Z * [new tag] ciflow/trunk/137580 -> ciflow/trunk/137580 2025-03-04T19:48:56.5036746Z * [new tag] ciflow/trunk/138213 -> ciflow/trunk/138213 2025-03-04T19:48:56.5037169Z * [new tag] ciflow/trunk/138436 -> ciflow/trunk/138436 2025-03-04T19:48:56.5037646Z * [new tag] ciflow/trunk/138626 -> ciflow/trunk/138626 2025-03-04T19:48:56.5038117Z * [new tag] ciflow/trunk/138834 -> ciflow/trunk/138834 2025-03-04T19:48:56.5038549Z * [new tag] ciflow/trunk/138889 -> ciflow/trunk/138889 2025-03-04T19:48:56.5038971Z * [new tag] ciflow/trunk/138996 -> ciflow/trunk/138996 2025-03-04T19:48:56.5039398Z * [new tag] ciflow/trunk/139070 -> ciflow/trunk/139070 2025-03-04T19:48:56.5039826Z * [new tag] ciflow/trunk/139094 -> ciflow/trunk/139094 2025-03-04T19:48:56.5040420Z * [new tag] ciflow/trunk/139971 -> ciflow/trunk/139971 2025-03-04T19:48:56.5040853Z * [new tag] ciflow/trunk/139975 -> ciflow/trunk/139975 2025-03-04T19:48:56.5401337Z * [new tag] ciflow/trunk/140084 -> ciflow/trunk/140084 2025-03-04T19:48:56.5401800Z * [new tag] ciflow/trunk/140159 -> ciflow/trunk/140159 2025-03-04T19:48:56.5402235Z * [new tag] ciflow/trunk/140211 -> ciflow/trunk/140211 2025-03-04T19:48:56.5402657Z * [new tag] ciflow/trunk/140298 -> ciflow/trunk/140298 2025-03-04T19:48:56.5403087Z * [new tag] ciflow/trunk/140323 -> ciflow/trunk/140323 2025-03-04T19:48:56.5403520Z * [new tag] ciflow/trunk/140365 -> ciflow/trunk/140365 2025-03-04T19:48:56.5403968Z * [new tag] ciflow/trunk/140399 -> ciflow/trunk/140399 2025-03-04T19:48:56.5404401Z * [new tag] ciflow/trunk/140793 -> ciflow/trunk/140793 2025-03-04T19:48:56.5404831Z * [new tag] ciflow/trunk/140979 -> ciflow/trunk/140979 2025-03-04T19:48:56.5405253Z * [new tag] ciflow/trunk/140989 -> ciflow/trunk/140989 2025-03-04T19:48:56.5405676Z * [new tag] ciflow/trunk/141178 -> ciflow/trunk/141178 2025-03-04T19:48:56.5406108Z * [new tag] ciflow/trunk/141257 -> ciflow/trunk/141257 2025-03-04T19:48:56.5406538Z * [new tag] ciflow/trunk/141309 -> ciflow/trunk/141309 2025-03-04T19:48:56.5406978Z * [new tag] ciflow/trunk/141730 -> ciflow/trunk/141730 2025-03-04T19:48:56.5407406Z * [new tag] ciflow/trunk/141796 -> ciflow/trunk/141796 2025-03-04T19:48:56.5407837Z * [new tag] ciflow/trunk/141842 -> ciflow/trunk/141842 2025-03-04T19:48:56.5408265Z * [new tag] ciflow/trunk/141889 -> ciflow/trunk/141889 2025-03-04T19:48:56.5408693Z * [new tag] ciflow/trunk/141910 -> ciflow/trunk/141910 2025-03-04T19:48:56.5409118Z * [new tag] ciflow/trunk/141914 -> ciflow/trunk/141914 2025-03-04T19:48:56.5409539Z * [new tag] ciflow/trunk/141961 -> ciflow/trunk/141961 2025-03-04T19:48:56.5409969Z * [new tag] ciflow/trunk/142091 -> ciflow/trunk/142091 2025-03-04T19:48:56.5410403Z * [new tag] ciflow/trunk/142092 -> ciflow/trunk/142092 2025-03-04T19:48:56.5410818Z * [new tag] ciflow/trunk/142097 -> ciflow/trunk/142097 2025-03-04T19:48:56.5411252Z * [new tag] ciflow/trunk/142179 -> ciflow/trunk/142179 2025-03-04T19:48:56.5411679Z * [new tag] ciflow/trunk/142272 -> ciflow/trunk/142272 2025-03-04T19:48:56.5412278Z * [new tag] ciflow/trunk/142273 -> ciflow/trunk/142273 2025-03-04T19:48:56.5412717Z * [new tag] ciflow/trunk/142326 -> ciflow/trunk/142326 2025-03-04T19:48:56.5413160Z * [new tag] ciflow/trunk/142346 -> ciflow/trunk/142346 2025-03-04T19:48:56.5413584Z * [new tag] ciflow/trunk/142350 -> ciflow/trunk/142350 2025-03-04T19:48:56.5414011Z * [new tag] ciflow/trunk/142372 -> ciflow/trunk/142372 2025-03-04T19:48:56.5414434Z * [new tag] ciflow/trunk/142477 -> ciflow/trunk/142477 2025-03-04T19:48:56.5414866Z * [new tag] ciflow/trunk/142821 -> ciflow/trunk/142821 2025-03-04T19:48:56.5415297Z * [new tag] ciflow/trunk/142859 -> ciflow/trunk/142859 2025-03-04T19:48:56.5415732Z * [new tag] ciflow/trunk/142865 -> ciflow/trunk/142865 2025-03-04T19:48:56.5416160Z * [new tag] ciflow/trunk/143082 -> ciflow/trunk/143082 2025-03-04T19:48:56.5416673Z * [new tag] ciflow/trunk/143093 -> ciflow/trunk/143093 2025-03-04T19:48:56.5417106Z * [new tag] ciflow/trunk/143220 -> ciflow/trunk/143220 2025-03-04T19:48:56.5417543Z * [new tag] ciflow/trunk/143261 -> ciflow/trunk/143261 2025-03-04T19:48:56.5417981Z * [new tag] ciflow/trunk/143303 -> ciflow/trunk/143303 2025-03-04T19:48:56.5418415Z * [new tag] ciflow/trunk/143313 -> ciflow/trunk/143313 2025-03-04T19:48:56.5418839Z * [new tag] ciflow/trunk/143347 -> ciflow/trunk/143347 2025-03-04T19:48:56.5419270Z * [new tag] ciflow/trunk/143402 -> ciflow/trunk/143402 2025-03-04T19:48:56.5419696Z * [new tag] ciflow/trunk/143416 -> ciflow/trunk/143416 2025-03-04T19:48:56.5420132Z * [new tag] ciflow/trunk/143451 -> ciflow/trunk/143451 2025-03-04T19:48:56.5420570Z * [new tag] ciflow/trunk/143475 -> ciflow/trunk/143475 2025-03-04T19:48:56.5421001Z * [new tag] ciflow/trunk/143630 -> ciflow/trunk/143630 2025-03-04T19:48:56.5421434Z * [new tag] ciflow/trunk/143666 -> ciflow/trunk/143666 2025-03-04T19:48:56.5421856Z * [new tag] ciflow/trunk/143671 -> ciflow/trunk/143671 2025-03-04T19:48:56.5422290Z * [new tag] ciflow/trunk/143689 -> ciflow/trunk/143689 2025-03-04T19:48:56.5422717Z * [new tag] ciflow/trunk/143712 -> ciflow/trunk/143712 2025-03-04T19:48:56.5423149Z * [new tag] ciflow/trunk/143733 -> ciflow/trunk/143733 2025-03-04T19:48:56.5423577Z * [new tag] ciflow/trunk/143822 -> ciflow/trunk/143822 2025-03-04T19:48:56.5768201Z * [new tag] ciflow/trunk/143833 -> ciflow/trunk/143833 2025-03-04T19:48:56.5768727Z * [new tag] ciflow/trunk/143894 -> ciflow/trunk/143894 2025-03-04T19:48:56.5769183Z * [new tag] ciflow/trunk/143896 -> ciflow/trunk/143896 2025-03-04T19:48:56.5769623Z * [new tag] ciflow/trunk/143961 -> ciflow/trunk/143961 2025-03-04T19:48:56.5770054Z * [new tag] ciflow/trunk/143966 -> ciflow/trunk/143966 2025-03-04T19:48:56.5770485Z * [new tag] ciflow/trunk/144017 -> ciflow/trunk/144017 2025-03-04T19:48:56.5770920Z * [new tag] ciflow/trunk/144019 -> ciflow/trunk/144019 2025-03-04T19:48:56.5771358Z * [new tag] ciflow/trunk/144120 -> ciflow/trunk/144120 2025-03-04T19:48:56.5771784Z * [new tag] ciflow/trunk/144138 -> ciflow/trunk/144138 2025-03-04T19:48:56.5772209Z * [new tag] ciflow/trunk/144172 -> ciflow/trunk/144172 2025-03-04T19:48:56.5772811Z * [new tag] ciflow/trunk/144177 -> ciflow/trunk/144177 2025-03-04T19:48:56.5773245Z * [new tag] ciflow/trunk/144268 -> ciflow/trunk/144268 2025-03-04T19:48:56.5773678Z * [new tag] ciflow/trunk/144272 -> ciflow/trunk/144272 2025-03-04T19:48:56.5774109Z * [new tag] ciflow/trunk/144293 -> ciflow/trunk/144293 2025-03-04T19:48:56.5774532Z * [new tag] ciflow/trunk/144452 -> ciflow/trunk/144452 2025-03-04T19:48:56.5774969Z * [new tag] ciflow/trunk/144468 -> ciflow/trunk/144468 2025-03-04T19:48:56.5775396Z * [new tag] ciflow/trunk/144557 -> ciflow/trunk/144557 2025-03-04T19:48:56.5775829Z * [new tag] ciflow/trunk/144572 -> ciflow/trunk/144572 2025-03-04T19:48:56.5776256Z * [new tag] ciflow/trunk/144590 -> ciflow/trunk/144590 2025-03-04T19:48:56.5776689Z * [new tag] ciflow/trunk/144616 -> ciflow/trunk/144616 2025-03-04T19:48:56.5777206Z * [new tag] ciflow/trunk/144620 -> ciflow/trunk/144620 2025-03-04T19:48:56.5777639Z * [new tag] ciflow/trunk/144664 -> ciflow/trunk/144664 2025-03-04T19:48:56.5778077Z * [new tag] ciflow/trunk/144708 -> ciflow/trunk/144708 2025-03-04T19:48:56.5778506Z * [new tag] ciflow/trunk/144721 -> ciflow/trunk/144721 2025-03-04T19:48:56.5778937Z * [new tag] ciflow/trunk/144733 -> ciflow/trunk/144733 2025-03-04T19:48:56.5779370Z * [new tag] ciflow/trunk/144763 -> ciflow/trunk/144763 2025-03-04T19:48:56.5779796Z * [new tag] ciflow/trunk/144771 -> ciflow/trunk/144771 2025-03-04T19:48:56.5780224Z * [new tag] ciflow/trunk/144844 -> ciflow/trunk/144844 2025-03-04T19:48:56.5780649Z * [new tag] ciflow/trunk/144880 -> ciflow/trunk/144880 2025-03-04T19:48:56.5781086Z * [new tag] ciflow/trunk/144925 -> ciflow/trunk/144925 2025-03-04T19:48:56.5781513Z * [new tag] ciflow/trunk/144953 -> ciflow/trunk/144953 2025-03-04T19:48:56.5781946Z * [new tag] ciflow/trunk/144975 -> ciflow/trunk/144975 2025-03-04T19:48:56.5782367Z * [new tag] ciflow/trunk/144992 -> ciflow/trunk/144992 2025-03-04T19:48:56.5782796Z * [new tag] ciflow/trunk/145061 -> ciflow/trunk/145061 2025-03-04T19:48:56.5783228Z * [new tag] ciflow/trunk/145116 -> ciflow/trunk/145116 2025-03-04T19:48:56.5783656Z * [new tag] ciflow/trunk/145119 -> ciflow/trunk/145119 2025-03-04T19:48:56.5784086Z * [new tag] ciflow/trunk/145136 -> ciflow/trunk/145136 2025-03-04T19:48:56.5784516Z * [new tag] ciflow/trunk/145153 -> ciflow/trunk/145153 2025-03-04T19:48:56.5784949Z * [new tag] ciflow/trunk/145224 -> ciflow/trunk/145224 2025-03-04T19:48:56.5785381Z * [new tag] ciflow/trunk/145241 -> ciflow/trunk/145241 2025-03-04T19:48:56.5785811Z * [new tag] ciflow/trunk/145254 -> ciflow/trunk/145254 2025-03-04T19:48:56.5786248Z * [new tag] ciflow/trunk/145331 -> ciflow/trunk/145331 2025-03-04T19:48:56.5786674Z * [new tag] ciflow/trunk/145406 -> ciflow/trunk/145406 2025-03-04T19:48:56.5787097Z * [new tag] ciflow/trunk/145523 -> ciflow/trunk/145523 2025-03-04T19:48:56.5787520Z * [new tag] ciflow/trunk/145559 -> ciflow/trunk/145559 2025-03-04T19:48:56.5787954Z * [new tag] ciflow/trunk/145677 -> ciflow/trunk/145677 2025-03-04T19:48:56.5788382Z * [new tag] ciflow/trunk/145717 -> ciflow/trunk/145717 2025-03-04T19:48:56.5788915Z * [new tag] ciflow/trunk/145936 -> ciflow/trunk/145936 2025-03-04T19:48:56.5789352Z * [new tag] ciflow/trunk/145946 -> ciflow/trunk/145946 2025-03-04T19:48:56.5789791Z * [new tag] ciflow/trunk/145966 -> ciflow/trunk/145966 2025-03-04T19:48:56.5790207Z * [new tag] ciflow/trunk/145979 -> ciflow/trunk/145979 2025-03-04T19:48:56.6126045Z * [new tag] ciflow/trunk/146051 -> ciflow/trunk/146051 2025-03-04T19:48:56.6126527Z * [new tag] ciflow/trunk/146069 -> ciflow/trunk/146069 2025-03-04T19:48:56.6126964Z * [new tag] ciflow/trunk/146090 -> ciflow/trunk/146090 2025-03-04T19:48:56.6127395Z * [new tag] ciflow/trunk/146098 -> ciflow/trunk/146098 2025-03-04T19:48:56.6127828Z * [new tag] ciflow/trunk/146110 -> ciflow/trunk/146110 2025-03-04T19:48:56.6128260Z * [new tag] ciflow/trunk/146115 -> ciflow/trunk/146115 2025-03-04T19:48:56.6128871Z * [new tag] ciflow/trunk/146176 -> ciflow/trunk/146176 2025-03-04T19:48:56.6129314Z * [new tag] ciflow/trunk/146182 -> ciflow/trunk/146182 2025-03-04T19:48:56.6129748Z * [new tag] ciflow/trunk/146256 -> ciflow/trunk/146256 2025-03-04T19:48:56.6130180Z * [new tag] ciflow/trunk/146275 -> ciflow/trunk/146275 2025-03-04T19:48:56.6130618Z * [new tag] ciflow/trunk/146289 -> ciflow/trunk/146289 2025-03-04T19:48:56.6131044Z * [new tag] ciflow/trunk/146335 -> ciflow/trunk/146335 2025-03-04T19:48:56.6131464Z * [new tag] ciflow/trunk/146421 -> ciflow/trunk/146421 2025-03-04T19:48:56.6131897Z * [new tag] ciflow/trunk/146489 -> ciflow/trunk/146489 2025-03-04T19:48:56.6132324Z * [new tag] ciflow/trunk/146517 -> ciflow/trunk/146517 2025-03-04T19:48:56.6132764Z * [new tag] ciflow/trunk/146530 -> ciflow/trunk/146530 2025-03-04T19:48:56.6133202Z * [new tag] ciflow/trunk/146561 -> ciflow/trunk/146561 2025-03-04T19:48:56.6133633Z * [new tag] ciflow/trunk/146573 -> ciflow/trunk/146573 2025-03-04T19:48:56.6134118Z * [new tag] ciflow/trunk/146582 -> ciflow/trunk/146582 2025-03-04T19:48:56.6134668Z * [new tag] ciflow/trunk/146661 -> ciflow/trunk/146661 2025-03-04T19:48:56.6135101Z * [new tag] ciflow/trunk/146718 -> ciflow/trunk/146718 2025-03-04T19:48:56.6135542Z * [new tag] ciflow/trunk/146777 -> ciflow/trunk/146777 2025-03-04T19:48:56.6135978Z * [new tag] ciflow/trunk/146807 -> ciflow/trunk/146807 2025-03-04T19:48:56.6136417Z * [new tag] ciflow/trunk/146823 -> ciflow/trunk/146823 2025-03-04T19:48:56.6136845Z * [new tag] ciflow/trunk/146826 -> ciflow/trunk/146826 2025-03-04T19:48:56.6137286Z * [new tag] ciflow/trunk/146827 -> ciflow/trunk/146827 2025-03-04T19:48:56.6137715Z * [new tag] ciflow/trunk/146845 -> ciflow/trunk/146845 2025-03-04T19:48:56.6138146Z * [new tag] ciflow/trunk/146870 -> ciflow/trunk/146870 2025-03-04T19:48:56.6138576Z * [new tag] ciflow/trunk/146873 -> ciflow/trunk/146873 2025-03-04T19:48:56.6139007Z * [new tag] ciflow/trunk/146874 -> ciflow/trunk/146874 2025-03-04T19:48:56.6139426Z * [new tag] ciflow/trunk/146903 -> ciflow/trunk/146903 2025-03-04T19:48:56.6139861Z * [new tag] ciflow/trunk/146928 -> ciflow/trunk/146928 2025-03-04T19:48:56.6140301Z * [new tag] ciflow/trunk/146970 -> ciflow/trunk/146970 2025-03-04T19:48:56.6140736Z * [new tag] ciflow/trunk/147014 -> ciflow/trunk/147014 2025-03-04T19:48:56.6141302Z * [new tag] ciflow/trunk/147072 -> ciflow/trunk/147072 2025-03-04T19:48:56.6141743Z * [new tag] ciflow/trunk/147105 -> ciflow/trunk/147105 2025-03-04T19:48:56.6142181Z * [new tag] ciflow/trunk/147155 -> ciflow/trunk/147155 2025-03-04T19:48:56.6142606Z * [new tag] ciflow/trunk/147272 -> ciflow/trunk/147272 2025-03-04T19:48:56.6143046Z * [new tag] ciflow/trunk/147314 -> ciflow/trunk/147314 2025-03-04T19:48:56.6143478Z * [new tag] ciflow/trunk/147320 -> ciflow/trunk/147320 2025-03-04T19:48:56.6143914Z * [new tag] ciflow/trunk/147334 -> ciflow/trunk/147334 2025-03-04T19:48:56.6144367Z * [new tag] ciflow/trunk/147349 -> ciflow/trunk/147349 2025-03-04T19:48:56.6144797Z * [new tag] ciflow/trunk/147368 -> ciflow/trunk/147368 2025-03-04T19:48:56.6145301Z * [new tag] ciflow/trunk/147403 -> ciflow/trunk/147403 2025-03-04T19:48:56.6145735Z * [new tag] ciflow/trunk/147422 -> ciflow/trunk/147422 2025-03-04T19:48:56.6146168Z * [new tag] ciflow/trunk/147448 -> ciflow/trunk/147448 2025-03-04T19:48:56.6146603Z * [new tag] ciflow/trunk/147452 -> ciflow/trunk/147452 2025-03-04T19:48:56.6147035Z * [new tag] ciflow/trunk/147481 -> ciflow/trunk/147481 2025-03-04T19:48:56.6147462Z * [new tag] ciflow/trunk/147498 -> ciflow/trunk/147498 2025-03-04T19:48:56.6147880Z * [new tag] ciflow/trunk/147574 -> ciflow/trunk/147574 2025-03-04T19:48:56.6148306Z * [new tag] ciflow/trunk/147583 -> ciflow/trunk/147583 2025-03-04T19:48:56.6464540Z * [new tag] ciflow/trunk/147660 -> ciflow/trunk/147660 2025-03-04T19:48:56.6465043Z * [new tag] ciflow/trunk/147664 -> ciflow/trunk/147664 2025-03-04T19:48:56.6465487Z * [new tag] ciflow/trunk/147741 -> ciflow/trunk/147741 2025-03-04T19:48:56.6465915Z * [new tag] ciflow/trunk/147742 -> ciflow/trunk/147742 2025-03-04T19:48:56.6466348Z * [new tag] ciflow/trunk/147752 -> ciflow/trunk/147752 2025-03-04T19:48:56.6466766Z * [new tag] ciflow/trunk/147797 -> ciflow/trunk/147797 2025-03-04T19:48:56.6467196Z * [new tag] ciflow/trunk/147798 -> ciflow/trunk/147798 2025-03-04T19:48:56.6467625Z * [new tag] ciflow/trunk/147808 -> ciflow/trunk/147808 2025-03-04T19:48:56.6468046Z * [new tag] ciflow/trunk/147817 -> ciflow/trunk/147817 2025-03-04T19:48:56.6468469Z * [new tag] ciflow/trunk/147820 -> ciflow/trunk/147820 2025-03-04T19:48:56.6468898Z * [new tag] ciflow/trunk/147821 -> ciflow/trunk/147821 2025-03-04T19:48:56.6469329Z * [new tag] ciflow/trunk/147836 -> ciflow/trunk/147836 2025-03-04T19:48:56.6469764Z * [new tag] ciflow/trunk/147862 -> ciflow/trunk/147862 2025-03-04T19:48:56.6470189Z * [new tag] ciflow/trunk/147870 -> ciflow/trunk/147870 2025-03-04T19:48:56.6470620Z * [new tag] ciflow/trunk/147881 -> ciflow/trunk/147881 2025-03-04T19:48:56.6471083Z * [new tag] ciflow/trunk/147897 -> ciflow/trunk/147897 2025-03-04T19:48:56.6471593Z * [new tag] ciflow/trunk/147910 -> ciflow/trunk/147910 2025-03-04T19:48:56.6472072Z * [new tag] ciflow/trunk/147917 -> ciflow/trunk/147917 2025-03-04T19:48:56.6472514Z * [new tag] ciflow/trunk/147945 -> ciflow/trunk/147945 2025-03-04T19:48:56.6472949Z * [new tag] ciflow/trunk/147955 -> ciflow/trunk/147955 2025-03-04T19:48:56.6473533Z * [new tag] ciflow/trunk/147956 -> ciflow/trunk/147956 2025-03-04T19:48:56.6473968Z * [new tag] ciflow/trunk/147957 -> ciflow/trunk/147957 2025-03-04T19:48:56.6474398Z * [new tag] ciflow/trunk/147958 -> ciflow/trunk/147958 2025-03-04T19:48:56.6474904Z * [new tag] ciflow/trunk/147959 -> ciflow/trunk/147959 2025-03-04T19:48:56.6475340Z * [new tag] ciflow/trunk/147962 -> ciflow/trunk/147962 2025-03-04T19:48:56.6475769Z * [new tag] ciflow/trunk/147964 -> ciflow/trunk/147964 2025-03-04T19:48:56.6476206Z * [new tag] ciflow/trunk/147994 -> ciflow/trunk/147994 2025-03-04T19:48:56.6476642Z * [new tag] ciflow/trunk/147997 -> ciflow/trunk/147997 2025-03-04T19:48:56.6477068Z * [new tag] ciflow/trunk/148049 -> ciflow/trunk/148049 2025-03-04T19:48:56.6477497Z * [new tag] ciflow/trunk/148076 -> ciflow/trunk/148076 2025-03-04T19:48:56.6478037Z * [new tag] ciflow/trunk/148083 -> ciflow/trunk/148083 2025-03-04T19:48:56.6478470Z * [new tag] ciflow/trunk/148131 -> ciflow/trunk/148131 2025-03-04T19:48:56.6478906Z * [new tag] ciflow/trunk/148163 -> ciflow/trunk/148163 2025-03-04T19:48:56.6479346Z * [new tag] ciflow/trunk/148173 -> ciflow/trunk/148173 2025-03-04T19:48:56.6479775Z * [new tag] ciflow/trunk/148180 -> ciflow/trunk/148180 2025-03-04T19:48:56.6480264Z * [new tag] ciflow/trunk/148231 -> ciflow/trunk/148231 2025-03-04T19:48:56.6480709Z * [new tag] ciflow/trunk/148261 -> ciflow/trunk/148261 2025-03-04T19:48:56.6481150Z * [new tag] ciflow/trunk/148279 -> ciflow/trunk/148279 2025-03-04T19:48:56.6481583Z * [new tag] ciflow/trunk/148287 -> ciflow/trunk/148287 2025-03-04T19:48:56.6482021Z * [new tag] ciflow/trunk/148290 -> ciflow/trunk/148290 2025-03-04T19:48:56.6482454Z * [new tag] ciflow/trunk/148292 -> ciflow/trunk/148292 2025-03-04T19:48:56.6482868Z * [new tag] ciflow/trunk/148305 -> ciflow/trunk/148305 2025-03-04T19:48:56.6483292Z * [new tag] ciflow/trunk/148343 -> ciflow/trunk/148343 2025-03-04T19:48:56.6483721Z * [new tag] ciflow/trunk/148350 -> ciflow/trunk/148350 2025-03-04T19:48:56.6484145Z * [new tag] ciflow/trunk/148364 -> ciflow/trunk/148364 2025-03-04T19:48:56.6484572Z * [new tag] ciflow/trunk/148366 -> ciflow/trunk/148366 2025-03-04T19:48:56.6485013Z * [new tag] ciflow/trunk/148388 -> ciflow/trunk/148388 2025-03-04T19:48:56.6485449Z * [new tag] ciflow/trunk/148423 -> ciflow/trunk/148423 2025-03-04T19:48:56.6485889Z * [new tag] ciflow/trunk/70978 -> ciflow/trunk/70978 2025-03-04T19:48:56.6486324Z * [new tag] ciflow/trunk/70979 -> ciflow/trunk/70979 2025-03-04T19:48:56.6486762Z * [new tag] ciflow/unstable/123 -> ciflow/unstable/123 2025-03-04T19:48:56.6820918Z * [new tag] ciflow/unstable/146104 -> ciflow/unstable/146104 2025-03-04T19:48:56.6821460Z * [new tag] ciflow/unstable/146264 -> ciflow/unstable/146264 2025-03-04T19:48:56.6821940Z * [new tag] ciflow/unstable/147320 -> ciflow/unstable/147320 2025-03-04T19:48:56.6822380Z * [new tag] ciflow/xpu/137566 -> ciflow/xpu/137566 2025-03-04T19:48:56.6822818Z * [new tag] ciflow/xpu/137580 -> ciflow/xpu/137580 2025-03-04T19:48:56.6823237Z * [new tag] ciflow/xpu/138889 -> ciflow/xpu/138889 2025-03-04T19:48:56.6823847Z * [new tag] ciflow/xpu/138996 -> ciflow/xpu/138996 2025-03-04T19:48:56.6824287Z * [new tag] ciflow/xpu/139469 -> ciflow/xpu/139469 2025-03-04T19:48:56.6824714Z * [new tag] ciflow/xpu/139971 -> ciflow/xpu/139971 2025-03-04T19:48:56.6825122Z * [new tag] ciflow/xpu/140365 -> ciflow/xpu/140365 2025-03-04T19:48:56.6825542Z * [new tag] ciflow/xpu/140372 -> ciflow/xpu/140372 2025-03-04T19:48:56.6825957Z * [new tag] ciflow/xpu/140686 -> ciflow/xpu/140686 2025-03-04T19:48:56.6826377Z * [new tag] ciflow/xpu/140972 -> ciflow/xpu/140972 2025-03-04T19:48:56.6826793Z * [new tag] ciflow/xpu/142040 -> ciflow/xpu/142040 2025-03-04T19:48:56.6827208Z * [new tag] ciflow/xpu/142097 -> ciflow/xpu/142097 2025-03-04T19:48:56.6827640Z * [new tag] ciflow/xpu/143597 -> ciflow/xpu/143597 2025-03-04T19:48:56.6828216Z * [new tag] ciflow/xpu/143833 -> ciflow/xpu/143833 2025-03-04T19:48:56.6828676Z * [new tag] ciflow/xpu/144240 -> ciflow/xpu/144240 2025-03-04T19:48:56.6836482Z * [new tag] ciflow/xpu/144452 -> ciflow/xpu/144452 2025-03-04T19:48:56.6837015Z * [new tag] ciflow/xpu/144664 -> ciflow/xpu/144664 2025-03-04T19:48:56.6837450Z * [new tag] ciflow/xpu/146098 -> ciflow/xpu/146098 2025-03-04T19:48:56.6837878Z * [new tag] ciflow/xpu/147161 -> ciflow/xpu/147161 2025-03-04T19:48:56.6838298Z * [new tag] ciflow/xpu/147349 -> ciflow/xpu/147349 2025-03-04T19:48:56.6838714Z * [new tag] ciflow/xpu/147355 -> ciflow/xpu/147355 2025-03-04T19:48:56.6839132Z * [new tag] ciflow/xpu/147403 -> ciflow/xpu/147403 2025-03-04T19:48:56.6839559Z * [new tag] ciflow/xpu/147448 -> ciflow/xpu/147448 2025-03-04T19:48:56.6839985Z * [new tag] ciflow/xpu/147498 -> ciflow/xpu/147498 2025-03-04T19:48:56.6840482Z * [new tag] ciflow/xpu/147507 -> ciflow/xpu/147507 2025-03-04T19:48:56.6840912Z * [new tag] ciflow/xpu/147583 -> ciflow/xpu/147583 2025-03-04T19:48:56.6841331Z * [new tag] ciflow/xpu/147593 -> ciflow/xpu/147593 2025-03-04T19:48:56.6841754Z * [new tag] ciflow/xpu/147664 -> ciflow/xpu/147664 2025-03-04T19:48:56.6842160Z * [new tag] ciflow/xpu/147727 -> ciflow/xpu/147727 2025-03-04T19:48:56.6842578Z * [new tag] ciflow/xpu/147821 -> ciflow/xpu/147821 2025-03-04T19:48:56.6843002Z * [new tag] ciflow/xpu/147945 -> ciflow/xpu/147945 2025-03-04T19:48:56.6843420Z * [new tag] ciflow/xpu/147955 -> ciflow/xpu/147955 2025-03-04T19:48:56.6843844Z * [new tag] ciflow/xpu/147956 -> ciflow/xpu/147956 2025-03-04T19:48:56.6844258Z * [new tag] ciflow/xpu/147957 -> ciflow/xpu/147957 2025-03-04T19:48:56.6844659Z * [new tag] ciflow/xpu/147958 -> ciflow/xpu/147958 2025-03-04T19:48:56.6845074Z * [new tag] ciflow/xpu/147959 -> ciflow/xpu/147959 2025-03-04T19:48:56.6845494Z * [new tag] ciflow/xpu/147962 -> ciflow/xpu/147962 2025-03-04T19:48:56.6845906Z * [new tag] ciflow/xpu/148076 -> ciflow/xpu/148076 2025-03-04T19:48:56.6846317Z * [new tag] ciflow/xpu/148081 -> ciflow/xpu/148081 2025-03-04T19:48:56.6846729Z * [new tag] ciflow/xpu/148305 -> ciflow/xpu/148305 2025-03-04T19:48:56.6847140Z * [new tag] ciflow/xpu/148313 -> ciflow/xpu/148313 2025-03-04T19:48:56.6847726Z * [new tag] ciflow/xpu/148366 -> ciflow/xpu/148366 2025-03-04T19:48:56.6848156Z * [new tag] ciflow/xpu/148403 -> ciflow/xpu/148403 2025-03-04T19:48:56.6848579Z * [new tag] ciflow/xpu/148423 -> ciflow/xpu/148423 2025-03-04T19:48:56.6848984Z * [new tag] cslpull75 -> cslpull75 2025-03-04T19:48:56.6849373Z * [new tag] cslpull76 -> cslpull76 2025-03-04T19:48:56.6849747Z * [new tag] cslpull77 -> cslpull77 2025-03-04T19:48:56.6850130Z * [new tag] cslpull78 -> cslpull78 2025-03-04T19:48:56.6850507Z * [new tag] cslpull79 -> cslpull79 2025-03-04T19:48:56.6850888Z * [new tag] cslpull80 -> cslpull80 2025-03-04T19:48:56.7241249Z * [new tag] cslpull81 -> cslpull81 2025-03-04T19:48:56.7241722Z * [new tag] cslpull82 -> cslpull82 2025-03-04T19:48:56.7242258Z * [new tag] cslpull83 -> cslpull83 2025-03-04T19:48:56.7242640Z * [new tag] cslpull84 -> cslpull84 2025-03-04T19:48:56.7243030Z * [new tag] cslpull85 -> cslpull85 2025-03-04T19:48:56.7243417Z * [new tag] cslpull86 -> cslpull86 2025-03-04T19:48:56.7243808Z * [new tag] cslpull87 -> cslpull87 2025-03-04T19:48:56.7244187Z * [new tag] cslpull88 -> cslpull88 2025-03-04T19:48:56.7244563Z * [new tag] cslpull89 -> cslpull89 2025-03-04T19:48:56.7244936Z * [new tag] cslpull90 -> cslpull90 2025-03-04T19:48:56.7245314Z * [new tag] cslpull91 -> cslpull91 2025-03-04T19:48:56.7245703Z * [new tag] cslpull92 -> cslpull92 2025-03-04T19:48:56.7246093Z * [new tag] flight_5 -> flight_5 2025-03-04T19:48:56.7246478Z * [new tag] flight_5.1 -> flight_5.1 2025-03-04T19:48:56.7246856Z * [new tag] flight_5.2 -> flight_5.2 2025-03-04T19:48:56.7247230Z * [new tag] flight_5.3 -> flight_5.3 2025-03-04T19:48:56.7247613Z * [new tag] forpull1 -> forpull1 2025-03-04T19:48:56.7248020Z * [new tag] malfet/tag-2ef5611 -> malfet/tag-2ef5611 2025-03-04T19:48:56.7248462Z * [new tag] malfet/tag-317b1a0 -> malfet/tag-317b1a0 2025-03-04T19:48:56.7248897Z * [new tag] malfet/tag-ec6f767 -> malfet/tag-ec6f767 2025-03-04T19:48:56.7249324Z * [new tag] nightly-binary -> nightly-binary 2025-03-04T19:48:56.7249759Z * [new tag] sqzhang_flight4_plus -> sqzhang_flight4_plus 2025-03-04T19:48:56.7250199Z * [new tag] sqzhang_flight_3 -> sqzhang_flight_3 2025-03-04T19:48:56.7250602Z * [new tag] v0.1.1 -> v0.1.1 2025-03-04T19:48:56.7250969Z * [new tag] v0.1.10 -> v0.1.10 2025-03-04T19:48:56.7251334Z * [new tag] v0.1.11 -> v0.1.11 2025-03-04T19:48:56.7251684Z * [new tag] v0.1.12 -> v0.1.12 2025-03-04T19:48:56.7252046Z * [new tag] v0.1.2 -> v0.1.2 2025-03-04T19:48:56.7252400Z * [new tag] v0.1.3 -> v0.1.3 2025-03-04T19:48:56.7252757Z * [new tag] v0.1.4 -> v0.1.4 2025-03-04T19:48:56.7253109Z * [new tag] v0.1.5 -> v0.1.5 2025-03-04T19:48:56.7253572Z * [new tag] v0.1.6 -> v0.1.6 2025-03-04T19:48:56.7253927Z * [new tag] v0.1.7 -> v0.1.7 2025-03-04T19:48:56.7254280Z * [new tag] v0.1.8 -> v0.1.8 2025-03-04T19:48:56.7254640Z * [new tag] v0.1.9 -> v0.1.9 2025-03-04T19:48:56.7255001Z * [new tag] v0.2.0 -> v0.2.0 2025-03-04T19:48:56.7255364Z * [new tag] v0.3.0 -> v0.3.0 2025-03-04T19:48:56.7255713Z * [new tag] v0.3.1 -> v0.3.1 2025-03-04T19:48:56.7256059Z * [new tag] v0.4.0 -> v0.4.0 2025-03-04T19:48:56.7256417Z * [new tag] v0.4.1 -> v0.4.1 2025-03-04T19:48:56.7256778Z * [new tag] v1.0.0 -> v1.0.0 2025-03-04T19:48:56.7257141Z * [new tag] v1.0.0a0 -> v1.0.0a0 2025-03-04T19:48:56.7257515Z * [new tag] v1.0.1 -> v1.0.1 2025-03-04T19:48:56.7257959Z * [new tag] v1.0rc0 -> v1.0rc0 2025-03-04T19:48:56.7258327Z * [new tag] v1.0rc1 -> v1.0rc1 2025-03-04T19:48:56.7258704Z * [new tag] v1.1.0 -> v1.1.0 2025-03-04T19:48:56.7259068Z * [new tag] v1.1.0a0 -> v1.1.0a0 2025-03-04T19:48:56.7259444Z * [new tag] v1.10.0 -> v1.10.0 2025-03-04T19:48:56.7259834Z * [new tag] v1.10.0-rc1 -> v1.10.0-rc1 2025-03-04T19:48:56.7260214Z * [new tag] v1.10.0-rc2 -> v1.10.0-rc2 2025-03-04T19:48:56.7260596Z * [new tag] v1.10.0-rc3 -> v1.10.0-rc3 2025-03-04T19:48:56.7260970Z * [new tag] v1.10.1 -> v1.10.1 2025-03-04T19:48:56.7261345Z * [new tag] v1.10.1-rc1 -> v1.10.1-rc1 2025-03-04T19:48:56.7261718Z * [new tag] v1.10.2 -> v1.10.2 2025-03-04T19:48:56.7262089Z * [new tag] v1.10.2-rc1 -> v1.10.2-rc1 2025-03-04T19:48:56.7262454Z * [new tag] v1.11.0 -> v1.11.0 2025-03-04T19:48:56.7262827Z * [new tag] v1.11.0-rc1 -> v1.11.0-rc1 2025-03-04T19:48:56.7263203Z * [new tag] v1.11.0-rc2 -> v1.11.0-rc2 2025-03-04T19:48:56.7263580Z * [new tag] v1.11.0-rc3 -> v1.11.0-rc3 2025-03-04T19:48:56.7621123Z * [new tag] v1.11.0-rc4 -> v1.11.0-rc4 2025-03-04T19:48:56.7621561Z * [new tag] v1.11.0-rc5 -> v1.11.0-rc5 2025-03-04T19:48:56.7621942Z * [new tag] v1.11.0-rc6 -> v1.11.0-rc6 2025-03-04T19:48:56.7622377Z * [new tag] v1.11.0-rc7 -> v1.11.0-rc7 2025-03-04T19:48:56.7622764Z * [new tag] v1.12.0 -> v1.12.0 2025-03-04T19:48:56.7623138Z * [new tag] v1.12.0-rc1 -> v1.12.0-rc1 2025-03-04T19:48:56.7623519Z * [new tag] v1.12.0-rc2 -> v1.12.0-rc2 2025-03-04T19:48:56.7623892Z * [new tag] v1.12.0-rc3 -> v1.12.0-rc3 2025-03-04T19:48:56.7624353Z * [new tag] v1.12.0-rc4 -> v1.12.0-rc4 2025-03-04T19:48:56.7624778Z * [new tag] v1.12.0-rc5 -> v1.12.0-rc5 2025-03-04T19:48:56.7625156Z * [new tag] v1.12.0-rc6 -> v1.12.0-rc6 2025-03-04T19:48:56.7625531Z * [new tag] v1.12.0-rc7 -> v1.12.0-rc7 2025-03-04T19:48:56.7625912Z * [new tag] v1.12.0-rc8 -> v1.12.0-rc8 2025-03-04T19:48:56.7626448Z * [new tag] v1.12.1 -> v1.12.1 2025-03-04T19:48:56.7626824Z * [new tag] v1.12.1-rc1 -> v1.12.1-rc1 2025-03-04T19:48:56.7627199Z * [new tag] v1.12.1-rc2 -> v1.12.1-rc2 2025-03-04T19:48:56.7627583Z * [new tag] v1.12.1-rc3 -> v1.12.1-rc3 2025-03-04T19:48:56.7627954Z * [new tag] v1.12.1-rc4 -> v1.12.1-rc4 2025-03-04T19:48:56.7628334Z * [new tag] v1.12.1-rc5 -> v1.12.1-rc5 2025-03-04T19:48:56.7628710Z * [new tag] v1.13.0 -> v1.13.0 2025-03-04T19:48:56.7629080Z * [new tag] v1.13.0-rc1 -> v1.13.0-rc1 2025-03-04T19:48:56.7629451Z * [new tag] v1.13.0-rc2 -> v1.13.0-rc2 2025-03-04T19:48:56.7629829Z * [new tag] v1.13.0-rc3 -> v1.13.0-rc3 2025-03-04T19:48:56.7630297Z * [new tag] v1.13.0-rc4 -> v1.13.0-rc4 2025-03-04T19:48:56.7630832Z * [new tag] v1.13.0-rc5 -> v1.13.0-rc5 2025-03-04T19:48:56.7631210Z * [new tag] v1.13.0-rc6 -> v1.13.0-rc6 2025-03-04T19:48:56.7631576Z * [new tag] v1.13.1 -> v1.13.1 2025-03-04T19:48:56.7631951Z * [new tag] v1.13.1-rc1 -> v1.13.1-rc1 2025-03-04T19:48:56.7632334Z * [new tag] v1.2.0 -> v1.2.0 2025-03-04T19:48:56.7632713Z * [new tag] v1.2.0a0 -> v1.2.0a0 2025-03-04T19:48:56.7633081Z * [new tag] v1.3.0 -> v1.3.0 2025-03-04T19:48:56.7633447Z * [new tag] v1.3.0a0 -> v1.3.0a0 2025-03-04T19:48:56.7633809Z * [new tag] v1.3.1 -> v1.3.1 2025-03-04T19:48:56.7634167Z * [new tag] v1.4.0 -> v1.4.0 2025-03-04T19:48:56.7634536Z * [new tag] v1.4.0a0 -> v1.4.0a0 2025-03-04T19:48:56.7634902Z * [new tag] v1.4.1 -> v1.4.1 2025-03-04T19:48:56.7635260Z * [new tag] v1.5.0 -> v1.5.0 2025-03-04T19:48:56.7635634Z * [new tag] v1.5.0-rc1 -> v1.5.0-rc1 2025-03-04T19:48:56.7636057Z * [new tag] v1.5.0-rc2 -> v1.5.0-rc2 2025-03-04T19:48:56.7636505Z * [new tag] v1.5.0-rc3 -> v1.5.0-rc3 2025-03-04T19:48:56.7636899Z * [new tag] v1.5.0-rc4 -> v1.5.0-rc4 2025-03-04T19:48:56.7637275Z * [new tag] v1.5.0-rc5 -> v1.5.0-rc5 2025-03-04T19:48:56.7637642Z * [new tag] v1.5.1 -> v1.5.1 2025-03-04T19:48:56.7638003Z * [new tag] v1.5.1-rc1 -> v1.5.1-rc1 2025-03-04T19:48:56.7638367Z * [new tag] v1.6.0 -> v1.6.0 2025-03-04T19:48:56.7638737Z * [new tag] v1.6.0-rc1 -> v1.6.0-rc1 2025-03-04T19:48:56.7639112Z * [new tag] v1.6.0-rc2 -> v1.6.0-rc2 2025-03-04T19:48:56.7639488Z * [new tag] v1.6.0-rc3 -> v1.6.0-rc3 2025-03-04T19:48:56.7639863Z * [new tag] v1.6.0-rc4 -> v1.6.0-rc4 2025-03-04T19:48:56.7640323Z * [new tag] v1.6.0-rc5 -> v1.6.0-rc5 2025-03-04T19:48:56.7640692Z * [new tag] v1.6.0-rc6 -> v1.6.0-rc6 2025-03-04T19:48:56.7641076Z * [new tag] v1.6.0-rc7 -> v1.6.0-rc7 2025-03-04T19:48:56.7641453Z * [new tag] v1.7.0 -> v1.7.0 2025-03-04T19:48:56.7641875Z * [new tag] v1.7.0-rc1 -> v1.7.0-rc1 2025-03-04T19:48:56.7642417Z * [new tag] v1.7.0-rc2 -> v1.7.0-rc2 2025-03-04T19:48:56.7642841Z * [new tag] v1.7.0-rc3 -> v1.7.0-rc3 2025-03-04T19:48:56.7643218Z * [new tag] v1.7.0-rc4 -> v1.7.0-rc4 2025-03-04T19:48:56.7643593Z * [new tag] v1.7.1 -> v1.7.1 2025-03-04T19:48:56.8005787Z * [new tag] v1.7.1-rc1 -> v1.7.1-rc1 2025-03-04T19:48:56.8006222Z * [new tag] v1.7.1-rc2 -> v1.7.1-rc2 2025-03-04T19:48:56.8006612Z * [new tag] v1.7.1-rc3 -> v1.7.1-rc3 2025-03-04T19:48:56.8007007Z * [new tag] v1.8.0 -> v1.8.0 2025-03-04T19:48:56.8007372Z * [new tag] v1.8.0-rc1 -> v1.8.0-rc1 2025-03-04T19:48:56.8007808Z * [new tag] v1.8.0-rc2 -> v1.8.0-rc2 2025-03-04T19:48:56.8008230Z * [new tag] v1.8.0-rc3 -> v1.8.0-rc3 2025-03-04T19:48:56.8008790Z * [new tag] v1.8.0-rc4 -> v1.8.0-rc4 2025-03-04T19:48:56.8009179Z * [new tag] v1.8.0-rc5 -> v1.8.0-rc5 2025-03-04T19:48:56.8009556Z * [new tag] v1.8.1 -> v1.8.1 2025-03-04T19:48:56.8009921Z * [new tag] v1.8.1-rc1 -> v1.8.1-rc1 2025-03-04T19:48:56.8010299Z * [new tag] v1.8.1-rc2 -> v1.8.1-rc2 2025-03-04T19:48:56.8010675Z * [new tag] v1.8.1-rc3 -> v1.8.1-rc3 2025-03-04T19:48:56.8011043Z * [new tag] v1.8.2 -> v1.8.2 2025-03-04T19:48:56.8011408Z * [new tag] v1.8.2-rc1 -> v1.8.2-rc1 2025-03-04T19:48:56.8011774Z * [new tag] v1.9.0 -> v1.9.0 2025-03-04T19:48:56.8012131Z * [new tag] v1.9.0-rc1 -> v1.9.0-rc1 2025-03-04T19:48:56.8012527Z * [new tag] v1.9.0-rc2 -> v1.9.0-rc2 2025-03-04T19:48:56.8012904Z * [new tag] v1.9.0-rc3 -> v1.9.0-rc3 2025-03-04T19:48:56.8013324Z * [new tag] v1.9.0-rc4 -> v1.9.0-rc4 2025-03-04T19:48:56.8013731Z * [new tag] v1.9.1 -> v1.9.1 2025-03-04T19:48:56.8014093Z * [new tag] v1.9.1-rc1 -> v1.9.1-rc1 2025-03-04T19:48:56.8014465Z * [new tag] v1.9.1-rc2 -> v1.9.1-rc2 2025-03-04T19:48:56.8014836Z * [new tag] v2.0.0 -> v2.0.0 2025-03-04T19:48:56.8015200Z * [new tag] v2.0.0-rc1 -> v2.0.0-rc1 2025-03-04T19:48:56.8015579Z * [new tag] v2.0.0-rc2 -> v2.0.0-rc2 2025-03-04T19:48:56.8015946Z * [new tag] v2.0.0-rc3 -> v2.0.0-rc3 2025-03-04T19:48:56.8016316Z * [new tag] v2.0.0-rc4 -> v2.0.0-rc4 2025-03-04T19:48:56.8016694Z * [new tag] v2.0.0-rc5 -> v2.0.0-rc5 2025-03-04T19:48:56.8017071Z * [new tag] v2.0.0-rc6 -> v2.0.0-rc6 2025-03-04T19:48:56.8017436Z * [new tag] v2.0.1 -> v2.0.1 2025-03-04T19:48:56.8017794Z * [new tag] v2.0.1-rc1 -> v2.0.1-rc1 2025-03-04T19:48:56.8018163Z * [new tag] v2.0.1-rc2 -> v2.0.1-rc2 2025-03-04T19:48:56.8018526Z * [new tag] v2.0.1-rc3 -> v2.0.1-rc3 2025-03-04T19:48:56.8018932Z * [new tag] v2.0.1-rc4 -> v2.0.1-rc4 2025-03-04T19:48:56.8019308Z * [new tag] v2.1.0 -> v2.1.0 2025-03-04T19:48:56.8019718Z * [new tag] v2.1.0-rc1 -> v2.1.0-rc1 2025-03-04T19:48:56.8020210Z * [new tag] v2.1.0-rc2 -> v2.1.0-rc2 2025-03-04T19:48:56.8020586Z * [new tag] v2.1.0-rc3 -> v2.1.0-rc3 2025-03-04T19:48:56.8020953Z * [new tag] v2.1.0-rc4 -> v2.1.0-rc4 2025-03-04T19:48:56.8021331Z * [new tag] v2.1.0-rc5 -> v2.1.0-rc5 2025-03-04T19:48:56.8021700Z * [new tag] v2.1.0-rc6 -> v2.1.0-rc6 2025-03-04T19:48:56.8022073Z * [new tag] v2.1.1 -> v2.1.1 2025-03-04T19:48:56.8022437Z * [new tag] v2.1.1-rc1 -> v2.1.1-rc1 2025-03-04T19:48:56.8022803Z * [new tag] v2.1.1-rc2 -> v2.1.1-rc2 2025-03-04T19:48:56.8023167Z * [new tag] v2.1.1-rc3 -> v2.1.1-rc3 2025-03-04T19:48:56.8023539Z * [new tag] v2.1.1-rc4 -> v2.1.1-rc4 2025-03-04T19:48:56.8023921Z * [new tag] v2.1.1-rc5 -> v2.1.1-rc5 2025-03-04T19:48:56.8024374Z * [new tag] v2.1.1-rc6 -> v2.1.1-rc6 2025-03-04T19:48:56.8024791Z * [new tag] v2.1.2 -> v2.1.2 2025-03-04T19:48:56.8025197Z * [new tag] v2.1.2-rc1 -> v2.1.2-rc1 2025-03-04T19:48:56.8025570Z * [new tag] v2.1.2-rc2 -> v2.1.2-rc2 2025-03-04T19:48:56.8025946Z * [new tag] v2.1.2-rc3 -> v2.1.2-rc3 2025-03-04T19:48:56.8026311Z * [new tag] v2.2.0 -> v2.2.0 2025-03-04T19:48:56.8026680Z * [new tag] v2.2.0-rc1 -> v2.2.0-rc1 2025-03-04T19:48:56.8027051Z * [new tag] v2.2.0-rc2 -> v2.2.0-rc2 2025-03-04T19:48:56.8027416Z * [new tag] v2.2.0-rc3 -> v2.2.0-rc3 2025-03-04T19:48:56.8027786Z * [new tag] v2.2.0-rc4 -> v2.2.0-rc4 2025-03-04T19:48:56.8387126Z * [new tag] v2.2.0-rc5 -> v2.2.0-rc5 2025-03-04T19:48:56.8387575Z * [new tag] v2.2.0-rc6 -> v2.2.0-rc6 2025-03-04T19:48:56.8387960Z * [new tag] v2.2.0-rc7 -> v2.2.0-rc7 2025-03-04T19:48:56.8388345Z * [new tag] v2.2.0-rc8 -> v2.2.0-rc8 2025-03-04T19:48:56.8388775Z * [new tag] v2.2.1 -> v2.2.1 2025-03-04T19:48:56.8389182Z * [new tag] v2.2.1-rc1 -> v2.2.1-rc1 2025-03-04T19:48:56.8389560Z * [new tag] v2.2.1-rc2 -> v2.2.1-rc2 2025-03-04T19:48:56.8389930Z * [new tag] v2.2.1-rc3 -> v2.2.1-rc3 2025-03-04T19:48:56.8390301Z * [new tag] v2.2.2 -> v2.2.2 2025-03-04T19:48:56.8390675Z * [new tag] v2.2.2-rc1 -> v2.2.2-rc1 2025-03-04T19:48:56.8391068Z * [new tag] v2.2.2-rc2 -> v2.2.2-rc2 2025-03-04T19:48:56.8391436Z * [new tag] v2.2.2-rc3 -> v2.2.2-rc3 2025-03-04T19:48:56.8391806Z * [new tag] v2.3.0 -> v2.3.0 2025-03-04T19:48:56.8392171Z * [new tag] v2.3.0-rc1 -> v2.3.0-rc1 2025-03-04T19:48:56.8392553Z * [new tag] v2.3.0-rc10 -> v2.3.0-rc10 2025-03-04T19:48:56.8392941Z * [new tag] v2.3.0-rc11 -> v2.3.0-rc11 2025-03-04T19:48:56.8393326Z * [new tag] v2.3.0-rc12 -> v2.3.0-rc12 2025-03-04T19:48:56.8393699Z * [new tag] v2.3.0-rc2 -> v2.3.0-rc2 2025-03-04T19:48:56.8394081Z * [new tag] v2.3.0-rc3 -> v2.3.0-rc3 2025-03-04T19:48:56.8394486Z * [new tag] v2.3.0-rc4 -> v2.3.0-rc4 2025-03-04T19:48:56.8395688Z * [new tag] v2.3.0-rc5 -> v2.3.0-rc5 2025-03-04T19:48:56.8396076Z * [new tag] v2.3.0-rc6 -> v2.3.0-rc6 2025-03-04T19:48:56.8396457Z * [new tag] v2.3.0-rc7 -> v2.3.0-rc7 2025-03-04T19:48:56.8396826Z * [new tag] v2.3.0-rc8 -> v2.3.0-rc8 2025-03-04T19:48:56.8397201Z * [new tag] v2.3.0-rc9 -> v2.3.0-rc9 2025-03-04T19:48:56.8397581Z * [new tag] v2.3.1 -> v2.3.1 2025-03-04T19:48:56.8397959Z * [new tag] v2.3.1-rc1 -> v2.3.1-rc1 2025-03-04T19:48:56.8398338Z * [new tag] v2.3.1-rc2 -> v2.3.1-rc2 2025-03-04T19:48:56.8398701Z * [new tag] v2.3.1-rc3 -> v2.3.1-rc3 2025-03-04T19:48:56.8399071Z * [new tag] v2.4.0 -> v2.4.0 2025-03-04T19:48:56.8399445Z * [new tag] v2.4.0-rc1 -> v2.4.0-rc1 2025-03-04T19:48:56.8400367Z * [new tag] v2.4.0-rc2 -> v2.4.0-rc2 2025-03-04T19:48:56.8400828Z * [new tag] v2.4.0-rc3 -> v2.4.0-rc3 2025-03-04T19:48:56.8401206Z * [new tag] v2.4.0-rc4 -> v2.4.0-rc4 2025-03-04T19:48:56.8401616Z * [new tag] v2.4.0-rc5 -> v2.4.0-rc5 2025-03-04T19:48:56.8401995Z * [new tag] v2.4.0-rc6 -> v2.4.0-rc6 2025-03-04T19:48:56.8402364Z * [new tag] v2.4.0-rc7 -> v2.4.0-rc7 2025-03-04T19:48:56.8402743Z * [new tag] v2.4.0-rc8 -> v2.4.0-rc8 2025-03-04T19:48:56.8403123Z * [new tag] v2.4.0-rc9 -> v2.4.0-rc9 2025-03-04T19:48:56.8403492Z * [new tag] v2.4.1 -> v2.4.1 2025-03-04T19:48:56.8403862Z * [new tag] v2.4.1-rc1 -> v2.4.1-rc1 2025-03-04T19:48:56.8404240Z * [new tag] v2.4.1-rc2 -> v2.4.1-rc2 2025-03-04T19:48:56.8404618Z * [new tag] v2.4.1-rc3 -> v2.4.1-rc3 2025-03-04T19:48:56.8404994Z * [new tag] v2.5.0 -> v2.5.0 2025-03-04T19:48:56.8405365Z * [new tag] v2.5.0-rc1 -> v2.5.0-rc1 2025-03-04T19:48:56.8405744Z * [new tag] v2.5.0-rc10 -> v2.5.0-rc10 2025-03-04T19:48:56.8406118Z * [new tag] v2.5.0-rc2 -> v2.5.0-rc2 2025-03-04T19:48:56.8406493Z * [new tag] v2.5.0-rc3 -> v2.5.0-rc3 2025-03-04T19:48:56.8406923Z * [new tag] v2.5.0-rc4 -> v2.5.0-rc4 2025-03-04T19:48:56.8407354Z * [new tag] v2.5.0-rc5 -> v2.5.0-rc5 2025-03-04T19:48:56.8407725Z * [new tag] v2.5.0-rc6 -> v2.5.0-rc6 2025-03-04T19:48:56.8408106Z * [new tag] v2.5.0-rc7 -> v2.5.0-rc7 2025-03-04T19:48:56.8408468Z * [new tag] v2.5.0-rc8 -> v2.5.0-rc8 2025-03-04T19:48:56.8408836Z * [new tag] v2.5.0-rc9 -> v2.5.0-rc9 2025-03-04T19:48:56.8409204Z * [new tag] v2.5.1 -> v2.5.1 2025-03-04T19:48:56.8409582Z * [new tag] v2.5.1-rc1 -> v2.5.1-rc1 2025-03-04T19:48:56.8409951Z * [new tag] v2.6.0 -> v2.6.0 2025-03-04T19:48:56.8410307Z * [new tag] v2.6.0-rc1 -> v2.6.0-rc1 2025-03-04T19:48:56.8410680Z * [new tag] v2.6.0-rc2 -> v2.6.0-rc2 2025-03-04T19:48:57.1147960Z * [new tag] v2.6.0-rc3 -> v2.6.0-rc3 2025-03-04T19:48:57.1148420Z * [new tag] v2.6.0-rc4 -> v2.6.0-rc4 2025-03-04T19:48:57.1149063Z * [new tag] v2.6.0-rc5 -> v2.6.0-rc5 2025-03-04T19:48:57.1149465Z * [new tag] v2.6.0-rc6 -> v2.6.0-rc6 2025-03-04T19:48:57.1149857Z * [new tag] v2.6.0-rc7 -> v2.6.0-rc7 2025-03-04T19:48:57.1150224Z * [new tag] v2.6.0-rc8 -> v2.6.0-rc8 2025-03-04T19:48:57.1150596Z * [new tag] v2.6.0-rc9 -> v2.6.0-rc9 2025-03-04T19:48:57.1150985Z * [new tag] whc_flight_1 -> whc_flight_1 2025-03-04T19:48:57.1151384Z * [new tag] whc_flight_2 -> whc_flight_2 2025-03-04T19:48:57.1151778Z * [new tag] whc_flight_4 -> whc_flight_4 2025-03-04T19:48:57.1350907Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet 1b7498080987913ecb3aff6253c5e88f3540d911^{object} 2025-03-04T19:48:57.1570104Z 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:48:57.1620789Z ##[endgroup] 2025-03-04T19:48:57.1621351Z ##[group]Determining the checkout info 2025-03-04T19:48:57.1622668Z ##[endgroup] 2025-03-04T19:48:57.1637351Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable 2025-03-04T19:48:57.1914174Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig 2025-03-04T19:48:57.2148788Z ##[group]Checking out the ref 2025-03-04T19:48:57.2159868Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:48:58.4542486Z Updating files: 13% (2312/16541) 2025-03-04T19:48:58.5165876Z Updating files: 14% (2316/16541) 2025-03-04T19:48:58.5718859Z Updating files: 15% (2482/16541) 2025-03-04T19:48:58.6413913Z Updating files: 16% (2647/16541) 2025-03-04T19:48:58.6925131Z Updating files: 17% (2812/16541) 2025-03-04T19:48:58.7441066Z Updating files: 18% (2978/16541) 2025-03-04T19:48:58.8010719Z Updating files: 19% (3143/16541) 2025-03-04T19:48:58.8648416Z Updating files: 20% (3309/16541) 2025-03-04T19:48:58.9245650Z Updating files: 21% (3474/16541) 2025-03-04T19:48:58.9832986Z Updating files: 22% (3640/16541) 2025-03-04T19:48:59.0393120Z Updating files: 23% (3805/16541) 2025-03-04T19:48:59.0937602Z Updating files: 24% (3970/16541) 2025-03-04T19:48:59.1524857Z Updating files: 25% (4136/16541) 2025-03-04T19:48:59.2644764Z Updating files: 26% (4301/16541) 2025-03-04T19:48:59.2820544Z Updating files: 26% (4425/16541) 2025-03-04T19:48:59.3407579Z Updating files: 27% (4467/16541) 2025-03-04T19:48:59.4047639Z Updating files: 28% (4632/16541) 2025-03-04T19:48:59.6012234Z Updating files: 29% (4797/16541) 2025-03-04T19:48:59.7444567Z Updating files: 30% (4963/16541) 2025-03-04T19:48:59.8051784Z Updating files: 31% (5128/16541) 2025-03-04T19:48:59.8770804Z Updating files: 32% (5294/16541) 2025-03-04T19:48:59.9031767Z Updating files: 33% (5459/16541) 2025-03-04T19:48:59.9260265Z Updating files: 34% (5624/16541) 2025-03-04T19:48:59.9484990Z Updating files: 35% (5790/16541) 2025-03-04T19:48:59.9706038Z Updating files: 36% (5955/16541) 2025-03-04T19:48:59.9927216Z Updating files: 37% (6121/16541) 2025-03-04T19:49:00.0151806Z Updating files: 38% (6286/16541) 2025-03-04T19:49:00.0403094Z Updating files: 39% (6451/16541) 2025-03-04T19:49:00.0674622Z Updating files: 40% (6617/16541) 2025-03-04T19:49:00.0902055Z Updating files: 41% (6782/16541) 2025-03-04T19:49:00.1148549Z Updating files: 42% (6948/16541) 2025-03-04T19:49:00.1397856Z Updating files: 43% (7113/16541) 2025-03-04T19:49:00.1650234Z Updating files: 44% (7279/16541) 2025-03-04T19:49:00.4081362Z Updating files: 45% (7444/16541) 2025-03-04T19:49:00.4193145Z Updating files: 45% (7550/16541) 2025-03-04T19:49:00.4452733Z Updating files: 46% (7609/16541) 2025-03-04T19:49:00.4743127Z Updating files: 47% (7775/16541) 2025-03-04T19:49:00.5045490Z Updating files: 48% (7940/16541) 2025-03-04T19:49:00.5341939Z Updating files: 49% (8106/16541) 2025-03-04T19:49:00.5606135Z Updating files: 50% (8271/16541) 2025-03-04T19:49:00.5904885Z Updating files: 51% (8436/16541) 2025-03-04T19:49:00.6179702Z Updating files: 52% (8602/16541) 2025-03-04T19:49:00.6499309Z Updating files: 53% (8767/16541) 2025-03-04T19:49:00.6785540Z Updating files: 54% (8933/16541) 2025-03-04T19:49:00.7102174Z Updating files: 55% (9098/16541) 2025-03-04T19:49:00.7382623Z Updating files: 56% (9263/16541) 2025-03-04T19:49:00.7674204Z Updating files: 57% (9429/16541) 2025-03-04T19:49:00.7991098Z Updating files: 58% (9594/16541) 2025-03-04T19:49:00.8269247Z Updating files: 59% (9760/16541) 2025-03-04T19:49:00.8593197Z Updating files: 60% (9925/16541) 2025-03-04T19:49:00.8878980Z Updating files: 61% (10091/16541) 2025-03-04T19:49:00.9186116Z Updating files: 62% (10256/16541) 2025-03-04T19:49:00.9447174Z Updating files: 63% (10421/16541) 2025-03-04T19:49:00.9753859Z Updating files: 64% (10587/16541) 2025-03-04T19:49:01.0939961Z Updating files: 65% (10752/16541) 2025-03-04T19:49:01.1756570Z Updating files: 66% (10918/16541) 2025-03-04T19:49:01.2244583Z Updating files: 67% (11083/16541) 2025-03-04T19:49:01.2533697Z Updating files: 68% (11248/16541) 2025-03-04T19:49:01.2683312Z Updating files: 69% (11414/16541) 2025-03-04T19:49:01.2953165Z Updating files: 69% (11498/16541) 2025-03-04T19:49:01.3662033Z Updating files: 70% (11579/16541) 2025-03-04T19:49:01.4477735Z Updating files: 71% (11745/16541) 2025-03-04T19:49:01.5401905Z Updating files: 72% (11910/16541) 2025-03-04T19:49:01.6163801Z Updating files: 73% (12075/16541) 2025-03-04T19:49:01.6719763Z Updating files: 74% (12241/16541) 2025-03-04T19:49:01.7298649Z Updating files: 75% (12406/16541) 2025-03-04T19:49:01.7968046Z Updating files: 76% (12572/16541) 2025-03-04T19:49:01.8701752Z Updating files: 77% (12737/16541) 2025-03-04T19:49:01.9500568Z Updating files: 78% (12902/16541) 2025-03-04T19:49:02.0245895Z Updating files: 79% (13068/16541) 2025-03-04T19:49:02.0993078Z Updating files: 80% (13233/16541) 2025-03-04T19:49:02.1511259Z Updating files: 81% (13399/16541) 2025-03-04T19:49:02.2051581Z Updating files: 82% (13564/16541) 2025-03-04T19:49:02.2627427Z Updating files: 83% (13730/16541) 2025-03-04T19:49:02.2693155Z Updating files: 84% (13895/16541) 2025-03-04T19:49:02.3284130Z Updating files: 84% (13904/16541) 2025-03-04T19:49:02.3859275Z Updating files: 85% (14060/16541) 2025-03-04T19:49:02.4415311Z Updating files: 86% (14226/16541) 2025-03-04T19:49:02.4954425Z Updating files: 87% (14391/16541) 2025-03-04T19:49:02.5512680Z Updating files: 88% (14557/16541) 2025-03-04T19:49:02.6196903Z Updating files: 89% (14722/16541) 2025-03-04T19:49:02.6752187Z Updating files: 90% (14887/16541) 2025-03-04T19:49:02.7297116Z Updating files: 91% (15053/16541) 2025-03-04T19:49:02.7958791Z Updating files: 92% (15218/16541) 2025-03-04T19:49:02.8623161Z Updating files: 93% (15384/16541) 2025-03-04T19:49:02.9291137Z Updating files: 94% (15549/16541) 2025-03-04T19:49:03.0217858Z Updating files: 95% (15714/16541) 2025-03-04T19:49:03.1717598Z Updating files: 96% (15880/16541) 2025-03-04T19:49:03.2594143Z Updating files: 97% (16045/16541) 2025-03-04T19:49:03.2753148Z Updating files: 98% (16211/16541) 2025-03-04T19:49:03.3227360Z Updating files: 98% (16251/16541) 2025-03-04T19:49:03.3850803Z Updating files: 99% (16376/16541) 2025-03-04T19:49:03.3851110Z Updating files: 100% (16541/16541) 2025-03-04T19:49:03.3851390Z Updating files: 100% (16541/16541), done. 2025-03-04T19:49:03.4271308Z Note: switching to '1b7498080987913ecb3aff6253c5e88f3540d911'. 2025-03-04T19:49:03.4271640Z 2025-03-04T19:49:03.4271867Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-04T19:49:03.4272402Z changes and commit them, and you can discard any commits you make in this 2025-03-04T19:49:03.4272933Z state without impacting any branches by switching back to a branch. 2025-03-04T19:49:03.4273244Z 2025-03-04T19:49:03.4273695Z If you want to create a new branch to retain commits you create, you may 2025-03-04T19:49:03.4274186Z do so (now or later) by using -c with the switch command. Example: 2025-03-04T19:49:03.4274476Z 2025-03-04T19:49:03.4274609Z git switch -c 2025-03-04T19:49:03.4274806Z 2025-03-04T19:49:03.4274904Z Or undo this operation with: 2025-03-04T19:49:03.4275090Z 2025-03-04T19:49:03.4275174Z git switch - 2025-03-04T19:49:03.4275297Z 2025-03-04T19:49:03.4275531Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-04T19:49:03.4275866Z 2025-03-04T19:49:03.4276208Z HEAD is now at 1b749808098 Update on "[dynamo] remove internal stack trace for fullgraph=True graph breaks" 2025-03-04T19:49:03.4445145Z ##[endgroup] 2025-03-04T19:49:03.4445586Z ##[group]Setting up auth for fetching submodules 2025-03-04T19:49:03.4457364Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-03-04T19:49:03.4727130Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2025-03-04T19:49:03.4962075Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-04T19:49:03.5220952Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-04T19:49:03.5441788Z ##[endgroup] 2025-03-04T19:49:03.5442186Z ##[group]Fetching submodules 2025-03-04T19:49:03.5450751Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2025-03-04T19:49:03.8675635Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2025-03-04T19:49:04.2529810Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2025-03-04T19:49:04.2530847Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2025-03-04T19:49:04.2531882Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2025-03-04T19:49:04.2532840Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2025-03-04T19:49:04.2533797Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2025-03-04T19:49:04.2534979Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2025-03-04T19:49:04.2536189Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2025-03-04T19:49:04.2537113Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2025-03-04T19:49:04.2538163Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2025-03-04T19:49:04.2539283Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2025-03-04T19:49:04.2540292Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2025-03-04T19:49:04.2541275Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2025-03-04T19:49:04.2542251Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2025-03-04T19:49:04.2543123Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2025-03-04T19:49:04.2543961Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2025-03-04T19:49:04.2545343Z Submodule 'third_party/flash-attention' (https://github.com/Dao-AILab/flash-attention.git) registered for path 'third_party/flash-attention' 2025-03-04T19:49:04.2546425Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2025-03-04T19:49:04.2547322Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2025-03-04T19:49:04.2548257Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2025-03-04T19:49:04.2549237Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2025-03-04T19:49:04.2550175Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2025-03-04T19:49:04.2551162Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2025-03-04T19:49:04.2552126Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2025-03-04T19:49:04.2553006Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2025-03-04T19:49:04.2553920Z Submodule 'third_party/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'third_party/kleidiai' 2025-03-04T19:49:04.2554881Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2025-03-04T19:49:04.2555814Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2025-03-04T19:49:04.2556738Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2025-03-04T19:49:04.2557771Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2025-03-04T19:49:04.2558887Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2025-03-04T19:49:04.2559860Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2025-03-04T19:49:04.2560945Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2025-03-04T19:49:04.2562127Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2025-03-04T19:49:04.2602367Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2025-03-04T19:49:04.2603490Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2025-03-04T19:49:04.2604430Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2025-03-04T19:49:04.2605344Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2025-03-04T19:49:04.3036705Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2025-03-04T19:49:06.1546251Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2025-03-04T19:49:06.1547396Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2025-03-04T19:49:06.1853865Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2025-03-04T19:49:27.8035801Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2025-03-04T19:49:27.8036444Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NVTX'... 2025-03-04T19:49:27.8037032Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2025-03-04T19:49:27.8037888Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2025-03-04T19:49:27.8038502Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2025-03-04T19:49:27.8039120Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flash-attention'... 2025-03-04T19:49:27.8039721Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2025-03-04T19:49:27.8040468Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2025-03-04T19:49:27.8041171Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2025-03-04T19:49:27.8041768Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2025-03-04T19:49:27.8042327Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2025-03-04T19:49:27.8042881Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2025-03-04T19:49:27.8043454Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kleidiai'... 2025-03-04T19:49:27.8044180Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2025-03-04T19:49:27.8044769Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2025-03-04T19:49:27.8045349Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2025-03-04T19:49:27.8045958Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2025-03-04T19:49:27.8046615Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2025-03-04T19:49:27.8047288Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2025-03-04T19:49:27.8047907Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2025-03-04T19:49:27.8048511Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2025-03-04T19:49:27.8049093Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2025-03-04T19:49:27.8049744Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2025-03-04T19:49:27.8050404Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2025-03-04T19:49:27.8050979Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2025-03-04T19:49:27.8051537Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2025-03-04T19:49:27.8052145Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/composable_kernel'... 2025-03-04T19:49:27.8052850Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2025-03-04T19:49:27.8053446Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2025-03-04T19:49:27.8054125Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2025-03-04T19:49:27.8054754Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2025-03-04T19:49:27.8055488Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2025-03-04T19:49:27.8056203Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2025-03-04T19:49:27.9113913Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-03-04T19:49:27.9974721Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-04T19:49:28.0619645Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-04T19:49:28.2110798Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-03-04T19:49:28.4215448Z Submodule path 'third_party/NVTX': checked out 'e170594ac7cf1dac584da473d4ca9301087090c1' 2025-03-04T19:49:28.6012336Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-04T19:49:33.5995234Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-03-04T19:49:33.7268184Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2025-03-04T19:49:36.1370174Z Submodule path 'third_party/composable_kernel': checked out '8086bbe3a78d931eb96fe12fdc014082e18d18d3' 2025-03-04T19:49:36.2759092Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2025-03-04T19:49:36.6406003Z Submodule path 'third_party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-04T19:49:36.8029443Z Submodule path 'third_party/cudnn_frontend': checked out '91b7532f3386768bba4f444ee7672b497f34da8a' 2025-03-04T19:49:39.6430576Z Submodule path 'third_party/cutlass': checked out 'afa1772203677c5118fcd82537a9c8fefbcc7008' 2025-03-04T19:49:41.0625366Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2025-03-04T19:49:41.3809097Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2025-03-04T19:49:41.3976261Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2025-03-04T19:49:41.3977464Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2025-03-04T19:49:41.3978511Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2025-03-04T19:49:41.3979606Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2025-03-04T19:49:41.3980832Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2025-03-04T19:49:41.4419920Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2025-03-04T19:49:44.7929687Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2025-03-04T19:49:44.7930584Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2025-03-04T19:49:44.7931391Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2025-03-04T19:49:44.7932195Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2025-03-04T19:49:45.0319110Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2025-03-04T19:49:45.3912432Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2025-03-04T19:49:47.4454695Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2025-03-04T19:49:47.6936046Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2025-03-04T19:49:47.7831161Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2025-03-04T19:49:48.2072349Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-03-04T19:49:48.2180501Z Submodule 'csrc/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/flash-attention/csrc/composable_kernel' 2025-03-04T19:49:48.2181679Z Submodule 'csrc/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/flash-attention/csrc/cutlass' 2025-03-04T19:49:52.1581482Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flash-attention/csrc/composable_kernel'... 2025-03-04T19:49:52.1582501Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flash-attention/csrc/cutlass'... 2025-03-04T19:49:53.9061138Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-03-04T19:49:57.2508132Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-03-04T19:49:58.2366819Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2025-03-04T19:49:58.3784008Z Submodule path 'third_party/fmt': checked out '123913715afeb8a437e6388b4473fcc4753e1c9a' 2025-03-04T19:49:58.5271854Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-03-04T19:49:58.6808209Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2025-03-04T19:49:59.0104602Z Submodule path 'third_party/googletest': checked out 'b514bdc898e2951020cbdca1304b75f5950d1f59' 2025-03-04T19:49:59.0909820Z Submodule path 'third_party/ideep': checked out 'e026f3b0318087fe19e2b062e8edf55bfe7a522c' 2025-03-04T19:49:59.0999547Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2025-03-04T19:50:11.8094456Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2025-03-04T19:50:13.9475153Z Submodule path 'third_party/ideep/mkl-dnn': checked out '66f0cb9eb66affd2da3bf5f8d897376f04aae6af' 2025-03-04T19:50:14.0386345Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2025-03-04T19:50:14.4083950Z Submodule path 'third_party/kineto': checked out 'a054a4be0db117c579a21747debf19c863631f26' 2025-03-04T19:50:14.4218702Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-04T19:50:14.4219936Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2025-03-04T19:50:14.4221156Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2025-03-04T19:50:16.5421982Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2025-03-04T19:50:16.5422868Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2025-03-04T19:50:16.5423721Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2025-03-04T19:50:16.8208729Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2025-03-04T19:50:16.8425202Z 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-04T19:50:16.8426425Z 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-04T19:50:16.8427649Z 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-04T19:50:16.8428976Z 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-04T19:50:16.8430229Z 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-04T19:50:16.8431537Z 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-04T19:50:16.8432855Z 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-04T19:50:16.8434148Z 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-04T19:50:16.8762879Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2025-03-04T19:50:24.5794060Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2025-03-04T19:50:24.5795126Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2025-03-04T19:50:24.5796144Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2025-03-04T19:50:24.5797139Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2025-03-04T19:50:24.5798132Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2025-03-04T19:50:24.5799374Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2025-03-04T19:50:24.5800488Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2025-03-04T19:50:25.2322625Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-03-04T19:50:25.4877335Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-03-04T19:50:25.6629679Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-03-04T19:50:25.7519149Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-03-04T19:50:25.7608494Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-04T19:50:26.2590408Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2025-03-04T19:50:26.3101778Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-03-04T19:50:26.4074508Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-03-04T19:50:26.5868698Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2025-03-04T19:50:27.0135656Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-03-04T19:50:27.1103738Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-03-04T19:50:27.2651823Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2025-03-04T19:50:27.4922244Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2025-03-04T19:50:27.6673400Z Submodule path 'third_party/kleidiai': checked out 'ef685a13cfbe8d418aa2ed34350e21e4938358b6' 2025-03-04T19:50:27.8168351Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2025-03-04T19:50:28.2370641Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2025-03-04T19:50:30.7462708Z Submodule path 'third_party/onnx': checked out 'b8baa8446686496da4cc8fda09f2b6fe65c2a02c' 2025-03-04T19:50:30.7581022Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2025-03-04T19:50:31.8424399Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2025-03-04T19:50:31.9987904Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2025-03-04T19:50:32.4493640Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-03-04T19:50:32.4728341Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-04T19:50:32.4729661Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-04T19:50:32.4730822Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-04T19:50:32.4732210Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-04T19:50:32.4733619Z 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-04T19:50:32.4735148Z 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-04T19:50:32.4736611Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-04T19:50:32.4737848Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-04T19:50:32.5052820Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2025-03-04T19:50:43.1980060Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2025-03-04T19:50:43.1981021Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2025-03-04T19:50:43.1981945Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2025-03-04T19:50:43.1982889Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2025-03-04T19:50:43.1983803Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2025-03-04T19:50:43.1984699Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2025-03-04T19:50:43.1985554Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2025-03-04T19:50:43.3193090Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-03-04T19:50:43.5022459Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-03-04T19:50:43.6642133Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-03-04T19:50:44.1370124Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-03-04T19:50:44.2224068Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-03-04T19:50:44.3220974Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-03-04T19:50:44.4369578Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-03-04T19:50:44.4475932Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-04T19:50:44.4477339Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-04T19:50:46.6808564Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-03-04T19:50:46.6809707Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2025-03-04T19:50:47.3307425Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-03-04T19:50:47.5200853Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-04T19:50:52.4793578Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-03-04T19:50:52.5533904Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2025-03-04T19:50:54.0195600Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-03-04T19:50:54.0307587Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2025-03-04T19:50:54.0308842Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2025-03-04T19:50:55.4583973Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2025-03-04T19:50:55.4584856Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2025-03-04T19:50:55.5381076Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-03-04T19:50:55.7926491Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-03-04T19:50:55.8640465Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-03-04T19:50:55.9406130Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-04T19:50:56.1209549Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-04T19:50:57.0578654Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-03-04T19:50:57.2513055Z Submodule path 'third_party/sleef': checked out '56e1f79cb140fb9326d612d0be06b5250565cade' 2025-03-04T19:50:57.4371721Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2025-03-04T19:50:57.4543463Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2025-03-04T19:50:57.4544657Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2025-03-04T19:50:57.4545714Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2025-03-04T19:50:57.4546789Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2025-03-04T19:50:59.8042615Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2025-03-04T19:50:59.8043473Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2025-03-04T19:50:59.8045209Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2025-03-04T19:50:59.8046013Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2025-03-04T19:50:59.9951307Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-03-04T19:51:00.0952907Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-03-04T19:51:00.3376840Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2025-03-04T19:51:00.5726535Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-03-04T19:51:00.5847777Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-04T19:51:01.0092447Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2025-03-04T19:51:01.0701505Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-03-04T19:51:01.0915126Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2025-03-04T19:51:01.4377576Z Entering 'android/libs/fbjni' 2025-03-04T19:51:01.4827186Z Entering 'third_party/FP16' 2025-03-04T19:51:01.5153746Z Entering 'third_party/FXdiv' 2025-03-04T19:51:01.5516689Z Entering 'third_party/NNPACK' 2025-03-04T19:51:01.5892060Z Entering 'third_party/NVTX' 2025-03-04T19:51:01.6251846Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-04T19:51:01.6623087Z Entering 'third_party/XNNPACK' 2025-03-04T19:51:01.6999676Z Entering 'third_party/benchmark' 2025-03-04T19:51:01.7344888Z Entering 'third_party/composable_kernel' 2025-03-04T19:51:01.7735759Z Entering 'third_party/cpp-httplib' 2025-03-04T19:51:01.8076906Z Entering 'third_party/cpuinfo' 2025-03-04T19:51:01.8417195Z Entering 'third_party/cudnn_frontend' 2025-03-04T19:51:01.8768524Z Entering 'third_party/cutlass' 2025-03-04T19:51:01.9124336Z Entering 'third_party/eigen' 2025-03-04T19:51:01.9454301Z Entering 'third_party/fbgemm' 2025-03-04T19:51:01.9772236Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-04T19:51:02.0109188Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-04T19:51:02.0459266Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-04T19:51:02.0809615Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-04T19:51:02.1169447Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-04T19:51:02.1553210Z Entering 'third_party/flash-attention' 2025-03-04T19:51:02.1891016Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-04T19:51:02.2259279Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-04T19:51:02.2660597Z Entering 'third_party/flatbuffers' 2025-03-04T19:51:02.3021187Z Entering 'third_party/fmt' 2025-03-04T19:51:02.3369927Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-04T19:51:02.3722264Z Entering 'third_party/gloo' 2025-03-04T19:51:02.4063370Z Entering 'third_party/googletest' 2025-03-04T19:51:02.4407559Z Entering 'third_party/ideep' 2025-03-04T19:51:02.4726942Z Entering 'third_party/ideep/mkl-dnn' 2025-03-04T19:51:02.5091642Z Entering 'third_party/ittapi' 2025-03-04T19:51:02.5428211Z Entering 'third_party/kineto' 2025-03-04T19:51:02.5748364Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-04T19:51:02.6077691Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-04T19:51:02.6415153Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-04T19:51:02.6749851Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-04T19:51:02.7098398Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-04T19:51:02.7410498Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-04T19:51:02.7763046Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-04T19:51:02.8098507Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-04T19:51:02.8426944Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-04T19:51:02.8768825Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-04T19:51:02.9119545Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-04T19:51:02.9450359Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-04T19:51:02.9806400Z Entering 'third_party/kleidiai' 2025-03-04T19:51:03.0135539Z Entering 'third_party/mimalloc' 2025-03-04T19:51:03.0470779Z Entering 'third_party/nlohmann' 2025-03-04T19:51:03.0801052Z Entering 'third_party/onnx' 2025-03-04T19:51:03.1135367Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-04T19:51:03.1500445Z Entering 'third_party/opentelemetry-cpp' 2025-03-04T19:51:03.1823771Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-04T19:51:03.2168092Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-04T19:51:03.2526018Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-04T19:51:03.2848370Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-04T19:51:03.3204990Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-04T19:51:03.3539302Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-04T19:51:03.3868431Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-04T19:51:03.4195856Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-04T19:51:03.4553003Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-04T19:51:03.4907596Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-04T19:51:03.5296735Z Entering 'third_party/pocketfft' 2025-03-04T19:51:03.5636604Z Entering 'third_party/protobuf' 2025-03-04T19:51:03.5968335Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-04T19:51:03.6338005Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-04T19:51:03.6693339Z Entering 'third_party/psimd' 2025-03-04T19:51:03.7036176Z Entering 'third_party/pthreadpool' 2025-03-04T19:51:03.7363355Z Entering 'third_party/pybind11' 2025-03-04T19:51:03.7699599Z Entering 'third_party/python-peachpy' 2025-03-04T19:51:03.8029012Z Entering 'third_party/sleef' 2025-03-04T19:51:03.8356883Z Entering 'third_party/tensorpipe' 2025-03-04T19:51:03.8692297Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-04T19:51:03.9031637Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-04T19:51:03.9368169Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-04T19:51:03.9728881Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-04T19:51:04.0050378Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-04T19:51:04.0491519Z ##[endgroup] 2025-03-04T19:51:04.0492087Z ##[group]Persisting credentials for submodules 2025-03-04T19:51:04.0509346Z [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-04T19:51:04.3799557Z Entering 'android/libs/fbjni' 2025-03-04T19:51:04.4347201Z Entering 'third_party/FP16' 2025-03-04T19:51:04.4892621Z Entering 'third_party/FXdiv' 2025-03-04T19:51:04.5408687Z Entering 'third_party/NNPACK' 2025-03-04T19:51:04.5924202Z Entering 'third_party/NVTX' 2025-03-04T19:51:04.6459975Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-04T19:51:04.7065359Z Entering 'third_party/XNNPACK' 2025-03-04T19:51:04.7638472Z Entering 'third_party/benchmark' 2025-03-04T19:51:04.8172467Z Entering 'third_party/composable_kernel' 2025-03-04T19:51:04.8714570Z Entering 'third_party/cpp-httplib' 2025-03-04T19:51:04.9250892Z Entering 'third_party/cpuinfo' 2025-03-04T19:51:04.9775294Z Entering 'third_party/cudnn_frontend' 2025-03-04T19:51:05.0315575Z Entering 'third_party/cutlass' 2025-03-04T19:51:05.0870101Z Entering 'third_party/eigen' 2025-03-04T19:51:05.1412664Z Entering 'third_party/fbgemm' 2025-03-04T19:51:05.1937175Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-04T19:51:05.2475511Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-04T19:51:05.2997384Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-04T19:51:05.3526304Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-04T19:51:05.4073771Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-04T19:51:05.4612076Z Entering 'third_party/flash-attention' 2025-03-04T19:51:05.5156192Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-04T19:51:05.5699185Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-04T19:51:05.6256281Z Entering 'third_party/flatbuffers' 2025-03-04T19:51:05.6775913Z Entering 'third_party/fmt' 2025-03-04T19:51:05.7301775Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-04T19:51:05.7841067Z Entering 'third_party/gloo' 2025-03-04T19:51:05.8364274Z Entering 'third_party/googletest' 2025-03-04T19:51:05.8876053Z Entering 'third_party/ideep' 2025-03-04T19:51:05.9374471Z Entering 'third_party/ideep/mkl-dnn' 2025-03-04T19:51:05.9905719Z Entering 'third_party/ittapi' 2025-03-04T19:51:06.0416022Z Entering 'third_party/kineto' 2025-03-04T19:51:06.0939790Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-04T19:51:06.1448542Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-04T19:51:06.1991620Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-04T19:51:06.2537999Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-04T19:51:06.3096282Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-04T19:51:06.3642737Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-04T19:51:06.4198517Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-04T19:51:06.4740006Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-04T19:51:06.5275278Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-04T19:51:06.5820177Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-04T19:51:06.6376945Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-04T19:51:06.6894704Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-04T19:51:06.7434487Z Entering 'third_party/kleidiai' 2025-03-04T19:51:06.7970275Z Entering 'third_party/mimalloc' 2025-03-04T19:51:06.8499172Z Entering 'third_party/nlohmann' 2025-03-04T19:51:06.9016052Z Entering 'third_party/onnx' 2025-03-04T19:51:06.9549891Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-04T19:51:07.0084778Z Entering 'third_party/opentelemetry-cpp' 2025-03-04T19:51:07.0627861Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-04T19:51:07.1180709Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-04T19:51:07.1702499Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-04T19:51:07.2238652Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-04T19:51:07.2750806Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-04T19:51:07.3311707Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-04T19:51:07.3824965Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-04T19:51:07.4324165Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-04T19:51:07.4911038Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-04T19:51:07.5456214Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-04T19:51:07.6011186Z Entering 'third_party/pocketfft' 2025-03-04T19:51:07.6580394Z Entering 'third_party/protobuf' 2025-03-04T19:51:07.7095514Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-04T19:51:07.7635322Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-04T19:51:07.8236390Z Entering 'third_party/psimd' 2025-03-04T19:51:07.8750710Z Entering 'third_party/pthreadpool' 2025-03-04T19:51:07.9304820Z Entering 'third_party/pybind11' 2025-03-04T19:51:07.9819411Z Entering 'third_party/python-peachpy' 2025-03-04T19:51:08.0340423Z Entering 'third_party/sleef' 2025-03-04T19:51:08.0854460Z Entering 'third_party/tensorpipe' 2025-03-04T19:51:08.1382115Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-04T19:51:08.1928646Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-04T19:51:08.2497568Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-04T19:51:08.3065388Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-04T19:51:08.3603493Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-04T19:51:08.4253857Z [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-04T19:51:08.7659619Z Entering 'android/libs/fbjni' 2025-03-04T19:51:08.8188681Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-03-04T19:51:08.8315172Z Entering 'third_party/FP16' 2025-03-04T19:51:08.8822032Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-03-04T19:51:08.8946163Z Entering 'third_party/FXdiv' 2025-03-04T19:51:08.9453300Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-03-04T19:51:08.9573070Z Entering 'third_party/NNPACK' 2025-03-04T19:51:09.0082376Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-03-04T19:51:09.0206400Z Entering 'third_party/NVTX' 2025-03-04T19:51:09.0757849Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-03-04T19:51:09.0887594Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-04T19:51:09.1392389Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-03-04T19:51:09.1516494Z Entering 'third_party/XNNPACK' 2025-03-04T19:51:09.2024328Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-03-04T19:51:09.2163924Z Entering 'third_party/benchmark' 2025-03-04T19:51:09.2669356Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-03-04T19:51:09.2789690Z Entering 'third_party/composable_kernel' 2025-03-04T19:51:09.3301178Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-03-04T19:51:09.3428932Z Entering 'third_party/cpp-httplib' 2025-03-04T19:51:09.3918977Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-03-04T19:51:09.4043557Z Entering 'third_party/cpuinfo' 2025-03-04T19:51:09.4588799Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-03-04T19:51:09.4710860Z Entering 'third_party/cudnn_frontend' 2025-03-04T19:51:09.5219992Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-03-04T19:51:09.5338355Z Entering 'third_party/cutlass' 2025-03-04T19:51:09.5859340Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-03-04T19:51:09.5999508Z Entering 'third_party/eigen' 2025-03-04T19:51:09.6511543Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2025-03-04T19:51:09.6625752Z Entering 'third_party/fbgemm' 2025-03-04T19:51:09.7133859Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-03-04T19:51:09.7242434Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-04T19:51:09.7781865Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2025-03-04T19:51:09.7908271Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-04T19:51:09.8421940Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2025-03-04T19:51:09.8549776Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-04T19:51:09.9056106Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2025-03-04T19:51:09.9183028Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-04T19:51:09.9696155Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2025-03-04T19:51:09.9817411Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-04T19:51:10.0342083Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2025-03-04T19:51:10.0486248Z Entering 'third_party/flash-attention' 2025-03-04T19:51:10.6136570Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-03-04T19:51:10.6250430Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-04T19:51:10.6769992Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-03-04T19:51:10.6904821Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-04T19:51:10.7424985Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-03-04T19:51:10.7579078Z Entering 'third_party/flatbuffers' 2025-03-04T19:51:10.8088037Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-03-04T19:51:10.8219933Z Entering 'third_party/fmt' 2025-03-04T19:51:10.8720712Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-03-04T19:51:10.8842366Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-04T19:51:10.9353286Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-03-04T19:51:10.9502721Z Entering 'third_party/gloo' 2025-03-04T19:51:11.0049401Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-03-04T19:51:11.0171105Z Entering 'third_party/googletest' 2025-03-04T19:51:11.0672867Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-03-04T19:51:11.0792848Z Entering 'third_party/ideep' 2025-03-04T19:51:11.1296399Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-03-04T19:51:11.1405539Z Entering 'third_party/ideep/mkl-dnn' 2025-03-04T19:51:11.1910490Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-03-04T19:51:11.2062335Z Entering 'third_party/ittapi' 2025-03-04T19:51:11.2578055Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-03-04T19:51:11.2710612Z Entering 'third_party/kineto' 2025-03-04T19:51:11.3236389Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-03-04T19:51:11.3348265Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-04T19:51:11.3864498Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-03-04T19:51:11.3977100Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-04T19:51:11.4495758Z 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-04T19:51:11.4641841Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-04T19:51:11.5167733Z 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-04T19:51:11.5289557Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-04T19:51:11.5808583Z 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-04T19:51:11.5932074Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-04T19:51:11.6464730Z 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-04T19:51:11.6576937Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-04T19:51:11.7088990Z 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-04T19:51:11.7228166Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-04T19:51:11.7730893Z 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-04T19:51:11.7854792Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-04T19:51:11.8404290Z 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-04T19:51:11.8526603Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-04T19:51:11.9029737Z 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-04T19:51:11.9156032Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-04T19:51:11.9656517Z 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-04T19:51:11.9793919Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-04T19:51:12.0297959Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-03-04T19:51:12.0416132Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-04T19:51:12.0944239Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-03-04T19:51:12.1086329Z Entering 'third_party/kleidiai' 2025-03-04T19:51:12.1617745Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-03-04T19:51:12.1745874Z Entering 'third_party/mimalloc' 2025-03-04T19:51:12.2235175Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-03-04T19:51:12.2356307Z Entering 'third_party/nlohmann' 2025-03-04T19:51:12.2857017Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-03-04T19:51:12.2981154Z Entering 'third_party/onnx' 2025-03-04T19:51:12.3489455Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-03-04T19:51:12.3621226Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-04T19:51:12.4130090Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-03-04T19:51:12.4276655Z Entering 'third_party/opentelemetry-cpp' 2025-03-04T19:51:12.4766418Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-03-04T19:51:12.4904789Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-04T19:51:12.5420388Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-03-04T19:51:12.5540249Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-04T19:51:12.6084269Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-03-04T19:51:12.6219970Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-04T19:51:12.6714230Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-03-04T19:51:12.6839345Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-04T19:51:12.7361090Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-03-04T19:51:12.7484008Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-04T19:51:12.8000753Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-03-04T19:51:12.8129111Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-04T19:51:12.8629263Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-03-04T19:51:12.8756636Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-04T19:51:13.1307677Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-03-04T19:51:13.1419139Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-04T19:51:13.1939774Z 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-04T19:51:13.2063993Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-04T19:51:13.2614918Z 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-04T19:51:13.2760977Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-04T19:51:13.3276930Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-03-04T19:51:13.3434541Z Entering 'third_party/pocketfft' 2025-03-04T19:51:13.3947861Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-03-04T19:51:13.4066990Z Entering 'third_party/protobuf' 2025-03-04T19:51:13.4572862Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-03-04T19:51:13.4684466Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-04T19:51:13.5188212Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-03-04T19:51:13.5313109Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-04T19:51:13.5806698Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-03-04T19:51:13.5942233Z Entering 'third_party/psimd' 2025-03-04T19:51:13.6457358Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-03-04T19:51:13.6575982Z Entering 'third_party/pthreadpool' 2025-03-04T19:51:13.7066005Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-03-04T19:51:13.7184464Z Entering 'third_party/pybind11' 2025-03-04T19:51:13.7725488Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-03-04T19:51:13.7848327Z Entering 'third_party/python-peachpy' 2025-03-04T19:51:13.8333233Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-03-04T19:51:13.8452879Z Entering 'third_party/sleef' 2025-03-04T19:51:13.8957729Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-03-04T19:51:13.9076781Z Entering 'third_party/tensorpipe' 2025-03-04T19:51:14.0013887Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-03-04T19:51:14.0119832Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-04T19:51:14.0626643Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-03-04T19:51:14.0746218Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-04T19:51:14.1247876Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-03-04T19:51:14.1377785Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-04T19:51:14.1874275Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-03-04T19:51:14.1994421Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-04T19:51:14.2492633Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-03-04T19:51:14.2599896Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-04T19:51:14.3123177Z 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-04T19:51:14.3690163Z [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-04T19:51:14.6950428Z Entering 'android/libs/fbjni' 2025-03-04T19:51:14.7294757Z Entering 'third_party/FP16' 2025-03-04T19:51:14.7630308Z Entering 'third_party/FXdiv' 2025-03-04T19:51:14.7989844Z Entering 'third_party/NNPACK' 2025-03-04T19:51:14.8335928Z Entering 'third_party/NVTX' 2025-03-04T19:51:14.8707584Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-04T19:51:14.9094584Z Entering 'third_party/XNNPACK' 2025-03-04T19:51:14.9463506Z Entering 'third_party/benchmark' 2025-03-04T19:51:14.9801892Z Entering 'third_party/composable_kernel' 2025-03-04T19:51:15.0168601Z Entering 'third_party/cpp-httplib' 2025-03-04T19:51:15.0504706Z Entering 'third_party/cpuinfo' 2025-03-04T19:51:15.0876169Z Entering 'third_party/cudnn_frontend' 2025-03-04T19:51:15.1219372Z Entering 'third_party/cutlass' 2025-03-04T19:51:15.1602783Z Entering 'third_party/eigen' 2025-03-04T19:51:15.1971543Z Entering 'third_party/fbgemm' 2025-03-04T19:51:15.2315757Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-04T19:51:15.2695725Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-04T19:51:15.3033293Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-04T19:51:15.3382370Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-04T19:51:15.3727412Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-04T19:51:15.4079651Z Entering 'third_party/flash-attention' 2025-03-04T19:51:15.4401034Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-04T19:51:15.4808452Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-04T19:51:15.5176336Z Entering 'third_party/flatbuffers' 2025-03-04T19:51:15.5526134Z Entering 'third_party/fmt' 2025-03-04T19:51:15.5859856Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-04T19:51:15.6183937Z Entering 'third_party/gloo' 2025-03-04T19:51:15.6556984Z Entering 'third_party/googletest' 2025-03-04T19:51:15.6896435Z Entering 'third_party/ideep' 2025-03-04T19:51:15.7226163Z Entering 'third_party/ideep/mkl-dnn' 2025-03-04T19:51:15.7584594Z Entering 'third_party/ittapi' 2025-03-04T19:51:15.7919034Z Entering 'third_party/kineto' 2025-03-04T19:51:15.8252500Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-04T19:51:15.8583166Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-04T19:51:15.8928443Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-04T19:51:15.9270636Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-04T19:51:15.9601367Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-04T19:51:15.9926542Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-04T19:51:16.0289077Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-04T19:51:16.0620800Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-04T19:51:16.0998076Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-04T19:51:16.1333292Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-04T19:51:16.1710068Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-04T19:51:16.2099793Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-04T19:51:16.2451652Z Entering 'third_party/kleidiai' 2025-03-04T19:51:16.2788431Z Entering 'third_party/mimalloc' 2025-03-04T19:51:16.3129358Z Entering 'third_party/nlohmann' 2025-03-04T19:51:16.3485012Z Entering 'third_party/onnx' 2025-03-04T19:51:16.3842376Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-04T19:51:16.4206718Z Entering 'third_party/opentelemetry-cpp' 2025-03-04T19:51:16.4536192Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-04T19:51:16.4890000Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-04T19:51:16.5222841Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-04T19:51:16.5575246Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-04T19:51:16.5921591Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-04T19:51:16.6265579Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-04T19:51:16.6631126Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-04T19:51:16.6962993Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-04T19:51:16.7299637Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-04T19:51:16.7709604Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-04T19:51:16.8090212Z Entering 'third_party/pocketfft' 2025-03-04T19:51:16.8427105Z Entering 'third_party/protobuf' 2025-03-04T19:51:16.8753418Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-04T19:51:16.9118351Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-04T19:51:16.9508749Z Entering 'third_party/psimd' 2025-03-04T19:51:16.9836846Z Entering 'third_party/pthreadpool' 2025-03-04T19:51:17.0171414Z Entering 'third_party/pybind11' 2025-03-04T19:51:17.0519996Z Entering 'third_party/python-peachpy' 2025-03-04T19:51:17.0851363Z Entering 'third_party/sleef' 2025-03-04T19:51:17.1199195Z Entering 'third_party/tensorpipe' 2025-03-04T19:51:17.1567962Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-04T19:51:17.1911975Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-04T19:51:17.2251372Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-04T19:51:17.2588097Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-04T19:51:17.2897104Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-04T19:51:17.3354955Z [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-04T19:51:17.6793361Z Entering 'android/libs/fbjni' 2025-03-04T19:51:17.7134555Z Entering 'third_party/FP16' 2025-03-04T19:51:17.7474458Z Entering 'third_party/FXdiv' 2025-03-04T19:51:17.7802801Z Entering 'third_party/NNPACK' 2025-03-04T19:51:17.8180996Z Entering 'third_party/NVTX' 2025-03-04T19:51:17.8507280Z Entering 'third_party/VulkanMemoryAllocator' 2025-03-04T19:51:17.8854373Z Entering 'third_party/XNNPACK' 2025-03-04T19:51:17.9225626Z Entering 'third_party/benchmark' 2025-03-04T19:51:17.9554805Z Entering 'third_party/composable_kernel' 2025-03-04T19:51:17.9892971Z Entering 'third_party/cpp-httplib' 2025-03-04T19:51:18.0223378Z Entering 'third_party/cpuinfo' 2025-03-04T19:51:18.0555923Z Entering 'third_party/cudnn_frontend' 2025-03-04T19:51:18.0908417Z Entering 'third_party/cutlass' 2025-03-04T19:51:18.1259248Z Entering 'third_party/eigen' 2025-03-04T19:51:18.1616772Z Entering 'third_party/fbgemm' 2025-03-04T19:51:18.1933892Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-03-04T19:51:18.2267052Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-03-04T19:51:18.2622910Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-03-04T19:51:18.2959275Z Entering 'third_party/fbgemm/third_party/googletest' 2025-03-04T19:51:18.3286562Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-03-04T19:51:18.3657198Z Entering 'third_party/flash-attention' 2025-03-04T19:51:18.3969607Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-03-04T19:51:18.4321709Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-03-04T19:51:18.4720397Z Entering 'third_party/flatbuffers' 2025-03-04T19:51:18.5057370Z Entering 'third_party/fmt' 2025-03-04T19:51:18.5394366Z Entering 'third_party/gemmlowp/gemmlowp' 2025-03-04T19:51:18.5732923Z Entering 'third_party/gloo' 2025-03-04T19:51:18.6069141Z Entering 'third_party/googletest' 2025-03-04T19:51:18.6398381Z Entering 'third_party/ideep' 2025-03-04T19:51:18.6712933Z Entering 'third_party/ideep/mkl-dnn' 2025-03-04T19:51:18.7065655Z Entering 'third_party/ittapi' 2025-03-04T19:51:18.7409945Z Entering 'third_party/kineto' 2025-03-04T19:51:18.7726686Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-03-04T19:51:18.8054179Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-03-04T19:51:18.8403706Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-03-04T19:51:18.8753058Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-03-04T19:51:18.9103504Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-03-04T19:51:18.9420379Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-03-04T19:51:18.9777665Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-03-04T19:51:19.0121310Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-03-04T19:51:19.0454026Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-03-04T19:51:19.0801615Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-03-04T19:51:19.1189360Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-03-04T19:51:19.1686313Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-03-04T19:51:19.2070300Z Entering 'third_party/kleidiai' 2025-03-04T19:51:19.2416944Z Entering 'third_party/mimalloc' 2025-03-04T19:51:19.2754634Z Entering 'third_party/nlohmann' 2025-03-04T19:51:19.3103219Z Entering 'third_party/onnx' 2025-03-04T19:51:19.3441741Z Entering 'third_party/onnx/third_party/pybind11' 2025-03-04T19:51:19.3797418Z Entering 'third_party/opentelemetry-cpp' 2025-03-04T19:51:19.4129701Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-03-04T19:51:19.4488241Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-03-04T19:51:19.4875487Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-03-04T19:51:19.5244400Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-03-04T19:51:19.5596517Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-03-04T19:51:19.5954043Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-03-04T19:51:19.6301595Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-03-04T19:51:19.6623626Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-03-04T19:51:19.6984942Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-03-04T19:51:19.7346189Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-03-04T19:51:19.7774446Z Entering 'third_party/pocketfft' 2025-03-04T19:51:19.8110314Z Entering 'third_party/protobuf' 2025-03-04T19:51:19.8440542Z Entering 'third_party/protobuf/third_party/benchmark' 2025-03-04T19:51:19.8796810Z Entering 'third_party/protobuf/third_party/googletest' 2025-03-04T19:51:19.9208970Z Entering 'third_party/psimd' 2025-03-04T19:51:19.9545516Z Entering 'third_party/pthreadpool' 2025-03-04T19:51:19.9926234Z Entering 'third_party/pybind11' 2025-03-04T19:51:20.0268130Z Entering 'third_party/python-peachpy' 2025-03-04T19:51:20.0610577Z Entering 'third_party/sleef' 2025-03-04T19:51:20.0962176Z Entering 'third_party/tensorpipe' 2025-03-04T19:51:20.1300779Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-03-04T19:51:20.1691590Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-03-04T19:51:20.2033760Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-03-04T19:51:20.2398634Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-03-04T19:51:20.2744221Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-03-04T19:51:20.3220463Z ##[endgroup] 2025-03-04T19:51:20.3522532Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H 2025-03-04T19:51:20.3730716Z 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:51:20.4017656Z Prepare all required actions 2025-03-04T19:51:20.4090333Z ##[group]Run ./.github/actions/setup-win 2025-03-04T19:51:20.4090678Z with: 2025-03-04T19:51:20.4090902Z cuda-version: cpu 2025-03-04T19:51:20.4091122Z env: 2025-03-04T19:51:20.4091325Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:51:20.4091565Z ##[endgroup] 2025-03-04T19:51:20.4171440Z ##[group]Run set -euo pipefail 2025-03-04T19:51:20.4171767Z set -euo pipefail 2025-03-04T19:51:20.4172039Z function get_ec2_metadata() { 2025-03-04T19:51:20.4172418Z  # Pulled from instance metadata endpoint for EC2 2025-03-04T19:51:20.4173082Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-04T19:51:20.4173710Z  category=$1 2025-03-04T19:51:20.4174628Z  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-04T19:51:20.4175511Z } 2025-03-04T19:51:20.4175756Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-04T19:51:20.4176326Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-04T19:51:20.4176787Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-04T19:51:20.4177188Z echo "system info $(uname -a)" 2025-03-04T19:51:20.4196940Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-04T19:51:20.4197393Z env: 2025-03-04T19:51:20.4197584Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:51:20.4197827Z ##[endgroup] 2025-03-04T19:51:20.4800598Z ami-id: ami-0f08232129c59e114 2025-03-04T19:51:20.5163791Z instance-id: i-01cb858eff49a19a6 2025-03-04T19:51:20.5643718Z instance-type: c5d.4xlarge 2025-03-04T19:51:20.5838169Z system info MSYS_NT-10.0-17763 EC2AMAZ-CS1GRM9 3.5.4-395fda67.x86_64 2024-11-25 09:49 UTC x86_64 Msys 2025-03-04T19:51:20.5944323Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-03-04T19:51:20.5945317Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-03-04T19:51:20.5961380Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-04T19:51:20.5961853Z env: 2025-03-04T19:51:20.5962050Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:51:20.5962286Z ##[endgroup] 2025-03-04T19:51:20.9495284Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-04T19:51:20.9553295Z Finished 2025-03-04T19:51:20.9888310Z ##[group]Run # Windows conda is baked into the AMI at this location 2025-03-04T19:51:20.9888835Z # Windows conda is baked into the AMI at this location 2025-03-04T19:51:20.9889271Z CONDA="C:\Jenkins\Miniconda3\condabin\conda.bat" 2025-03-04T19:51:20.9889606Z  2025-03-04T19:51:20.9889811Z { 2025-03-04T19:51:20.9890088Z  echo "CONDA_RUN=${CONDA} run --no-capture-output"; 2025-03-04T19:51:20.9890525Z  echo "CONDA_BUILD=${CONDA} run conda-build"; 2025-03-04T19:51:20.9890893Z  echo "CONDA_INSTALL=${CONDA} install"; 2025-03-04T19:51:20.9891200Z } >> "${GITHUB_ENV}" 2025-03-04T19:51:20.9909820Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-04T19:51:20.9910275Z env: 2025-03-04T19:51:20.9910486Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:51:20.9910739Z ##[endgroup] 2025-03-04T19:51:21.0195211Z ##[group]Run set +e 2025-03-04T19:51:21.0195459Z set +e 2025-03-04T19:51:21.0195667Z set -x 2025-03-04T19:51:21.0195869Z  2025-03-04T19:51:21.0196088Z PYTHON3=$(${CONDA_RUN} which python3) 2025-03-04T19:51:21.0196406Z EXIT_CODE=$? 2025-03-04T19:51:21.0196621Z  2025-03-04T19:51:21.0198254Z if [[ "${EXIT_CODE}" == "0" ]]; then 2025-03-04T19:51:21.0198711Z  echo "Found Python3 at ${PYTHON3}, adding it into GITHUB_PATH" 2025-03-04T19:51:21.0199180Z  2025-03-04T19:51:21.0199408Z  PYTHON_PATH=$(dirname "${PYTHON3}") 2025-03-04T19:51:21.0199767Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-03-04T19:51:21.0200086Z else 2025-03-04T19:51:21.0200556Z  # According to https://docs.conda.io/en/latest/miniconda.html, we are using the Miniconda3 2025-03-04T19:51:21.0201280Z  # installation, which is Python 3 based. Its Python is default to Python 3. Further, there 2025-03-04T19:51:21.0201963Z  # is also the Miniconda installation that is Python 2 based, and both can be installed if 2025-03-04T19:51:21.0202567Z  # needed. In both cases, Python binary is just called python 2025-03-04T19:51:21.0203029Z  PYTHON=$(${CONDA_RUN} which python) 2025-03-04T19:51:21.0203380Z  EXIT_CODE=$? 2025-03-04T19:51:21.0203658Z  2025-03-04T19:51:21.0203880Z  if [[ "${EXIT_CODE}" == "0" ]]; then 2025-03-04T19:51:21.0204602Z  echo "Found Python at ${PYTHON}, set Python3 alias and add it into GITHUB_PATH" 2025-03-04T19:51:21.0205116Z  2025-03-04T19:51:21.0205433Z  PYTHON3=$(echo "${PYTHON}" | sed "s/python/python3/") 2025-03-04T19:51:21.0206041Z  # It's difficult to setup alias across GitHub action steps, so I just add a softlink 2025-03-04T19:51:21.0206561Z  # here pointing to Python 2025-03-04T19:51:21.0206910Z  ln -s "${PYTHON}" "${PYTHON3}" 2025-03-04T19:51:21.0207230Z  2025-03-04T19:51:21.0207489Z  PYTHON_PATH=$(dirname "${PYTHON}") 2025-03-04T19:51:21.0207885Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-03-04T19:51:21.0208242Z  else 2025-03-04T19:51:21.0208535Z  echo "Found no Python using ${CONDA_RUN}" 2025-03-04T19:51:21.0208888Z  fi 2025-03-04T19:51:21.0209120Z fi 2025-03-04T19:51:21.0227968Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-04T19:51:21.0228542Z env: 2025-03-04T19:51:21.0228735Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:51:21.0229170Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T19:51:21.0229713Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T19:51:21.0230204Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T19:51:21.0230584Z ##[endgroup] 2025-03-04T19:51:21.0466479Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python3 2025-03-04T19:51:22.8727323Z + PYTHON3=/c/Jenkins/Miniconda3/python3 2025-03-04T19:51:22.8727670Z + EXIT_CODE=0 2025-03-04T19:51:22.8727868Z + [[ 0 == \0 ]] 2025-03-04T19:51:22.8728324Z + echo 'Found Python3 at /c/Jenkins/Miniconda3/python3, adding it into GITHUB_PATH' 2025-03-04T19:51:22.8728977Z Found Python3 at /c/Jenkins/Miniconda3/python3, adding it into GITHUB_PATH 2025-03-04T19:51:22.8789254Z ++ dirname /c/Jenkins/Miniconda3/python3 2025-03-04T19:51:22.8857309Z + PYTHON_PATH=/c/Jenkins/Miniconda3 2025-03-04T19:51:22.8857640Z + echo /c/Jenkins/Miniconda3 2025-03-04T19:51:22.8965551Z ##[group]Run TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-03-04T19:51:22.8966178Z TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-03-04T19:51:22.8966644Z echo "TMPDIR=${TMPDIR}" >> "${GITHUB_ENV}" 2025-03-04T19:51:22.8988476Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-04T19:51:22.8988918Z env: 2025-03-04T19:51:22.8989113Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:51:22.8989502Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T19:51:22.8990127Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T19:51:22.8991240Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T19:51:22.8991635Z ##[endgroup] 2025-03-04T19:51:22.9881474Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-03-04T19:51:22.9882471Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-03-04T19:51:22.9883283Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2025-03-04T19:51:22.9883765Z # that it doesn't interfere 2025-03-04T19:51:22.9884227Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2025-03-04T19:51:22.9899437Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-04T19:51:22.9899912Z env: 2025-03-04T19:51:22.9900120Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:51:22.9900531Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T19:51:22.9901070Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T19:51:22.9901719Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T19:51:22.9902133Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T19:51:22.9902436Z ##[endgroup] 2025-03-04T19:51:23.3565083Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-04T19:51:23.3633112Z Finished 2025-03-04T19:51:23.7763086Z ##[group]Run choco install handle -y 2025-03-04T19:51:23.7763415Z choco install handle -y 2025-03-04T19:51:23.7763727Z handle C:\actions-runner\_work\ 2025-03-04T19:51:23.7779495Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-04T19:51:23.7779973Z env: 2025-03-04T19:51:23.7780172Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:51:23.7780569Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T19:51:23.7781119Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T19:51:23.7781655Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T19:51:23.7782061Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T19:51:23.7782363Z ##[endgroup] 2025-03-04T19:51:24.1253669Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-04T19:51:24.1299993Z Finished 2025-03-04T19:51:25.1748148Z Chocolatey v2.4.2 2025-03-04T19:51:25.3809977Z Installing the following packages: 2025-03-04T19:51:25.3814940Z handle 2025-03-04T19:51:25.3818823Z By installing, you accept licenses for the packages. 2025-03-04T19:51:25.8121422Z handle v5.0.0 already installed. 2025-03-04T19:51:25.8121894Z Use --force to reinstall, specify a version to install, or try upgrade. 2025-03-04T19:51:25.8218223Z 2025-03-04T19:51:25.8218361Z Chocolatey installed 0/1 packages. 2025-03-04T19:51:25.8218839Z See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2025-03-04T19:51:25.8221699Z 2025-03-04T19:51:25.8224881Z Warnings: 2025-03-04T19:51:25.8230574Z - handle - handle v5.0.0 already installed. 2025-03-04T19:51:25.8231037Z Use --force to reinstall, specify a version to install, or try upgrade. 2025-03-04T19:51:25.8902607Z 2025-03-04T19:51:25.8903386Z Nthandle v5.0 - Handle viewer 2025-03-04T19:51:25.8903750Z Copyright (C) 1997-2022 Mark Russinovich 2025-03-04T19:51:25.8904084Z Sysinternals - www.sysinternals.com 2025-03-04T19:51:25.8904290Z 2025-03-04T19:51:25.9191460Z powershell.exe pid: 5416 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-03-04T19:51:25.9192120Z handle.exe pid: 5436 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-03-04T19:51:25.9192704Z handle.exe pid: 3764 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-03-04T19:51:25.9193495Z handle64.exe pid: 5044 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-03-04T19:51:25.9494885Z ##[group]Run python3 .github/scripts/parse_ref.py 2025-03-04T19:51:25.9495335Z python3 .github/scripts/parse_ref.py 2025-03-04T19:51:25.9514995Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-04T19:51:25.9515449Z env: 2025-03-04T19:51:25.9515644Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:51:25.9516029Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T19:51:25.9516577Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T19:51:25.9517076Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T19:51:25.9517483Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T19:51:25.9517790Z ##[endgroup] 2025-03-04T19:51:26.0286512Z Prepare all required actions 2025-03-04T19:51:26.0325211Z ##[group]Run ./.github/actions/get-workflow-job-id 2025-03-04T19:51:26.0325537Z with: 2025-03-04T19:51:26.0325898Z github-token: *** 2025-03-04T19:51:26.0326100Z env: 2025-03-04T19:51:26.0326291Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:51:26.0326822Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T19:51:26.0327368Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T19:51:26.0327855Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T19:51:26.0328261Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T19:51:26.0328573Z ##[endgroup] 2025-03-04T19:51:26.0411588Z ##[group]Run set -eux 2025-03-04T19:51:26.0411830Z set -eux 2025-03-04T19:51:26.0412259Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-03-04T19:51:26.0431240Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-04T19:51:26.0431732Z env: 2025-03-04T19:51:26.0431930Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:51:26.0432320Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T19:51:26.0432857Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T19:51:26.0433359Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T19:51:26.0433768Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T19:51:26.0434236Z GITHUB_TOKEN: *** 2025-03-04T19:51:26.0434448Z ##[endgroup] 2025-03-04T19:51:26.0639793Z + python3 .github/scripts/get_workflow_job_id.py 13661694839 i-01cb858eff49a19a6 2025-03-04T19:51:26.8483948Z setting job-id=38194120755 2025-03-04T19:51:26.8484330Z setting job-name=win-vs2022-cpu-py3 / build 2025-03-04T19:51:26.8797930Z Prepare all required actions 2025-03-04T19:51:26.8798356Z Getting action download info 2025-03-04T19:51:27.0152119Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-04T19:51:27.1465035Z ##[group]Run ./.github/actions/filter-test-configs 2025-03-04T19:51:27.1465362Z with: 2025-03-04T19:51:27.1465738Z github-token: *** 2025-03-04T19:51:27.1466854Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 3, runner: "lf.windows.4xlarge.nonephemeral" }, { config: "default", shard: 2, num_shards: 3, runner: "lf.windows.4xlarge.nonephemeral" }, { config: "default", shard: 3, num_shards: 3, runner: "lf.windows.4xlarge.nonephemeral" }, ]} 2025-03-04T19:51:27.1468128Z job-name: win-vs2022-cpu-py3 / build 2025-03-04T19:51:27.1468450Z env: 2025-03-04T19:51:27.1468649Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:51:27.1469083Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T19:51:27.1469636Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T19:51:27.1470136Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T19:51:27.1470546Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T19:51:27.1470864Z ##[endgroup] 2025-03-04T19:51:27.1566836Z ##[group]Run nick-fields/retry@v3.0.0 2025-03-04T19:51:27.1567128Z with: 2025-03-04T19:51:27.1567322Z shell: bash 2025-03-04T19:51:27.1567540Z timeout_minutes: 10 2025-03-04T19:51:27.1567759Z max_attempts: 5 2025-03-04T19:51:27.1567966Z retry_wait_seconds: 30 2025-03-04T19:51:27.1568731Z 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-04T19:51:27.1569547Z polling_interval_seconds: 1 2025-03-04T19:51:27.1569801Z warning_on_retry: true 2025-03-04T19:51:27.1570089Z continue_on_error: false 2025-03-04T19:51:27.1570336Z env: 2025-03-04T19:51:27.1570576Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:51:27.1570966Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T19:51:27.1571509Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T19:51:27.1571998Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T19:51:27.1572405Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T19:51:27.1573010Z GITHUB_TOKEN: *** 2025-03-04T19:51:27.1573227Z ##[endgroup] 2025-03-04T19:51:27.2736434Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-03-04T19:51:28.0671054Z Requirement already satisfied: requests==2.27.1 in c:\jenkins\miniconda3\lib\site-packages (2.27.1) 2025-03-04T19:51:28.0677190Z Requirement already satisfied: pyyaml==6.0.1 in c:\jenkins\miniconda3\lib\site-packages (6.0.1) 2025-03-04T19:51:28.0823474Z 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-04T19:51:28.0829764Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2025.1.31) 2025-03-04T19:51:28.0841697Z 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-04T19:51:28.0855235Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (3.7) 2025-03-04T19:51:29.2612991Z Command completed after 1 attempt(s). 2025-03-04T19:51:29.2764864Z ##[group]Run set -x 2025-03-04T19:51:29.2765121Z set -x 2025-03-04T19:51:29.2765320Z  2025-03-04T19:51:29.2765701Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-03-04T19:51:29.2766170Z # in runner workspace 2025-03-04T19:51:29.2766536Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-03-04T19:51:29.2786882Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-04T19:51:29.2787361Z env: 2025-03-04T19:51:29.2787559Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:51:29.2787954Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T19:51:29.2788490Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T19:51:29.2788978Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T19:51:29.2789413Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T19:51:29.2789719Z ##[endgroup] 2025-03-04T19:51:29.2978778Z + python3 'C:\actions-runner\_work\pytorch\pytorch\./.github/actions/filter-test-configs/../../scripts/parse_ref.py' 2025-03-04T19:51:29.3582269Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-03-04T19:51:29.3582651Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-03-04T19:51:29.3582974Z echo "Job name: ${JOB_NAME}" 2025-03-04T19:51:29.3583272Z  2025-03-04T19:51:29.3583632Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-03-04T19:51:29.3584095Z # in runner workspace 2025-03-04T19:51:29.3584557Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-03-04T19:51:29.3585064Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-03-04T19:51:29.3585382Z  --job-name "${JOB_NAME}" \ 2025-03-04T19:51:29.3585682Z  --test-matrix "{ include: [ 2025-03-04T19:51:29.3586182Z  { config: "default", shard: 1, num_shards: 3, runner: "lf.windows.4xlarge.nonephemeral" }, 2025-03-04T19:51:29.3586845Z  { config: "default", shard: 2, num_shards: 3, runner: "lf.windows.4xlarge.nonephemeral" }, 2025-03-04T19:51:29.3587513Z  { config: "default", shard: 3, num_shards: 3, runner: "lf.windows.4xlarge.nonephemeral" }, 2025-03-04T19:51:29.3587975Z ]} 2025-03-04T19:51:29.3588169Z " \ 2025-03-04T19:51:29.3588402Z  --selected-test-configs "" \ 2025-03-04T19:51:29.3588717Z  --pr-number "${PR_NUMBER}" \ 2025-03-04T19:51:29.3589004Z  --tag "${TAG}" \ 2025-03-04T19:51:29.3589272Z  --event-name "${EVENT_NAME}" \ 2025-03-04T19:51:29.3589573Z  --schedule "${SCHEDULE}" \ 2025-03-04T19:51:29.3589862Z  --branch "${HEAD_BRANCH}" 2025-03-04T19:51:29.3609192Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-04T19:51:29.3609777Z env: 2025-03-04T19:51:29.3609981Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:51:29.3610370Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T19:51:29.3610912Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T19:51:29.3611403Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T19:51:29.3611818Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T19:51:29.3612344Z GITHUB_TOKEN: *** 2025-03-04T19:51:29.3612589Z JOB_NAME: win-vs2022-cpu-py3 / build 2025-03-04T19:51:29.3612954Z PR_NUMBER: 148205 2025-03-04T19:51:29.3613206Z TAG: 2025-03-04T19:51:29.3613407Z EVENT_NAME: pull_request 2025-03-04T19:51:29.3613634Z SCHEDULE: 2025-03-04T19:51:29.3613822Z HEAD_BRANCH: 2025-03-04T19:51:29.3614022Z ##[endgroup] 2025-03-04T19:51:29.3796457Z Workflow: pull 2025-03-04T19:51:29.3796731Z Job name: win-vs2022-cpu-py3 / build 2025-03-04T19:51:29.6596591Z INFO:root:Found no test-config label on the PR, so all test configs are included 2025-03-04T19:51:29.8360998Z ##[group]Run echo "Filtered matrix:" 2025-03-04T19:51:29.8361346Z echo "Filtered matrix:" 2025-03-04T19:51:29.8363127Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "lf.windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "lf.windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "lf.windows.4xlarge.nonephemeral"}]}" 2025-03-04T19:51:29.8364302Z  2025-03-04T19:51:29.8364490Z echo 2025-03-04T19:51:29.8380234Z echo "Is the current job unstable? False" 2025-03-04T19:51:29.8380574Z  2025-03-04T19:51:29.8380763Z echo 2025-03-04T19:51:29.8381003Z echo "Is keep-going label set? False" 2025-03-04T19:51:29.8381298Z  2025-03-04T19:51:29.8381477Z echo 2025-03-04T19:51:29.8381714Z echo "Renabled issues? " 2025-03-04T19:51:29.8400998Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-04T19:51:29.8401447Z env: 2025-03-04T19:51:29.8401636Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:51:29.8402030Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T19:51:29.8402571Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T19:51:29.8403083Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T19:51:29.8403494Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T19:51:29.8403797Z ##[endgroup] 2025-03-04T19:51:29.8586770Z Filtered matrix: 2025-03-04T19:51:29.8587999Z {include: [{config: default, shard: 1, num_shards: 3, runner: lf.windows.4xlarge.nonephemeral}, {config: default, shard: 2, num_shards: 3, runner: lf.windows.4xlarge.nonephemeral}, {config: default, shard: 3, num_shards: 3, runner: lf.windows.4xlarge.nonephemeral}]} 2025-03-04T19:51:29.8589146Z 2025-03-04T19:51:29.8590198Z Is the current job unstable? False 2025-03-04T19:51:29.8590402Z 2025-03-04T19:51:29.8590506Z Is keep-going label set? False 2025-03-04T19:51:29.8590692Z 2025-03-04T19:51:29.8590772Z Renabled issues? 2025-03-04T19:51:29.8701240Z Prepare all required actions 2025-03-04T19:51:29.8701700Z Getting action download info 2025-03-04T19:51:29.9714369Z ##[group]Run ./.github/actions/pytest-cache-download 2025-03-04T19:51:29.9714694Z with: 2025-03-04T19:51:29.9714902Z cache_dir: .pytest_cache 2025-03-04T19:51:29.9715175Z job_identifier: pull_win-vs2022-cpu-py3 2025-03-04T19:51:29.9715477Z s3_bucket: gha-artifacts 2025-03-04T19:51:29.9715703Z env: 2025-03-04T19:51:29.9715881Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:51:29.9716266Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T19:51:29.9716806Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T19:51:29.9717453Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T19:51:29.9717872Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T19:51:29.9718168Z ##[endgroup] 2025-03-04T19:51:29.9810235Z ##[group]Run nick-fields/retry@v3.0.0 2025-03-04T19:51:29.9810616Z with: 2025-03-04T19:51:29.9810810Z shell: bash 2025-03-04T19:51:29.9811065Z timeout_minutes: 5 2025-03-04T19:51:29.9811330Z max_attempts: 5 2025-03-04T19:51:29.9811571Z retry_wait_seconds: 30 2025-03-04T19:51:29.9811945Z command: set -eu python3 -m pip install boto3==1.35.42 2025-03-04T19:51:29.9812356Z polling_interval_seconds: 1 2025-03-04T19:51:29.9812664Z warning_on_retry: true 2025-03-04T19:51:29.9812933Z continue_on_error: false 2025-03-04T19:51:29.9813185Z env: 2025-03-04T19:51:29.9813411Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:51:29.9813837Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T19:51:29.9814483Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T19:51:29.9815081Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T19:51:29.9815545Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T19:51:29.9815898Z ##[endgroup] 2025-03-04T19:51:30.6310791Z Requirement already satisfied: boto3==1.35.42 in c:\jenkins\miniconda3\lib\site-packages (1.35.42) 2025-03-04T19:51:30.6366468Z Requirement already satisfied: botocore<1.36.0,>=1.35.42 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.42) (1.35.99) 2025-03-04T19:51:30.6373004Z 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-04T19:51:30.6379719Z Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.42) (0.10.4) 2025-03-04T19:51:30.6443361Z 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-04T19:51:30.6455355Z 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-04T19:51:30.6512265Z 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-04T19:51:32.1019698Z Command completed after 1 attempt(s). 2025-03-04T19:51:32.1178964Z ##[group]Run python3 .github/scripts/pytest_cache.py \ 2025-03-04T19:51:32.1179399Z python3 .github/scripts/pytest_cache.py \ 2025-03-04T19:51:32.1179753Z  --download \ 2025-03-04T19:51:32.1180044Z  --cache_dir $GITHUB_WORKSPACE/$CACHE_DIR \ 2025-03-04T19:51:32.1180401Z  --pr_identifier $GITHUB_REF \ 2025-03-04T19:51:32.1180729Z  --job_identifier $JOB_IDENTIFIER \ 2025-03-04T19:51:32.1181049Z  --temp_dir $RUNNER_TEMP \ 2025-03-04T19:51:32.1181357Z  --repo $REPO \ 2025-03-04T19:51:32.1181605Z  --bucket $BUCKET \ 2025-03-04T19:51:32.1200697Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-04T19:51:32.1201156Z env: 2025-03-04T19:51:32.1202753Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:51:32.1203188Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T19:51:32.1203731Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T19:51:32.1204216Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T19:51:32.1204630Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T19:51:32.1204942Z CACHE_DIR: .pytest_cache 2025-03-04T19:51:32.1205209Z JOB_IDENTIFIER: pull_win-vs2022-cpu-py3 2025-03-04T19:51:32.1205507Z REPO: pytorch/pytorch 2025-03-04T19:51:32.1205744Z BUCKET: gha-artifacts 2025-03-04T19:51:32.1205960Z ##[endgroup] 2025-03-04T19:51:33.0648614Z PR identifier for `refs/pull/148205/merge` is `751b96d1427f274ae5922d3601d37c8d` 2025-03-04T19:51:33.0650610Z Downloading cache with args Namespace(upload=False, download=True, cache_dir='C:\\actions-runner\\_work\\pytorch\\pytorch/.pytest_cache', pr_identifier='refs/pull/148205/merge', job_identifier='pull_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-04T19:51:33.0652583Z There were no files matching the prefix `pytest_cache/pytorch/pytorch/751b96d1427f274ae5922d3601d37c8d/pull_win-vs2022-cpu-py3` in bucket `gha-artifacts` 2025-03-04T19:51:33.1293401Z ##[group]Run .ci/pytorch/win-build.sh 2025-03-04T19:51:33.1293758Z .ci/pytorch/win-build.sh 2025-03-04T19:51:33.1312331Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-04T19:51:33.1312778Z env: 2025-03-04T19:51:33.1312971Z GIT_DEFAULT_BRANCH: main 2025-03-04T19:51:33.1313361Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T19:51:33.1313923Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T19:51:33.1314408Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T19:51:33.1314823Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T19:51:33.1315216Z PYTORCH_FINAL_PACKAGE_DIR: /c/13661694839/build-results/ 2025-03-04T19:51:33.1315567Z BRANCH: pull/148205 2025-03-04T19:51:33.1315816Z BUILD_ENVIRONMENT: win-vs2022-cpu-py3 2025-03-04T19:51:33.1316099Z BUILD_WHEEL: 1 2025-03-04T19:51:33.1316301Z MAX_JOBS: 8 2025-03-04T19:51:33.1316543Z CUDA_VERSION: cpu 2025-03-04T19:51:33.1316761Z PYTHON_VERSION: 3.9 2025-03-04T19:51:33.1316999Z SCCACHE_BUCKET: ossci-compiler-cache 2025-03-04T19:51:33.1317312Z SCCACHE_S3_KEY_PREFIX: pull 2025-03-04T19:51:33.1317574Z SCCACHE_REGION: us-east-1 2025-03-04T19:51:33.1317823Z VC_PRODUCT: BuildTools 2025-03-04T19:51:33.1318049Z VC_VERSION: 2025-03-04T19:51:33.1318247Z VC_YEAR: 2019 2025-03-04T19:51:33.1318584Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-04T19:51:33.1319113Z AWS_DEFAULT_REGION: us-east-1 2025-03-04T19:51:33.1319380Z PR_NUMBER: 148205 2025-03-04T19:51:33.1319632Z SHA1: 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:51:33.1319930Z DEBUG: 0 2025-03-04T19:51:33.1320136Z TORCH_CUDA_ARCH_LIST: 8.6 2025-03-04T19:51:33.1320376Z USE_CUDA: 0 2025-03-04T19:51:33.1320567Z USE_XPU: 0 2025-03-04T19:51:33.1320755Z XPU_VERSION: 2025-03-04T19:51:33.1320961Z OUR_GITHUB_JOB_ID: 38194120755 2025-03-04T19:51:33.1321218Z ##[endgroup] 2025-03-04T19:51:33.2061845Z ++ [[ win-vs2022-cpu-py3 == *rocm* ]] 2025-03-04T19:51:33.2062177Z ++ BUILD_TEST_LIBTORCH=0 2025-03-04T19:51:33.2062584Z + source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common-build.sh 2025-03-04T19:51:33.2064732Z ++ [[ win-vs2022-cpu-py3 != *win-* ]] 2025-03-04T19:51:33.2065149Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-03-04T19:51:33.2065669Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-03-04T19:51:33.2120547Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-03-04T19:51:33.2223965Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2025-03-04T19:51:33.2224394Z + export TMP_DIR_WIN 2025-03-04T19:51:33.2224712Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/13661694839/build-results/ 2025-03-04T19:51:33.2225158Z + PYTORCH_FINAL_PACKAGE_DIR=/c/13661694839/build-results/ 2025-03-04T19:51:33.2225532Z + [[ -n /c/13661694839/build-results/ ]] 2025-03-04T19:51:33.2225847Z + mkdir -p /c/13661694839/build-results/ 2025-03-04T19:51:33.2345527Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-03-04T19:51:33.2346643Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-03-04T19:51:33.2347484Z + set +ex 2025-03-04T19:51:34.1496554Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2025-03-04T19:51:34.1633906Z 2025-03-04T19:51:34.1634593Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" (set BUILD_TYPE=debug ) ELSE (set BUILD_TYPE=release ) 2025-03-04T19:51:34.1637657Z 2025-03-04T19:51:34.1641951Z 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-04T19:51:34.1644609Z 2025-03-04T19:51:34.1645152Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-03-04T19:51:34.1645809Z 2025-03-04T19:51:34.1646360Z 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-04T19:51:34.1656134Z 2025-03-04T19:51:34.1656463Z C:\actions-runner\_work\pytorch\pytorch>if "cpu" == "cpu" ( 2025-03-04T19:51:34.1656874Z echo skip magma installation for cpu builds 2025-03-04T19:51:34.1657197Z exit /b 0 2025-03-04T19:51:34.1657375Z ) 2025-03-04T19:51:34.1657581Z skip magma installation for cpu builds 2025-03-04T19:51:34.1660439Z 2025-03-04T19:51:34.1660697Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2025-03-04T19:51:34.1661561Z 2025-03-04T19:51:34.1661866Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2025-03-04T19:51:34.1662851Z 2025-03-04T19:51:34.1663458Z 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-04T19:51:34.1672682Z 2025-03-04T19:51:34.1673182Z C:\actions-runner\_work\pytorch\pytorch>mkdir C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin 2025-03-04T19:51:34.1679511Z 2025-03-04T19:51:34.1679785Z C:\actions-runner\_work\pytorch\pytorch>if "" == "" ( 2025-03-04T19:51:34.1680304Z IF EXIST C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ( 2025-03-04T19:51:34.1680804Z taskkill /im sccache.exe /f /t || ver 1>nul 2025-03-04T19:51:34.1681313Z del C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe || ver 1>nul 2025-03-04T19:51:34.1681782Z ) 2025-03-04T19:51:34.1683117Z 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-04T19:51:34.1684475Z ) 2025-03-04T19:51:35.4935363Z Completed 256.0 KiB/18.8 MiB (787.9 KiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.4961859Z Completed 512.0 KiB/18.8 MiB (1.5 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.4984770Z Completed 768.0 KiB/18.8 MiB (2.3 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5006368Z Completed 1.0 MiB/18.8 MiB (3.0 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5023199Z Completed 1.2 MiB/18.8 MiB (3.7 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5037146Z Completed 1.5 MiB/18.8 MiB (4.4 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5052969Z Completed 1.8 MiB/18.8 MiB (5.2 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5062575Z Completed 2.0 MiB/18.8 MiB (5.9 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5075595Z Completed 2.2 MiB/18.8 MiB (6.6 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5086679Z Completed 2.5 MiB/18.8 MiB (7.3 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5090563Z Completed 2.8 MiB/18.8 MiB (8.0 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5198177Z Completed 2.8 MiB/18.8 MiB (8.2 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5216429Z Completed 3.1 MiB/18.8 MiB (8.7 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5231044Z Completed 3.3 MiB/18.8 MiB (9.4 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5243834Z Completed 3.6 MiB/18.8 MiB (10.0 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5256718Z Completed 3.8 MiB/18.8 MiB (10.7 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5268809Z Completed 4.1 MiB/18.8 MiB (11.4 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5280060Z Completed 4.3 MiB/18.8 MiB (12.1 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5282777Z Completed 4.6 MiB/18.8 MiB (12.8 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5292039Z Completed 4.8 MiB/18.8 MiB (13.5 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5302290Z Completed 5.1 MiB/18.8 MiB (13.9 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5312410Z Completed 5.3 MiB/18.8 MiB (14.6 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5319627Z Completed 5.6 MiB/18.8 MiB (15.3 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5323110Z Completed 5.8 MiB/18.8 MiB (16.0 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5329939Z Completed 6.1 MiB/18.8 MiB (16.7 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5337695Z Completed 6.3 MiB/18.8 MiB (17.2 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5346461Z Completed 6.6 MiB/18.8 MiB (17.8 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5350240Z Completed 6.8 MiB/18.8 MiB (18.5 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5355729Z Completed 7.1 MiB/18.8 MiB (19.1 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5362824Z Completed 7.3 MiB/18.8 MiB (19.8 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5369497Z Completed 7.6 MiB/18.8 MiB (20.4 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5375862Z Completed 7.8 MiB/18.8 MiB (21.0 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5378556Z Completed 8.1 MiB/18.8 MiB (21.7 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5385708Z Completed 8.3 MiB/18.8 MiB (22.3 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5392371Z Completed 8.6 MiB/18.8 MiB (22.9 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5397033Z Completed 8.8 MiB/18.8 MiB (23.6 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5401234Z Completed 9.1 MiB/18.8 MiB (24.2 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5415803Z Completed 9.3 MiB/18.8 MiB (24.8 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5419095Z Completed 9.6 MiB/18.8 MiB (25.4 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5438857Z Completed 9.8 MiB/18.8 MiB (26.0 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5444100Z Completed 10.1 MiB/18.8 MiB (26.6 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5458408Z Completed 10.3 MiB/18.8 MiB (27.2 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5469970Z Completed 10.6 MiB/18.8 MiB (27.8 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5475861Z Completed 10.8 MiB/18.8 MiB (28.3 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5492002Z Completed 11.1 MiB/18.8 MiB (28.9 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5498824Z Completed 11.3 MiB/18.8 MiB (29.5 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5510239Z Completed 11.6 MiB/18.8 MiB (30.1 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5526125Z Completed 11.8 MiB/18.8 MiB (30.6 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5529156Z Completed 12.1 MiB/18.8 MiB (31.1 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5540628Z Completed 12.3 MiB/18.8 MiB (31.7 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5546926Z Completed 12.6 MiB/18.8 MiB (32.3 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5558700Z Completed 12.8 MiB/18.8 MiB (32.9 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5573097Z Completed 13.1 MiB/18.8 MiB (33.4 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5576468Z Completed 13.3 MiB/18.8 MiB (34.0 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5587667Z Completed 13.6 MiB/18.8 MiB (34.6 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5600022Z Completed 13.8 MiB/18.8 MiB (35.1 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5605093Z Completed 14.1 MiB/18.8 MiB (35.6 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5613048Z Completed 14.3 MiB/18.8 MiB (36.2 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5619745Z Completed 14.6 MiB/18.8 MiB (36.8 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5628399Z Completed 14.8 MiB/18.8 MiB (37.3 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5633860Z Completed 15.1 MiB/18.8 MiB (37.9 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5642356Z Completed 15.3 MiB/18.8 MiB (38.5 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5647942Z Completed 15.6 MiB/18.8 MiB (39.1 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5653960Z Completed 15.8 MiB/18.8 MiB (39.6 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5656424Z Completed 16.1 MiB/18.8 MiB (40.2 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5662251Z Completed 16.3 MiB/18.8 MiB (40.7 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5668649Z Completed 16.6 MiB/18.8 MiB (41.3 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5675910Z Completed 16.8 MiB/18.8 MiB (41.9 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5683235Z Completed 17.1 MiB/18.8 MiB (42.5 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5687221Z Completed 17.3 MiB/18.8 MiB (43.0 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5703550Z Completed 17.6 MiB/18.8 MiB (43.6 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5712015Z Completed 17.8 MiB/18.8 MiB (44.0 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5721475Z Completed 18.1 MiB/18.8 MiB (44.7 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5728463Z Completed 18.3 MiB/18.8 MiB (45.3 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5738090Z Completed 18.6 MiB/18.8 MiB (45.6 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5745895Z Completed 18.8 MiB/18.8 MiB (46.2 MiB/s) with 1 file(s) remaining 2025-03-04T19:51:35.5746473Z download: s3://ossci-windows/sccache-v0.7.4.exe to build\win_tmp\bin\sccache.exe 2025-03-04T19:51:35.6684738Z 2025-03-04T19:51:35.6685522Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2025-03-04T19:51:35.6685882Z 2025-03-04T19:51:35.6686109Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2025-03-04T19:51:35.6687362Z 2025-03-04T19:51:35.6687657Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" ( 2025-03-04T19:51:35.6688006Z set CUDA_VERSION=xpu 2025-03-04T19:51:35.6688580Z call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\..\windows\internal\xpu_install.bat 2025-03-04T19:51:35.6689181Z if errorlevel 1 exit /b 1 2025-03-04T19:51:35.6689418Z ) 2025-03-04T19:51:35.6689518Z 2025-03-04T19:51:35.6690112Z 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-04T19:51:35.6701043Z 2025-03-04T19:51:35.6701757Z 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-04T19:51:35.6704768Z 2025-03-04T19:51:35.6705205Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2025-03-04T19:51:35.6707814Z 2025-03-04T19:51:35.6708049Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2025-03-04T19:51:35.6709132Z 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-04T19:51:35.6710351Z if errorlevel 1 exit /b 2025-03-04T19:51:35.6710621Z if not errorlevel 0 exit /b 2025-03-04T19:51:35.6711450Z 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-04T19:51:35.6712294Z if errorlevel 1 exit /b 2025-03-04T19:51:35.6712677Z if not errorlevel 0 exit /b 2025-03-04T19:51:35.6712913Z ) 2025-03-04T19:51:35.6713030Z 2025-03-04T19:51:35.6713392Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2025-03-04T19:51:36.8958134Z Requirement already satisfied: mkl-include==2021.4.0 in c:\jenkins\miniconda3\lib\site-packages (2021.4.0) 2025-03-04T19:51:36.8966874Z Requirement already satisfied: mkl-devel==2021.4.0 in c:\jenkins\miniconda3\lib\site-packages (2021.4.0) 2025-03-04T19:51:36.9001166Z Requirement already satisfied: mkl==2021.4.0 in c:\jenkins\miniconda3\lib\site-packages (from mkl-devel==2021.4.0) (2021.4.0) 2025-03-04T19:51:36.9027234Z Requirement already satisfied: intel-openmp==2021.* in c:\jenkins\miniconda3\lib\site-packages (from mkl==2021.4.0->mkl-devel==2021.4.0) (2021.4.0) 2025-03-04T19:51:36.9033878Z Requirement already satisfied: tbb==2021.* in c:\jenkins\miniconda3\lib\site-packages (from mkl==2021.4.0->mkl-devel==2021.4.0) (2021.13.1) 2025-03-04T19:51:38.0770407Z ********************************************************************** 2025-03-04T19:51:38.0770869Z ** Visual Studio 2019 Developer Command Prompt v16.11.44 2025-03-04T19:51:38.0771251Z ** Copyright (c) 2021 Microsoft Corporation 2025-03-04T19:51:38.0772024Z ********************************************************************** 2025-03-04T19:51:38.4972381Z [vcvarsall.bat] Environment initialized for: 'x64' 2025-03-04T19:51:38.5006699Z 2025-03-04T19:51:38.5007274Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2025-03-04T19:51:38.5010409Z 2025-03-04T19:51:38.5010905Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2025-03-04T19:51:38.5012900Z 2025-03-04T19:51:38.5013241Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2025-03-04T19:51:38.5015495Z 2025-03-04T19:51:38.5023485Z (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-04T19:51:38.5031605Z 2025-03-04T19:51:38.5032584Z (base) C:\actions-runner\_work\pytorch\pytorch>if "8.6" == "" set TORCH_CUDA_ARCH_LIST=8.6 2025-03-04T19:51:38.5033005Z 2025-03-04T19:51:38.5033232Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IDLE_TIMEOUT=0 2025-03-04T19:51:38.5033586Z 2025-03-04T19:51:38.5033838Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IGNORE_SERVER_IO_ERROR=1 2025-03-04T19:51:38.5034209Z 2025-03-04T19:51:38.5034424Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2025-03-04T19:51:38.5131873Z Stopping sccache server... 2025-03-04T19:51:39.5348629Z sccache: error: couldn't connect to server 2025-03-04T19:51:39.5350883Z sccache: caused by: No connection could be made because the target machine actively refused it. (os error 10061) 2025-03-04T19:51:39.5375366Z 2025-03-04T19:51:39.5375829Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --start-server 2025-03-04T19:51:39.5469199Z sccache: Starting the server... 2025-03-04T19:51:39.6730701Z 2025-03-04T19:51:39.6731466Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --zero-stats 2025-03-04T19:51:39.6857345Z Compile requests 0 2025-03-04T19:51:39.6857742Z Compile requests executed 0 2025-03-04T19:51:39.6858045Z Cache hits 0 2025-03-04T19:51:39.6858337Z Cache misses 0 2025-03-04T19:51:39.6858628Z Cache timeouts 0 2025-03-04T19:51:39.6858925Z Cache read errors 0 2025-03-04T19:51:39.6859217Z Forced recaches 0 2025-03-04T19:51:39.6859508Z Cache write errors 0 2025-03-04T19:51:39.6859807Z Compilation failures 0 2025-03-04T19:51:39.6860089Z Cache errors 0 2025-03-04T19:51:39.6860418Z Non-cacheable compilations 0 2025-03-04T19:51:39.6860727Z Non-cacheable calls 0 2025-03-04T19:51:39.6861082Z Non-compilation calls 0 2025-03-04T19:51:39.6861395Z Unsupported compiler calls 0 2025-03-04T19:51:39.6861709Z Average cache write 0.000 s 2025-03-04T19:51:39.6862016Z Average compiler 0.000 s 2025-03-04T19:51:39.6862310Z Average cache read hit 0.000 s 2025-03-04T19:51:39.6862617Z Failed distributed compilations 0 2025-03-04T19:51:39.6863028Z Cache location s3, name: ossci-compiler-cache, prefix: /pull/ 2025-03-04T19:51:39.6863455Z Version (client) 0.7.4 2025-03-04T19:51:39.6881974Z 2025-03-04T19:51:39.6882496Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_C_COMPILER_LAUNCHER=sccache 2025-03-04T19:51:39.6884593Z 2025-03-04T19:51:39.6885158Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_CXX_COMPILER_LAUNCHER=sccache 2025-03-04T19:51:39.6886796Z 2025-03-04T19:51:39.6887169Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_GENERATOR=Ninja 2025-03-04T19:51:39.6891068Z 2025-03-04T19:51:39.6891310Z (base) C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" ( 2025-03-04T19:51:39.6891665Z 2025-03-04T19:51:39.6891870Z 2025-03-04T19:51:39.6892041Z 2025-03-04T19:51:39.6892853Z 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-04T19:51:39.6893751Z if errorlevel 1 goto fail 2025-03-04T19:51:39.6894016Z if not errorlevel 0 goto fail 2025-03-04T19:51:39.6895559Z 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-04T19:51:39.6897104Z cat C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2025-03-04T19:51:39.6897750Z set CUDA_NVCC_EXECUTABLE=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2025-03-04T19:51:39.6898762Z 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-04T19:51:39.6900070Z 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-04T19:51:39.6900973Z ) 2025-03-04T19:51:39.6901090Z 2025-03-04T19:51:39.6901261Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2025-03-04T19:51:39.6901689Z ALLUSERSPROFILE=C:\ProgramData 2025-03-04T19:51:39.6902143Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-04T19:51:39.6902695Z APPDATA=C:\Users\runneruser\AppData\Roaming 2025-03-04T19:51:39.6903062Z AWS_DEFAULT_REGION=us-east-1 2025-03-04T19:51:39.6903376Z AWS_EXECUTION_ENV=EC2 2025-03-04T19:51:39.6903657Z BRANCH=pull/148205 2025-03-04T19:51:39.6903902Z BUILD_ENVIRONMENT=win-vs2022-cpu-py3 2025-03-04T19:51:39.6904278Z BUILD_TYPE=release 2025-03-04T19:51:39.6904495Z BUILD_WHEEL=1 2025-03-04T19:51:39.6904741Z CI=true 2025-03-04T19:51:39.6904986Z CMAKE_CXX_COMPILER_LAUNCHER=sccache 2025-03-04T19:51:39.6905321Z CMAKE_C_COMPILER_LAUNCHER=sccache 2025-03-04T19:51:39.6905618Z CMAKE_GENERATOR=Ninja 2025-03-04T19:51:39.6905877Z CommandPromptType=Native 2025-03-04T19:51:39.6906222Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2025-03-04T19:51:39.6906654Z COMPUTERNAME=EC2AMAZ-CS1GRM9 2025-03-04T19:51:39.6906983Z COMSPEC=C:\Windows\system32\cmd.exe 2025-03-04T19:51:39.6907431Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T19:51:39.6907886Z CONDA_DEFAULT_ENV=base 2025-03-04T19:51:39.6908216Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2025-03-04T19:51:39.6908727Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T19:51:39.6909152Z CONDA_PARENT_DIR=C:\Jenkins 2025-03-04T19:51:39.6909472Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2025-03-04T19:51:39.6909800Z CONDA_PROMPT_MODIFIER=(base) 2025-03-04T19:51:39.6910167Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2025-03-04T19:51:39.6910717Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T19:51:39.6911187Z CONDA_SHLVL=1 2025-03-04T19:51:39.6911545Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8 2025-03-04T19:51:39.6912142Z CUDA_PATH_V11_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8 2025-03-04T19:51:39.6912762Z CUDA_PATH_V12_4=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2025-03-04T19:51:39.6913326Z CUDA_PATH_V12_6=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-03-04T19:51:39.6913930Z CUDA_PATH_V12_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8 2025-03-04T19:51:39.6914405Z CUDA_VERSION=cpu 2025-03-04T19:51:39.6914662Z ChocolateyInstall=C:\ProgramData\chocolatey 2025-03-04T19:51:39.6915162Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2025-03-04T19:51:39.6915635Z CommonProgramW6432=C:\Program Files\Common Files 2025-03-04T19:51:39.6916007Z DEBUG=0 2025-03-04T19:51:39.6916462Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\ 2025-03-04T19:51:39.6916956Z DISTUTILS_USE_SDK=1 2025-03-04T19:51:39.6917264Z DriverData=C:\Windows\System32\Drivers\DriverData 2025-03-04T19:51:39.6917641Z EC2LAUNCH_TELEMETRY=1 2025-03-04T19:51:39.6918126Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2025-03-04T19:51:39.6918920Z Framework40Version=v4.0 2025-03-04T19:51:39.6919264Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2025-03-04T19:51:39.6919700Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2025-03-04T19:51:39.6920107Z FrameworkVersion=v4.0.30319 2025-03-04T19:51:39.6920426Z FrameworkVersion64=v4.0.30319 2025-03-04T19:51:39.6920733Z GITHUB_ACTION=build 2025-03-04T19:51:39.6920985Z GITHUB_ACTIONS=true 2025-03-04T19:51:39.6921235Z GITHUB_ACTION_REF= 2025-03-04T19:51:39.6921458Z GITHUB_ACTION_REPOSITORY= 2025-03-04T19:51:39.6921703Z GITHUB_ACTOR=williamwen42 2025-03-04T19:51:39.6922063Z GITHUB_ACTOR_ID=20119138 2025-03-04T19:51:39.6922329Z GITHUB_API_URL=https://api.github.com 2025-03-04T19:51:39.6922653Z GITHUB_BASE_REF=gh/williamwen42/215/base 2025-03-04T19:51:39.6923199Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_a423571d-0414-43b2-b89e-84f74f63c8ef 2025-03-04T19:51:39.6923742Z GITHUB_EVENT_NAME=pull_request 2025-03-04T19:51:39.6924140Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2025-03-04T19:51:39.6924631Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-03-04T19:51:39.6924987Z GITHUB_HEAD_REF=gh/williamwen42/215/head 2025-03-04T19:51:39.6925276Z GITHUB_JOB=build 2025-03-04T19:51:39.6925759Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_a423571d-0414-43b2-b89e-84f74f63c8ef 2025-03-04T19:51:39.6926564Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_a423571d-0414-43b2-b89e-84f74f63c8ef 2025-03-04T19:51:39.6927207Z GITHUB_REF=refs/pull/148205/merge 2025-03-04T19:51:39.6927521Z GITHUB_REF_NAME=148205/merge 2025-03-04T19:51:39.6927783Z GITHUB_REF_PROTECTED=false 2025-03-04T19:51:39.6928025Z GITHUB_REF_TYPE=branch 2025-03-04T19:51:39.6928269Z GITHUB_REPOSITORY=pytorch/pytorch 2025-03-04T19:51:39.6928548Z GITHUB_REPOSITORY_ID=65600975 2025-03-04T19:51:39.6928811Z GITHUB_REPOSITORY_OWNER=pytorch 2025-03-04T19:51:39.6929096Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-03-04T19:51:39.6929385Z GITHUB_RETENTION_DAYS=90 2025-03-04T19:51:39.6929630Z GITHUB_RUN_ATTEMPT=1 2025-03-04T19:51:39.6929849Z GITHUB_RUN_ID=13661694839 2025-03-04T19:51:39.6930080Z GITHUB_RUN_NUMBER=295855 2025-03-04T19:51:39.6930347Z GITHUB_SERVER_URL=https://github.com 2025-03-04T19:51:39.6930677Z GITHUB_SHA=d0654836237b89031de4353648b2c86ba3fc52f9 2025-03-04T19:51:39.6931266Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_a423571d-0414-43b2-b89e-84f74f63c8ef 2025-03-04T19:51:39.6932119Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_a423571d-0414-43b2-b89e-84f74f63c8ef 2025-03-04T19:51:39.6932752Z GITHUB_TRIGGERING_ACTOR=williamwen42 2025-03-04T19:51:39.6933061Z GITHUB_WORKFLOW=pull 2025-03-04T19:51:39.6933588Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/pull.yml@refs/pull/148205/merge 2025-03-04T19:51:39.6934144Z GITHUB_WORKFLOW_SHA=d0654836237b89031de4353648b2c86ba3fc52f9 2025-03-04T19:51:39.6934577Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2025-03-04T19:51:39.6934942Z GIT_DEFAULT_BRANCH=main 2025-03-04T19:51:39.6935181Z HOME=C:\Users\runneruser 2025-03-04T19:51:39.6937018Z 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-04T19:51:39.6939245Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-03-04T19:51:39.6940688Z 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-04T19:51:39.6943142Z 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-04T19:51:39.6944699Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2025-03-04T19:51:39.6945158Z MAX_JOBS=8 2025-03-04T19:51:39.6945503Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2025-03-04T19:51:39.6945936Z NUMBER_OF_PROCESSORS=16 2025-03-04T19:51:39.6946156Z OS=Windows_NT 2025-03-04T19:51:39.6946368Z OUR_GITHUB_JOB_ID=38194120755 2025-03-04T19:51:39.6953832Z 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-04T19:51:39.6961816Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2025-03-04T19:51:39.6962173Z Platform=x64 2025-03-04T19:51:39.6962403Z PROCESSOR_ARCHITECTURE=AMD64 2025-03-04T19:51:39.6962799Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 7, GenuineIntel 2025-03-04T19:51:39.6963223Z PROCESSOR_LEVEL=6 2025-03-04T19:51:39.6963446Z PROCESSOR_REVISION=5507 2025-03-04T19:51:39.6963691Z PROGRAMFILES=C:\Program Files 2025-03-04T19:51:39.6963964Z PROMPT=(base) $P$G 2025-03-04T19:51:39.6964175Z PR_NUMBER=148205 2025-03-04T19:51:39.6964678Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2025-03-04T19:51:39.6965251Z PUBLIC=C:\Users\Public 2025-03-04T19:51:39.6965753Z *** 2025-03-04T19:51:39.6965932Z PYTHON_VERSION=3.9 2025-03-04T19:51:39.6966216Z PYTORCH_FINAL_PACKAGE_DIR=C:/13661694839/build-results/ 2025-03-04T19:51:39.6966579Z ProgramData=C:\ProgramData 2025-03-04T19:51:39.6966859Z ProgramFiles(x86)=C:\Program Files (x86) 2025-03-04T19:51:39.6967166Z ProgramW6432=C:\Program Files 2025-03-04T19:51:39.6967420Z RUNNER_ARCH=X64 2025-03-04T19:51:39.6967765Z RUNNER_ENVIRONMENT=self-hosted 2025-03-04T19:51:39.6968046Z RUNNER_NAME=i-01cb858eff49a19a6 2025-03-04T19:51:39.6968306Z RUNNER_OS=Windows 2025-03-04T19:51:39.6968539Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2025-03-04T19:51:39.6968887Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2025-03-04T19:51:39.6969304Z RUNNER_TRACKING_ID=github_827264a8-393b-4d03-aecd-9f991f1d43b0 2025-03-04T19:51:39.6969721Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2025-03-04T19:51:39.6970060Z SCCACHE_BUCKET=ossci-compiler-cache 2025-03-04T19:51:39.6970340Z SCCACHE_IDLE_TIMEOUT=0 2025-03-04T19:51:39.6971220Z SCCACHE_IGNORE_SERVER_IO_ERROR=1 2025-03-04T19:51:39.6971512Z SCCACHE_REGION=us-east-1 2025-03-04T19:51:39.6971760Z SCCACHE_S3_KEY_PREFIX=pull 2025-03-04T19:51:39.6972309Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-03-04T19:51:39.6972900Z SHA1=1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T19:51:39.6973185Z SHLVL=2 2025-03-04T19:51:39.6973461Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2025-03-04T19:51:39.6973806Z SYSTEMDRIVE=C: 2025-03-04T19:51:39.6974010Z SYSTEMROOT=C:\Windows 2025-03-04T19:51:39.6974259Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T19:51:39.6974557Z TERM=xterm-256color 2025-03-04T19:51:39.6974797Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T19:51:39.6975115Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T19:51:39.6975502Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-03-04T19:51:39.6975960Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2025-03-04T19:51:39.6976326Z TORCH_CUDA_ARCH_LIST=8.6 2025-03-04T19:51:39.6976565Z UCRTVersion=10.0.19041.0 2025-03-04T19:51:39.6976884Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-03-04T19:51:39.6977272Z UPDATEFILE=update.finished 2025-03-04T19:51:39.6977528Z USERDOMAIN=EC2AMAZ-CS1GRM9 2025-03-04T19:51:39.6977770Z USERNAME=runneruser 2025-03-04T19:51:39.6978014Z USERPROFILE=C:\Users\runneruser 2025-03-04T19:51:39.6978272Z USE_CUDA=0 2025-03-04T19:51:39.6978455Z USE_XPU=0 2025-03-04T19:51:39.6978862Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\ 2025-03-04T19:51:39.6979507Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\ 2025-03-04T19:51:39.6980208Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\ 2025-03-04T19:51:39.6981010Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Redist\MSVC\14.29.30133\ 2025-03-04T19:51:39.6981566Z VCToolsVersion=14.29.30133 2025-03-04T19:51:39.6981811Z VC_PRODUCT=BuildTools 2025-03-04T19:51:39.6982026Z VC_VERSION= 2025-03-04T19:51:39.6982218Z VC_YEAR=2019 2025-03-04T19:51:39.6982436Z VERBOSE_ARG='SilentlyContinue' 2025-03-04T19:51:39.6982711Z VisualStudioVersion=16.0 2025-03-04T19:51:39.6983157Z VS160COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\ 2025-03-04T19:51:39.6983638Z VSCMD_ARG_app_plat=Desktop 2025-03-04T19:51:39.6983884Z VSCMD_ARG_HOST_ARCH=x64 2025-03-04T19:51:39.6984108Z VSCMD_ARG_TGT_ARCH=x64 2025-03-04T19:51:39.6984326Z VSCMD_VER=16.11.44 2025-03-04T19:51:39.6984677Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\ 2025-03-04T19:51:39.6985088Z WINDIR=C:\Windows 2025-03-04T19:51:39.6985680Z 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-04T19:51:39.6986440Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2025-03-04T19:51:39.6986885Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-03-04T19:51:39.6987250Z WindowsSDKLibVersion=10.0.19041.0\ 2025-03-04T19:51:39.6987681Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2025-03-04T19:51:39.6988119Z WindowsSDKVersion=10.0.19041.0\ 2025-03-04T19:51:39.6988646Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2025-03-04T19:51:39.6989566Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2025-03-04T19:51:39.6990087Z XPU_VERSION= 2025-03-04T19:51:39.6990505Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2025-03-04T19:51:39.6990996Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2025-03-04T19:51:39.6991533Z __devinit_path=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit\devinit.exe 2025-03-04T19:51:39.6992158Z __DOTNET_ADD_64BIT=1 2025-03-04T19:51:39.6992423Z __DOTNET_PREFERRED_BITNESS=64 2025-03-04T19:51:39.6995783Z __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-04T19:51:39.6999157Z 2025-03-04T19:51:39.6999392Z (base) C:\actions-runner\_work\pytorch\pytorch>python setup.py bdist_wheel 2025-03-04T19:51:40.0049837Z Building wheel torch-2.7.0a0+git1b74980 2025-03-04T19:51:40.1477174Z Cloning into 'nccl'... 2025-03-04T19:51:40.7950992Z Note: switching to 'v2.25.1-1'. 2025-03-04T19:51:40.7951268Z 2025-03-04T19:51:40.7951493Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-04T19:51:40.7952065Z changes and commit them, and you can discard any commits you make in this 2025-03-04T19:51:40.7952581Z state without impacting any branches by switching back to a branch. 2025-03-04T19:51:40.7952900Z 2025-03-04T19:51:40.7953098Z If you want to create a new branch to retain commits you create, you may 2025-03-04T19:51:40.7953579Z do so (now or later) by using -c with the switch command. Example: 2025-03-04T19:51:40.7953867Z 2025-03-04T19:51:40.7953968Z git switch -c 2025-03-04T19:51:40.7954154Z 2025-03-04T19:51:40.7954266Z Or undo this operation with: 2025-03-04T19:51:40.7954436Z 2025-03-04T19:51:40.7954524Z git switch - 2025-03-04T19:51:40.7954650Z 2025-03-04T19:51:40.7954876Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-04T19:51:40.7955282Z 2025-03-04T19:51:40.7955427Z HEAD is now at 80f6bda NCCL 2.25.1-1 2025-03-04T19:51:41.9849895Z -- The CXX compiler identification is MSVC 19.29.30158.0 2025-03-04T19:51:42.1554270Z -- The C compiler identification is MSVC 19.29.30158.0 2025-03-04T19:51:42.1960194Z -- Detecting CXX compiler ABI info 2025-03-04T19:51:42.7329271Z -- Detecting CXX compiler ABI info - done 2025-03-04T19:51:42.7351592Z -- 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-04T19:51:42.7370118Z -- Detecting CXX compile features 2025-03-04T19:51:42.7389446Z -- Detecting CXX compile features - done 2025-03-04T19:51:42.7483162Z -- Detecting C compiler ABI info 2025-03-04T19:51:43.0383909Z -- Detecting C compiler ABI info - done 2025-03-04T19:51:43.0405914Z -- 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-04T19:51:43.0409266Z -- Detecting C compile features 2025-03-04T19:51:43.0415441Z -- Detecting C compile features - done 2025-03-04T19:51:43.0486362Z -- Not forcing any particular BLAS to be found 2025-03-04T19:51:43.0527743Z CMake Warning at CMakeLists.txt:415 (message): 2025-03-04T19:51:43.0528152Z TensorPipe cannot be used on Windows. Set it to OFF 2025-03-04T19:51:43.0528429Z 2025-03-04T19:51:43.0528434Z 2025-03-04T19:51:43.0528559Z CMake Warning at CMakeLists.txt:417 (message): 2025-03-04T19:51:43.0528928Z KleidiAI cannot be used on Windows. Set it to OFF 2025-03-04T19:51:43.0529168Z 2025-03-04T19:51:43.0529173Z 2025-03-04T19:51:43.0624948Z -- Performing Test C_HAS_AVX_1 2025-03-04T19:51:43.4652869Z -- Performing Test C_HAS_AVX_1 - Success 2025-03-04T19:51:43.4658070Z -- Performing Test C_HAS_AVX2_1 2025-03-04T19:51:43.8137500Z -- Performing Test C_HAS_AVX2_1 - Success 2025-03-04T19:51:43.8143316Z -- Performing Test C_HAS_AVX512_1 2025-03-04T19:51:44.1712122Z -- Performing Test C_HAS_AVX512_1 - Success 2025-03-04T19:51:44.1718421Z -- Performing Test CXX_HAS_AVX_1 2025-03-04T19:51:44.5237300Z -- Performing Test CXX_HAS_AVX_1 - Success 2025-03-04T19:51:44.5243287Z -- Performing Test CXX_HAS_AVX2_1 2025-03-04T19:51:44.9708911Z -- Performing Test CXX_HAS_AVX2_1 - Success 2025-03-04T19:51:44.9714600Z -- Performing Test CXX_HAS_AVX512_1 2025-03-04T19:51:45.3196276Z -- Performing Test CXX_HAS_AVX512_1 - Success 2025-03-04T19:51:45.3199027Z -- Current compiler supports avx2 extension. Will build perfkernels. 2025-03-04T19:51:45.3203361Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2025-03-04T19:51:45.7065354Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2025-03-04T19:51:45.7066789Z -- Current compiler supports avx512f extension. Will build fbgemm. 2025-03-04T19:51:45.7078443Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2025-03-04T19:51:45.9875145Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Failed 2025-03-04T19:51:45.9889634Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2025-03-04T19:51:46.2763939Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Failed 2025-03-04T19:51:46.2777125Z -- Could not find hardware support for NEON on this machine. 2025-03-04T19:51:46.2777581Z -- No OMAP3 processor on this machine. 2025-03-04T19:51:46.2777945Z -- No OMAP4 processor on this machine. 2025-03-04T19:51:46.2778352Z -- Compiler does not support SVE extension. Will not build perfkernels. 2025-03-04T19:51:46.2925741Z -- Performing Test HAS/UTF_8 2025-03-04T19:51:46.5768381Z -- Performing Test HAS/UTF_8 - Success 2025-03-04T19:51:46.5794463Z -- Building using own protobuf under third_party per request. 2025-03-04T19:51:46.5794903Z -- Use custom protobuf build. 2025-03-04T19:51:46.5834972Z -- 2025-03-04T19:51:46.5835216Z -- 3.13.0.0 2025-03-04T19:51:46.5880208Z -- Looking for pthread.h 2025-03-04T19:51:46.6782012Z -- Looking for pthread.h - not found 2025-03-04T19:51:46.6823086Z -- Found Threads: TRUE 2025-03-04T19:51:46.7486719Z -- Caffe2 protobuf include directory: $$ 2025-03-04T19:51:46.7510496Z -- Trying to find preferred BLAS backend of choice: MKL 2025-03-04T19:51:46.7566740Z -- MKL_THREADING = OMP 2025-03-04T19:51:46.7575680Z -- Looking for sys/types.h 2025-03-04T19:51:47.0492408Z -- Looking for sys/types.h - found 2025-03-04T19:51:47.0502351Z -- Looking for stdint.h 2025-03-04T19:51:47.3326106Z -- Looking for stdint.h - found 2025-03-04T19:51:47.3336327Z -- Looking for stddef.h 2025-03-04T19:51:47.6101609Z -- Looking for stddef.h - found 2025-03-04T19:51:47.6103356Z -- Check size of void* 2025-03-04T19:51:47.9665640Z -- Check size of void* - done 2025-03-04T19:51:48.0164053Z -- Looking for cblas_sgemm 2025-03-04T19:51:48.3122192Z -- Looking for cblas_sgemm - found 2025-03-04T19:51:48.3125651Z -- Looking for cblas_gemm_bf16bf16f32 2025-03-04T19:51:48.7207524Z -- Looking for cblas_gemm_bf16bf16f32 - found 2025-03-04T19:51:48.7208190Z -- Looking for cblas_gemm_f16f16f32 2025-03-04T19:51:48.9228301Z -- Looking for cblas_gemm_f16f16f32 - not found 2025-03-04T19:51:48.9776862Z -- 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-04T19:51:48.9777892Z -- MKL include directory: C:/Jenkins/Miniconda3/Library/include 2025-03-04T19:51:48.9778322Z -- MKL OpenMP type: 2025-03-04T19:51:48.9778565Z -- MKL OpenMP library: 2025-03-04T19:51:49.1367171Z -- The ASM compiler identification is MSVC 2025-03-04T19:51:49.1378637Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-03-04T19:51:49.1605708Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2025-03-04T19:51:49.1630301Z -- Generating microkernels.cmake 2025-03-04T19:51:53.7414750Z 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-04T19:51:53.7416225Z 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-04T19:51:53.7417117Z No microkernel found in src\reference\binary-elementwise.cc 2025-03-04T19:51:53.7417540Z No microkernel found in src\reference\packing.cc 2025-03-04T19:51:53.7417954Z No microkernel found in src\reference\unary-elementwise.cc 2025-03-04T19:51:53.8924560Z -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.47.1.windows.2") 2025-03-04T19:51:53.9911262Z -- git version: v1.6.1 normalized to 1.6.1 2025-03-04T19:51:53.9911643Z -- Version: 1.6.1 2025-03-04T19:51:53.9927189Z -- Looking for shm_open in rt 2025-03-04T19:51:54.1759463Z -- Looking for shm_open in rt - not found 2025-03-04T19:51:54.1761956Z -- Performing Test HAVE_STD_REGEX 2025-03-04T19:51:54.1762257Z -- Performing Test HAVE_STD_REGEX 2025-03-04T19:51:55.5154621Z -- Performing Test HAVE_STD_REGEX -- success 2025-03-04T19:51:55.5155053Z -- Performing Test HAVE_GNU_POSIX_REGEX 2025-03-04T19:51:55.5155368Z -- Performing Test HAVE_GNU_POSIX_REGEX 2025-03-04T19:51:55.6102513Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2025-03-04T19:51:55.6102951Z -- Performing Test HAVE_POSIX_REGEX 2025-03-04T19:51:55.6103259Z -- Performing Test HAVE_POSIX_REGEX 2025-03-04T19:51:55.6995183Z -- Performing Test HAVE_POSIX_REGEX -- failed to compile 2025-03-04T19:51:55.6995625Z -- Performing Test HAVE_STEADY_CLOCK 2025-03-04T19:51:55.6995932Z -- Performing Test HAVE_STEADY_CLOCK 2025-03-04T19:51:56.1746891Z -- Performing Test HAVE_STEADY_CLOCK -- success 2025-03-04T19:51:56.2608548Z -- Found PythonInterp: C:/Jenkins/Miniconda3/python.exe (found version "3.9.19") 2025-03-04T19:51:56.2623324Z -- Performing Test COMPILER_SUPPORTS_AVX512 2025-03-04T19:51:56.5782953Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2025-03-04T19:51:57.6958516Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-03-04T19:51:57.6959497Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2025-03-04T19:51:57.6960046Z does not match the name of the calling package (OpenMP). This can lead to 2025-03-04T19:51:57.6960610Z problems in calling code that expects `find_package` result variables 2025-03-04T19:51:57.6961093Z (e.g., `_FOUND`) to follow a certain pattern. 2025-03-04T19:51:57.6961415Z Call Stack (most recent call first): 2025-03-04T19:51:57.6961853Z cmake/Modules/FindOpenMP.cmake:617 (find_package_handle_standard_args) 2025-03-04T19:51:57.6962342Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2025-03-04T19:51:57.6962804Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-04T19:51:57.6963112Z 2025-03-04T19:51:57.6963235Z -- Found OpenMP_C: -openmp:experimental 2025-03-04T19:51:58.0547832Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-03-04T19:51:58.0549164Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2025-03-04T19:51:58.0549820Z does not match the name of the calling package (OpenMP). This can lead to 2025-03-04T19:51:58.0550427Z problems in calling code that expects `find_package` result variables 2025-03-04T19:51:58.0550869Z (e.g., `_FOUND`) to follow a certain pattern. 2025-03-04T19:51:58.0551192Z Call Stack (most recent call first): 2025-03-04T19:51:58.0551755Z cmake/Modules/FindOpenMP.cmake:617 (find_package_handle_standard_args) 2025-03-04T19:51:58.0552249Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2025-03-04T19:51:58.0552699Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-04T19:51:58.0553024Z 2025-03-04T19:51:58.0553147Z -- Found OpenMP_CXX: -openmp:experimental 2025-03-04T19:51:58.0553462Z -- Found OpenMP: TRUE 2025-03-04T19:51:58.0554208Z CMake Warning at third_party/fbgemm/CMakeLists.txt:138 (message): 2025-03-04T19:51:58.0554632Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2025-03-04T19:51:58.0554842Z 2025-03-04T19:51:58.0554846Z 2025-03-04T19:51:58.2954459Z CMake Warning at third_party/fbgemm/CMakeLists.txt:232 (message): 2025-03-04T19:51:58.2954909Z ========== 2025-03-04T19:51:58.2955031Z 2025-03-04T19:51:58.2955036Z 2025-03-04T19:51:58.2955228Z CMake Warning at third_party/fbgemm/CMakeLists.txt:233 (message): 2025-03-04T19:51:58.2955633Z CMAKE_BUILD_TYPE = Release 2025-03-04T19:51:58.2955816Z 2025-03-04T19:51:58.2955820Z 2025-03-04T19:51:58.2956043Z CMake Warning at third_party/fbgemm/CMakeLists.txt:234 (message): 2025-03-04T19:51:58.2956477Z CMAKE_CXX_FLAGS_DEBUG is /Z7 /Ob0 /Od /RTC1 /bigobj 2025-03-04T19:51:58.2956716Z 2025-03-04T19:51:58.2956721Z 2025-03-04T19:51:58.2956915Z CMake Warning at third_party/fbgemm/CMakeLists.txt:235 (message): 2025-03-04T19:51:58.2957341Z CMAKE_CXX_FLAGS_RELEASE is /O2 /Ob2 /DNDEBUG /bigobj 2025-03-04T19:51:58.2957593Z 2025-03-04T19:51:58.2957597Z 2025-03-04T19:51:58.2957853Z CMake Warning at third_party/fbgemm/CMakeLists.txt:236 (message): 2025-03-04T19:51:58.2958253Z ========== 2025-03-04T19:51:58.2958393Z 2025-03-04T19:51:58.2958396Z 2025-03-04T19:51:58.3320273Z ** AsmJit Summary ** 2025-03-04T19:51:58.3320740Z ASMJIT_DIR=C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit 2025-03-04T19:51:58.3321252Z ASMJIT_TEST=FALSE 2025-03-04T19:51:58.3321488Z ASMJIT_TARGET_TYPE=SHARED 2025-03-04T19:51:58.3321735Z ASMJIT_DEPS= 2025-03-04T19:51:58.3321952Z ASMJIT_LIBS=asmjit 2025-03-04T19:51:58.3322165Z ASMJIT_CFLAGS= 2025-03-04T19:51:58.3322621Z ASMJIT_PRIVATE_CFLAGS=-MP;-GF;-Zc:__cplusplus;-Zc:inline;-Zc:strictStrings;-Zc:threadSafeInit-;-W4 2025-03-04T19:51:58.3323140Z ASMJIT_PRIVATE_CFLAGS_DBG=-GS 2025-03-04T19:51:58.3323432Z ASMJIT_PRIVATE_CFLAGS_REL=-GS-;-O2;-Oi 2025-03-04T19:51:58.3563189Z -- Using third party subdirectory Eigen. 2025-03-04T19:52:00.3460759Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter Development.Module NumPy 2025-03-04T19:52:00.3461551Z -- Using third_party/pybind11. 2025-03-04T19:52:00.3462734Z -- pybind11 include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/pybind11/include 2025-03-04T19:52:00.3504690Z -- Could NOT find OpenTelemetryApi (missing: OpenTelemetryApi_INCLUDE_DIRS) 2025-03-04T19:52:00.3505327Z -- Using third_party/opentelemetry-cpp. 2025-03-04T19:52:00.3506005Z -- opentelemetry api include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/opentelemetry-cpp/api/include 2025-03-04T19:52:01.2908199Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2025-03-04T19:52:01.9645042Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2025-03-04T19:52:01.9648281Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2025-03-04T19:52:01.9650620Z CMake Warning at cmake/Dependencies.cmake:945 (message): 2025-03-04T19:52:01.9651156Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2025-03-04T19:52:01.9651615Z Call Stack (most recent call first): 2025-03-04T19:52:01.9651914Z CMakeLists.txt:865 (include) 2025-03-04T19:52:01.9652087Z 2025-03-04T19:52:01.9652091Z 2025-03-04T19:52:01.9686990Z -- Adding OpenMP CXX_FLAGS: -openmp:experimental 2025-03-04T19:52:01.9704938Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2025-03-04T19:52:01.9705709Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2025-03-04T19:52:01.9706276Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2025-03-04T19:52:01.9706740Z set the policy and suppress this warning. 2025-03-04T19:52:01.9706963Z 2025-03-04T19:52:01.9707180Z For compatibility with older versions of CMake, option is clearing the 2025-03-04T19:52:01.9707608Z normal variable 'BUILD_BENCHMARK'. 2025-03-04T19:52:01.9708960Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-04T19:52:01.9709276Z 2025-03-04T19:52:01.9709473Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:35 (option): 2025-03-04T19:52:01.9709973Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2025-03-04T19:52:01.9710530Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2025-03-04T19:52:01.9710983Z set the policy and suppress this warning. 2025-03-04T19:52:01.9711208Z 2025-03-04T19:52:01.9711426Z For compatibility with older versions of CMake, option is clearing the 2025-03-04T19:52:01.9711850Z normal variable 'USE_NCCL'. 2025-03-04T19:52:01.9712225Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-04T19:52:01.9712532Z 2025-03-04T19:52:01.9712736Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:36 (option): 2025-03-04T19:52:01.9713238Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2025-03-04T19:52:01.9714688Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2025-03-04T19:52:01.9715153Z set the policy and suppress this warning. 2025-03-04T19:52:01.9715364Z 2025-03-04T19:52:01.9715587Z For compatibility with older versions of CMake, option is clearing the 2025-03-04T19:52:01.9716009Z normal variable 'USE_RCCL'. 2025-03-04T19:52:01.9716370Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-04T19:52:01.9716687Z 2025-03-04T19:52:01.9716765Z -- MSVC detected 2025-03-04T19:52:01.9716989Z -- Set USE_REDIS OFF 2025-03-04T19:52:01.9717212Z -- Set USE_IBVERBS OFF 2025-03-04T19:52:01.9717434Z -- Set USE_NCCL OFF 2025-03-04T19:52:01.9717635Z -- Set USE_RCCL OFF 2025-03-04T19:52:01.9717841Z -- Set USE_LIBUV ON 2025-03-04T19:52:01.9718077Z -- Only USE_LIBUV is supported on Windows 2025-03-04T19:52:01.9726015Z -- Gloo build as SHARED library 2025-03-04T19:52:02.0341811Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2025-03-04T19:52:02.0349848Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2025-03-04T19:52:02.0357997Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2025-03-04T19:52:02.7451738Z -- 2025-03-04T19:52:02.7452024Z -- ******** Summary ******** 2025-03-04T19:52:02.7452332Z -- CMake version : 3.22.1 2025-03-04T19:52:02.7452778Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2025-03-04T19:52:02.7453209Z -- System : Windows 2025-03-04T19:52:02.7453868Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-03-04T19:52:02.7454544Z -- C++ compiler version : 19.29.30158.0 2025-03-04T19:52:02.7455341Z -- CXX flags : /DWIN32 /D_WINDOWS /GR /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL /EHsc /wd26812 2025-03-04T19:52:02.7455897Z -- Build type : Release 2025-03-04T19:52:02.7456341Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2025-03-04T19:52:02.7456883Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2025-03-04T19:52:02.7457413Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2025-03-04T19:52:02.7458091Z -- CMAKE_MODULE_PATH : C:/actions-runner/_work/pytorch/pytorch/cmake/Modules 2025-03-04T19:52:02.7458525Z -- 2025-03-04T19:52:02.7458739Z -- ONNX version : 1.17.0 2025-03-04T19:52:02.7459074Z -- ONNX NAMESPACE : onnx_torch 2025-03-04T19:52:02.7459479Z CMake Warning at cmake/Dependencies.cmake:1409 (message): 2025-03-04T19:52:02.7459943Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2025-03-04T19:52:02.7460357Z Call Stack (most recent call first): 2025-03-04T19:52:02.7460649Z CMakeLists.txt:865 (include) 2025-03-04T19:52:02.7460836Z 2025-03-04T19:52:02.7460840Z 2025-03-04T19:52:02.7460945Z -- ONNX_USE_LITE_PROTO : OFF 2025-03-04T19:52:02.7461262Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2025-03-04T19:52:02.7461572Z -- Protobuf_USE_STATIC_LIBS : ON 2025-03-04T19:52:02.7461887Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2025-03-04T19:52:02.7462207Z -- ONNX_DISABLE_STATIC_REGISTRATION : OFF 2025-03-04T19:52:02.7462512Z -- ONNX_WERROR : OFF 2025-03-04T19:52:02.7462807Z -- ONNX_BUILD_TESTS : OFF 2025-03-04T19:52:02.7463107Z -- ONNX_BUILD_SHARED_LIBS : 2025-03-04T19:52:02.7463401Z -- BUILD_SHARED_LIBS : OFF 2025-03-04T19:52:02.7463677Z -- 2025-03-04T19:52:02.7463882Z -- Protobuf compiler : 2025-03-04T19:52:02.7464187Z -- Protobuf includes : 2025-03-04T19:52:02.7464492Z -- Protobuf libraries : 2025-03-04T19:52:02.7464788Z -- BUILD_ONNX_PYTHON : OFF 2025-03-04T19:52:02.7465195Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2025-03-04T19:52:02.7465609Z -- Adding -DNDEBUG to compile flags 2025-03-04T19:52:02.7465967Z -- Could not find hardware support for NEON on this machine. 2025-03-04T19:52:02.7466340Z -- No OMAP3 processor on this machine. 2025-03-04T19:52:02.7466636Z -- No OMAP4 processor on this machine. 2025-03-04T19:52:02.7477656Z -- Looking for sbgemm_ 2025-03-04T19:52:02.9493682Z -- Looking for sbgemm_ - not found 2025-03-04T19:52:02.9509127Z -- Found a library with LAPACK API (mkl). 2025-03-04T19:52:02.9510071Z disabling CUDA because NOT USE_CUDA is set 2025-03-04T19:52:02.9510411Z disabling ROCM because NOT USE_ROCM is set 2025-03-04T19:52:02.9510778Z -- MIOpen not found. Compiling without MIOpen support 2025-03-04T19:52:02.9519300Z -- Will build oneDNN UKERNEL 2025-03-04T19:52:02.9594475Z -- MKLDNN_CPU_RUNTIME = OMP 2025-03-04T19:52:02.9612825Z -- DNNL_TARGET_ARCH: X64 2025-03-04T19:52:02.9638332Z -- DNNL_LIBRARY_NAME: dnnl 2025-03-04T19:52:02.9722100Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-03-04T19:52:02.9722931Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2025-03-04T19:52:02.9723508Z does not match the name of the calling package (OpenMP). This can lead to 2025-03-04T19:52:02.9724116Z problems in calling code that expects `find_package` result variables 2025-03-04T19:52:02.9724553Z (e.g., `_FOUND`) to follow a certain pattern. 2025-03-04T19:52:02.9724888Z Call Stack (most recent call first): 2025-03-04T19:52:02.9725313Z cmake/Modules/FindOpenMP.cmake:617 (find_package_handle_standard_args) 2025-03-04T19:52:02.9725838Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2025-03-04T19:52:02.9726481Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2025-03-04T19:52:02.9726950Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-04T19:52:02.9727263Z 2025-03-04T19:52:02.9727757Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-03-04T19:52:02.9728554Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2025-03-04T19:52:02.9729286Z does not match the name of the calling package (OpenMP). This can lead to 2025-03-04T19:52:02.9729861Z problems in calling code that expects `find_package` result variables 2025-03-04T19:52:02.9730303Z (e.g., `_FOUND`) to follow a certain pattern. 2025-03-04T19:52:02.9730623Z Call Stack (most recent call first): 2025-03-04T19:52:02.9731047Z cmake/Modules/FindOpenMP.cmake:617 (find_package_handle_standard_args) 2025-03-04T19:52:02.9731568Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2025-03-04T19:52:02.9732019Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2025-03-04T19:52:02.9732485Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-04T19:52:02.9732793Z 2025-03-04T19:52:03.0132916Z -- Enabled testing coverage: CI 2025-03-04T19:52:03.0146149Z -- Enabled workload: TRAINING 2025-03-04T19:52:03.0146463Z -- Enabled primitives: ALL 2025-03-04T19:52:03.0146733Z -- Enabled primitive CPU ISA: ALL 2025-03-04T19:52:03.0147036Z -- Enabled primitive GPU ISA: ALL 2025-03-04T19:52:03.0147331Z -- Enabled GeMM kernels ISA: ALL 2025-03-04T19:52:03.0232081Z -- Primitive cache is enabled 2025-03-04T19:52:03.0232455Z -- Experimental functionality for ukernels is enabled 2025-03-04T19:52:03.0924842Z -- The ASM_MASM compiler identification is MSVC 2025-03-04T19:52:03.2041926Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/ml64.exe 2025-03-04T19:52:03.2621416Z -- Graph component is enabled 2025-03-04T19:52:03.2757171Z -- Graph compiler backend is disabled. 2025-03-04T19:52:03.2907145Z -- Found MKL-DNN: TRUE 2025-03-04T19:52:03.2973721Z -- {fmt} version: 11.1.4 2025-03-04T19:52:03.2973989Z -- Build type: Release 2025-03-04T19:52:03.3057540Z -- Using CPU-only version of Kineto 2025-03-04T19:52:03.3057910Z -- Configuring Kineto dependency: 2025-03-04T19:52:03.3058400Z -- KINETO_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto 2025-03-04T19:52:03.3058899Z -- KINETO_BUILD_TESTS = OFF 2025-03-04T19:52:03.3059192Z -- KINETO_LIBRARY_TYPE = static 2025-03-04T19:52:03.3508992Z INFO CUDA_SOURCE_DIR = 2025-03-04T19:52:03.3509287Z INFO ROCM_SOURCE_DIR = 2025-03-04T19:52:03.3893121Z INFO CUPTI unavailable or disabled - not building GPU profilers 2025-03-04T19:52:03.4680435Z -- Kineto: FMT_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt 2025-03-04T19:52:03.4680970Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2025-03-04T19:52:03.4681363Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2025-03-04T19:52:03.4682000Z INFO DYNOLOG_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/ 2025-03-04T19:52:03.4683021Z INFO IPCFABRIC_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ 2025-03-04T19:52:03.4683921Z -- Kineto: FMT_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt/include 2025-03-04T19:52:03.4706698Z -- Configured Kineto (CPU) 2025-03-04T19:52:03.4741626Z -- Performing Test HAS/WD4624 2025-03-04T19:52:03.7692477Z -- Performing Test HAS/WD4624 - Success 2025-03-04T19:52:03.7707002Z -- Performing Test HAS/WD4068 2025-03-04T19:52:04.0581892Z -- Performing Test HAS/WD4068 - Success 2025-03-04T19:52:04.0595917Z -- Performing Test HAS/WD4067 2025-03-04T19:52:04.3632665Z -- Performing Test HAS/WD4067 - Success 2025-03-04T19:52:04.3647575Z -- Performing Test HAS/WD4267 2025-03-04T19:52:04.7321344Z -- Performing Test HAS/WD4267 - Success 2025-03-04T19:52:04.7335613Z -- Performing Test HAS/WD4661 2025-03-04T19:52:05.1977747Z -- Performing Test HAS/WD4661 - Success 2025-03-04T19:52:05.1992158Z -- Performing Test HAS/WD4717 2025-03-04T19:52:05.4926538Z -- Performing Test HAS/WD4717 - Success 2025-03-04T19:52:05.4941196Z -- Performing Test HAS/WD4244 2025-03-04T19:52:05.7937958Z -- Performing Test HAS/WD4244 - Success 2025-03-04T19:52:05.7952764Z -- Performing Test HAS/WD4804 2025-03-04T19:52:06.0924872Z -- Performing Test HAS/WD4804 - Success 2025-03-04T19:52:06.0939837Z -- Performing Test HAS/WD4273 2025-03-04T19:52:06.3985434Z -- Performing Test HAS/WD4273 - Success 2025-03-04T19:52:06.4000872Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2025-03-04T19:52:06.4667058Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2025-03-04T19:52:06.4730840Z -- 2025-03-04T19:52:06.4731811Z -- Use the C++ compiler to compile (MI_USE_CXX=ON) 2025-03-04T19:52:06.4734056Z -- 2025-03-04T19:52:06.4734279Z -- Library base name: mimalloc 2025-03-04T19:52:06.4734538Z -- Version : 1.8 2025-03-04T19:52:06.4734791Z -- Build type : release 2025-03-04T19:52:06.4735405Z -- C++ Compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-03-04T19:52:06.4736046Z -- Compiler flags : /Zc:__cplusplus 2025-03-04T19:52:06.4736331Z -- Compiler defines : 2025-03-04T19:52:06.4736630Z -- Link libraries : psapi;shell32;user32;advapi32;bcrypt 2025-03-04T19:52:06.4736998Z -- Build targets : static 2025-03-04T19:52:06.4737235Z -- 2025-03-04T19:52:06.4841523Z -- Performing Test HAS_WDEPRECATED 2025-03-04T19:52:06.5490541Z -- Performing Test HAS_WDEPRECATED - Failed 2025-03-04T19:52:06.5493535Z -- don't use NUMA 2025-03-04T19:52:06.5563558Z -- Looking for backtrace 2025-03-04T19:52:06.6374095Z -- Looking for backtrace - not found 2025-03-04T19:52:06.6434744Z -- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR) 2025-03-04T19:52:10.7249397Z -- headers outputs: 2025-03-04T19:52:13.7483235Z -- sources outputs: 2025-03-04T19:52:15.2600436Z -- declarations_yaml outputs: 2025-03-04T19:52:15.2755583Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2025-03-04T19:52:20.6167241Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Failed 2025-03-04T19:52:20.8816838Z -- Using ATen parallel backend: OMP 2025-03-04T19:52:20.8830787Z disabling CUDA because USE_CUDA is set false 2025-03-04T19:52:21.2470506Z -- Found OpenSSL: C:/Jenkins/Miniconda3/Library/lib/libcrypto.lib (found version "3.0.15") 2025-03-04T19:52:21.4297855Z -- Check size of long double 2025-03-04T19:52:21.7624183Z -- Check size of long double - done 2025-03-04T19:52:21.7631200Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2025-03-04T19:52:21.8704646Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed 2025-03-04T19:52:21.8709298Z -- Performing Test COMPILER_SUPPORTS_SSE2 2025-03-04T19:52:22.2519141Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2025-03-04T19:52:22.2524018Z -- Performing Test COMPILER_SUPPORTS_SSE4 2025-03-04T19:52:22.6334348Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2025-03-04T19:52:22.6339053Z -- Performing Test COMPILER_SUPPORTS_AVX 2025-03-04T19:52:23.0427203Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2025-03-04T19:52:23.0431929Z -- Performing Test COMPILER_SUPPORTS_FMA4 2025-03-04T19:52:23.4202182Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2025-03-04T19:52:23.4207156Z -- Performing Test COMPILER_SUPPORTS_AVX2 2025-03-04T19:52:23.8284717Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2025-03-04T19:52:23.8289298Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2025-03-04T19:52:24.2297030Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2025-03-04T19:52:24.2365592Z -- Found OpenMP_C: -openmp:experimental (found version "2.0") 2025-03-04T19:52:24.2369868Z -- Found OpenMP_CXX: -openmp:experimental (found version "2.0") 2025-03-04T19:52:24.2373789Z -- Found OpenMP: TRUE (found version "2.0") 2025-03-04T19:52:24.2378819Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2025-03-04T19:52:24.5580759Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2025-03-04T19:52:24.5585254Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD 2025-03-04T19:52:24.6699820Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Failed 2025-03-04T19:52:24.6704166Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2025-03-04T19:52:24.7799601Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed 2025-03-04T19:52:24.7804766Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2025-03-04T19:52:24.9697212Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Failed 2025-03-04T19:52:24.9701681Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2025-03-04T19:52:25.0530122Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed 2025-03-04T19:52:25.2149828Z Target system: Windows-10.0.17763 2025-03-04T19:52:25.2150320Z Target processor: AMD64 2025-03-04T19:52:25.2150661Z -- Configuring build for SLEEF-v3.7.0 2025-03-04T19:52:25.2151026Z Host system: Windows-10.0.17763 2025-03-04T19:52:25.2151370Z Host processor: AMD64 2025-03-04T19:52:25.2152122Z 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-04T19:52:25.2152932Z CMake: 3.22.1 2025-03-04T19:52:25.2153279Z Make program: C:/Jenkins/Miniconda3/Library/bin/ninja.exe 2025-03-04T19:52:25.2153937Z -- Using option `/D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE ` to compile libsleef 2025-03-04T19:52:25.2154472Z -- Building shared libs : OFF 2025-03-04T19:52:25.2154813Z -- Building static test bins: OFF 2025-03-04T19:52:25.2155150Z -- MPFR : LIB_MPFR-NOTFOUND 2025-03-04T19:52:25.2155465Z -- GMP : LIBGMP-NOTFOUND 2025-03-04T19:52:25.2155757Z -- RT : 2025-03-04T19:52:25.2156004Z -- FFTW3 : LIBFFTW3-NOTFOUND 2025-03-04T19:52:25.2156288Z -- OPENSSL : 3.0.15 2025-03-04T19:52:25.2156525Z -- SDE : SDE_COMMAND-NOTFOUND 2025-03-04T19:52:25.2156815Z -- COMPILER_SUPPORTS_OPENMP : FALSE 2025-03-04T19:52:25.2474967Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2025-03-04T19:52:25.2475535Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h 2025-03-04T19:52:25.2476386Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/aten_interned_strings.h 2025-03-04T19:52:25.2477204Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/enum_tag.h 2025-03-04T19:52:25.8080398Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD 2025-03-04T19:52:25.8754153Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD - Failed 2025-03-04T19:52:25.8759941Z -- 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-04T19:52:26.0268547Z CMake Warning at CMakeLists.txt:1273 (message): 2025-03-04T19:52:26.0269124Z Generated cmake files are only fully tested if one builds with system glog, 2025-03-04T19:52:26.0269717Z gflags, and protobuf. Other settings may generate files that are not well 2025-03-04T19:52:26.0270144Z tested. 2025-03-04T19:52:26.0270255Z 2025-03-04T19:52:26.0270260Z 2025-03-04T19:52:26.0290422Z -- 2025-03-04T19:52:26.0290642Z -- ******** Summary ******** 2025-03-04T19:52:26.0290925Z -- General: 2025-03-04T19:52:26.0291873Z -- CMake version : 3.22.1 2025-03-04T19:52:26.0292270Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2025-03-04T19:52:26.0292670Z -- System : Windows 2025-03-04T19:52:26.0293303Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-03-04T19:52:26.0293970Z -- C++ compiler id : MSVC 2025-03-04T19:52:26.0294278Z -- C++ compiler version : 19.29.30158.0 2025-03-04T19:52:26.0294629Z -- Using ccache if found : OFF 2025-03-04T19:52:26.0296122Z -- 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-04T19:52:26.0297566Z -- Shared LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2025-03-04T19:52:26.0298092Z -- Static LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2025-03-04T19:52:26.0298595Z -- Module LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2025-03-04T19:52:26.0299006Z -- Build type : Release 2025-03-04T19:52:26.0300134Z -- 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-04T19:52:26.0301360Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2025-03-04T19:52:26.0301874Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2025-03-04T19:52:26.0302294Z -- USE_GOLD_LINKER : OFF 2025-03-04T19:52:26.0302553Z -- 2025-03-04T19:52:26.0302755Z -- TORCH_VERSION : 2.7.0 2025-03-04T19:52:26.0303067Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2025-03-04T19:52:26.0303377Z -- BUILD_BINARY : OFF 2025-03-04T19:52:26.0303646Z -- BUILD_CUSTOM_PROTOBUF : ON 2025-03-04T19:52:26.0303926Z -- Link local protobuf : ON 2025-03-04T19:52:26.0304200Z -- BUILD_PYTHON : True 2025-03-04T19:52:26.0304482Z -- Python version : 3.9.19 2025-03-04T19:52:26.0304852Z -- Python executable : C:\Jenkins\Miniconda3\python.exe 2025-03-04T19:52:26.0305305Z -- Python library : C:/Jenkins/Miniconda3/libs/python39.lib 2025-03-04T19:52:26.0305754Z -- Python includes : C:/Jenkins/Miniconda3/include 2025-03-04T19:52:26.0306203Z -- Python site-package : C:\Jenkins\Miniconda3\Lib\site-packages 2025-03-04T19:52:26.0306607Z -- BUILD_SHARED_LIBS : ON 2025-03-04T19:52:26.0306909Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2025-03-04T19:52:26.0307218Z -- BUILD_TEST : True 2025-03-04T19:52:26.0307497Z -- BUILD_JNI : OFF 2025-03-04T19:52:26.0307776Z -- BUILD_MOBILE_AUTOGRAD : OFF 2025-03-04T19:52:26.0308059Z -- BUILD_LITE_INTERPRETER: OFF 2025-03-04T19:52:26.0308337Z -- INTERN_BUILD_MOBILE : 2025-03-04T19:52:26.0308593Z -- TRACING_BASED : OFF 2025-03-04T19:52:26.0308864Z -- USE_BLAS : 1 2025-03-04T19:52:26.0309125Z -- BLAS : mkl 2025-03-04T19:52:26.0309390Z -- BLAS_HAS_SBGEMM : 2025-03-04T19:52:26.0309662Z -- USE_LAPACK : 1 2025-03-04T19:52:26.0309915Z -- LAPACK : mkl 2025-03-04T19:52:26.0310185Z -- USE_ASAN : OFF 2025-03-04T19:52:26.0310454Z -- USE_TSAN : OFF 2025-03-04T19:52:26.0310731Z -- USE_CPP_CODE_COVERAGE : OFF 2025-03-04T19:52:26.0311021Z -- USE_CUDA : 0 2025-03-04T19:52:26.0311272Z -- USE_XPU : 0 2025-03-04T19:52:26.0311528Z -- USE_ROCM : OFF 2025-03-04T19:52:26.0311803Z -- BUILD_NVFUSER : 2025-03-04T19:52:26.0312075Z -- USE_EIGEN_FOR_BLAS : 2025-03-04T19:52:26.0312489Z -- USE_FBGEMM : ON 2025-03-04T19:52:26.0312758Z -- USE_FAKELOWP : OFF 2025-03-04T19:52:26.0313054Z -- USE_KINETO : ON 2025-03-04T19:52:26.0313322Z -- USE_GFLAGS : OFF 2025-03-04T19:52:26.0313592Z -- USE_GLOG : OFF 2025-03-04T19:52:26.0313867Z -- USE_LITE_PROTO : OFF 2025-03-04T19:52:26.0314128Z -- USE_PYTORCH_METAL : OFF 2025-03-04T19:52:26.0314419Z -- USE_PYTORCH_METAL_EXPORT : OFF 2025-03-04T19:52:26.0314715Z -- USE_MPS : OFF 2025-03-04T19:52:26.0315082Z -- CAN_COMPILE_METAL : 2025-03-04T19:52:26.0315359Z -- USE_MKL : ON 2025-03-04T19:52:26.0315609Z -- USE_STATIC_MKL : OFF 2025-03-04T19:52:26.0315881Z -- USE_MKLDNN : ON 2025-03-04T19:52:26.0316152Z -- USE_MKLDNN_ACL : OFF 2025-03-04T19:52:26.0316422Z -- USE_MKLDNN_CBLAS : OFF 2025-03-04T19:52:26.0316687Z -- USE_UCC : OFF 2025-03-04T19:52:26.0316946Z -- USE_ITT : ON 2025-03-04T19:52:26.0317211Z -- USE_NCCL : OFF 2025-03-04T19:52:26.0317475Z -- USE_NNPACK : OFF 2025-03-04T19:52:26.0317738Z -- USE_NUMPY : ON 2025-03-04T19:52:26.0318010Z -- USE_OBSERVERS : ON 2025-03-04T19:52:26.0318375Z -- USE_OPENCL : OFF 2025-03-04T19:52:26.0318651Z -- USE_OPENMP : ON 2025-03-04T19:52:26.0318924Z -- USE_MIMALLOC : ON 2025-03-04T19:52:26.0319207Z -- USE_MIMALLOC_ON_MKL : OFF 2025-03-04T19:52:26.0319504Z -- USE_VULKAN : OFF 2025-03-04T19:52:26.0319762Z -- USE_PROF : OFF 2025-03-04T19:52:26.0320032Z -- USE_PYTORCH_QNNPACK : OFF 2025-03-04T19:52:26.0320305Z -- USE_XNNPACK : ON 2025-03-04T19:52:26.0320573Z -- USE_DISTRIBUTED : ON 2025-03-04T19:52:26.0320847Z -- USE_MPI : OFF 2025-03-04T19:52:26.0321115Z -- USE_GLOO : ON 2025-03-04T19:52:26.0321404Z -- USE_GLOO_WITH_OPENSSL : OFF 2025-03-04T19:52:26.0321697Z -- USE_TENSORPIPE : OFF 2025-03-04T19:52:26.0326338Z -- Public Dependencies : caffe2::mkl 2025-03-04T19:52:26.0327220Z -- Private Dependencies : Threads::Threads;pthreadpool;cpuinfo;XNNPACK;microkernels-prod;fbgemm;ittnotify;fp16;caffe2::openmp;gloo;fmt::fmt-header-only;kineto 2025-03-04T19:52:26.0328019Z -- Public CUDA Deps. : 2025-03-04T19:52:26.0328301Z -- Private CUDA Deps. : 2025-03-04T19:52:26.0328585Z -- USE_COREML_DELEGATE : OFF 2025-03-04T19:52:26.0328906Z -- BUILD_LAZY_TS_BACKEND : ON 2025-03-04T19:52:26.0329196Z -- USE_ROCM_KERNEL_ASSERT : OFF 2025-03-04T19:52:26.0363813Z -- Performing Test HAS_WMISSING_PROTOTYPES 2025-03-04T19:52:26.1047034Z -- Performing Test HAS_WMISSING_PROTOTYPES - Failed 2025-03-04T19:52:26.1054116Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES 2025-03-04T19:52:26.1702893Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Failed 2025-03-04T19:52:26.1761588Z -- Configuring done 2025-03-04T19:52:34.9555617Z -- Generating done 2025-03-04T19:52:35.1801529Z CMake Warning: 2025-03-04T19:52:35.1801942Z Manually-specified variables were not used by the project: 2025-03-04T19:52:35.1802244Z 2025-03-04T19:52:35.1802346Z BUILD_ENVIRONMENT 2025-03-04T19:52:35.1802562Z BUILD_TYPE 2025-03-04T19:52:35.1802762Z BUILD_WHEEL 2025-03-04T19:52:35.1802893Z 2025-03-04T19:52:35.1802898Z 2025-03-04T19:52:35.1827564Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/build 2025-03-04T19:52:40.9374085Z [1/4] Generating ATen declarations_yaml 2025-03-04T19:52:47.6356903Z [2/4] Generating ATen headers 2025-03-04T19:52:48.5623681Z [3/4] Generating ATen sources 2025-03-04T19:52:54.1422680Z [1/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2025-03-04T19:52:54.1502825Z [2/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2025-03-04T19:52:54.1568860Z [3/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any_lite.cc.obj 2025-03-04T19:52:54.1583059Z [4/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\arena.cc.obj 2025-03-04T19:52:54.1647737Z [5/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2025-03-04T19:52:54.1662122Z [6/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2025-03-04T19:52:54.1953540Z [7/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_util.cc.obj 2025-03-04T19:52:54.2307003Z [8/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set.cc.obj 2025-03-04T19:52:54.3927051Z [9/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\strtod.cc.obj 2025-03-04T19:52:54.4124990Z [10/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2025-03-04T19:52:54.4138634Z [11/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2025-03-04T19:52:54.4366706Z [12/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2025-03-04T19:52:54.4849605Z [13/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\parse_context.cc.obj 2025-03-04T19:52:54.4991158Z [14/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message_lite.cc.obj 2025-03-04T19:52:54.5366970Z [15/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\repeated_field.cc.obj 2025-03-04T19:52:54.6309274Z [16/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2025-03-04T19:52:54.6726380Z [17/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\int128.cc.obj 2025-03-04T19:52:54.6829856Z [18/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\status.cc.obj 2025-03-04T19:52:54.6977992Z [19/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\io_win32.cc.obj 2025-03-04T19:52:54.7264414Z [20/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2025-03-04T19:52:54.7277615Z [21/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2025-03-04T19:52:54.7769182Z [22/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2025-03-04T19:52:54.8295976Z [23/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\common.cc.obj 2025-03-04T19:52:54.8593230Z [24/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2025-03-04T19:52:54.9284762Z [25/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\time.cc.obj 2025-03-04T19:52:54.9298425Z [26/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2025-03-04T19:52:55.0135932Z [27/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2025-03-04T19:52:55.0472195Z [28/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.cc.obj 2025-03-04T19:52:55.0622115Z [29/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.pb.cc.obj 2025-03-04T19:52:55.1207563Z [30/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\api.pb.cc.obj 2025-03-04T19:52:55.2263328Z [31/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\importer.cc.obj 2025-03-04T19:52:55.3401754Z [32/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\parser.cc.obj 2025-03-04T19:52:55.3492956Z [33/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.pb.cc.obj 2025-03-04T19:52:55.3510137Z [34/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.cc.obj 2025-03-04T19:52:55.3592682Z [35/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\duration.pb.cc.obj 2025-03-04T19:52:55.4027888Z [36/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor_database.cc.obj 2025-03-04T19:52:55.4144533Z [37/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\empty.pb.cc.obj 2025-03-04T19:52:55.4159194Z [38/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\gzip_stream.cc.obj 2025-03-04T19:52:55.4407601Z [39/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\dynamic_message.cc.obj 2025-03-04T19:52:55.5548026Z [40/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set_heavy.cc.obj 2025-03-04T19:52:55.6445441Z [41/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\printer.cc.obj 2025-03-04T19:52:55.6739470Z [42/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven.cc.obj 2025-03-04T19:52:55.6791824Z [43/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\field_mask.pb.cc.obj 2025-03-04T19:52:55.6947438Z [44/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\tokenizer.cc.obj 2025-03-04T19:52:55.8049093Z [45/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\map_field.cc.obj 2025-03-04T19:52:55.8148841Z [46/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_reflection.cc.obj 2025-03-04T19:52:55.8228168Z [47/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message.cc.obj 2025-03-04T19:52:55.9097612Z [48/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\reflection_ops.cc.obj 2025-03-04T19:52:55.9292043Z [49/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\substitute.cc.obj 2025-03-04T19:52:55.9310136Z [50/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\service.cc.obj 2025-03-04T19:52:55.9845990Z [51/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\source_context.pb.cc.obj 2025-03-04T19:52:56.0266004Z [52/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\struct.pb.cc.obj 2025-03-04T19:52:56.1735354Z [53/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\timestamp.pb.cc.obj 2025-03-04T19:52:56.1846843Z [54/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\text_format.cc.obj 2025-03-04T19:52:56.2039188Z [55/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\delimited_message_util.cc.obj 2025-03-04T19:52:56.2055504Z [56/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\unknown_field_set.cc.obj 2025-03-04T19:52:56.2360311Z [57/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\type.pb.cc.obj 2025-03-04T19:52:56.2380418Z [58/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_comparator.cc.obj 2025-03-04T19:52:56.3269629Z [59/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_mask_util.cc.obj 2025-03-04T19:52:56.3721983Z [60/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\datapiece.cc.obj 2025-03-04T19:52:56.4370106Z [61/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\error_listener.cc.obj 2025-03-04T19:52:56.4935041Z [62/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_stream_parser.cc.obj 2025-03-04T19:52:56.4995535Z [63/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_escaping.cc.obj 2025-03-04T19:52:56.5442751Z [64/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\field_mask_utility.cc.obj 2025-03-04T19:52:56.5637718Z [65/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_objectwriter.cc.obj 2025-03-04T19:52:56.5839474Z [66/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\default_value_objectwriter.cc.obj 2025-03-04T19:52:56.6817332Z [67/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\object_writer.cc.obj 2025-03-04T19:52:56.7454837Z [68/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\proto_writer.cc.obj 2025-03-04T19:52:56.8208700Z [69/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectsource.cc.obj 2025-03-04T19:52:56.8295829Z [70/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info.cc.obj 2025-03-04T19:52:56.8685470Z [71/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectwriter.cc.obj 2025-03-04T19:52:56.8986279Z [72/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info_test_helper.cc.obj 2025-03-04T19:52:56.9068621Z [73/7043] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\version.rc.res 2025-03-04T19:52:56.9453380Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-03-04T19:52:56.9453965Z 2025-03-04T19:52:56.9455766Z 2025-03-04T19:52:56.9456321Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-03-04T19:52:56.9456882Z 2025-03-04T19:52:56.9456906Z 2025-03-04T19:52:56.9456952Z 2025-03-04T19:52:56.9456959Z 2025-03-04T19:52:56.9457840Z [74/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\json_util.cc.obj 2025-03-04T19:52:56.9627908Z [75/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\utility.cc.obj 2025-03-04T19:52:57.0869619Z [76/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\message_differencer.cc.obj 2025-03-04T19:52:57.1959744Z [77/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\type_resolver_util.cc.obj 2025-03-04T19:52:57.2030268Z [78/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wrappers.pb.cc.obj 2025-03-04T19:52:57.2241988Z [79/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format.cc.obj 2025-03-04T19:52:57.2591931Z [80/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\code_generator.cc.obj 2025-03-04T19:52:57.3601242Z [81/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum.cc.obj 2025-03-04T19:52:57.4225406Z [82/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum_field.cc.obj 2025-03-04T19:52:57.5177912Z [83/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\time_util.cc.obj 2025-03-04T19:52:57.5202784Z [84/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\command_line_interface.cc.obj 2025-03-04T19:52:57.5656097Z [85/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_field.cc.obj 2025-03-04T19:52:57.5766173Z [86/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_extension.cc.obj 2025-03-04T19:52:57.5886551Z [87/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_generator.cc.obj 2025-03-04T19:52:57.5910308Z [88/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_file.cc.obj 2025-03-04T19:52:57.7500106Z [89/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_helpers.cc.obj 2025-03-04T19:52:57.7543210Z [90/7043] Linking CXX static library lib\libprotobuf.lib 2025-03-04T19:52:57.7920842Z [91/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_map_field.cc.obj 2025-03-04T19:52:57.9358618Z [92/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_service.cc.obj 2025-03-04T19:52:57.9383446Z [93/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message_field.cc.obj 2025-03-04T19:52:57.9502418Z [94/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message.cc.obj 2025-03-04T19:52:57.9582800Z [95/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_primitive_field.cc.obj 2025-03-04T19:52:58.0020623Z [96/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_doc_comment.cc.obj 2025-03-04T19:52:58.0429366Z [97/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_padding_optimizer.cc.obj 2025-03-04T19:52:58.1048238Z [98/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_string_field.cc.obj 2025-03-04T19:52:58.1477463Z [99/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum.cc.obj 2025-03-04T19:52:58.2937943Z [100/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_field_base.cc.obj 2025-03-04T19:52:58.3004930Z [101/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_helpers.cc.obj 2025-03-04T19:52:58.3097219Z [102/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum_field.cc.obj 2025-03-04T19:52:58.3192892Z [103/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_generator.cc.obj 2025-03-04T19:52:58.4202008Z [104/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_map_field.cc.obj 2025-03-04T19:52:58.4331272Z [105/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message.cc.obj 2025-03-04T19:52:58.4832494Z [106/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message_field.cc.obj 2025-03-04T19:52:58.4920343Z [107/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_primitive_field.cc.obj 2025-03-04T19:52:58.6431205Z [108/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_enum_field.cc.obj 2025-03-04T19:52:58.6593961Z [109/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_reflection_class.cc.obj 2025-03-04T19:52:58.6683497Z [110/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_message_field.cc.obj 2025-03-04T19:52:58.6774643Z [111/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_primitive_field.cc.obj 2025-03-04T19:52:58.7390782Z [112/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_doc_comment.cc.obj 2025-03-04T19:52:58.7887200Z [113/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_source_generator_base.cc.obj 2025-03-04T19:52:58.7966558Z [114/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_wrapper_field.cc.obj 2025-03-04T19:52:58.8396106Z [115/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_context.cc.obj 2025-03-04T19:52:59.0072216Z [116/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field.cc.obj 2025-03-04T19:52:59.0133118Z [117/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum.cc.obj 2025-03-04T19:52:59.0266495Z [118/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_lite.cc.obj 2025-03-04T19:52:59.0330968Z [119/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field_lite.cc.obj 2025-03-04T19:52:59.1164702Z [120/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension.cc.obj 2025-03-04T19:52:59.1496206Z [121/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension_lite.cc.obj 2025-03-04T19:52:59.1694434Z [122/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_field.cc.obj 2025-03-04T19:52:59.2595277Z [123/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_file.cc.obj 2025-03-04T19:52:59.3688465Z [124/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator_factory.cc.obj 2025-03-04T19:52:59.3779569Z [125/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field.cc.obj 2025-03-04T19:52:59.3980685Z [126/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator.cc.obj 2025-03-04T19:52:59.4630078Z [127/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_helpers.cc.obj 2025-03-04T19:52:59.4812492Z [128/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field_lite.cc.obj 2025-03-04T19:52:59.5124949Z [129/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder.cc.obj 2025-03-04T19:52:59.5412141Z [130/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message.cc.obj 2025-03-04T19:52:59.6033716Z [131/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder_lite.cc.obj 2025-03-04T19:52:59.7361739Z [132/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field_lite.cc.obj 2025-03-04T19:52:59.7434018Z [133/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field.cc.obj 2025-03-04T19:52:59.7519471Z [134/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_lite.cc.obj 2025-03-04T19:52:59.8077101Z [135/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_name_resolver.cc.obj 2025-03-04T19:52:59.8489717Z [136/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field.cc.obj 2025-03-04T19:52:59.8719457Z [137/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\well_known_types_embed.cc.obj 2025-03-04T19:52:59.8996802Z [138/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_service.cc.obj 2025-03-04T19:52:59.9017552Z [139/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field_lite.cc.obj 2025-03-04T19:52:59.9561416Z [140/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_shared_code_generator.cc.obj 2025-03-04T19:53:00.1185666Z [141/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field_lite.cc.obj 2025-03-04T19:53:00.1622488Z [142/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field.cc.obj 2025-03-04T19:53:00.1799774Z [143/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\js_generator.cc.obj 2025-03-04T19:53:00.1942063Z [144/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum.cc.obj 2025-03-04T19:53:00.2349586Z [145/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_extension.cc.obj 2025-03-04T19:53:00.2423639Z [146/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_field.cc.obj 2025-03-04T19:53:00.2584396Z [147/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum_field.cc.obj 2025-03-04T19:53:00.3737448Z [148/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_file.cc.obj 2025-03-04T19:53:00.4816325Z [149/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_generator.cc.obj 2025-03-04T19:53:00.5215898Z [150/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_map_field.cc.obj 2025-03-04T19:53:00.5509212Z [151/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_helpers.cc.obj 2025-03-04T19:53:00.5687244Z [152/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message.cc.obj 2025-03-04T19:53:00.5863542Z [153/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_oneof.cc.obj 2025-03-04T19:53:00.6082198Z [154/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message_field.cc.obj 2025-03-04T19:53:00.6171057Z [155/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_primitive_field.cc.obj 2025-03-04T19:53:00.6270499Z [156/7043] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\version.rc.res 2025-03-04T19:53:00.8157714Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-03-04T19:53:00.8158175Z 2025-03-04T19:53:00.8158181Z 2025-03-04T19:53:00.8158364Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-03-04T19:53:00.8158676Z 2025-03-04T19:53:00.8158729Z 2025-03-04T19:53:00.8158734Z 2025-03-04T19:53:00.8158739Z 2025-03-04T19:53:00.8159333Z [157/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\php\php_generator.cc.obj 2025-03-04T19:53:00.8256502Z [158/7043] Building RC object third_party\protobuf\cmake\CMakeFiles\protoc.dir\version.rc.res 2025-03-04T19:53:00.8351882Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-03-04T19:53:00.8352576Z 2025-03-04T19:53:00.8352602Z 2025-03-04T19:53:00.8352989Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-03-04T19:53:00.8353624Z 2025-03-04T19:53:00.8353636Z 2025-03-04T19:53:00.8353647Z 2025-03-04T19:53:00.8353677Z 2025-03-04T19:53:00.8354638Z [159/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.cc.obj 2025-03-04T19:53:00.8683790Z [160/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.pb.cc.obj 2025-03-04T19:53:00.8899944Z [161/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\zip_writer.cc.obj 2025-03-04T19:53:00.8917054Z [162/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\protoc.dir\__\src\google\protobuf\compiler\main.cc.obj 2025-03-04T19:53:00.9424076Z [163/7043] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\legacy-api.c.obj 2025-03-04T19:53:00.9673028Z [164/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\ruby\ruby_generator.cc.obj 2025-03-04T19:53:00.9740260Z [165/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\python\python_generator.cc.obj 2025-03-04T19:53:01.0235402Z [166/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\subprocess.cc.obj 2025-03-04T19:53:01.0249635Z [167/7043] Building C object sleef\src\libm\CMakeFiles\mkrename.dir\mkrename.c.obj 2025-03-04T19:53:01.0646158Z [168/7043] Building C object sleef\src\libm\CMakeFiles\mkalias.dir\mkalias.c.obj 2025-03-04T19:53:01.0692656Z [169/7043] Building C object sleef\src\libm\CMakeFiles\mkdisp.dir\mkdisp.c.obj 2025-03-04T19:53:01.2297628Z [170/7043] Linking CXX static library lib\libprotoc.lib 2025-03-04T19:53:01.3683266Z [171/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\api.c.obj 2025-03-04T19:53:01.3748602Z [172/7043] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\portable-api.c.obj 2025-03-04T19:53:01.3892397Z 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-04T19:53:01.3893917Z [173/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\init.c.obj 2025-03-04T19:53:01.3967011Z [174/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\cache.c.obj 2025-03-04T19:53:01.4091045Z [175/7043] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\windows.c.obj 2025-03-04T19:53:01.4109947Z 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-04T19:53:01.4111371Z [176/7043] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\memory.c.obj 2025-03-04T19:53:01.4387775Z 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-04T19:53:01.4389447Z [177/7043] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\fastpath.c.obj 2025-03-04T19:53:01.4619616Z 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-04T19:53:01.4620542Z [178/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\vendor.c.obj 2025-03-04T19:53:01.4677255Z [179/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\init.c.obj 2025-03-04T19:53:01.4797886Z [180/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\info.c.obj 2025-03-04T19:53:01.4841557Z [181/7043] Linking C static library lib\pthreadpool.lib 2025-03-04T19:53:01.4854588Z [182/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\name.c.obj 2025-03-04T19:53:01.4992079Z [183/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\uarch.c.obj 2025-03-04T19:53:01.5451034Z [184/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\topology.c.obj 2025-03-04T19:53:01.5607634Z [185/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\isa.c.obj 2025-03-04T19:53:01.5693082Z [186/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\descriptor.c.obj 2025-03-04T19:53:01.5709682Z [187/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\init.c.obj 2025-03-04T19:53:01.5779195Z [188/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\deterministic.c.obj 2025-03-04T19:53:01.6501525Z [189/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-avgpool\f16-avgpool-9p8x-minmax-f16c-c8.c.obj 2025-03-04T19:53:01.6661915Z [190/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-avgpool\f16-avgpool-9x-minmax-f16c-c8.c.obj 2025-03-04T19:53:01.6858403Z [191/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3.c.obj 2025-03-04T19:53:01.6874156Z [192/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\log.c.obj 2025-03-04T19:53:01.7044974Z [193/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3.c.obj 2025-03-04T19:53:01.7060201Z [194/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3-acc2.c.obj 2025-03-04T19:53:01.7590490Z [195/7043] Linking CXX executable bin\protoc.exe 2025-03-04T19:53:01.7767414Z [196/7043] 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-04T19:53:01.7880288Z [197/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u16.c.obj 2025-03-04T19:53:01.8042349Z [198/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u4.c.obj 2025-03-04T19:53:01.8093480Z [199/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u1.c.obj 2025-03-04T19:53:01.8186301Z [200/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u16.c.obj 2025-03-04T19:53:01.8269080Z [201/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\windows\init.c.obj 2025-03-04T19:53:01.8437681Z [202/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3.c.obj 2025-03-04T19:53:01.8453025Z [203/7043] Running gen_proto.py on onnx/onnx.in.proto 2025-03-04T19:53:01.8795400Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx.in.proto 2025-03-04T19:53:01.8796210Z 2025-03-04T19:53:01.8796948Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto 2025-03-04T19:53:01.8797891Z 2025-03-04T19:53:01.8798523Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto3 2025-03-04T19:53:01.8799344Z 2025-03-04T19:53:01.8799859Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-ml.pb.h 2025-03-04T19:53:01.8800634Z 2025-03-04T19:53:01.8801173Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_pb.py 2025-03-04T19:53:01.8801925Z 2025-03-04T19:53:01.8802836Z [204/7043] 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-04T19:53:01.8912693Z [205/7043] 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-04T19:53:01.9338095Z [206/7043] 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-04T19:53:01.9461502Z [207/7043] 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-04T19:53:01.9538422Z [208/7043] 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-04T19:53:01.9670751Z [209/7043] 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-04T19:53:01.9781410Z [210/7043] 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-04T19:53:01.9871743Z [211/7043] 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-04T19:53:02.0026185Z [212/7043] 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-04T19:53:02.0453020Z [213/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c8.c.obj 2025-03-04T19:53:02.0522895Z [214/7043] 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-04T19:53:02.0542254Z [215/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-maxpool\f16-maxpool-9p8x-minmax-f16c-c8.c.obj 2025-03-04T19:53:02.0706698Z [216/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-pavgpool\f16-pavgpool-9p8x-minmax-avx2-c8.c.obj 2025-03-04T19:53:02.0880797Z [217/7043] 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-04T19:53:02.0976611Z [218/7043] 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-04T19:53:02.1391708Z [219/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-pavgpool\f16-pavgpool-9x-minmax-avx2-c8.c.obj 2025-03-04T19:53:02.1446465Z [220/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.obj 2025-03-04T19:53:02.1539579Z [221/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u64-acc4.c.obj 2025-03-04T19:53:02.1556001Z [222/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\f16-rmax-f16c-u32.c.obj 2025-03-04T19:53:02.1631076Z [223/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rmax-scalar-u2-acc2.c.obj 2025-03-04T19:53:02.1891131Z [224/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u64-acc4.c.obj 2025-03-04T19:53:02.1927654Z [225/7043] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2025-03-04T19:53:02.2240408Z [226/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u2-acc2.c.obj 2025-03-04T19:53:02.2565616Z [227/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vaddc-f16c-u16.c.obj 2025-03-04T19:53:02.2623637Z [228/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vadd-f16c-u16.c.obj 2025-03-04T19:53:02.2738866Z [229/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vdiv-f16c-u8.c.obj 2025-03-04T19:53:02.2892633Z [230/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmax-f16c-u16.c.obj 2025-03-04T19:53:02.2979296Z [231/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmin-f16c-u16.c.obj 2025-03-04T19:53:02.3040052Z [232/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vdivc-f16c-u8.c.obj 2025-03-04T19:53:02.3052631Z [233/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u16.c.obj 2025-03-04T19:53:02.3461553Z [234/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vminc-f16c-u16.c.obj 2025-03-04T19:53:02.3740434Z [235/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmul-f16c-u16.c.obj 2025-03-04T19:53:02.3788551Z [236/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmulc-f16c-u16.c.obj 2025-03-04T19:53:02.3860370Z [237/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vprelu-f16c-u16.c.obj 2025-03-04T19:53:02.3964443Z [238/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vpreluc-f16c-u16.c.obj 2025-03-04T19:53:02.4226509Z [239/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrsubc-f16c-u16.c.obj 2025-03-04T19:53:02.4317845Z [240/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrpreluc-f16c-u16.c.obj 2025-03-04T19:53:02.4440908Z [241/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrdivc-f16c-u8.c.obj 2025-03-04T19:53:02.4564413Z [242/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u16.c.obj 2025-03-04T19:53:02.4846898Z [243/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u16.c.obj 2025-03-04T19:53:02.5004276Z [244/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsubc-f16c-u16.c.obj 2025-03-04T19:53:02.5300663Z [245/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u16.c.obj 2025-03-04T19:53:02.5445524Z [246/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsub-f16c-u16.c.obj 2025-03-04T19:53:02.5461481Z [247/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u16.c.obj 2025-03-04T19:53:02.5519991Z [248/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u16.c.obj 2025-03-04T19:53:02.5631804Z [249/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c8-minmax-fma3-2x.c.obj 2025-03-04T19:53:02.5693228Z [250/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u16.c.obj 2025-03-04T19:53:02.5906949Z [251/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u16.c.obj 2025-03-04T19:53:02.6404512Z [252/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u16.c.obj 2025-03-04T19:53:02.6573028Z [253/7043] 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-04T19:53:02.6588940Z [254/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u16.c.obj 2025-03-04T19:53:02.6601883Z [255/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u32.c.obj 2025-03-04T19:53:02.6716134Z [256/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u16.c.obj 2025-03-04T19:53:02.6846558Z [257/7043] 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-04T19:53:02.6974629Z [258/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u32.c.obj 2025-03-04T19:53:02.7279229Z [259/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u32.c.obj 2025-03-04T19:53:02.7713309Z [260/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-4x-sse2-c4.c.obj 2025-03-04T19:53:02.7724400Z [261/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-4x-scalar-c1.c.obj 2025-03-04T19:53:02.8139473Z [262/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vsqr-f16c-u16.c.obj 2025-03-04T19:53:02.8195391Z [263/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vneg-sse2-u16.c.obj 2025-03-04T19:53:02.8207707Z [264/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vabs-sse2-u16.c.obj 2025-03-04T19:53:02.8332709Z [265/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-scalar-c1.c.obj 2025-03-04T19:53:02.8376620Z [266/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9x-sse2-c4.c.obj 2025-03-04T19:53:02.8422430Z [267/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9x-scalar-c1.c.obj 2025-03-04T19:53:02.8547452Z [268/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-sse2-c4.c.obj 2025-03-04T19:53:02.8620958Z [269/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-scalar-c1.c.obj 2025-03-04T19:53:02.9143356Z [270/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-sse-c4.c.obj 2025-03-04T19:53:02.9279617Z [271/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9x-minmax-scalar-c1.c.obj 2025-03-04T19:53:02.9434001Z [272/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9x-minmax-sse-c4.c.obj 2025-03-04T19:53:02.9495191Z [273/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.obj 2025-03-04T19:53:02.9732747Z [274/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.obj 2025-03-04T19:53:02.9825823Z [275/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar-acc2.c.obj 2025-03-04T19:53:02.9846575Z [276/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar-acc2.c.obj 2025-03-04T19:53:03.0216294Z [277/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f.c.obj 2025-03-04T19:53:03.0279352Z [278/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx.c.obj 2025-03-04T19:53:03.0388829Z [279/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3.c.obj 2025-03-04T19:53:03.0700844Z [280/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse.c.obj 2025-03-04T19:53:03.0755448Z [281/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.obj 2025-03-04T19:53:03.0994056Z [282/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx.c.obj 2025-03-04T19:53:03.1053633Z [283/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3.c.obj 2025-03-04T19:53:03.1376922Z [284/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f.c.obj 2025-03-04T19:53:03.1474110Z [285/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar-acc2.c.obj 2025-03-04T19:53:03.1490203Z [286/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse.c.obj 2025-03-04T19:53:03.1542320Z [287/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar-acc2.c.obj 2025-03-04T19:53:03.1863779Z [288/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx.c.obj 2025-03-04T19:53:03.2081545Z [289/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f.c.obj 2025-03-04T19:53:03.2099726Z [290/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3.c.obj 2025-03-04T19:53:03.2233244Z [291/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar-acc2.c.obj 2025-03-04T19:53:03.2531336Z [292/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar-acc2.c.obj 2025-03-04T19:53:03.2711730Z [293/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.obj 2025-03-04T19:53:03.2783143Z [294/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2025-03-04T19:53:03.2833432Z [295/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse.c.obj 2025-03-04T19:53:03.2955112Z [296/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.obj 2025-03-04T19:53:03.3235564Z [297/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.obj 2025-03-04T19:53:03.3289057Z [298/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx.c.obj 2025-03-04T19:53:03.3754953Z [299/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f.c.obj 2025-03-04T19:53:03.3892728Z [300/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar-acc2.c.obj 2025-03-04T19:53:03.3989417Z [301/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse.c.obj 2025-03-04T19:53:03.4101584Z [302/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3.c.obj 2025-03-04T19:53:03.4116530Z [303/7043] 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-04T19:53:03.4376491Z [304/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar-acc2.c.obj 2025-03-04T19:53:03.4454698Z [305/7043] 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-04T19:53:03.4831762Z [306/7043] 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-04T19:53:03.4984683Z [307/7043] 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-04T19:53:03.5227984Z [308/7043] 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-04T19:53:03.5278085Z [309/7043] 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-04T19:53:03.5329614Z [310/7043] 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-04T19:53:03.5483091Z [311/7043] 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-04T19:53:03.5536608Z [312/7043] 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-04T19:53:03.5798395Z [313/7043] 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-04T19:53:03.6088326Z [314/7043] 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-04T19:53:03.6333949Z [315/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u24.c.obj 2025-03-04T19:53:03.6421612Z [316/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u16.c.obj 2025-03-04T19:53:03.6490943Z [317/7043] 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-04T19:53:03.6539364Z [318/7043] 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-04T19:53:03.6779088Z [319/7043] 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-04T19:53:03.6969028Z [320/7043] 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-04T19:53:03.7141196Z [321/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u16.c.obj 2025-03-04T19:53:03.7276814Z [322/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u16.c.obj 2025-03-04T19:53:03.7391806Z [323/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u8.c.obj 2025-03-04T19:53:03.7712412Z [324/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx-broadcast.c.obj 2025-03-04T19:53:03.7870751Z [325/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-fma3-broadcast.c.obj 2025-03-04T19:53:03.8013854Z [326/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16s4-minmax-fma3-broadcast.c.obj 2025-03-04T19:53:03.8225600Z [327/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-minmax-scalar.c.obj 2025-03-04T19:53:03.8238248Z [328/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x32-minmax-avx512f-broadcast.c.obj 2025-03-04T19:53:03.8451110Z [329/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-relu-scalar.c.obj 2025-03-04T19:53:03.8769637Z [330/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-scalar.c.obj 2025-03-04T19:53:03.8992774Z [331/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-minmax-scalar.c.obj 2025-03-04T19:53:03.9041987Z [332/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-load1.c.obj 2025-03-04T19:53:03.9184153Z [333/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-relu-scalar.c.obj 2025-03-04T19:53:03.9293615Z [334/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-scalar.c.obj 2025-03-04T19:53:03.9549695Z [335/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x16s4-minmax-fma3-broadcast.c.obj 2025-03-04T19:53:03.9693340Z [336/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2-minmax-scalar.c.obj 2025-03-04T19:53:03.9873996Z [337/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2-scalar.c.obj 2025-03-04T19:53:04.0171421Z [338/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2c4-minmax-sse.c.obj 2025-03-04T19:53:04.0292295Z [339/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-minmax-scalar.c.obj 2025-03-04T19:53:04.0525335Z [340/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-scalar.c.obj 2025-03-04T19:53:04.0663100Z [341/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-load1.c.obj 2025-03-04T19:53:04.0678091Z [342/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-relu-scalar.c.obj 2025-03-04T19:53:04.0746608Z [343/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx-broadcast.c.obj 2025-03-04T19:53:04.0921031Z [344/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-fma3-broadcast.c.obj 2025-03-04T19:53:04.1097328Z [345/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-7x32-minmax-avx512f-broadcast.c.obj 2025-03-04T19:53:04.1172754Z [346/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p4.c.obj 2025-03-04T19:53:04.1293921Z [347/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p8.c.obj 2025-03-04T19:53:04.1450330Z [348/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c2.c.obj 2025-03-04T19:53:04.1831063Z [349/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c8.c.obj 2025-03-04T19:53:04.1888197Z [350/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx-broadcast.c.obj 2025-03-04T19:53:04.1899063Z [351/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-fma3-broadcast.c.obj 2025-03-04T19:53:04.2018067Z [352/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16s4-minmax-fma3-broadcast.c.obj 2025-03-04T19:53:04.2163089Z [353/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x32-minmax-avx512f-broadcast.c.obj 2025-03-04T19:53:04.2297756Z [354/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-minmax-scalar.c.obj 2025-03-04T19:53:04.2438049Z [355/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-relu-scalar.c.obj 2025-03-04T19:53:04.2740075Z [356/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-scalar.c.obj 2025-03-04T19:53:04.3065826Z [357/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-minmax-scalar.c.obj 2025-03-04T19:53:04.3168380Z [358/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-scalar.c.obj 2025-03-04T19:53:04.3240610Z [359/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-relu-scalar.c.obj 2025-03-04T19:53:04.3567805Z [360/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-load1.c.obj 2025-03-04T19:53:04.3705665Z [361/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2-scalar.c.obj 2025-03-04T19:53:04.3757302Z [362/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x16s4-minmax-fma3-broadcast.c.obj 2025-03-04T19:53:04.3768882Z [363/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2-minmax-scalar.c.obj 2025-03-04T19:53:04.3925810Z [364/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2c4-minmax-sse.c.obj 2025-03-04T19:53:04.4102810Z [365/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-minmax-scalar.c.obj 2025-03-04T19:53:04.4216204Z [366/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-relu-scalar.c.obj 2025-03-04T19:53:04.4338700Z [367/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-scalar.c.obj 2025-03-04T19:53:04.4751731Z [368/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-load1.c.obj 2025-03-04T19:53:04.4906202Z [369/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx-broadcast.c.obj 2025-03-04T19:53:04.4958447Z [370/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-scalar-c1.c.obj 2025-03-04T19:53:04.5081880Z [371/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-7x32-minmax-avx512f-broadcast.c.obj 2025-03-04T19:53:04.5153695Z [372/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-sse-c4.c.obj 2025-03-04T19:53:04.5344663Z [373/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-scalar-c1.c.obj 2025-03-04T19:53:04.5455402Z [374/7043] 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-04T19:53:04.5601474Z [375/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-sse-c4.c.obj 2025-03-04T19:53:04.5775703Z [376/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-scalar-c1.c.obj 2025-03-04T19:53:04.5834865Z [377/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-sse-c4.c.obj 2025-03-04T19:53:04.6196492Z [378/7043] 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-04T19:53:04.6528340Z [379/7043] 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-04T19:53:04.6550898Z [380/7043] 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-04T19:53:04.6737304Z [381/7043] 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-04T19:53:04.6749345Z [382/7043] 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-04T19:53:04.6995674Z [383/7043] 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-04T19:53:04.7212979Z [384/7043] 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-04T19:53:04.7289434Z [385/7043] 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-04T19:53:04.7416239Z [386/7043] 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-04T19:53:04.7845035Z [387/7043] 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-04T19:53:04.7892887Z [388/7043] 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-04T19:53:04.7945948Z [389/7043] 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-04T19:53:04.8056319Z [390/7043] 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-04T19:53:04.8351554Z [391/7043] 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-04T19:53:04.8899177Z [392/7043] 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-04T19:53:04.8913283Z [393/7043] 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-04T19:53:04.9133914Z [394/7043] 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-04T19:53:04.9238908Z [395/7043] 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-04T19:53:04.9332776Z [396/7043] 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-04T19:53:04.9344332Z [397/7043] 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-04T19:53:04.9550799Z [398/7043] 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-04T19:53:04.9776385Z [399/7043] 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-04T19:53:05.0245746Z [400/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u64.c.obj 2025-03-04T19:53:05.0259649Z [401/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u32.c.obj 2025-03-04T19:53:05.0414070Z [402/7043] 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-04T19:53:05.0615835Z [403/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u128.c.obj 2025-03-04T19:53:05.0866770Z [404/7043] 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-04T19:53:05.1061754Z [405/7043] 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-04T19:53:05.1113701Z [406/7043] 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-04T19:53:05.1226453Z [407/7043] 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-04T19:53:05.1398624Z [408/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u32.c.obj 2025-03-04T19:53:05.1602352Z [409/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u32.c.obj 2025-03-04T19:53:05.1808957Z [410/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u32.c.obj 2025-03-04T19:53:05.2130988Z [411/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u64.c.obj 2025-03-04T19:53:05.2462980Z [412/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u128.c.obj 2025-03-04T19:53:05.2637140Z [413/7043] 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-04T19:53:06.9780661Z [414/7043] 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-04T19:53:06.9970972Z [415/7043] 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-04T19:53:07.0151131Z [416/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u32.c.obj 2025-03-04T19:53:07.0332686Z [417/7043] 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-04T19:53:07.0527291Z [418/7043] 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-04T19:53:07.0716332Z [419/7043] 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-04T19:53:07.0924545Z [420/7043] 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-04T19:53:07.1110329Z [421/7043] 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-04T19:53:07.1121877Z [422/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c32.c.obj 2025-03-04T19:53:07.1226005Z [423/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c64.c.obj 2025-03-04T19:53:07.1309651Z [424/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c16.c.obj 2025-03-04T19:53:07.1416477Z [425/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-scalar.c.obj 2025-03-04T19:53:07.1428425Z [426/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc4.c.obj 2025-03-04T19:53:07.1671391Z [427/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc4.c.obj 2025-03-04T19:53:07.1891194Z [428/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc4.c.obj 2025-03-04T19:53:07.2269758Z [429/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc4.c.obj 2025-03-04T19:53:07.2437268Z [430/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc4.c.obj 2025-03-04T19:53:07.2501916Z [431/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc4.c.obj 2025-03-04T19:53:07.2546363Z [432/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc4.c.obj 2025-03-04T19:53:07.2596194Z [433/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc4.c.obj 2025-03-04T19:53:07.2762761Z [434/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc4.c.obj 2025-03-04T19:53:07.2860182Z [435/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc4.c.obj 2025-03-04T19:53:07.2939961Z [436/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc4.c.obj 2025-03-04T19:53:07.3191093Z [437/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc4.c.obj 2025-03-04T19:53:07.3411968Z [438/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-32x1-minmax-sse.c.obj 2025-03-04T19:53:07.3522253Z [439/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar.c.obj 2025-03-04T19:53:07.3656619Z [440/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x4-minmax-scalar.c.obj 2025-03-04T19:53:07.3876291Z [441/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-avx-u16.c.obj 2025-03-04T19:53:07.3943589Z [442/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-avx512f-u32.c.obj 2025-03-04T19:53:07.3997888Z [443/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x2-minmax-scalar.c.obj 2025-03-04T19:53:07.4081928Z [444/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-scalar-u8.c.obj 2025-03-04T19:53:07.4377949Z [445/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-sse-u8.c.obj 2025-03-04T19:53:07.4442129Z [446/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-avx-u16.c.obj 2025-03-04T19:53:07.4604596Z [447/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-avx512f-u32.c.obj 2025-03-04T19:53:07.4770578Z [448/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u8.c.obj 2025-03-04T19:53:07.5031021Z [449/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-sse-u8.c.obj 2025-03-04T19:53:07.5093207Z [450/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-avx-u16.c.obj 2025-03-04T19:53:07.5107768Z [451/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-avx512f-u32.c.obj 2025-03-04T19:53:07.5207791Z [452/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u2.c.obj 2025-03-04T19:53:07.5497192Z [453/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-sse-u8.c.obj 2025-03-04T19:53:07.5696825Z [454/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-avx512f-u32.c.obj 2025-03-04T19:53:07.5965745Z [455/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-avx-u16.c.obj 2025-03-04T19:53:07.6216714Z [456/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-avx-u16.c.obj 2025-03-04T19:53:07.6230217Z [457/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-scalar-u8.c.obj 2025-03-04T19:53:07.6286342Z [458/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u2.c.obj 2025-03-04T19:53:07.6620177Z [459/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-sse-u8.c.obj 2025-03-04T19:53:07.6710770Z [460/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u16.c.obj 2025-03-04T19:53:07.6732876Z [461/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-sse-u8.c.obj 2025-03-04T19:53:07.6826095Z [462/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u32.c.obj 2025-03-04T19:53:07.7091507Z [463/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u32.c.obj 2025-03-04T19:53:07.7413579Z [464/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u8.c.obj 2025-03-04T19:53:07.7429922Z [465/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u8.c.obj 2025-03-04T19:53:07.7578845Z [466/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-avx-u16.c.obj 2025-03-04T19:53:07.7854318Z [467/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u32.c.obj 2025-03-04T19:53:07.8092218Z [468/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-sse-u8.c.obj 2025-03-04T19:53:07.8106468Z [469/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-scalar-u8.c.obj 2025-03-04T19:53:07.8163757Z [470/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u32.c.obj 2025-03-04T19:53:07.8177246Z [471/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-avx-u16.c.obj 2025-03-04T19:53:07.8499168Z [472/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-sse-u8.c.obj 2025-03-04T19:53:07.8690347Z [473/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-avx-u16.c.obj 2025-03-04T19:53:07.8704115Z [474/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-scalar-u8.c.obj 2025-03-04T19:53:07.9022340Z [475/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-avx512f-u32.c.obj 2025-03-04T19:53:07.9219586Z [476/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-avx-u16.c.obj 2025-03-04T19:53:07.9289141Z [477/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-sse-u8.c.obj 2025-03-04T19:53:07.9304982Z [478/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-avx512f-u32.c.obj 2025-03-04T19:53:07.9569167Z [479/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u8.c.obj 2025-03-04T19:53:07.9630619Z [480/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-scalar-u8.c.obj 2025-03-04T19:53:07.9800806Z [481/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-avx-u16.c.obj 2025-03-04T19:53:08.0304819Z [482/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u8.c.obj 2025-03-04T19:53:08.0396180Z [483/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-sse2-u8.c.obj 2025-03-04T19:53:08.0442673Z [484/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-avx-u16.c.obj 2025-03-04T19:53:08.0535281Z [485/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-sse-u8.c.obj 2025-03-04T19:53:08.0550526Z [486/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-avx512f-u32.c.obj 2025-03-04T19:53:08.0608293Z [487/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-avx512f-u32.c.obj 2025-03-04T19:53:08.0774484Z [488/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-sse2-u8.c.obj 2025-03-04T19:53:08.0839429Z [489/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u8.c.obj 2025-03-04T19:53:08.1573974Z [490/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u2.c.obj 2025-03-04T19:53:08.1648776Z [491/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-avx512f-u32.c.obj 2025-03-04T19:53:08.1700332Z [492/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-avx-u16.c.obj 2025-03-04T19:53:08.1755661Z [493/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-sse-u8.c.obj 2025-03-04T19:53:08.1810240Z [494/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u8.c.obj 2025-03-04T19:53:08.1896248Z [495/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-sse2-u8.c.obj 2025-03-04T19:53:08.1960340Z [496/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-avx512f-u32.c.obj 2025-03-04T19:53:08.2049260Z [497/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-avx-u16.c.obj 2025-03-04T19:53:08.2704546Z [498/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-avx-u16.c.obj 2025-03-04T19:53:08.2902693Z [499/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-sse-u8.c.obj 2025-03-04T19:53:08.2915833Z [500/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-avx512f-u32.c.obj 2025-03-04T19:53:08.2969758Z [501/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u8.c.obj 2025-03-04T19:53:08.3030274Z [502/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u16.c.obj 2025-03-04T19:53:08.3042675Z [503/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u8.c.obj 2025-03-04T19:53:08.3097864Z [504/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u32.c.obj 2025-03-04T19:53:08.3214222Z [505/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u8.c.obj 2025-03-04T19:53:08.3797424Z [506/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u16.c.obj 2025-03-04T19:53:08.4025658Z [507/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u8.c.obj 2025-03-04T19:53:08.4095787Z [508/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u32.c.obj 2025-03-04T19:53:08.4186841Z [509/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u8.c.obj 2025-03-04T19:53:08.4200515Z [510/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-avx-u16.c.obj 2025-03-04T19:53:08.4262436Z [511/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-avx512f-u32.c.obj 2025-03-04T19:53:08.4316055Z [512/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-scalar-u8.c.obj 2025-03-04T19:53:08.4377634Z [513/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-sse-u8.c.obj 2025-03-04T19:53:08.4901554Z [514/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-avx-u16.c.obj 2025-03-04T19:53:08.5148832Z [515/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-avx512f-u32.c.obj 2025-03-04T19:53:08.5277522Z [516/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u8.c.obj 2025-03-04T19:53:08.5336268Z [517/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-sse-u8.c.obj 2025-03-04T19:53:08.5354024Z [518/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-avx-u16.c.obj 2025-03-04T19:53:08.5421520Z [519/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u16.c.obj 2025-03-04T19:53:08.5487647Z [520/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-sse-u8.c.obj 2025-03-04T19:53:08.5503904Z [521/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u4.c.obj 2025-03-04T19:53:08.5962880Z [522/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u32.c.obj 2025-03-04T19:53:08.6246509Z [523/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u16.c.obj 2025-03-04T19:53:08.6380494Z [524/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u4.c.obj 2025-03-04T19:53:08.6529416Z [525/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-avx.c.obj 2025-03-04T19:53:08.6584708Z [526/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-avx512f.c.obj 2025-03-04T19:53:08.6597416Z [527/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-sse-u8.c.obj 2025-03-04T19:53:08.6658988Z [528/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-sse2.c.obj 2025-03-04T19:53:08.6671826Z [529/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-scalar.c.obj 2025-03-04T19:53:08.7047605Z [530/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx.c.obj 2025-03-04T19:53:08.7355055Z [531/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx512f.c.obj 2025-03-04T19:53:08.7528089Z [532/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-scalar.c.obj 2025-03-04T19:53:08.7630404Z [533/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-sse2.c.obj 2025-03-04T19:53:08.7737132Z [534/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx.c.obj 2025-03-04T19:53:08.7802505Z [535/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx512f.c.obj 2025-03-04T19:53:08.7819289Z [536/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-sse2.c.obj 2025-03-04T19:53:08.7879164Z [537/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-scalar.c.obj 2025-03-04T19:53:08.8111028Z [538/7043] 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-04T19:53:08.8637854Z [539/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u64.c.obj 2025-03-04T19:53:08.8824502Z [540/7043] 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-04T19:53:08.8900980Z [541/7043] 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-04T19:53:08.8915066Z [542/7043] 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-04T19:53:08.9008790Z [543/7043] 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-04T19:53:08.9078094Z [544/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vexp\gen\f32-vexp-scalar-exp.c.obj 2025-03-04T19:53:08.9149510Z [545/7043] 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-04T19:53:08.9163311Z [546/7043] 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-04T19:53:08.9748624Z [547/7043] 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-04T19:53:09.0042450Z [548/7043] 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-04T19:53:09.0206522Z [549/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u16.c.obj 2025-03-04T19:53:09.0290286Z [550/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-sse-u8.c.obj 2025-03-04T19:53:09.0348711Z [551/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u4.c.obj 2025-03-04T19:53:09.0590640Z [552/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u16.c.obj 2025-03-04T19:53:09.0646909Z [553/7043] 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-04T19:53:09.0980201Z [554/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-avx-u16.c.obj 2025-03-04T19:53:09.1041460Z [555/7043] 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-04T19:53:09.1101266Z [556/7043] 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-04T19:53:09.1249941Z [557/7043] 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-04T19:53:09.1400536Z [558/7043] 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-04T19:53:09.1469155Z [559/7043] 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-04T19:53:09.1846424Z [560/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u16.c.obj 2025-03-04T19:53:09.1861841Z [561/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u16.c.obj 2025-03-04T19:53:09.2089161Z [562/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u4.c.obj 2025-03-04T19:53:09.2200278Z [563/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u8.c.obj 2025-03-04T19:53:09.2354830Z [564/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-sse-2x.c.obj 2025-03-04T19:53:09.2369440Z [565/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u8.c.obj 2025-03-04T19:53:09.2511623Z [566/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c1-minmax-scalar-2x.c.obj 2025-03-04T19:53:09.2567928Z [567/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u8.c.obj 2025-03-04T19:53:09.2883072Z [568/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-avx-u16.c.obj 2025-03-04T19:53:09.3113121Z [569/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u16.c.obj 2025-03-04T19:53:09.3188194Z [570/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u1.c.obj 2025-03-04T19:53:09.3518149Z [571/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u4.c.obj 2025-03-04T19:53:09.3597863Z [572/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u8.c.obj 2025-03-04T19:53:09.3734327Z [573/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u8.c.obj 2025-03-04T19:53:09.3824033Z [574/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-avx-u16.c.obj 2025-03-04T19:53:09.3880152Z [575/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u16.c.obj 2025-03-04T19:53:09.4213204Z [576/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u1.c.obj 2025-03-04T19:53:09.4226612Z [577/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u4.c.obj 2025-03-04T19:53:09.4301928Z [578/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u8.c.obj 2025-03-04T19:53:09.4776869Z [579/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u8.c.obj 2025-03-04T19:53:09.4830683Z [580/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-avx-u16.c.obj 2025-03-04T19:53:09.4889129Z [581/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u16.c.obj 2025-03-04T19:53:09.5056778Z [582/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u4.c.obj 2025-03-04T19:53:09.5196938Z [583/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u1.c.obj 2025-03-04T19:53:09.5370584Z [584/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u8.c.obj 2025-03-04T19:53:09.5427401Z [585/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-avx-u16.c.obj 2025-03-04T19:53:09.6055297Z [586/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u8.c.obj 2025-03-04T19:53:09.6361003Z [587/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u16.c.obj 2025-03-04T19:53:09.6373554Z [588/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u4.c.obj 2025-03-04T19:53:09.6428989Z [589/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u32.c.obj 2025-03-04T19:53:09.6506778Z [590/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u16.c.obj 2025-03-04T19:53:09.6563514Z [591/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u8.c.obj 2025-03-04T19:53:09.6578242Z [592/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u1.c.obj 2025-03-04T19:53:09.6998544Z [593/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u8.c.obj 2025-03-04T19:53:09.7101900Z [594/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u16.c.obj 2025-03-04T19:53:09.7477911Z [595/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u8.c.obj 2025-03-04T19:53:09.7541822Z [596/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u4.c.obj 2025-03-04T19:53:09.7554920Z [597/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u1.c.obj 2025-03-04T19:53:09.7643760Z [598/7043] 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-04T19:53:09.8099097Z [599/7043] 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-04T19:53:09.8162295Z [600/7043] 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-04T19:53:09.8249999Z [601/7043] 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-04T19:53:09.8350688Z [602/7043] 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-04T19:53:09.8472347Z [603/7043] 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-04T19:53:09.8553584Z [604/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u16.c.obj 2025-03-04T19:53:09.8630072Z [605/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u16.c.obj 2025-03-04T19:53:09.9290526Z [606/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u12.c.obj 2025-03-04T19:53:09.9368938Z [607/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u1.c.obj 2025-03-04T19:53:09.9531693Z [608/7043] 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-04T19:53:09.9589880Z [609/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u16.c.obj 2025-03-04T19:53:09.9666471Z [610/7043] 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-04T19:53:09.9680037Z [611/7043] 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-04T19:53:09.9694589Z [612/7043] 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-04T19:53:09.9923730Z [613/7043] 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-04T19:53:10.0674843Z [614/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-avx.c.obj 2025-03-04T19:53:10.0718058Z [615/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-scalar.c.obj 2025-03-04T19:53:10.0787308Z [616/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-avx512f.c.obj 2025-03-04T19:53:10.0799934Z [617/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-avx.c.obj 2025-03-04T19:53:10.0981008Z [618/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-sse2.c.obj 2025-03-04T19:53:10.1041560Z [619/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-sse2.c.obj 2025-03-04T19:53:10.1057406Z [620/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-scalar.c.obj 2025-03-04T19:53:10.1109426Z [621/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-avx512f.c.obj 2025-03-04T19:53:10.2105298Z [622/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-avx512f.c.obj 2025-03-04T19:53:10.2157732Z [623/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-sse2.c.obj 2025-03-04T19:53:10.2172509Z [624/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-scalar.c.obj 2025-03-04T19:53:10.2290482Z [625/7043] 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-04T19:53:10.2303649Z [626/7043] 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-04T19:53:10.2320041Z [627/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-avx.c.obj 2025-03-04T19:53:10.2961729Z [628/7043] 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-04T19:53:10.3354158Z [629/7043] 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-04T19:53:10.3609239Z [630/7043] 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-04T19:53:10.3621164Z [631/7043] 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-04T19:53:10.3763453Z [632/7043] 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-04T19:53:10.3901232Z [633/7043] 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-04T19:53:10.3913827Z [634/7043] 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-04T19:53:10.3972476Z [635/7043] 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-04T19:53:10.4137412Z [636/7043] 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-04T19:53:10.4586352Z [637/7043] 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-04T19:53:10.4959288Z [638/7043] 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-04T19:53:10.5010649Z [639/7043] 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-04T19:53:10.5109944Z [640/7043] 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-04T19:53:10.5187549Z [641/7043] 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-04T19:53:10.5236161Z [642/7043] 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-04T19:53:10.5292206Z [643/7043] 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-04T19:53:10.5427407Z [644/7043] 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-04T19:53:10.5884921Z [645/7043] 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-04T19:53:10.6362020Z [646/7043] 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-04T19:53:10.6425933Z [647/7043] 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-04T19:53:10.6476447Z [648/7043] 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-04T19:53:10.6538506Z [649/7043] 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-04T19:53:10.6601351Z [650/7043] 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-04T19:53:10.6613209Z [651/7043] 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-04T19:53:10.6695835Z [652/7043] 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-04T19:53:10.7243842Z [653/7043] 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-04T19:53:10.7827663Z [654/7043] 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-04T19:53:10.7922185Z [655/7043] 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-04T19:53:10.7982697Z [656/7043] 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-04T19:53:10.7994863Z [657/7043] 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-04T19:53:10.8006269Z [658/7043] 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-04T19:53:10.8056230Z [659/7043] 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-04T19:53:10.8110137Z [660/7043] 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-04T19:53:10.8701857Z [661/7043] 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-04T19:53:10.9300598Z [662/7043] 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-04T19:53:10.9359562Z [663/7043] 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-04T19:53:10.9446050Z [664/7043] 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-04T19:53:10.9458847Z [665/7043] 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-04T19:53:10.9694288Z [666/7043] 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-04T19:53:10.9895007Z [667/7043] 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-04T19:53:11.0122975Z [668/7043] 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-04T19:53:11.0289122Z [669/7043] 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-04T19:53:11.0633057Z [670/7043] 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-04T19:53:11.0804960Z [671/7043] 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-04T19:53:11.0931608Z [672/7043] 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-04T19:53:11.0948863Z [673/7043] 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-04T19:53:11.1217439Z [674/7043] 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-04T19:53:11.1279909Z [675/7043] 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-04T19:53:11.1387601Z [676/7043] 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-04T19:53:11.1725033Z [677/7043] 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-04T19:53:11.1856447Z [678/7043] 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-04T19:53:11.2272046Z [679/7043] 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-04T19:53:11.2284151Z [680/7043] 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-04T19:53:11.2506885Z [681/7043] 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-04T19:53:11.2660801Z [682/7043] 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-04T19:53:11.2788700Z [683/7043] 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-04T19:53:11.2976077Z [684/7043] 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-04T19:53:11.3076791Z [685/7043] 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-04T19:53:11.3462739Z [686/7043] 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-04T19:53:11.3531997Z [687/7043] 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-04T19:53:11.3614741Z [688/7043] 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-04T19:53:11.3834632Z [689/7043] 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-04T19:53:11.4081743Z [690/7043] 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-04T19:53:11.4166351Z [691/7043] 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-04T19:53:11.4245087Z [692/7043] 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-04T19:53:11.4398471Z [693/7043] 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-04T19:53:11.4863760Z [694/7043] 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-04T19:53:11.4877170Z [695/7043] 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-04T19:53:11.4927596Z [696/7043] 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-04T19:53:11.5057104Z [697/7043] 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-04T19:53:11.5269654Z [698/7043] 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-04T19:53:11.5280774Z [699/7043] 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-04T19:53:11.5453448Z [700/7043] 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-04T19:53:11.5908039Z [701/7043] 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-04T19:53:11.6049119Z [702/7043] 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-04T19:53:11.6108335Z [703/7043] 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-04T19:53:11.6268089Z [704/7043] 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-04T19:53:11.6401061Z [705/7043] 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-04T19:53:11.6453986Z [706/7043] 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-04T19:53:11.6466225Z [707/7043] 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-04T19:53:11.6559309Z [708/7043] 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-04T19:53:11.7062991Z [709/7043] 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-04T19:53:11.7220538Z [710/7043] 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-04T19:53:11.7455528Z [711/7043] 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-04T19:53:11.7630857Z [712/7043] 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-04T19:53:11.7684735Z [713/7043] 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-04T19:53:11.7735104Z [714/7043] 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-04T19:53:11.7886545Z [715/7043] 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-04T19:53:11.8117536Z [716/7043] 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-04T19:53:11.8326524Z [717/7043] 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-04T19:53:11.8389993Z [718/7043] 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-04T19:53:11.8591153Z [719/7043] 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-04T19:53:11.8764298Z [720/7043] 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-04T19:53:11.8843017Z [721/7043] 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-04T19:53:11.8893869Z [722/7043] 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-04T19:53:11.8980521Z [723/7043] 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-04T19:53:11.9116784Z [724/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u16.c.obj 2025-03-04T19:53:11.9332832Z [725/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u32.c.obj 2025-03-04T19:53:11.9653197Z [726/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u32.c.obj 2025-03-04T19:53:11.9861355Z [727/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u4.c.obj 2025-03-04T19:53:11.9874119Z [728/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u1.c.obj 2025-03-04T19:53:12.0061883Z [729/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u16.c.obj 2025-03-04T19:53:12.0074475Z [730/7043] 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-04T19:53:12.0167377Z [731/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u32.c.obj 2025-03-04T19:53:12.0277782Z [732/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-scalar.c.obj 2025-03-04T19:53:12.0715700Z [733/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x64c4-gemm-goi-scalar.c.obj 2025-03-04T19:53:12.1086632Z [734/7043] 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-04T19:53:12.1162247Z [735/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u16.c.obj 2025-03-04T19:53:12.1302559Z [736/7043] 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-04T19:53:12.1314016Z [737/7043] 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-04T19:53:12.1368916Z [738/7043] 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-04T19:53:12.1426502Z [739/7043] 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-04T19:53:12.1519863Z [740/7043] 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-04T19:53:12.1804345Z [741/7043] 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-04T19:53:12.2350166Z [742/7043] 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-04T19:53:12.2415290Z [743/7043] 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-04T19:53:12.2505760Z [744/7043] 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-04T19:53:12.2518913Z [745/7043] 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-04T19:53:12.2571760Z [746/7043] 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-04T19:53:12.2667920Z [747/7043] 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-04T19:53:12.2821030Z [748/7043] 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-04T19:53:12.2937168Z [749/7043] 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-04T19:53:12.3560907Z [750/7043] 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-04T19:53:12.3670939Z [751/7043] 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-04T19:53:12.3730203Z [752/7043] 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-04T19:53:12.3781892Z [753/7043] 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-04T19:53:12.3855669Z [754/7043] 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-04T19:53:12.4083994Z [755/7043] 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-04T19:53:12.4098114Z [756/7043] 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-04T19:53:12.4289946Z [757/7043] 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-04T19:53:12.4737043Z [758/7043] 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-04T19:53:12.4831292Z [759/7043] 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-04T19:53:12.5090725Z [760/7043] 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-04T19:53:12.5203934Z [761/7043] 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-04T19:53:12.5311889Z [762/7043] 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-04T19:53:12.5323912Z [763/7043] 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-04T19:53:12.5492600Z [764/7043] 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-04T19:53:12.5546426Z [765/7043] 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-04T19:53:12.6146051Z [766/7043] 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-04T19:53:12.6255337Z [767/7043] 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-04T19:53:12.6447262Z [768/7043] 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-04T19:53:12.6577330Z [769/7043] 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-04T19:53:12.6673366Z [770/7043] 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-04T19:53:12.6784308Z [771/7043] 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-04T19:53:12.6845911Z [772/7043] 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-04T19:53:12.6930286Z [773/7043] 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-04T19:53:12.7417198Z [774/7043] 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-04T19:53:12.7596268Z [775/7043] 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-04T19:53:12.7759830Z [776/7043] 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-04T19:53:12.7939372Z [777/7043] 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-04T19:53:12.7996724Z [778/7043] 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-04T19:53:12.8052667Z [779/7043] 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-04T19:53:12.8134589Z [780/7043] 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-04T19:53:12.8199267Z [781/7043] 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-04T19:53:12.8574093Z [782/7043] 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-04T19:53:12.9170589Z [783/7043] 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-04T19:53:12.9245460Z [784/7043] 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-04T19:53:12.9321495Z [785/7043] 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-04T19:53:12.9607366Z [786/7043] 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-04T19:53:12.9744393Z [787/7043] 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-04T19:53:12.9791945Z [788/7043] 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-04T19:53:13.0034376Z [789/7043] 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-04T19:53:13.0275950Z [790/7043] 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-04T19:53:13.0326202Z [791/7043] 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-04T19:53:13.0390423Z [792/7043] 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-04T19:53:13.0574151Z [793/7043] 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-04T19:53:13.0736125Z [794/7043] 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-04T19:53:13.0882693Z [795/7043] 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-04T19:53:13.0980093Z [796/7043] 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-04T19:53:13.1078407Z [797/7043] 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-04T19:53:13.1282111Z [798/7043] 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-04T19:53:13.1372627Z [799/7043] 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-04T19:53:13.1525485Z [800/7043] 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-04T19:53:13.1621448Z [801/7043] 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-04T19:53:13.1756833Z [802/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u64-acc2.c.obj 2025-03-04T19:53:13.1876288Z [803/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u64-acc2.c.obj 2025-03-04T19:53:13.2126746Z [804/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u128-acc2.c.obj 2025-03-04T19:53:13.2311748Z [805/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u4.c.obj 2025-03-04T19:53:13.2366575Z [806/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u128-acc2.c.obj 2025-03-04T19:53:13.2378319Z [807/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u32-acc2.c.obj 2025-03-04T19:53:13.2573208Z [808/7043] 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-04T19:53:13.2862436Z [809/7043] 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-04T19:53:13.2922495Z [810/7043] 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-04T19:53:13.3020122Z [811/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u1.c.obj 2025-03-04T19:53:13.3442994Z [812/7043] 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-04T19:53:13.3508518Z [813/7043] 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-04T19:53:13.3525756Z [814/7043] 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-04T19:53:13.3688166Z [815/7043] 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-04T19:53:13.3917359Z [816/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u4.c.obj 2025-03-04T19:53:13.3930328Z [817/7043] 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-04T19:53:13.4019245Z [818/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u1.c.obj 2025-03-04T19:53:13.4077192Z [819/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u4.c.obj 2025-03-04T19:53:13.4617732Z [820/7043] 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-04T19:53:13.4845643Z [821/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u32.c.obj 2025-03-04T19:53:13.4857457Z [822/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u32.c.obj 2025-03-04T19:53:13.4937691Z [823/7043] 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-04T19:53:13.5087409Z [824/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u4.c.obj 2025-03-04T19:53:13.5100592Z [825/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u1.c.obj 2025-03-04T19:53:13.5111711Z [826/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u32.c.obj 2025-03-04T19:53:13.5455829Z [827/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u32.c.obj 2025-03-04T19:53:13.5626509Z [828/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u32.c.obj 2025-03-04T19:53:13.5937220Z [829/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u32.c.obj 2025-03-04T19:53:13.6071526Z [830/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u4.c.obj 2025-03-04T19:53:13.6141974Z [831/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u4.c.obj 2025-03-04T19:53:13.6197822Z [832/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u32.c.obj 2025-03-04T19:53:13.6449677Z [833/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u32.c.obj 2025-03-04T19:53:13.6575837Z [834/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u32.c.obj 2025-03-04T19:53:13.6636155Z [835/7043] 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-04T19:53:13.6700950Z [836/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u32.c.obj 2025-03-04T19:53:13.6987293Z [837/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u4.c.obj 2025-03-04T19:53:13.7135633Z [838/7043] 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-04T19:53:13.7219455Z [839/7043] 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-04T19:53:13.7346487Z [840/7043] 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-04T19:53:13.7573467Z [841/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u4.c.obj 2025-03-04T19:53:13.7673801Z [842/7043] 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-04T19:53:13.7800287Z [843/7043] 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-04T19:53:13.7897232Z [844/7043] 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-04T19:53:13.8138852Z [845/7043] 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-04T19:53:13.8191122Z [846/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-sse2-c8.c.obj 2025-03-04T19:53:13.8203711Z [847/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.obj 2025-03-04T19:53:13.8422633Z [848/7043] 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-04T19:53:13.8680596Z [849/7043] 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-04T19:53:13.8801236Z [850/7043] 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-04T19:53:13.9117376Z [851/7043] 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-04T19:53:13.9303683Z [852/7043] 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-04T19:53:13.9366336Z [853/7043] 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-04T19:53:13.9417462Z [854/7043] 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-04T19:53:13.9583047Z [855/7043] 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-04T19:53:13.9813634Z [856/7043] 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-04T19:53:14.0064797Z [857/7043] 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-04T19:53:14.0310196Z [858/7043] 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-04T19:53:14.0410419Z [859/7043] 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-04T19:53:14.0557772Z [860/7043] 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-04T19:53:14.0652591Z [861/7043] 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-04T19:53:14.0991605Z [862/7043] 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-04T19:53:14.1040441Z [863/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u32.c.obj 2025-03-04T19:53:14.1230047Z [864/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u16.c.obj 2025-03-04T19:53:14.1355057Z [865/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u1.c.obj 2025-03-04T19:53:14.1406576Z [866/7043] 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-04T19:53:14.1470338Z [867/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u32.c.obj 2025-03-04T19:53:14.1537710Z [868/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u4.c.obj 2025-03-04T19:53:14.1593757Z [869/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u32.c.obj 2025-03-04T19:53:14.1954929Z [870/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u16.c.obj 2025-03-04T19:53:14.2480534Z [871/7043] 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-04T19:53:14.2809465Z [872/7043] 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-04T19:53:14.2821998Z [873/7043] 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-04T19:53:14.2877279Z [874/7043] 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-04T19:53:14.2999552Z [875/7043] 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-04T19:53:14.3059233Z [876/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx2.c.obj 2025-03-04T19:53:14.3113260Z [877/7043] 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-04T19:53:14.3129679Z [878/7043] 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-04T19:53:14.3693772Z [879/7043] 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-04T19:53:14.4169876Z [880/7043] 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-04T19:53:14.4240885Z [881/7043] 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-04T19:53:14.4253426Z [882/7043] 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-04T19:53:14.4302538Z [883/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x8c8-minmax-fp32-avx2.c.obj 2025-03-04T19:53:14.4351382Z [884/7043] 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-04T19:53:14.4470921Z [885/7043] 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-04T19:53:14.4977672Z [886/7043] 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-04T19:53:14.4991430Z [887/7043] 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-04T19:53:14.5391891Z [888/7043] 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-04T19:53:14.5567577Z [889/7043] 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-04T19:53:14.5694048Z [890/7043] 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-04T19:53:14.5856149Z [891/7043] 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-04T19:53:14.6055172Z [892/7043] 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-04T19:53:14.6156039Z [893/7043] 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-04T19:53:14.6209937Z [894/7043] 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-04T19:53:14.6388297Z [895/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx2.c.obj 2025-03-04T19:53:14.6554166Z [896/7043] 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-04T19:53:14.6677734Z [897/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x8c8-minmax-fp32-avx2.c.obj 2025-03-04T19:53:14.6850553Z [898/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c64.c.obj 2025-03-04T19:53:14.6907159Z [899/7043] 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-04T19:53:14.7044390Z [900/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rdsum\gen\qu8-rdsum-scalar.c.obj 2025-03-04T19:53:14.7137882Z [901/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u64-acc2.c.obj 2025-03-04T19:53:14.7209096Z [902/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u4.c.obj 2025-03-04T19:53:14.7423541Z [903/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u32-acc2.c.obj 2025-03-04T19:53:14.7809321Z [904/7043] 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-04T19:53:14.7898119Z [905/7043] 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-04T19:53:14.7914628Z [906/7043] 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-04T19:53:14.8025293Z [907/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u1.c.obj 2025-03-04T19:53:14.8172149Z [908/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u4.c.obj 2025-03-04T19:53:14.8281266Z [909/7043] 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-04T19:53:14.8416032Z [910/7043] 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-04T19:53:14.8479599Z [911/7043] 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-04T19:53:14.8951912Z [912/7043] 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-04T19:53:14.9046146Z [913/7043] 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-04T19:53:14.9105194Z [914/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u4.c.obj 2025-03-04T19:53:14.9163193Z [915/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u1.c.obj 2025-03-04T19:53:14.9264890Z [916/7043] 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-04T19:53:14.9386543Z [917/7043] 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-04T19:53:14.9493827Z [918/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u32.c.obj 2025-03-04T19:53:14.9852534Z [919/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u32.c.obj 2025-03-04T19:53:15.0038796Z [920/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u1.c.obj 2025-03-04T19:53:15.0204783Z [921/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u4.c.obj 2025-03-04T19:53:15.0254009Z [922/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u32.c.obj 2025-03-04T19:53:15.0304184Z [923/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u32.c.obj 2025-03-04T19:53:15.0432464Z [924/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u32.c.obj 2025-03-04T19:53:15.0563072Z [925/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u32.c.obj 2025-03-04T19:53:15.0859238Z [926/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u4.c.obj 2025-03-04T19:53:15.0913396Z [927/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u32.c.obj 2025-03-04T19:53:15.1386724Z [928/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u32.c.obj 2025-03-04T19:53:15.1445448Z [929/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u32.c.obj 2025-03-04T19:53:15.1458350Z [930/7043] 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-04T19:53:15.1513504Z [931/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u4.c.obj 2025-03-04T19:53:15.1714373Z [932/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u32.c.obj 2025-03-04T19:53:15.1726414Z [933/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u4.c.obj 2025-03-04T19:53:15.1929227Z [934/7043] 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-04T19:53:15.2056567Z [935/7043] 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-04T19:53:15.2454675Z [936/7043] 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-04T19:53:15.2510583Z [937/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u4.c.obj 2025-03-04T19:53:15.2610391Z [938/7043] 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-04T19:53:15.2681400Z [939/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-avx2.c.obj 2025-03-04T19:53:15.2729996Z [940/7043] 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-04T19:53:15.2805826Z [941/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-avx512f.c.obj 2025-03-04T19:53:15.2948915Z [942/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-scalar.c.obj 2025-03-04T19:53:15.3139218Z [943/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c1.c.obj 2025-03-04T19:53:15.3430729Z [944/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c8.c.obj 2025-03-04T19:53:15.3596918Z [945/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-scalar-c1.c.obj 2025-03-04T19:53:15.3675038Z [946/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c16.c.obj 2025-03-04T19:53:15.3724033Z [947/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse2-c16.c.obj 2025-03-04T19:53:15.3914582Z [948/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse41-c16.c.obj 2025-03-04T19:53:15.4038042Z [949/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-avx2-u128.c.obj 2025-03-04T19:53:15.4261223Z [950/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-avx512skx-u256.c.obj 2025-03-04T19:53:15.4585459Z [951/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-sse2-u64.c.obj 2025-03-04T19:53:15.4660415Z [952/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-sse41-u64.c.obj 2025-03-04T19:53:15.4704670Z [953/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c8.c.obj 2025-03-04T19:53:15.4832222Z [954/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c1.c.obj 2025-03-04T19:53:15.4845148Z [955/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c16.c.obj 2025-03-04T19:53:15.4856593Z [956/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-lut32norm\u8-lut32norm-scalar.c.obj 2025-03-04T19:53:15.5097157Z [957/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-scalar-u4.c.obj 2025-03-04T19:53:15.5160849Z [958/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-scalar-c1.c.obj 2025-03-04T19:53:15.5613953Z [959/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-sse2-c16.c.obj 2025-03-04T19:53:15.5703165Z [960/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-rmax\u8-rmax-scalar-u2.c.obj 2025-03-04T19:53:15.5886893Z [961/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-avx2-u128.c.obj 2025-03-04T19:53:15.5941099Z [962/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-avx512skx-u256.c.obj 2025-03-04T19:53:15.5985919Z [963/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-rmax\u8-rmax-sse2-u16.c.obj 2025-03-04T19:53:15.6040256Z [964/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-scalar-u4.c.obj 2025-03-04T19:53:15.6351816Z [965/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-sse2-u64.c.obj 2025-03-04T19:53:15.6596603Z [966/7043] 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-04T19:53:15.6612500Z [967/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-switch-avx2.c.obj 2025-03-04T19:53:15.6738793Z [968/7043] 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-04T19:53:15.6809177Z [969/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-multi-sse2.c.obj 2025-03-04T19:53:15.7210323Z [970/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-2x4-scalar-int.c.obj 2025-03-04T19:53:15.7326465Z [971/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x24-transposec\x24-transposec-4x4-ssse3.c.obj 2025-03-04T19:53:15.7455835Z [972/7043] 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-04T19:53:15.7510976Z [973/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x24-transposec\gen\x24-transposec-1x2-scalar.c.obj 2025-03-04T19:53:15.7522442Z [974/7043] 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-04T19:53:15.7582197Z [975/7043] 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-04T19:53:15.7960969Z [976/7043] 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-04T19:53:15.8163161Z [977/7043] 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-04T19:53:15.8310539Z [978/7043] 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-04T19:53:15.8412818Z [979/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-int.c.obj 2025-03-04T19:53:15.8424591Z [980/7043] 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-04T19:53:15.8475718Z [981/7043] 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-04T19:53:15.8487669Z [982/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-multi-avx.c.obj 2025-03-04T19:53:15.8589645Z [983/7043] 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-04T19:53:15.8773523Z [984/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-unpool\x32-unpool-scalar.c.obj 2025-03-04T19:53:15.8882615Z [985/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-unpool\x32-unpool-sse2.c.obj 2025-03-04T19:53:15.8933220Z [986/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\x32-transposec-4x4-sse.c.obj 2025-03-04T19:53:15.9031662Z [987/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x2-sse2.c.obj 2025-03-04T19:53:15.9079913Z [988/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x3-scalar.c.obj 2025-03-04T19:53:15.9203341Z [989/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x4-scalar.c.obj 2025-03-04T19:53:15.9310733Z [990/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x3-sse2.c.obj 2025-03-04T19:53:15.9363833Z [991/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x4-sse2.c.obj 2025-03-04T19:53:15.9653587Z [992/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-xm-sse2.c.obj 2025-03-04T19:53:15.9675752Z [993/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-xm-scalar.c.obj 2025-03-04T19:53:15.9789273Z [994/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x2-scalar.c.obj 2025-03-04T19:53:15.9937176Z [995/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-mov-sse2.c.obj 2025-03-04T19:53:16.0175947Z [996/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-multi-avx.c.obj 2025-03-04T19:53:16.0187915Z [997/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-int.c.obj 2025-03-04T19:53:16.0242009Z [998/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx-u64.c.obj 2025-03-04T19:53:16.0300626Z [999/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx2-u128.c.obj 2025-03-04T19:53:16.0387133Z [1000/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-scalar-u4.c.obj 2025-03-04T19:53:16.0427240Z [1001/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u128.c.obj 2025-03-04T19:53:16.0507853Z [1002/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u64.c.obj 2025-03-04T19:53:16.1284314Z [1003/7043] 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-04T19:53:16.1302570Z [1004/7043] 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-04T19:53:16.1350049Z [1005/7043] 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-04T19:53:16.1361103Z [1006/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-2x4-scalar-int.c.obj 2025-03-04T19:53:16.1410638Z [1007/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-mov-sse2.c.obj 2025-03-04T19:53:16.1463043Z [1008/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-switch-avx2.c.obj 2025-03-04T19:53:16.1620188Z [1009/7043] 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-04T19:53:16.1783474Z [1010/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packq\x8-packq-scalar-f32qp8-u1.c.obj 2025-03-04T19:53:16.1988631Z [1011/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x3-sse2.c.obj 2025-03-04T19:53:16.1998992Z [1012/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x4-scalar.c.obj 2025-03-04T19:53:16.2058541Z [1013/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x2-scalar.c.obj 2025-03-04T19:53:16.2068792Z [1014/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x4-sse2.c.obj 2025-03-04T19:53:16.2154709Z [1015/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x3-scalar.c.obj 2025-03-04T19:53:16.2206360Z [1016/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-xm-scalar.c.obj 2025-03-04T19:53:16.2547658Z [1017/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-xm-sse2.c.obj 2025-03-04T19:53:16.2612826Z [1018/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-fill\xx-fill-scalar-u16.c.obj 2025-03-04T19:53:16.2688018Z [1019/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-fill\xx-fill-sse2-u64.c.obj 2025-03-04T19:53:16.2731735Z [1020/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-pad\xx-pad-p16-sse2-u16.c.obj 2025-03-04T19:53:16.3025426Z [1021/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-copy\xx-copy-scalar-memcpy.c.obj 2025-03-04T19:53:16.3156097Z [1022/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-transposev\xx-transposev-1x1-scalar-memcpy.c.obj 2025-03-04T19:53:16.3208469Z [1023/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x2-sse2.c.obj 2025-03-04T19:53:16.3222044Z [1024/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-2048.c.obj 2025-03-04T19:53:16.3314075Z [1025/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-4.c.obj 2025-03-04T19:53:16.3538492Z [1026/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-8.c.obj 2025-03-04T19:53:16.3681472Z [1027/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-32.c.obj 2025-03-04T19:53:16.3694468Z [1028/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-64.c.obj 2025-03-04T19:53:16.3765025Z [1029/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-16.c.obj 2025-03-04T19:53:16.3777221Z [1030/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-pad\xx-pad-p4-scalar-u16.c.obj 2025-03-04T19:53:16.3823461Z [1031/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-2048.c.obj 2025-03-04T19:53:16.3906704Z [1032/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\vlog.c.obj 2025-03-04T19:53:16.4138832Z [1033/7043] Linking C static library lib\cpuinfo.lib 2025-03-04T19:53:16.4344250Z [1034/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-64.c.obj 2025-03-04T19:53:16.4422532Z [1035/7043] Linking C executable sleef\bin\mkrename.exe 2025-03-04T19:53:16.4477937Z [1036/7043] Running gen_proto.py on onnx/onnx-operators.in.proto 2025-03-04T19:53:16.4479056Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-operators.in.proto 2025-03-04T19:53:16.4480528Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto 2025-03-04T19:53:16.4482071Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto3 2025-03-04T19:53:16.4483880Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators-ml.pb.h 2025-03-04T19:53:16.4494483Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_operators_pb.py 2025-03-04T19:53:16.4495049Z 2025-03-04T19:53:16.4495200Z [1037/7043] Linking C executable sleef\bin\mkalias.exe 2025-03-04T19:53:16.4504368Z [1038/7043] Linking C executable sleef\bin\mkdisp.exe 2025-03-04T19:53:16.4525838Z [1039/7043] Running gen_proto.py on onnx/onnx-data.in.proto 2025-03-04T19:53:16.5055360Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-data.in.proto 2025-03-04T19:53:16.5055828Z 2025-03-04T19:53:16.5056199Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto 2025-03-04T19:53:16.5056668Z 2025-03-04T19:53:16.5057059Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto3 2025-03-04T19:53:16.5057531Z 2025-03-04T19:53:16.5057833Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data.pb.h 2025-03-04T19:53:16.5058252Z 2025-03-04T19:53:16.5058563Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_data_pb.py 2025-03-04T19:53:16.5059217Z 2025-03-04T19:53:16.5059555Z [1040/7043] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\allocation-type.c.obj 2025-03-04T19:53:16.5145906Z [1041/7043] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\node-type.c.obj 2025-03-04T19:53:16.5188064Z [1042/7043] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\operator-type.c.obj 2025-03-04T19:53:16.5285718Z [1043/7043] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\microkernel-type.c.obj 2025-03-04T19:53:16.5393933Z [1044/7043] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\datatype-strings.c.obj 2025-03-04T19:53:16.5552761Z [1045/7043] Building C object confu-deps\XNNPACK\CMakeFiles\indirection.dir\src\indirection.c.obj 2025-03-04T19:53:16.6184806Z [1046/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microparams-init.dir\src\microparams-init.c.obj 2025-03-04T19:53:16.6237768Z [1047/7043] Building C object confu-deps\XNNPACK\CMakeFiles\normalization.dir\src\normalization.c.obj 2025-03-04T19:53:16.6251990Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:16.6252604Z [1048/7043] Building C object confu-deps\XNNPACK\CMakeFiles\allocator.dir\src\allocator.c.obj 2025-03-04T19:53:16.7173127Z [1049/7043] Linking C static library lib\microkernels-prod.lib 2025-03-04T19:53:16.7199276Z [1050/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernel-utils.dir\src\microkernel-utils.c.obj 2025-03-04T19:53:16.7250643Z [1051/7043] Building C object confu-deps\XNNPACK\CMakeFiles\datatype.dir\src\datatype.c.obj 2025-03-04T19:53:16.7270726Z [1052/7043] Building CXX object confu-deps\XNNPACK\CMakeFiles\packing.dir\src\reference\packing.cc.obj 2025-03-04T19:53:16.7272663Z 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-04T19:53:16.7274677Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-04T19:53:16.7276414Z 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-04T19:53:16.7277703Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-04T19:53:16.7279127Z 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-04T19:53:16.7280425Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-03-04T19:53:16.7282591Z 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-04T19:53:16.7285236Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-03-04T19:53:16.7287465Z 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-04T19:53:16.7289588Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-04T19:53:16.7291836Z 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-04T19:53:16.7293323Z with 2025-03-04T19:53:16.7293640Z [ 2025-03-04T19:53:16.7294222Z _Ty=int 2025-03-04T19:53:16.7294567Z ] 2025-03-04T19:53:16.7296243Z 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-04T19:53:16.7298472Z with 2025-03-04T19:53:16.7298760Z [ 2025-03-04T19:53:16.7299096Z _OutIt=float *, 2025-03-04T19:53:16.7299510Z Dst=float, 2025-03-04T19:53:16.7299898Z _Diff=size_t, 2025-03-04T19:53:16.7301185Z _Ty=int 2025-03-04T19:53:16.7301544Z ] 2025-03-04T19:53:16.7303564Z 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-04T19:53:16.7305429Z with 2025-03-04T19:53:16.7305784Z [ 2025-03-04T19:53:16.7306095Z Src=float, 2025-03-04T19:53:16.7306467Z Dst=float 2025-03-04T19:53:16.7306821Z ] 2025-03-04T19:53:16.7308525Z 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-04T19:53:16.7312011Z with 2025-03-04T19:53:16.7312309Z [ 2025-03-04T19:53:16.7312584Z _Ty=int 2025-03-04T19:53:16.7312857Z ] 2025-03-04T19:53:16.7314650Z 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-04T19:53:16.7350753Z with 2025-03-04T19:53:16.7351111Z [ 2025-03-04T19:53:16.7351466Z _OutIt=xnn_float16 *, 2025-03-04T19:53:16.7351928Z Dst=xnn_float16, 2025-03-04T19:53:16.7352360Z _Diff=size_t, 2025-03-04T19:53:16.7352728Z _Ty=int 2025-03-04T19:53:16.7353053Z ] 2025-03-04T19:53:16.7354686Z 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-04T19:53:16.7356503Z with 2025-03-04T19:53:16.7356816Z [ 2025-03-04T19:53:16.7357138Z Src=float, 2025-03-04T19:53:16.7357654Z Dst=xnn_float16 2025-03-04T19:53:16.7358102Z ] 2025-03-04T19:53:16.7358951Z [1053/7043] Building C object confu-deps\XNNPACK\CMakeFiles\hardware-config.dir\src\configs\hardware-config.c.obj 2025-03-04T19:53:16.7776969Z [1054/7043] Building C object confu-deps\XNNPACK\CMakeFiles\cache.dir\src\cache.c.obj 2025-03-04T19:53:16.8326051Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:16.8326735Z [1055/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operator-delete.c.obj 2025-03-04T19:53:16.8395902Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:16.8396629Z [1056/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\average-pooling-nhwc.c.obj 2025-03-04T19:53:16.8411203Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\average-pooling-nhwc.c(519): warning C4090: 'function': different 'const' qualifiers 2025-03-04T19:53:16.8412330Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:16.8413248Z [1057/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\argmax-pooling-nhwc.c.obj 2025-03-04T19:53:16.8482930Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\argmax-pooling-nhwc.c(252): warning C4090: 'function': different 'const' qualifiers 2025-03-04T19:53:16.8484420Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:16.8485640Z [1058/7043] Building C object confu-deps\XNNPACK\CMakeFiles\memory.dir\src\memory.c.obj 2025-03-04T19:53:16.8539457Z [1059/7043] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\log.c.obj 2025-03-04T19:53:16.8986435Z [1060/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\binary-elementwise-nd.c.obj 2025-03-04T19:53:16.9360220Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:16.9360816Z [1061/7043] Building C object confu-deps\XNNPACK\CMakeFiles\mutex.dir\src\mutex.c.obj 2025-03-04T19:53:16.9499044Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:16.9500335Z [1062/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\channel-shuffle-nc.c.obj 2025-03-04T19:53:16.9517835Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:16.9518588Z [1063/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\constant-pad-nd.c.obj 2025-03-04T19:53:16.9707156Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:16.9708622Z [1064/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\batch-matrix-multiply-nc.c.obj 2025-03-04T19:53:17.0119409Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.0120782Z [1065/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\dynamic-fully-connected-nc.c.obj 2025-03-04T19:53:17.0612494Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.0613200Z [1066/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\pack-lh.c.obj 2025-03-04T19:53:17.0722704Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.0723414Z [1067/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\max-pooling-nhwc.c.obj 2025-03-04T19:53:17.0852463Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\max-pooling-nhwc.c(491): warning C4090: 'function': different 'const' qualifiers 2025-03-04T19:53:17.0853398Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.0854048Z [1068/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nhwc.c.obj 2025-03-04T19:53:17.0923814Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\convolution-nhwc.c(2491): warning C4090: 'function': different 'const' qualifiers 2025-03-04T19:53:17.0924714Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.0925494Z [1069/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nchw.c.obj 2025-03-04T19:53:17.0979106Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.0980652Z [1070/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\deconvolution-nhwc.c.obj 2025-03-04T19:53:17.0993117Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(1260): warning C4090: 'function': different 'const' qualifiers 2025-03-04T19:53:17.0994372Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(1548): warning C4090: 'function': different 'const' qualifiers 2025-03-04T19:53:17.0995304Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.0996144Z [1071/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\reduce-nd.c.obj 2025-03-04T19:53:17.1351383Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.1352474Z [1072/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nchw.c.obj 2025-03-04T19:53:17.1627758Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nchw.c(206): warning C4090: 'function': different 'const' qualifiers 2025-03-04T19:53:17.1629538Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.1630229Z [1073/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nhwc.c.obj 2025-03-04T19:53:17.1770992Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nhwc.c(272): warning C4090: 'function': different 'const' qualifiers 2025-03-04T19:53:17.1771957Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.1772925Z [1074/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\rope-nthc.c.obj 2025-03-04T19:53:17.1976812Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.1977596Z [1075/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\scaled-dot-product-attention-nhtc.c.obj 2025-03-04T19:53:17.2042086Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.2042834Z [1076/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\fully-connected-nc.c.obj 2025-03-04T19:53:17.2055884Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.2056548Z [1077/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\softmax-nc.c.obj 2025-03-04T19:53:17.2206990Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.2207766Z [1078/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\transpose-nd.c.obj 2025-03-04T19:53:17.2395434Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.2396971Z [1079/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\slice-nd.c.obj 2025-03-04T19:53:17.2455861Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.2456785Z [1080/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unary-elementwise-nc.c.obj 2025-03-04T19:53:17.2652857Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.2653542Z [1081/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unpooling-nhwc.c.obj 2025-03-04T19:53:17.2877166Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\unpooling-nhwc.c(208): warning C4090: 'function': different 'const' qualifiers 2025-03-04T19:53:17.2878112Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.2879198Z [1082/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operator-run.dir\src\operator-run.c.obj 2025-03-04T19:53:17.2881379Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(1425): warning C4090: 'initializing': different 'const' qualifiers 2025-03-04T19:53:17.2883643Z 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-04T19:53:17.2886112Z 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-04T19:53:17.3147509Z 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-04T19:53:17.3149501Z 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-04T19:53:17.3150910Z [1083/7043] Building C object confu-deps\XNNPACK\CMakeFiles\operator-utils.dir\src\operator-utils.c.obj 2025-03-04T19:53:17.4233497Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-utils.c(162): warning C4090: 'function': different 'const' qualifiers 2025-03-04T19:53:17.4234590Z [1084/7043] Building CXX object confu-deps\XNNPACK\CMakeFiles\reference-ukernels.dir\src\reference\unary-elementwise.cc.obj 2025-03-04T19:53:17.4236226Z 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-04T19:53:17.4237565Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-04T19:53:17.4239006Z 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-04T19:53:17.4240337Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-04T19:53:17.4241656Z 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-04T19:53:17.4242938Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-03-04T19:53:17.4244260Z 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-04T19:53:17.4245574Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-03-04T19:53:17.4605697Z 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-04T19:53:17.4608021Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-04T19:53:17.4609796Z [1085/7043] Building CXX object confu-deps\XNNPACK\CMakeFiles\reference-ukernels.dir\src\reference\binary-elementwise.cc.obj 2025-03-04T19:53:17.4612200Z 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-04T19:53:17.4614490Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-04T19:53:17.4616776Z 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-04T19:53:17.4619044Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-04T19:53:17.4621359Z 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-04T19:53:17.4623861Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-03-04T19:53:17.4626175Z 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-04T19:53:17.4628428Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-03-04T19:53:17.4699881Z 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-04T19:53:17.4701218Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-03-04T19:53:17.4702276Z [1086/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\memory-planner.c.obj 2025-03-04T19:53:17.5072386Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.5073090Z [1087/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\average-pooling-2d.c.obj 2025-03-04T19:53:17.5137475Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.5138178Z [1088/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\argmax-pooling-2d.c.obj 2025-03-04T19:53:17.5203478Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.5204172Z [1089/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\runtime.c.obj 2025-03-04T19:53:17.5259933Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.5260908Z [1090/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph.c.obj 2025-03-04T19:53:17.5571551Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.5572907Z [1091/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\batch-matrix-multiply.c.obj 2025-03-04T19:53:17.6414298Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.6415031Z [1092/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\binary.c.obj 2025-03-04T19:53:17.6813659Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.6814925Z [1093/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\concatenate.c.obj 2025-03-04T19:53:17.7075106Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.7076311Z [1094/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\convolution-2d.c.obj 2025-03-04T19:53:17.7484064Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.7484813Z [1095/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\deprecated.c.obj 2025-03-04T19:53:17.7543214Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.7544004Z [1096/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depth-to-space-2d.c.obj 2025-03-04T19:53:17.7559547Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.7560821Z [1097/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\copy.c.obj 2025-03-04T19:53:17.7631114Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.7631928Z [1098/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\deconvolution-2d.c.obj 2025-03-04T19:53:17.8007308Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.8008089Z [1099/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depthwise-convolution-2d.c.obj 2025-03-04T19:53:17.8681895Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.8683092Z [1100/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\even-split.c.obj 2025-03-04T19:53:17.9020114Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.9020899Z [1101/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected-sparse.c.obj 2025-03-04T19:53:17.9328066Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.9329357Z [1102/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected.c.obj 2025-03-04T19:53:17.9729098Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:17.9729880Z [1103/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\max-pooling-2d.c.obj 2025-03-04T19:53:18.0026951Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:18.0028057Z [1104/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\scaled-dot-product-attention.c.obj 2025-03-04T19:53:18.0043708Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:18.0044763Z [1105/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\reshape-helpers.c.obj 2025-03-04T19:53:18.0111881Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:18.0113020Z [1106/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\pack-lh.c.obj 2025-03-04T19:53:18.0415978Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:18.0416694Z [1107/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\softmax.c.obj 2025-03-04T19:53:18.0865438Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:18.0866129Z [1108/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\space-to-depth-2d.c.obj 2025-03-04T19:53:18.1344912Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:18.1345671Z [1109/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-constant-pad.c.obj 2025-03-04T19:53:18.1668352Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:18.1669592Z [1110/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-reduce.c.obj 2025-03-04T19:53:18.2275265Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:18.2275979Z [1111/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-slice.c.obj 2025-03-04T19:53:18.2334652Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:18.2335392Z [1112/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-resize-bilinear-2d.c.obj 2025-03-04T19:53:18.2416013Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:18.2416746Z [1113/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-transpose.c.obj 2025-03-04T19:53:18.2476264Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:18.2478124Z [1114/7043] Generating sleeflibm_AVX.h.tmp 2025-03-04T19:53:18.2487767Z [1115/7043] 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-04T19:53:18.2543473Z [1116/7043] Generating sleeflibm_AVX2.h.tmp 2025-03-04T19:53:18.2606432Z [1117/7043] Generating sleeflibm_AVX2128.h.tmp 2025-03-04T19:53:18.2615901Z [1118/7043] Generating sleeflibm_AVX512F.h.tmp 2025-03-04T19:53:18.2667617Z [1119/7043] Generating sleeflibm_AVX512FNOFMA.h.tmp 2025-03-04T19:53:18.2719145Z [1120/7043] Generating sleeflibm_AVX512F_.h.tmp 2025-03-04T19:53:18.2730373Z [1121/7043] Generating sleeflibm_AVX_.h.tmp 2025-03-04T19:53:18.2784606Z [1122/7043] Generating sleeflibm_DSP_SCALAR.h.tmp 2025-03-04T19:53:18.2798931Z [1123/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\unpooling-2d.c.obj 2025-03-04T19:53:18.2851166Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:18.2851827Z [1124/7043] Generating sleeflibm_FMA4.h.tmp 2025-03-04T19:53:18.2869345Z [1125/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\unary.c.obj 2025-03-04T19:53:18.2880951Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:18.2881806Z [1126/7043] Generating sleeflibm_PURECFMA_SCALAR.h.tmp 2025-03-04T19:53:18.2916173Z [1127/7043] Generating sleeflibm_PUREC_SCALAR.h.tmp 2025-03-04T19:53:18.2925715Z [1128/7043] Generating sleeflibm_SSE2.h.tmp 2025-03-04T19:53:18.2982815Z [1129/7043] Generating sleeflibm_SSE4.h.tmp 2025-03-04T19:53:18.2993280Z [1130/7043] Generating sleeflibm_SSE_.h.tmp 2025-03-04T19:53:18.3025403Z [1131/7043] Generating alias_AVX512F_dp.h.tmp 2025-03-04T19:53:18.3043294Z [1132/7043] Generating alias_AVX512F_sp.h.tmp 2025-03-04T19:53:18.3067862Z [1133/7043] Generating dispscalar.c.body 2025-03-04T19:53:18.3114915Z [1134/7043] Generating dispsse.c.tmp 2025-03-04T19:53:18.3135270Z [1135/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\validation.c.obj 2025-03-04T19:53:18.3144553Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:18.3144951Z [1136/7043] Generating dispavx.c.tmp 2025-03-04T19:53:18.3216903Z [1137/7043] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2025-03-04T19:53:18.3596580Z [1138/7043] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\tensor.c.obj 2025-03-04T19:53:18.5120780Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:18.5121590Z [1139/7043] Generating build_identifier.c 2025-03-04T19:53:18.6508246Z [1140/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\assembler.cpp.obj 2025-03-04T19:53:18.6730886Z [1141/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\compiler.cpp.obj 2025-03-04T19:53:18.6746096Z [1142/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codewriter.cpp.obj 2025-03-04T19:53:18.6759515Z [1143/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\constpool.cpp.obj 2025-03-04T19:53:18.6775005Z [1144/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\archtraits.cpp.obj 2025-03-04T19:53:18.6858288Z [1145/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codeholder.cpp.obj 2025-03-04T19:53:18.6937226Z [1146/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\builder.cpp.obj 2025-03-04T19:53:18.8387486Z [1147/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\cpuinfo.cpp.obj 2025-03-04T19:53:18.9867448Z [1148/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emithelper.cpp.obj 2025-03-04T19:53:18.9939779Z [1149/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\errorhandler.cpp.obj 2025-03-04T19:53:19.0017323Z [1150/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\environment.cpp.obj 2025-03-04T19:53:19.0192189Z [1151/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\func.cpp.obj 2025-03-04T19:53:19.0265508Z [1152/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitter.cpp.obj 2025-03-04T19:53:19.0385592Z [1153/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitterutils.cpp.obj 2025-03-04T19:53:19.0472153Z [1154/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\formatter.cpp.obj 2025-03-04T19:53:19.1727358Z [1155/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\funcargscontext.cpp.obj 2025-03-04T19:53:19.3175616Z [1156/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\globals.cpp.obj 2025-03-04T19:53:19.3195971Z [1157/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitallocator.cpp.obj 2025-03-04T19:53:19.3476476Z [1158/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\inst.cpp.obj 2025-03-04T19:53:19.3585761Z [1159/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\operand.cpp.obj 2025-03-04T19:53:19.3657409Z [1160/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\osutils.cpp.obj 2025-03-04T19:53:19.3740755Z [1161/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitruntime.cpp.obj 2025-03-04T19:53:19.3755696Z [1162/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\logger.cpp.obj 2025-03-04T19:53:19.5185240Z [1163/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\ralocal.cpp.obj 2025-03-04T19:53:19.6630918Z [1164/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rastack.cpp.obj 2025-03-04T19:53:19.6829715Z [1165/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\support.cpp.obj 2025-03-04T19:53:19.6921901Z [1166/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rapass.cpp.obj 2025-03-04T19:53:19.7050200Z [1167/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\virtmem.cpp.obj 2025-03-04T19:53:19.7159030Z [1168/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\string.cpp.obj 2025-03-04T19:53:19.7177828Z [1169/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\type.cpp.obj 2025-03-04T19:53:19.7380864Z [1170/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\target.cpp.obj 2025-03-04T19:53:19.8384265Z [1171/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zone.cpp.obj 2025-03-04T19:53:19.9711405Z [1172/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonehash.cpp.obj 2025-03-04T19:53:19.9966069Z [1173/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonelist.cpp.obj 2025-03-04T19:53:20.0287943Z [1174/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonestack.cpp.obj 2025-03-04T19:53:20.0517973Z [1175/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonevector.cpp.obj 2025-03-04T19:53:20.0655507Z [1176/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonetree.cpp.obj 2025-03-04T19:53:20.0933665Z [1177/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\armformatter.cpp.obj 2025-03-04T19:53:20.1072548Z [1178/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64assembler.cpp.obj 2025-03-04T19:53:20.1724619Z [1179/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64builder.cpp.obj 2025-03-04T19:53:20.3448732Z [1180/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64emithelper.cpp.obj 2025-03-04T19:53:20.3712832Z [1181/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64func.cpp.obj 2025-03-04T19:53:20.3792565Z [1182/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64compiler.cpp.obj 2025-03-04T19:53:20.3885046Z [1183/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64formatter.cpp.obj 2025-03-04T19:53:20.4477338Z [1184/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instdb.cpp.obj 2025-03-04T19:53:20.4961703Z [1185/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64operand.cpp.obj 2025-03-04T19:53:20.5052653Z [1186/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64rapass.cpp.obj 2025-03-04T19:53:20.5347667Z [1187/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instapi.cpp.obj 2025-03-04T19:53:20.7465964Z [1188/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86builder.cpp.obj 2025-03-04T19:53:20.7620873Z [1189/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86compiler.cpp.obj 2025-03-04T19:53:20.7639849Z [1190/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86assembler.cpp.obj 2025-03-04T19:53:20.8035195Z [1191/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86formatter.cpp.obj 2025-03-04T19:53:20.8124077Z [1192/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86emithelper.cpp.obj 2025-03-04T19:53:20.8935846Z [1193/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86func.cpp.obj 2025-03-04T19:53:20.8958278Z [1194/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instapi.cpp.obj 2025-03-04T19:53:20.9433384Z [1195/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instdb.cpp.obj 2025-03-04T19:53:21.0912316Z [1196/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86operand.cpp.obj 2025-03-04T19:53:21.1562528Z [1197/7043] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-posix.c.obj 2025-03-04T19:53:21.1827980Z [1198/7043] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86rapass.cpp.obj 2025-03-04T19:53:21.1847383Z [1199/7043] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-operators_onnx_torch-ml.pb.cc.obj 2025-03-04T19:53:21.2133464Z [1200/7043] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx_onnx_torch-ml.pb.cc.obj 2025-03-04T19:53:21.2444569Z [1201/7043] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-data_onnx_torch.pb.cc.obj 2025-03-04T19:53:21.2574460Z [1202/7043] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-aligned.c.obj 2025-03-04T19:53:21.2596519Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-04T19:53:21.2597833Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc-aligned.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-04T19:53:21.2598928Z [1203/7043] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc.c.obj 2025-03-04T19:53:21.2991014Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-04T19:53:21.2992763Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-04T19:53:21.2994293Z [1204/7043] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\arena.c.obj 2025-03-04T19:53:21.3607223Z [1205/7043] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\bitmap.c.obj 2025-03-04T19:53:21.4527620Z [1206/7043] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\page.c.obj 2025-03-04T19:53:21.4992292Z [1207/7043] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment.c.obj 2025-03-04T19:53:21.5533664Z [1208/7043] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment-map.c.obj 2025-03-04T19:53:21.5621504Z [1209/7043] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\init.c.obj 2025-03-04T19:53:21.5666878Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-04T19:53:21.5668007Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\init.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-04T19:53:21.5668713Z [1210/7043] Generating include/renameavx512fnofma.h 2025-03-04T19:53:21.5739045Z Generating renameavx512fnofma.h: mkrename "cinz_" "8" "16" "avx512fnofma" 2025-03-04T19:53:21.5739427Z 2025-03-04T19:53:21.5739562Z [1211/7043] Generating include/renameavx512f.h 2025-03-04T19:53:21.5791017Z Generating renameavx512f.h: mkrename "finz_" "8" "16" "avx512f" 2025-03-04T19:53:21.5791912Z 2025-03-04T19:53:21.5792127Z [1212/7043] Generating include/renameavx2.h 2025-03-04T19:53:21.5806163Z Generating renameavx2.h: mkrename "finz_" "4" "8" "avx2" 2025-03-04T19:53:21.5806477Z 2025-03-04T19:53:21.5806823Z [1213/7043] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\heap.c.obj 2025-03-04T19:53:21.5866479Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-04T19:53:21.5868286Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\heap.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-04T19:53:21.5869212Z [1214/7043] Generating include/renameavx2128.h 2025-03-04T19:53:21.5908512Z Generating renameavx2128.h: mkrename "finz_" "2" "4" "avx2128" 2025-03-04T19:53:21.5908881Z 2025-03-04T19:53:21.5909059Z [1215/7043] Generating include/renamefma4.h 2025-03-04T19:53:21.5924579Z Generating renamefma4.h: mkrename "finz_" "4" "8" "fma4" 2025-03-04T19:53:21.5924901Z 2025-03-04T19:53:21.5925016Z [1216/7043] Generating include/renameavx.h 2025-03-04T19:53:21.6007768Z Generating renameavx.h: mkrename "cinz_" "4" "8" "avx" 2025-03-04T19:53:21.6008063Z 2025-03-04T19:53:21.6008379Z [1217/7043] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\os.c.obj 2025-03-04T19:53:21.6026527Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-04T19:53:21.6027878Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\os.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-04T19:53:21.6028741Z [1218/7043] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\options.c.obj 2025-03-04T19:53:21.6038831Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-04T19:53:21.6040383Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\options.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-04T19:53:21.6041036Z [1219/7043] Generating include/renamesse4.h 2025-03-04T19:53:21.6050510Z Generating renamesse4.h: mkrename "cinz_" "2" "4" "sse4" 2025-03-04T19:53:21.6050922Z 2025-03-04T19:53:21.6051041Z [1220/7043] Generating include/renamesse2.h 2025-03-04T19:53:21.6062681Z Generating renamesse2.h: mkrename "cinz_" "2" "4" "sse2" 2025-03-04T19:53:21.6062985Z 2025-03-04T19:53:21.6063153Z [1221/7043] Generating include/renamepurec_scalar.h 2025-03-04T19:53:21.6133560Z Generating renamepurec_scalar.h: mkrename "cinz_" "1" "1" "purec" 2025-03-04T19:53:21.6134063Z 2025-03-04T19:53:21.6134303Z [1222/7043] Generating include/renamepurecfma_scalar.h 2025-03-04T19:53:21.6151563Z Generating renamepurecfma_scalar.h: mkrename "finz_" "1" "1" "purecfma" 2025-03-04T19:53:21.6152165Z 2025-03-04T19:53:21.6152620Z [1223/7043] Generating include/renamecuda.h 2025-03-04T19:53:21.6226633Z Generating renamecuda.h: mkrename "finz_" "1" "1" "cuda" 2025-03-04T19:53:21.6226965Z 2025-03-04T19:53:21.6227393Z [1224/7043] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\random.c.obj 2025-03-04T19:53:21.6276693Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-04T19:53:21.6278017Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\random.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-04T19:53:21.6278919Z [1225/7043] Generating include/renamedspscalar.h 2025-03-04T19:53:21.6296691Z [1226/7043] Generating include/alias_avx512f.h 2025-03-04T19:53:21.6311170Z [1227/7043] Generating dispscalar.c 2025-03-04T19:53:21.6329095Z [1228/7043] Generating ../../../include/sleef.h 2025-03-04T19:53:21.6364213Z [1229/7043] Generating include/renamedsp128.h 2025-03-04T19:53:21.6404514Z [1230/7043] Generating dispsse.c 2025-03-04T19:53:21.6431748Z [1231/7043] Generating include/renamedsp256.h 2025-03-04T19:53:21.6517256Z [1232/7043] Generating dispavx.c 2025-03-04T19:53:21.8143998Z [1233/7043] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\stats.c.obj 2025-03-04T19:53:21.8576434Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-04T19:53:21.8577992Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\stats.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-04T19:53:21.8578941Z [1234/7043] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\prim\prim.c.obj 2025-03-04T19:53:21.9212848Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-04T19:53:21.9214911Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\prim\prim.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-04T19:53:21.9216703Z [1235/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\experiments-config.c.obj 2025-03-04T19:53:21.9950366Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:21.9951342Z [1236/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\argmaxpool-config.c.obj 2025-03-04T19:53:22.0198066Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:22.0199394Z [1237/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\conv-hwc2chw-config.c.obj 2025-03-04T19:53:22.0369898Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:22.0371138Z [1238/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\cmul-config.c.obj 2025-03-04T19:53:22.0479628Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:22.0480472Z [1239/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv-config.c.obj 2025-03-04T19:53:22.0547390Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:22.0548529Z [1240/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\avgpool-config.c.obj 2025-03-04T19:53:22.0722375Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:22.0723669Z [1241/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\binary-elementwise-config.c.obj 2025-03-04T19:53:22.2072693Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:22.2073486Z [1242/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv2d-chw-config.c.obj 2025-03-04T19:53:22.3657013Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:22.3658411Z [1243/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-chw-config.c.obj 2025-03-04T19:53:22.3932490Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:22.3933185Z [1244/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\lut32norm-config.c.obj 2025-03-04T19:53:22.3987757Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:22.3988745Z [1245/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-config.c.obj 2025-03-04T19:53:22.4050055Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:22.4050800Z [1246/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gemm-config.c.obj 2025-03-04T19:53:22.4126871Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:22.4127562Z [1247/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\pavgpool-config.c.obj 2025-03-04T19:53:22.4216158Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:22.4217536Z [1248/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\maxpool-config.c.obj 2025-03-04T19:53:22.4559556Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:22.4560314Z [1249/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\pack-lh-config.c.obj 2025-03-04T19:53:22.5800565Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:22.5802248Z [1250/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\raddstoreexpminusmax-config.c.obj 2025-03-04T19:53:22.7370241Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:22.7371169Z [1251/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\reduce-config.c.obj 2025-03-04T19:53:22.7751984Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:22.7752720Z [1252/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\rmax-config.c.obj 2025-03-04T19:53:22.7836216Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:22.7837252Z [1253/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\transpose-config.c.obj 2025-03-04T19:53:22.7853927Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:22.7854880Z [1254/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\spmm-config.c.obj 2025-03-04T19:53:22.7954728Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:22.7956033Z [1255/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unary-elementwise-config.c.obj 2025-03-04T19:53:22.8084568Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:22.8085723Z [1256/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unpool-config.c.obj 2025-03-04T19:53:22.8553394Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:22.8554226Z [1257/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\vmulcaddc-config.c.obj 2025-03-04T19:53:22.8633836Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:22.8634446Z [1258/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\params.c.obj 2025-03-04T19:53:22.8710828Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:22.8711521Z [1259/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\build_identifier.c.obj 2025-03-04T19:53:22.9296112Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:22.9296919Z [1260/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernel.cc.obj 2025-03-04T19:53:22.9713114Z [1261/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-fill-config.c.obj 2025-03-04T19:53:23.1192873Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:23.1194023Z [1262/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-pad-config.c.obj 2025-03-04T19:53:23.1270500Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:23.1271419Z [1263/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\init.c.obj 2025-03-04T19:53:23.1436543Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:23.1437850Z [1264/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\x8-lut-config.c.obj 2025-03-04T19:53:23.1556158Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:23.1557352Z [1265/7043] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\zip-config.c.obj 2025-03-04T19:53:23.2649333Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-03-04T19:53:23.2650670Z [1266/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDMNBit.cc.obj 2025-03-04T19:53:23.3235116Z [1267/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDM.cc.obj 2025-03-04T19:53:23.3480696Z [1268/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmConv.cc.obj 2025-03-04T19:53:23.3483048Z 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-04T19:53:23.3485332Z with 2025-03-04T19:53:23.3485562Z [ 2025-03-04T19:53:23.3485747Z T=uint8_t, 2025-03-04T19:53:23.3485980Z accT=int32_t, 2025-03-04T19:53:23.3486220Z inpType=uint8_t 2025-03-04T19:53:23.3486439Z ] 2025-03-04T19:53:23.3487345Z 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-04T19:53:23.3488263Z with 2025-03-04T19:53:23.3488453Z [ 2025-03-04T19:53:23.3488681Z T=uint8_t, 2025-03-04T19:53:23.3488898Z accT=int32_t 2025-03-04T19:53:23.3489123Z ] 2025-03-04T19:53:23.3490477Z 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-04T19:53:23.3491926Z with 2025-03-04T19:53:23.3492115Z [ 2025-03-04T19:53:23.3492300Z T=uint8_t, 2025-03-04T19:53:23.3492510Z accT=int32_t 2025-03-04T19:53:23.3492728Z ] 2025-03-04T19:53:23.3493624Z 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-04T19:53:23.3494950Z with 2025-03-04T19:53:23.3495256Z [ 2025-03-04T19:53:23.3495494Z T=uint8_t, 2025-03-04T19:53:23.3495797Z accT=int32_t 2025-03-04T19:53:23.3496106Z ] 2025-03-04T19:53:23.3497542Z 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-04T19:53:23.3498856Z with 2025-03-04T19:53:23.3499044Z [ 2025-03-04T19:53:23.3499212Z T=int8_t, 2025-03-04T19:53:23.3499431Z accT=int32_t, 2025-03-04T19:53:23.3499716Z inpType=int8_t 2025-03-04T19:53:23.3500014Z ] 2025-03-04T19:53:23.3500760Z 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-04T19:53:23.3501625Z with 2025-03-04T19:53:23.3501908Z [ 2025-03-04T19:53:23.3502188Z T=int8_t, 2025-03-04T19:53:23.3502528Z accT=int32_t 2025-03-04T19:53:23.3502787Z ] 2025-03-04T19:53:23.3504096Z 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-04T19:53:23.3505369Z with 2025-03-04T19:53:23.3505555Z [ 2025-03-04T19:53:23.3505734Z T=int8_t, 2025-03-04T19:53:23.3505951Z accT=int32_t 2025-03-04T19:53:23.3506431Z ] 2025-03-04T19:53:23.3507257Z 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-04T19:53:23.3508098Z with 2025-03-04T19:53:23.3508281Z [ 2025-03-04T19:53:23.3508465Z T=int8_t, 2025-03-04T19:53:23.3508674Z accT=int32_t 2025-03-04T19:53:23.3508891Z ] 2025-03-04T19:53:23.3510393Z 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-04T19:53:23.3511800Z with 2025-03-04T19:53:23.3511995Z [ 2025-03-04T19:53:23.3512186Z ACC_T=int32_t, 2025-03-04T19:53:23.3512415Z T=uint8_t, 2025-03-04T19:53:23.3512645Z accT=int32_t, 2025-03-04T19:53:23.3512876Z inpType=uint8_t 2025-03-04T19:53:23.3513113Z ] 2025-03-04T19:53:23.3513912Z 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-04T19:53:23.3514814Z with 2025-03-04T19:53:23.3515050Z [ 2025-03-04T19:53:23.3515234Z ACC_T=int32_t, 2025-03-04T19:53:23.3515473Z T=uint8_t, 2025-03-04T19:53:23.3515692Z accT=int32_t 2025-03-04T19:53:23.3515923Z ] 2025-03-04T19:53:23.3517189Z 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-04T19:53:23.3518609Z with 2025-03-04T19:53:23.3518864Z [ 2025-03-04T19:53:23.3519056Z ACC_T=int32_t, 2025-03-04T19:53:23.3519303Z T=uint8_t, 2025-03-04T19:53:23.3519519Z accT=int32_t 2025-03-04T19:53:23.3519728Z ] 2025-03-04T19:53:23.3520563Z 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-04T19:53:23.3522229Z with 2025-03-04T19:53:23.3522565Z [ 2025-03-04T19:53:23.3522930Z ACC_T=int32_t, 2025-03-04T19:53:23.3523332Z T=uint8_t, 2025-03-04T19:53:23.3523723Z accT=int32_t 2025-03-04T19:53:23.3524099Z ] 2025-03-04T19:53:23.3526531Z 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-04T19:53:23.3529329Z with 2025-03-04T19:53:23.3529667Z [ 2025-03-04T19:53:23.3529948Z ACC_T=int32_t, 2025-03-04T19:53:23.3530309Z T=uint8_t, 2025-03-04T19:53:23.3530658Z accT=int32_t, 2025-03-04T19:53:23.3530969Z inpType=uint8_t 2025-03-04T19:53:23.3531200Z ] 2025-03-04T19:53:23.3532085Z 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-04T19:53:23.3532969Z with 2025-03-04T19:53:23.3533159Z [ 2025-03-04T19:53:23.3533365Z ACC_T=int32_t, 2025-03-04T19:53:23.3533598Z T=uint8_t, 2025-03-04T19:53:23.3533819Z accT=int32_t 2025-03-04T19:53:23.3534038Z ] 2025-03-04T19:53:23.3535299Z 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-04T19:53:23.3536792Z with 2025-03-04T19:53:23.3536982Z [ 2025-03-04T19:53:23.3537165Z ACC_T=int32_t, 2025-03-04T19:53:23.3537401Z T=uint8_t, 2025-03-04T19:53:23.3537622Z accT=int32_t 2025-03-04T19:53:23.3537836Z ] 2025-03-04T19:53:23.3539051Z 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-04T19:53:23.3540681Z with 2025-03-04T19:53:23.3540929Z [ 2025-03-04T19:53:23.3541126Z ACC_T=int32_t, 2025-03-04T19:53:23.3541358Z T=uint8_t, 2025-03-04T19:53:23.3541583Z accT=int32_t 2025-03-04T19:53:23.3541795Z ] 2025-03-04T19:53:23.3543191Z 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-04T19:53:23.3544613Z with 2025-03-04T19:53:23.3544799Z [ 2025-03-04T19:53:23.3544994Z ACC_T=int32_t, 2025-03-04T19:53:23.3545236Z T=uint8_t, 2025-03-04T19:53:23.3545454Z accT=int32_t, 2025-03-04T19:53:23.3545685Z inpType=uint8_t 2025-03-04T19:53:23.3545913Z ] 2025-03-04T19:53:23.3546714Z 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-04T19:53:23.3547582Z with 2025-03-04T19:53:23.3547760Z [ 2025-03-04T19:53:23.3547943Z ACC_T=int32_t, 2025-03-04T19:53:23.3548175Z T=uint8_t, 2025-03-04T19:53:23.3548391Z accT=int32_t 2025-03-04T19:53:23.3548612Z ] 2025-03-04T19:53:23.3549859Z 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-04T19:53:23.3551175Z with 2025-03-04T19:53:23.3551368Z [ 2025-03-04T19:53:23.3551555Z ACC_T=int32_t, 2025-03-04T19:53:23.3551786Z T=uint8_t, 2025-03-04T19:53:23.3552009Z accT=int32_t 2025-03-04T19:53:23.3552224Z ] 2025-03-04T19:53:23.3553044Z 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-04T19:53:23.3554018Z with 2025-03-04T19:53:23.3554214Z [ 2025-03-04T19:53:23.3554399Z ACC_T=int32_t, 2025-03-04T19:53:23.3554628Z T=uint8_t, 2025-03-04T19:53:23.3554845Z accT=int32_t 2025-03-04T19:53:23.3555061Z ] 2025-03-04T19:53:23.3556193Z 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-04T19:53:23.3558660Z 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-04T19:53:23.3561032Z 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-04T19:53:23.3563132Z 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-04T19:53:23.3565342Z 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-04T19:53:23.3566948Z [1269/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmBfloat16Convert.cc.obj 2025-03-04T19:53:23.3768103Z [1270/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernelU8S8.cc.obj 2025-03-04T19:53:23.4028694Z [1271/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Fbgemm.cc.obj 2025-03-04T19:53:23.4032345Z 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-04T19:53:23.4035087Z with 2025-03-04T19:53:23.4035415Z [ 2025-03-04T19:53:23.4035766Z inpType=uint8_t 2025-03-04T19:53:23.4036197Z ] 2025-03-04T19:53:23.4037845Z 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-04T19:53:23.4041897Z 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-04T19:53:23.4044780Z 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-04T19:53:23.4048870Z 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-04T19:53:23.4050851Z with 2025-03-04T19:53:23.4051056Z [ 2025-03-04T19:53:23.4051271Z inpType=int8_t 2025-03-04T19:53:23.4051534Z ] 2025-03-04T19:53:23.4053035Z 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-04T19:53:23.4056621Z 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-04T19:53:23.4059389Z 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-04T19:53:23.4063043Z 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-04T19:53:23.4065598Z with 2025-03-04T19:53:23.4065913Z [ 2025-03-04T19:53:23.4066205Z inpType=uint8_t 2025-03-04T19:53:23.4066578Z ] 2025-03-04T19:53:23.4068819Z 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-04T19:53:23.4072153Z 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-04T19:53:23.4076007Z 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-04T19:53:23.4080014Z 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-04T19:53:23.4082616Z with 2025-03-04T19:53:23.4082877Z [ 2025-03-04T19:53:23.4083093Z inpType=int8_t 2025-03-04T19:53:23.4083324Z ] 2025-03-04T19:53:23.4084175Z 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-04T19:53:23.4087860Z 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-04T19:53:23.4091554Z 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-04T19:53:23.4093811Z 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-04T19:53:23.4095613Z with 2025-03-04T19:53:23.4095806Z [ 2025-03-04T19:53:23.4096050Z inpType=uint8_t 2025-03-04T19:53:23.4096281Z ] 2025-03-04T19:53:23.4097233Z 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-04T19:53:23.4099377Z 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-04T19:53:23.4101791Z 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-04T19:53:23.4105528Z 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-04T19:53:23.4108439Z with 2025-03-04T19:53:23.4108762Z [ 2025-03-04T19:53:23.4109102Z inpType=uint8_t 2025-03-04T19:53:23.4109529Z ] 2025-03-04T19:53:23.4111805Z 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-04T19:53:23.4115495Z 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-04T19:53:23.4119915Z 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-04T19:53:23.4123911Z 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-04T19:53:23.4126510Z with 2025-03-04T19:53:23.4126803Z [ 2025-03-04T19:53:23.4127262Z inpType=uint8_t 2025-03-04T19:53:23.4127708Z ] 2025-03-04T19:53:23.4129326Z 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-04T19:53:23.4133075Z 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-04T19:53:23.4136892Z 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-04T19:53:23.4140881Z 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-04T19:53:23.4143602Z with 2025-03-04T19:53:23.4143931Z [ 2025-03-04T19:53:23.4144267Z inpType=uint8_t 2025-03-04T19:53:23.4144674Z ] 2025-03-04T19:53:23.4146282Z 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-04T19:53:23.4150051Z 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-04T19:53:23.4154406Z 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-04T19:53:23.4159351Z 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-04T19:53:23.4161965Z with 2025-03-04T19:53:23.4162267Z [ 2025-03-04T19:53:23.4162612Z inpType=uint8_t 2025-03-04T19:53:23.4163016Z ] 2025-03-04T19:53:23.4164815Z 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-04T19:53:23.4168765Z 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-04T19:53:23.4172601Z 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-04T19:53:23.4176782Z 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-04T19:53:23.4179424Z with 2025-03-04T19:53:23.4179749Z [ 2025-03-04T19:53:23.4180098Z inpType=uint8_t 2025-03-04T19:53:23.4180528Z ] 2025-03-04T19:53:23.4182144Z 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-04T19:53:23.4186146Z 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-04T19:53:23.4190196Z 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-04T19:53:23.4194297Z 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-04T19:53:23.4197022Z with 2025-03-04T19:53:23.4197346Z [ 2025-03-04T19:53:23.4197774Z inpType=uint8_t 2025-03-04T19:53:23.4198201Z ] 2025-03-04T19:53:23.4199856Z 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-04T19:53:23.4203849Z 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-04T19:53:23.4207671Z 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-04T19:53:23.4212039Z 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-04T19:53:23.4214555Z with 2025-03-04T19:53:23.4214850Z [ 2025-03-04T19:53:23.4215168Z inpType=uint8_t 2025-03-04T19:53:23.4215564Z ] 2025-03-04T19:53:23.4217239Z 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-04T19:53:23.4221248Z 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-04T19:53:23.4225302Z 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-04T19:53:23.4229721Z 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-04T19:53:23.4232690Z with 2025-03-04T19:53:23.4233050Z [ 2025-03-04T19:53:23.4233428Z inpType=uint8_t 2025-03-04T19:53:23.4233878Z ] 2025-03-04T19:53:23.4235692Z 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-04T19:53:23.4240017Z 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-04T19:53:23.4244478Z 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-04T19:53:23.4248759Z 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-04T19:53:23.4251416Z with 2025-03-04T19:53:23.4251755Z [ 2025-03-04T19:53:23.4252108Z inpType=uint8_t 2025-03-04T19:53:23.4252591Z ] 2025-03-04T19:53:23.4254563Z 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-04T19:53:23.4258555Z 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-04T19:53:23.4262716Z 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-04T19:53:23.4266815Z 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-04T19:53:23.4269569Z with 2025-03-04T19:53:23.4269936Z [ 2025-03-04T19:53:23.4270273Z inpType=int8_t 2025-03-04T19:53:23.4270861Z ] 2025-03-04T19:53:23.4272384Z 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-04T19:53:23.4276243Z 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-04T19:53:23.4280369Z 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-04T19:53:23.4284839Z 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-04T19:53:23.4287539Z with 2025-03-04T19:53:23.4288126Z [ 2025-03-04T19:53:23.4288445Z inpType=uint8_t 2025-03-04T19:53:23.4288741Z ] 2025-03-04T19:53:23.4289576Z 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-04T19:53:23.4291839Z 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-04T19:53:23.4294450Z 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-04T19:53:23.4298142Z 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-04T19:53:23.4300632Z with 2025-03-04T19:53:23.4300990Z [ 2025-03-04T19:53:23.4301330Z inpType=int8_t 2025-03-04T19:53:23.4301737Z ] 2025-03-04T19:53:23.4303227Z 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-04T19:53:23.4306858Z 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-04T19:53:23.4310706Z 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-04T19:53:23.4314797Z 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-04T19:53:23.4317969Z with 2025-03-04T19:53:23.4318316Z [ 2025-03-04T19:53:23.4318593Z inpType=uint8_t 2025-03-04T19:53:23.4318953Z ] 2025-03-04T19:53:23.4321684Z 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-04T19:53:23.4325547Z 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-04T19:53:23.4329385Z 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-04T19:53:23.4332247Z 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-04T19:53:23.4333874Z with 2025-03-04T19:53:23.4334083Z [ 2025-03-04T19:53:23.4334672Z inpType=uint8_t 2025-03-04T19:53:23.4335134Z ] 2025-03-04T19:53:23.4336805Z 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-04T19:53:23.4340813Z 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-04T19:53:23.4344815Z 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-04T19:53:23.4348908Z 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-04T19:53:23.4351531Z with 2025-03-04T19:53:23.4351869Z [ 2025-03-04T19:53:23.4352214Z inpType=uint8_t 2025-03-04T19:53:23.4352653Z ] 2025-03-04T19:53:23.4354273Z 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-04T19:53:23.4358245Z 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-04T19:53:23.4362169Z 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-04T19:53:23.4366276Z 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-04T19:53:23.4368839Z with 2025-03-04T19:53:23.4369168Z [ 2025-03-04T19:53:23.4369512Z inpType=uint8_t 2025-03-04T19:53:23.4369931Z ] 2025-03-04T19:53:23.4371694Z 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-04T19:53:23.4375521Z 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-04T19:53:23.4379399Z 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-04T19:53:23.4383322Z 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-04T19:53:23.4385922Z with 2025-03-04T19:53:23.4386263Z [ 2025-03-04T19:53:23.4386582Z inpType=uint8_t 2025-03-04T19:53:23.4387004Z ] 2025-03-04T19:53:23.4388632Z 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-04T19:53:23.4392925Z 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-04T19:53:23.4396757Z 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-04T19:53:23.4400720Z 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-04T19:53:23.4403311Z with 2025-03-04T19:53:23.4403634Z [ 2025-03-04T19:53:23.4403958Z inpType=uint8_t 2025-03-04T19:53:23.4404352Z ] 2025-03-04T19:53:23.4406205Z 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-04T19:53:23.4409971Z 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-04T19:53:23.4413692Z 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-04T19:53:23.4417658Z 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-04T19:53:23.4420224Z with 2025-03-04T19:53:23.4420531Z [ 2025-03-04T19:53:23.4420850Z inpType=uint8_t 2025-03-04T19:53:23.4421266Z ] 2025-03-04T19:53:23.4423024Z 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-04T19:53:23.4426731Z 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-04T19:53:23.4430593Z 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-04T19:53:23.4434514Z 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-04T19:53:23.4437061Z with 2025-03-04T19:53:23.4437378Z [ 2025-03-04T19:53:23.4437773Z inpType=uint8_t 2025-03-04T19:53:23.4438196Z ] 2025-03-04T19:53:23.4439785Z 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-04T19:53:23.4443555Z 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-04T19:53:23.4447376Z 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-04T19:53:23.4451389Z 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-04T19:53:23.4453952Z with 2025-03-04T19:53:23.4454284Z [ 2025-03-04T19:53:23.4454614Z inpType=uint8_t 2025-03-04T19:53:23.4455023Z ] 2025-03-04T19:53:23.4456737Z 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-04T19:53:23.4460781Z 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-04T19:53:23.4464693Z 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-04T19:53:23.4468035Z 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-04T19:53:23.4471539Z 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-04T19:53:23.4475235Z 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-04T19:53:23.4478816Z 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-04T19:53:23.4482299Z 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-04T19:53:23.4485754Z 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-04T19:53:23.4489154Z 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-04T19:53:23.4493037Z 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-04T19:53:23.4495877Z 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-04T19:53:23.4499308Z 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-04T19:53:23.4503258Z 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-04T19:53:23.4507259Z 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-04T19:53:23.4511235Z 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-04T19:53:23.4514218Z [1272/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFloat16Convert.cc.obj 2025-03-04T19:53:23.4820853Z [1273/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFP16.cc.obj 2025-03-04T19:53:23.4980742Z [1274/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFPCommon.cc.obj 2025-03-04T19:53:23.5357729Z [1275/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI8Spmdm.cc.obj 2025-03-04T19:53:23.6107673Z [1276/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmSparseDense.cc.obj 2025-03-04T19:53:23.7658246Z [1277/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI64.cc.obj 2025-03-04T19:53:23.7875533Z [1278/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernel.cc.obj 2025-03-04T19:53:23.8335936Z [1279/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16.cc.obj 2025-03-04T19:53:23.8476169Z [1280/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelDirectConvU8S8S32ACC32.cc.obj 2025-03-04T19:53:23.8531902Z [1281/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512.cc.obj 2025-03-04T19:53:23.8750718Z [1282/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512VNNI.cc.obj 2025-03-04T19:53:23.9151604Z [1283/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32.cc.obj 2025-03-04T19:53:24.0054623Z [1284/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32Avx512VNNI.cc.obj 2025-03-04T19:53:24.0881993Z [1285/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAMatrix.cc.obj 2025-03-04T19:53:24.0885315Z 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-04T19:53:24.0888068Z with 2025-03-04T19:53:24.0888409Z [ 2025-03-04T19:53:24.0888722Z T=uint8_t, 2025-03-04T19:53:24.0889120Z accT=int32_t, 2025-03-04T19:53:24.0889548Z inpType=uint8_t 2025-03-04T19:53:24.0890035Z ] 2025-03-04T19:53:24.0891738Z 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-04T19:53:24.0893174Z with 2025-03-04T19:53:24.0893511Z [ 2025-03-04T19:53:24.0893794Z T=uint8_t, 2025-03-04T19:53:24.0894135Z accT=int32_t 2025-03-04T19:53:24.0894510Z ] 2025-03-04T19:53:24.0896443Z 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-04T19:53:24.0898485Z with 2025-03-04T19:53:24.0898771Z [ 2025-03-04T19:53:24.0899057Z T=uint8_t, 2025-03-04T19:53:24.0899394Z accT=int32_t 2025-03-04T19:53:24.0899741Z ] 2025-03-04T19:53:24.0900578Z 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-04T19:53:24.0901496Z with 2025-03-04T19:53:24.0901766Z [ 2025-03-04T19:53:24.0902020Z T=uint8_t, 2025-03-04T19:53:24.0902729Z accT=int32_t 2025-03-04T19:53:24.0903065Z ] 2025-03-04T19:53:24.0904995Z 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-04T19:53:24.0907041Z with 2025-03-04T19:53:24.0907343Z [ 2025-03-04T19:53:24.0907650Z T=uint8_t, 2025-03-04T19:53:24.0908005Z accT=int16_t, 2025-03-04T19:53:24.0908601Z inpType=uint8_t 2025-03-04T19:53:24.0909030Z ] 2025-03-04T19:53:24.0910263Z 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-04T19:53:24.0911610Z with 2025-03-04T19:53:24.0911918Z [ 2025-03-04T19:53:24.0912222Z T=uint8_t, 2025-03-04T19:53:24.0912611Z accT=int16_t 2025-03-04T19:53:24.0912972Z ] 2025-03-04T19:53:24.0914977Z 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-04T19:53:24.0917054Z with 2025-03-04T19:53:24.0917373Z [ 2025-03-04T19:53:24.0917751Z T=uint8_t, 2025-03-04T19:53:24.0918141Z accT=int16_t 2025-03-04T19:53:24.0918507Z ] 2025-03-04T19:53:24.0919589Z 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-04T19:53:24.0920889Z with 2025-03-04T19:53:24.0921148Z [ 2025-03-04T19:53:24.0921438Z T=uint8_t, 2025-03-04T19:53:24.0921705Z accT=int16_t 2025-03-04T19:53:24.0922005Z ] 2025-03-04T19:53:24.0923491Z 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-04T19:53:24.0924951Z with 2025-03-04T19:53:24.0925194Z [ 2025-03-04T19:53:24.0925494Z T=uint8_t, 2025-03-04T19:53:24.0925866Z accT=int32_t, 2025-03-04T19:53:24.0926315Z inpType=uint8_t 2025-03-04T19:53:24.0926667Z ] 2025-03-04T19:53:24.0927634Z 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-04T19:53:24.0928812Z with 2025-03-04T19:53:24.0928997Z [ 2025-03-04T19:53:24.0929179Z T=uint8_t, 2025-03-04T19:53:24.0929407Z accT=int32_t 2025-03-04T19:53:24.0929742Z ] 2025-03-04T19:53:24.0931622Z 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-04T19:53:24.0933669Z with 2025-03-04T19:53:24.0933969Z [ 2025-03-04T19:53:24.0934286Z T=uint8_t, 2025-03-04T19:53:24.0934645Z accT=int32_t 2025-03-04T19:53:24.0935000Z ] 2025-03-04T19:53:24.0936234Z 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-04T19:53:24.0937807Z with 2025-03-04T19:53:24.0938156Z [ 2025-03-04T19:53:24.0938464Z T=uint8_t, 2025-03-04T19:53:24.0938856Z accT=int32_t 2025-03-04T19:53:24.0939210Z ] 2025-03-04T19:53:24.0941071Z 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-04T19:53:24.0943083Z with 2025-03-04T19:53:24.0943565Z [ 2025-03-04T19:53:24.0943883Z T=uint8_t, 2025-03-04T19:53:24.0944275Z accT=int16_t, 2025-03-04T19:53:24.0944670Z inpType=uint8_t 2025-03-04T19:53:24.0945054Z ] 2025-03-04T19:53:24.0946262Z 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-04T19:53:24.0947606Z with 2025-03-04T19:53:24.0947906Z [ 2025-03-04T19:53:24.0948216Z T=uint8_t, 2025-03-04T19:53:24.0948563Z accT=int16_t 2025-03-04T19:53:24.0948932Z ] 2025-03-04T19:53:24.0950904Z 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-04T19:53:24.0953114Z with 2025-03-04T19:53:24.0953445Z [ 2025-03-04T19:53:24.0953765Z T=uint8_t, 2025-03-04T19:53:24.0954160Z accT=int16_t 2025-03-04T19:53:24.0954559Z ] 2025-03-04T19:53:24.0955951Z 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-04T19:53:24.0957528Z with 2025-03-04T19:53:24.0957883Z [ 2025-03-04T19:53:24.0958218Z T=uint8_t, 2025-03-04T19:53:24.0958603Z accT=int16_t 2025-03-04T19:53:24.0958977Z ] 2025-03-04T19:53:24.1422583Z 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-04T19:53:24.1425365Z 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-04T19:53:24.1427046Z [1286/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithQuantRowOffset.cc.obj 2025-03-04T19:53:24.1429029Z 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-04T19:53:24.1430519Z with 2025-03-04T19:53:24.1430712Z [ 2025-03-04T19:53:24.1430898Z T=uint8_t, 2025-03-04T19:53:24.1431124Z accT=int32_t, 2025-03-04T19:53:24.1431361Z inpType=uint8_t 2025-03-04T19:53:24.1431589Z ] 2025-03-04T19:53:24.1432432Z 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-04T19:53:24.1433366Z with 2025-03-04T19:53:24.1433566Z [ 2025-03-04T19:53:24.1433812Z T=uint8_t, 2025-03-04T19:53:24.1434303Z accT=int32_t 2025-03-04T19:53:24.1434525Z ] 2025-03-04T19:53:24.1435825Z 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-04T19:53:24.1437274Z with 2025-03-04T19:53:24.1437612Z [ 2025-03-04T19:53:24.1437805Z T=uint8_t, 2025-03-04T19:53:24.1438181Z accT=int32_t 2025-03-04T19:53:24.1438424Z ] 2025-03-04T19:53:24.1439387Z 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-04T19:53:24.1440576Z with 2025-03-04T19:53:24.1440762Z [ 2025-03-04T19:53:24.1440963Z T=uint8_t, 2025-03-04T19:53:24.1441183Z accT=int32_t 2025-03-04T19:53:24.1441406Z ] 2025-03-04T19:53:24.1442997Z 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-04T19:53:24.1444642Z with 2025-03-04T19:53:24.1444818Z [ 2025-03-04T19:53:24.1445002Z T=uint8_t, 2025-03-04T19:53:24.1445218Z accT=int32_t, 2025-03-04T19:53:24.1445460Z inpType=uint8_t 2025-03-04T19:53:24.1445765Z ] 2025-03-04T19:53:24.1446916Z 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-04T19:53:24.1447842Z with 2025-03-04T19:53:24.1448032Z [ 2025-03-04T19:53:24.1448213Z T=uint8_t, 2025-03-04T19:53:24.1448428Z accT=int32_t 2025-03-04T19:53:24.1448639Z ] 2025-03-04T19:53:24.1450092Z 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-04T19:53:24.1451770Z with 2025-03-04T19:53:24.1452167Z [ 2025-03-04T19:53:24.1452799Z T=uint8_t, 2025-03-04T19:53:24.1453267Z accT=int32_t 2025-03-04T19:53:24.1453605Z ] 2025-03-04T19:53:24.1455736Z 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-04T19:53:24.1456798Z with 2025-03-04T19:53:24.1457033Z [ 2025-03-04T19:53:24.1457220Z T=uint8_t, 2025-03-04T19:53:24.1457474Z accT=int32_t 2025-03-04T19:53:24.1457688Z ] 2025-03-04T19:53:24.1534641Z 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-04T19:53:24.1536378Z [1287/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithIm2Col.cc.obj 2025-03-04T19:53:24.1538268Z 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-04T19:53:24.1539825Z with 2025-03-04T19:53:24.1540019Z [ 2025-03-04T19:53:24.1540201Z T=uint8_t, 2025-03-04T19:53:24.1540473Z accT=int32_t, 2025-03-04T19:53:24.1540787Z inpType=uint8_t 2025-03-04T19:53:24.1541030Z ] 2025-03-04T19:53:24.1541963Z 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-04T19:53:24.1543074Z with 2025-03-04T19:53:24.1543270Z [ 2025-03-04T19:53:24.1543504Z T=uint8_t, 2025-03-04T19:53:24.1543754Z accT=int32_t 2025-03-04T19:53:24.1543974Z ] 2025-03-04T19:53:24.1545376Z 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-04T19:53:24.1546899Z with 2025-03-04T19:53:24.1547091Z [ 2025-03-04T19:53:24.1547342Z T=uint8_t, 2025-03-04T19:53:24.1547589Z accT=int32_t 2025-03-04T19:53:24.1547806Z ] 2025-03-04T19:53:24.1548626Z 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-04T19:53:24.1549744Z with 2025-03-04T19:53:24.1549997Z [ 2025-03-04T19:53:24.1550203Z T=uint8_t, 2025-03-04T19:53:24.1550420Z accT=int32_t 2025-03-04T19:53:24.1550630Z ] 2025-03-04T19:53:24.1552025Z 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-04T19:53:24.1553649Z with 2025-03-04T19:53:24.1553835Z [ 2025-03-04T19:53:24.1554012Z T=uint8_t, 2025-03-04T19:53:24.1554302Z accT=int16_t, 2025-03-04T19:53:24.1554594Z inpType=uint8_t 2025-03-04T19:53:24.1554842Z ] 2025-03-04T19:53:24.1555837Z 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-04T19:53:24.1556819Z with 2025-03-04T19:53:24.1557084Z [ 2025-03-04T19:53:24.1557304Z T=uint8_t, 2025-03-04T19:53:24.1557681Z accT=int16_t 2025-03-04T19:53:24.1558004Z ] 2025-03-04T19:53:24.1560660Z 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-04T19:53:24.1563393Z with 2025-03-04T19:53:24.1563754Z [ 2025-03-04T19:53:24.1564027Z T=uint8_t, 2025-03-04T19:53:24.1564372Z accT=int16_t 2025-03-04T19:53:24.1564694Z ] 2025-03-04T19:53:24.1565592Z 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-04T19:53:24.1566504Z with 2025-03-04T19:53:24.1566680Z [ 2025-03-04T19:53:24.1566879Z T=uint8_t, 2025-03-04T19:53:24.1567179Z accT=int16_t 2025-03-04T19:53:24.1567535Z ] 2025-03-04T19:53:24.1568994Z 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-04T19:53:24.1571325Z with 2025-03-04T19:53:24.1571516Z [ 2025-03-04T19:53:24.1571706Z T=uint8_t, 2025-03-04T19:53:24.1571930Z accT=int32_t, 2025-03-04T19:53:24.1572170Z inpType=uint8_t 2025-03-04T19:53:24.1572388Z ] 2025-03-04T19:53:24.1573522Z 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-04T19:53:24.1574408Z with 2025-03-04T19:53:24.1574601Z [ 2025-03-04T19:53:24.1574784Z T=uint8_t, 2025-03-04T19:53:24.1575046Z accT=int32_t 2025-03-04T19:53:24.1575345Z ] 2025-03-04T19:53:24.1576612Z 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-04T19:53:24.1578027Z with 2025-03-04T19:53:24.1578227Z [ 2025-03-04T19:53:24.1578413Z T=uint8_t, 2025-03-04T19:53:24.1578642Z accT=int32_t 2025-03-04T19:53:24.1578860Z ] 2025-03-04T19:53:24.1579767Z 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-04T19:53:24.1580976Z with 2025-03-04T19:53:24.1581291Z [ 2025-03-04T19:53:24.1581515Z T=uint8_t, 2025-03-04T19:53:24.1581733Z accT=int32_t 2025-03-04T19:53:24.1582034Z ] 2025-03-04T19:53:24.1583920Z 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-04T19:53:24.1586675Z with 2025-03-04T19:53:24.1586900Z [ 2025-03-04T19:53:24.1587085Z T=uint8_t, 2025-03-04T19:53:24.1587318Z accT=int16_t, 2025-03-04T19:53:24.1587946Z inpType=uint8_t 2025-03-04T19:53:24.1588733Z ] 2025-03-04T19:53:24.1590180Z 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-04T19:53:24.1592249Z with 2025-03-04T19:53:24.1592558Z [ 2025-03-04T19:53:24.1593468Z T=uint8_t, 2025-03-04T19:53:24.1594137Z accT=int16_t 2025-03-04T19:53:24.1594871Z ] 2025-03-04T19:53:24.1597238Z 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-04T19:53:24.1598984Z with 2025-03-04T19:53:24.1599179Z [ 2025-03-04T19:53:24.1599371Z T=uint8_t, 2025-03-04T19:53:24.1599687Z accT=int16_t 2025-03-04T19:53:24.1600042Z ] 2025-03-04T19:53:24.1601826Z 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-04T19:53:24.1603660Z with 2025-03-04T19:53:24.1604002Z [ 2025-03-04T19:53:24.1604325Z T=uint8_t, 2025-03-04T19:53:24.1604932Z accT=int16_t 2025-03-04T19:53:24.1605327Z ] 2025-03-04T19:53:24.1607920Z 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-04T19:53:24.1610548Z with 2025-03-04T19:53:24.1610879Z [ 2025-03-04T19:53:24.1611207Z T=uint8_t, 2025-03-04T19:53:24.1611819Z accT=int32_t, 2025-03-04T19:53:24.1612243Z inpType=uint8_t 2025-03-04T19:53:24.1612665Z ] 2025-03-04T19:53:24.1614210Z 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-04T19:53:24.1615918Z with 2025-03-04T19:53:24.1616250Z [ 2025-03-04T19:53:24.1616534Z T=uint8_t, 2025-03-04T19:53:24.1616923Z accT=int32_t 2025-03-04T19:53:24.1617314Z ] 2025-03-04T19:53:24.1619757Z 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-04T19:53:24.1622290Z with 2025-03-04T19:53:24.1622630Z [ 2025-03-04T19:53:24.1622971Z T=uint8_t, 2025-03-04T19:53:24.1623357Z accT=int32_t 2025-03-04T19:53:24.1623757Z ] 2025-03-04T19:53:24.1625377Z 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-04T19:53:24.1627158Z with 2025-03-04T19:53:24.1627478Z [ 2025-03-04T19:53:24.1627803Z T=uint8_t, 2025-03-04T19:53:24.1628191Z accT=int32_t 2025-03-04T19:53:24.1628590Z ] 2025-03-04T19:53:24.1631116Z 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-04T19:53:24.1633750Z with 2025-03-04T19:53:24.1634099Z [ 2025-03-04T19:53:24.1634420Z T=uint8_t, 2025-03-04T19:53:24.1634808Z accT=int16_t, 2025-03-04T19:53:24.1635238Z inpType=uint8_t 2025-03-04T19:53:24.1635641Z ] 2025-03-04T19:53:24.1637193Z 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-04T19:53:24.1638986Z with 2025-03-04T19:53:24.1639332Z [ 2025-03-04T19:53:24.1639659Z T=uint8_t, 2025-03-04T19:53:24.1640032Z accT=int16_t 2025-03-04T19:53:24.1640426Z ] 2025-03-04T19:53:24.1642852Z 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-04T19:53:24.1645398Z with 2025-03-04T19:53:24.1645743Z [ 2025-03-04T19:53:24.1646065Z T=uint8_t, 2025-03-04T19:53:24.1646434Z accT=int16_t 2025-03-04T19:53:24.1646825Z ] 2025-03-04T19:53:24.1648438Z 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-04T19:53:24.1650372Z with 2025-03-04T19:53:24.1650712Z [ 2025-03-04T19:53:24.1651040Z T=uint8_t, 2025-03-04T19:53:24.1651439Z accT=int16_t 2025-03-04T19:53:24.1651841Z ] 2025-03-04T19:53:24.1655107Z 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-04T19:53:24.1657749Z with 2025-03-04T19:53:24.1670532Z [ 2025-03-04T19:53:24.1670931Z T=uint8_t, 2025-03-04T19:53:24.1671290Z accT=int32_t, 2025-03-04T19:53:24.1671662Z inpType=uint8_t 2025-03-04T19:53:24.1672018Z ] 2025-03-04T19:53:24.1673344Z 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-04T19:53:24.1674783Z with 2025-03-04T19:53:24.1675085Z [ 2025-03-04T19:53:24.1675372Z T=uint8_t, 2025-03-04T19:53:24.1675710Z accT=int32_t 2025-03-04T19:53:24.1676061Z ] 2025-03-04T19:53:24.1677975Z 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-04T19:53:24.1679514Z with 2025-03-04T19:53:24.1679784Z [ 2025-03-04T19:53:24.1680024Z T=uint8_t, 2025-03-04T19:53:24.1680257Z accT=int32_t 2025-03-04T19:53:24.1680563Z ] 2025-03-04T19:53:24.1681681Z 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-04T19:53:24.1682760Z with 2025-03-04T19:53:24.1682952Z [ 2025-03-04T19:53:24.1683145Z T=uint8_t, 2025-03-04T19:53:24.1683362Z accT=int32_t 2025-03-04T19:53:24.1683584Z ] 2025-03-04T19:53:24.1684919Z 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-04T19:53:24.1686302Z with 2025-03-04T19:53:24.1686497Z [ 2025-03-04T19:53:24.1686681Z T=uint8_t, 2025-03-04T19:53:24.1687017Z accT=int16_t, 2025-03-04T19:53:24.1687420Z inpType=uint8_t 2025-03-04T19:53:24.1687847Z ] 2025-03-04T19:53:24.1688744Z 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-04T19:53:24.1689622Z with 2025-03-04T19:53:24.1689802Z [ 2025-03-04T19:53:24.1690015Z T=uint8_t, 2025-03-04T19:53:24.1690239Z accT=int16_t 2025-03-04T19:53:24.1690458Z ] 2025-03-04T19:53:24.1691712Z 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-04T19:53:24.1693141Z with 2025-03-04T19:53:24.1693325Z [ 2025-03-04T19:53:24.1693515Z T=uint8_t, 2025-03-04T19:53:24.1693731Z accT=int16_t 2025-03-04T19:53:24.1694118Z ] 2025-03-04T19:53:24.1695170Z 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-04T19:53:24.1696089Z with 2025-03-04T19:53:24.1696279Z [ 2025-03-04T19:53:24.1696462Z T=uint8_t, 2025-03-04T19:53:24.1696680Z accT=int16_t 2025-03-04T19:53:24.1696893Z ] 2025-03-04T19:53:24.1698293Z 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-04T19:53:24.1699649Z with 2025-03-04T19:53:24.1699833Z [ 2025-03-04T19:53:24.1700021Z T=uint8_t, 2025-03-04T19:53:24.1700253Z accT=int32_t, 2025-03-04T19:53:24.1700486Z inpType=uint8_t 2025-03-04T19:53:24.1700717Z ] 2025-03-04T19:53:24.1701528Z 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-04T19:53:24.1702410Z with 2025-03-04T19:53:24.1702603Z [ 2025-03-04T19:53:24.1702783Z T=uint8_t, 2025-03-04T19:53:24.1703007Z accT=int32_t 2025-03-04T19:53:24.1703287Z ] 2025-03-04T19:53:24.1704624Z 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-04T19:53:24.1706091Z with 2025-03-04T19:53:24.1706316Z [ 2025-03-04T19:53:24.1706498Z T=uint8_t, 2025-03-04T19:53:24.1706761Z accT=int32_t 2025-03-04T19:53:24.1707052Z ] 2025-03-04T19:53:24.1708149Z 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-04T19:53:24.1709063Z with 2025-03-04T19:53:24.1709243Z [ 2025-03-04T19:53:24.1709434Z T=uint8_t, 2025-03-04T19:53:24.1709659Z accT=int32_t 2025-03-04T19:53:24.1709882Z ] 2025-03-04T19:53:24.1711336Z 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-04T19:53:24.1712684Z with 2025-03-04T19:53:24.1712869Z [ 2025-03-04T19:53:24.1713062Z T=uint8_t, 2025-03-04T19:53:24.1713324Z accT=int16_t, 2025-03-04T19:53:24.1713563Z inpType=uint8_t 2025-03-04T19:53:24.1713792Z ] 2025-03-04T19:53:24.1715442Z 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-04T19:53:24.1717067Z with 2025-03-04T19:53:24.1717396Z [ 2025-03-04T19:53:24.1717839Z T=uint8_t, 2025-03-04T19:53:24.1718261Z accT=int16_t 2025-03-04T19:53:24.1718544Z ] 2025-03-04T19:53:24.1720296Z 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-04T19:53:24.1742318Z with 2025-03-04T19:53:24.1742660Z [ 2025-03-04T19:53:24.1742974Z T=uint8_t, 2025-03-04T19:53:24.1743342Z accT=int16_t 2025-03-04T19:53:24.1743744Z ] 2025-03-04T19:53:24.1745091Z 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-04T19:53:24.1746484Z with 2025-03-04T19:53:24.1746804Z [ 2025-03-04T19:53:24.1747120Z T=uint8_t, 2025-03-04T19:53:24.1747644Z accT=int16_t 2025-03-04T19:53:24.1748008Z ] 2025-03-04T19:53:24.1750076Z 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-04T19:53:24.1752175Z with 2025-03-04T19:53:24.1752484Z [ 2025-03-04T19:53:24.1752792Z T=uint8_t, 2025-03-04T19:53:24.1753150Z accT=int32_t, 2025-03-04T19:53:24.1753542Z inpType=uint8_t 2025-03-04T19:53:24.1753933Z ] 2025-03-04T19:53:24.1755185Z 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-04T19:53:24.1756630Z with 2025-03-04T19:53:24.1756951Z [ 2025-03-04T19:53:24.1757256Z T=uint8_t, 2025-03-04T19:53:24.1757685Z accT=int32_t 2025-03-04T19:53:24.1758053Z ] 2025-03-04T19:53:24.1759997Z 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-04T19:53:24.1762117Z with 2025-03-04T19:53:24.1762428Z [ 2025-03-04T19:53:24.1762727Z T=uint8_t, 2025-03-04T19:53:24.1763092Z accT=int32_t 2025-03-04T19:53:24.1763444Z ] 2025-03-04T19:53:24.1764721Z 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-04T19:53:24.1766056Z with 2025-03-04T19:53:24.1766263Z [ 2025-03-04T19:53:24.1766504Z T=uint8_t, 2025-03-04T19:53:24.1766746Z accT=int32_t 2025-03-04T19:53:24.1767017Z ] 2025-03-04T19:53:24.1768972Z 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-04T19:53:24.1770695Z with 2025-03-04T19:53:24.1770966Z [ 2025-03-04T19:53:24.1771249Z T=uint8_t, 2025-03-04T19:53:24.1771573Z accT=int16_t, 2025-03-04T19:53:24.1771916Z inpType=uint8_t 2025-03-04T19:53:24.1772266Z ] 2025-03-04T19:53:24.1773629Z 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-04T19:53:24.1775076Z with 2025-03-04T19:53:24.1775357Z [ 2025-03-04T19:53:24.1775610Z T=uint8_t, 2025-03-04T19:53:24.1775923Z accT=int16_t 2025-03-04T19:53:24.1776566Z ] 2025-03-04T19:53:24.1779089Z 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-04T19:53:24.1781983Z with 2025-03-04T19:53:24.1782330Z [ 2025-03-04T19:53:24.1782653Z T=uint8_t, 2025-03-04T19:53:24.1783055Z accT=int16_t 2025-03-04T19:53:24.1783458Z ] 2025-03-04T19:53:24.1785253Z 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-04T19:53:24.1787067Z with 2025-03-04T19:53:24.1787382Z [ 2025-03-04T19:53:24.1787703Z T=uint8_t, 2025-03-04T19:53:24.1788080Z accT=int16_t 2025-03-04T19:53:24.1788462Z ] 2025-03-04T19:53:24.1790669Z 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-04T19:53:24.1794969Z 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-04T19:53:24.1799196Z 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-04T19:53:24.1803447Z 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-04T19:53:24.1807486Z 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-04T19:53:24.1811851Z 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-04T19:53:24.1814774Z [1288/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithRowOffset.cc.obj 2025-03-04T19:53:24.1818045Z 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-04T19:53:24.1820777Z with 2025-03-04T19:53:24.1821112Z [ 2025-03-04T19:53:24.1821487Z T=uint8_t, 2025-03-04T19:53:24.1822250Z accT=int32_t, 2025-03-04T19:53:24.1822665Z inpType=uint8_t 2025-03-04T19:53:24.1823031Z ] 2025-03-04T19:53:24.1824434Z 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-04T19:53:24.1825732Z with 2025-03-04T19:53:24.1825982Z [ 2025-03-04T19:53:24.1826175Z T=uint8_t, 2025-03-04T19:53:24.1826397Z accT=int32_t 2025-03-04T19:53:24.1826710Z ] 2025-03-04T19:53:24.1828282Z 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-04T19:53:24.1829801Z with 2025-03-04T19:53:24.1830000Z [ 2025-03-04T19:53:24.1830190Z T=uint8_t, 2025-03-04T19:53:24.1830411Z accT=int32_t 2025-03-04T19:53:24.1830620Z ] 2025-03-04T19:53:24.1831565Z 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-04T19:53:24.1832486Z with 2025-03-04T19:53:24.1832676Z [ 2025-03-04T19:53:24.1832915Z T=uint8_t, 2025-03-04T19:53:24.1833227Z accT=int32_t 2025-03-04T19:53:24.1833595Z ] 2025-03-04T19:53:24.1835685Z 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-04T19:53:24.1837181Z with 2025-03-04T19:53:24.1837369Z [ 2025-03-04T19:53:24.1837682Z T=uint8_t, 2025-03-04T19:53:24.1837925Z accT=int16_t, 2025-03-04T19:53:24.1838167Z inpType=uint8_t 2025-03-04T19:53:24.1838428Z ] 2025-03-04T19:53:24.1839517Z 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-04T19:53:24.1840455Z with 2025-03-04T19:53:24.1840683Z [ 2025-03-04T19:53:24.1840954Z T=uint8_t, 2025-03-04T19:53:24.1841229Z accT=int16_t 2025-03-04T19:53:24.1841458Z ] 2025-03-04T19:53:24.1842749Z 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-04T19:53:24.1844324Z with 2025-03-04T19:53:24.1844510Z [ 2025-03-04T19:53:24.1844694Z T=uint8_t, 2025-03-04T19:53:24.1844914Z accT=int16_t 2025-03-04T19:53:24.1845190Z ] 2025-03-04T19:53:24.1846283Z 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-04T19:53:24.1847190Z with 2025-03-04T19:53:24.1847370Z [ 2025-03-04T19:53:24.1847545Z T=uint8_t, 2025-03-04T19:53:24.1847763Z accT=int16_t 2025-03-04T19:53:24.1847971Z ] 2025-03-04T19:53:24.1849382Z 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-04T19:53:24.1850797Z with 2025-03-04T19:53:24.1850998Z [ 2025-03-04T19:53:24.1851182Z T=uint8_t, 2025-03-04T19:53:24.1851444Z accT=int32_t, 2025-03-04T19:53:24.1851682Z inpType=uint8_t 2025-03-04T19:53:24.1851957Z ] 2025-03-04T19:53:24.1852765Z 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-04T19:53:24.1853739Z with 2025-03-04T19:53:24.1854065Z [ 2025-03-04T19:53:24.1854241Z T=uint8_t, 2025-03-04T19:53:24.1854468Z accT=int32_t 2025-03-04T19:53:24.1854689Z ] 2025-03-04T19:53:24.1856109Z 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-04T19:53:24.1857947Z with 2025-03-04T19:53:24.1858147Z [ 2025-03-04T19:53:24.1858481Z T=uint8_t, 2025-03-04T19:53:24.1858704Z accT=int32_t 2025-03-04T19:53:24.1858964Z ] 2025-03-04T19:53:24.1859983Z 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-04T19:53:24.1860894Z with 2025-03-04T19:53:24.1861087Z [ 2025-03-04T19:53:24.1861267Z T=uint8_t, 2025-03-04T19:53:24.1861486Z accT=int32_t 2025-03-04T19:53:24.1861706Z ] 2025-03-04T19:53:24.1863138Z 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-04T19:53:24.1864641Z with 2025-03-04T19:53:24.1864827Z [ 2025-03-04T19:53:24.1865022Z T=uint8_t, 2025-03-04T19:53:24.1865322Z accT=int16_t, 2025-03-04T19:53:24.1865561Z inpType=uint8_t 2025-03-04T19:53:24.1865792Z ] 2025-03-04T19:53:24.1866746Z 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-04T19:53:24.1867644Z with 2025-03-04T19:53:24.1867898Z [ 2025-03-04T19:53:24.1868140Z T=uint8_t, 2025-03-04T19:53:24.1868368Z accT=int16_t 2025-03-04T19:53:24.1868574Z ] 2025-03-04T19:53:24.1870077Z 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-04T19:53:24.1871503Z with 2025-03-04T19:53:24.1871690Z [ 2025-03-04T19:53:24.1871871Z T=uint8_t, 2025-03-04T19:53:24.1872078Z accT=int16_t 2025-03-04T19:53:24.1872296Z ] 2025-03-04T19:53:24.1873142Z 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-04T19:53:24.1874048Z with 2025-03-04T19:53:24.1874235Z [ 2025-03-04T19:53:24.1874413Z T=uint8_t, 2025-03-04T19:53:24.1874620Z accT=int16_t 2025-03-04T19:53:24.1874880Z ] 2025-03-04T19:53:24.1876275Z 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-04T19:53:24.1878594Z 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-04T19:53:24.1880260Z [1289/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConv.cc.obj 2025-03-04T19:53:24.1929475Z [1290/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx2.cc.obj 2025-03-04T19:53:24.1931997Z 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-04T19:53:24.1935307Z 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-04T19:53:24.1938421Z 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-04T19:53:24.1941740Z 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-04T19:53:24.1943606Z 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-04T19:53:24.1945416Z 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-04T19:53:24.1947605Z 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-04T19:53:24.1949374Z 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-04T19:53:24.1951359Z 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-04T19:53:24.1953374Z 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-04T19:53:24.1955215Z 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-04T19:53:24.1957136Z 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-04T19:53:24.1959414Z 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-04T19:53:24.1961776Z 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-04T19:53:24.1963805Z 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-04T19:53:24.1966034Z 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-04T19:53:24.1969820Z 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-04T19:53:24.1973198Z 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-04T19:53:24.1976444Z 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-04T19:53:24.1979769Z 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-04T19:53:24.1982028Z 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-04T19:53:24.1983861Z 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-04T19:53:24.1985917Z 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-04T19:53:24.1988882Z 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-04T19:53:24.1992075Z 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-04T19:53:24.1995198Z 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-04T19:53:24.1998399Z 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-04T19:53:24.2001465Z 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-04T19:53:24.2004806Z 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-04T19:53:24.2008016Z 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-04T19:53:24.2011254Z 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-04T19:53:24.2014367Z 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-04T19:53:24.2018062Z 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-04T19:53:24.2021353Z 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-04T19:53:24.2024701Z 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-04T19:53:24.2027953Z 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-04T19:53:24.2031660Z 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-04T19:53:24.2034988Z 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-04T19:53:24.2038499Z 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-04T19:53:24.2042036Z 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-04T19:53:24.2045462Z 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-04T19:53:24.2048812Z 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-04T19:53:24.2052389Z 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-04T19:53:24.2056061Z 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-04T19:53:24.2059548Z 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-04T19:53:24.2063481Z 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-04T19:53:24.2067171Z 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-04T19:53:24.2070844Z 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-04T19:53:24.2073031Z 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-04T19:53:24.2075294Z 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-04T19:53:24.2077564Z 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-04T19:53:24.2079336Z 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-04T19:53:24.2081257Z 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-04T19:53:24.2083351Z 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-04T19:53:24.2086800Z 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-04T19:53:24.2090149Z 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-04T19:53:24.2092505Z 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-04T19:53:24.2094500Z 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-04T19:53:24.2204064Z 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-04T19:53:24.2207514Z 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-04T19:53:24.2209544Z [1291/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx512.cc.obj 2025-03-04T19:53:24.2212337Z 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-04T19:53:24.2214914Z 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-04T19:53:24.2218379Z 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-04T19:53:24.2221662Z 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-04T19:53:24.2225065Z 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-04T19:53:24.2228658Z 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-04T19:53:24.2232115Z 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-04T19:53:24.2234677Z 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-04T19:53:24.2237671Z 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-04T19:53:24.2240730Z 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-04T19:53:24.2242496Z 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-04T19:53:24.2245458Z 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-04T19:53:24.2250237Z 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-04T19:53:24.2254374Z 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-04T19:53:24.2258487Z 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-04T19:53:24.2260528Z 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-04T19:53:24.2262634Z 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-04T19:53:24.2264923Z 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-04T19:53:24.2268682Z 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-04T19:53:24.2272160Z 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-04T19:53:24.2275843Z 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-04T19:53:24.2279204Z 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-04T19:53:24.2282608Z 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-04T19:53:24.2285964Z 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-04T19:53:24.2289775Z 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-04T19:53:24.2293080Z 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-04T19:53:24.2296355Z 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-04T19:53:24.2298328Z 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-04T19:53:24.2300173Z 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-04T19:53:24.2302048Z 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-04T19:53:24.2303987Z 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-04T19:53:24.2306037Z 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-04T19:53:24.2308026Z 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-04T19:53:24.2310218Z 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-04T19:53:24.2312302Z 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-04T19:53:24.2314137Z 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-04T19:53:24.2316239Z 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-04T19:53:24.2318265Z 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-04T19:53:24.2320219Z 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-04T19:53:24.2322426Z 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-04T19:53:24.2324277Z 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-04T19:53:24.2326081Z 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-04T19:53:24.2328083Z 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-04T19:53:24.2330025Z 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-04T19:53:24.2332049Z 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-04T19:53:24.2334334Z 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-04T19:53:24.2336258Z 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-04T19:53:24.2338212Z 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-04T19:53:24.2340245Z 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-04T19:53:24.2342093Z 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-04T19:53:24.2343836Z 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-04T19:53:24.2346775Z 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-04T19:53:24.2350552Z 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-04T19:53:24.2354309Z 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-04T19:53:24.2358098Z 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-04T19:53:24.2361410Z 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-04T19:53:24.2364938Z 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-04T19:53:24.2368236Z 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-04T19:53:24.2371824Z 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-04T19:53:24.2375481Z 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-04T19:53:24.2379008Z 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-04T19:53:24.2382597Z 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-04T19:53:24.2386340Z 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-04T19:53:24.2390038Z 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-04T19:53:24.2393581Z 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-04T19:53:24.2397107Z 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-04T19:53:24.2400751Z 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-04T19:53:24.2404232Z 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-04T19:53:24.2407977Z 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-04T19:53:24.2411763Z 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-04T19:53:24.2415177Z 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-04T19:53:24.2418816Z 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-04T19:53:24.2420852Z 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-04T19:53:24.2422913Z 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-04T19:53:24.2424848Z 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-04T19:53:24.2426899Z 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-04T19:53:24.2428708Z 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-04T19:53:24.2430707Z 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-04T19:53:24.2432682Z 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-04T19:53:24.2434734Z 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-04T19:53:24.2436666Z 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-04T19:53:24.2438561Z 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-04T19:53:24.2440574Z 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-04T19:53:24.2443640Z 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-04T19:53:24.2447381Z 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-04T19:53:24.2451026Z 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-04T19:53:24.2454547Z 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-04T19:53:24.2457927Z 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-04T19:53:24.2461837Z 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-04T19:53:24.2466004Z 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-04T19:53:24.2469747Z 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-04T19:53:24.2473407Z 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-04T19:53:24.2478075Z 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-04T19:53:24.2482224Z 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-04T19:53:24.2486192Z 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-04T19:53:24.2490026Z 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-04T19:53:24.2493909Z 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-04T19:53:24.2497556Z 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-04T19:53:24.2501349Z 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-04T19:53:24.2505088Z 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-04T19:53:24.2508694Z 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-04T19:53:24.2512087Z 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-04T19:53:24.2515268Z 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-04T19:53:24.2517264Z 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-04T19:53:24.2520416Z 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-04T19:53:24.2522443Z 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-04T19:53:24.2524324Z 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-04T19:53:24.2526220Z 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-04T19:53:24.2528158Z 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-04T19:53:24.2531451Z 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-04T19:53:24.2533270Z 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-04T19:53:24.2535059Z 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-04T19:53:24.2536927Z 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-04T19:53:24.2538972Z 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-04T19:53:24.2540870Z 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-04T19:53:24.2542685Z 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-04T19:53:24.2544486Z 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-04T19:53:24.2547542Z 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-04T19:53:24.2549536Z 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-04T19:53:24.2708233Z 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-04T19:53:24.2710423Z [1292/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackBMatrix.cc.obj 2025-03-04T19:53:24.2712519Z 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-04T19:53:24.2713980Z with 2025-03-04T19:53:24.2714360Z [ 2025-03-04T19:53:24.2714541Z T=int8_t, 2025-03-04T19:53:24.2714766Z accT=int32_t, 2025-03-04T19:53:24.2715010Z inpType=int8_t 2025-03-04T19:53:24.2715237Z ] 2025-03-04T19:53:24.2716202Z 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-04T19:53:24.2717110Z with 2025-03-04T19:53:24.2717288Z [ 2025-03-04T19:53:24.2717538Z T=int8_t, 2025-03-04T19:53:24.2717759Z accT=int32_t 2025-03-04T19:53:24.2717974Z ] 2025-03-04T19:53:24.2719580Z 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-04T19:53:24.2721194Z with 2025-03-04T19:53:24.2721404Z [ 2025-03-04T19:53:24.2721625Z T=int8_t, 2025-03-04T19:53:24.2721901Z accT=int32_t 2025-03-04T19:53:24.2722121Z ] 2025-03-04T19:53:24.2722960Z 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-04T19:53:24.2724012Z with 2025-03-04T19:53:24.2724268Z [ 2025-03-04T19:53:24.2724507Z T=int8_t, 2025-03-04T19:53:24.2724727Z accT=int32_t 2025-03-04T19:53:24.2724937Z ] 2025-03-04T19:53:24.2726340Z 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-04T19:53:24.2727890Z with 2025-03-04T19:53:24.2728071Z [ 2025-03-04T19:53:24.2728253Z T=int8_t, 2025-03-04T19:53:24.2728512Z accT=int16_t, 2025-03-04T19:53:24.2728774Z inpType=int8_t 2025-03-04T19:53:24.2729087Z ] 2025-03-04T19:53:24.2730005Z 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-04T19:53:24.2731402Z with 2025-03-04T19:53:24.2731763Z [ 2025-03-04T19:53:24.2732078Z T=int8_t, 2025-03-04T19:53:24.2732466Z accT=int16_t 2025-03-04T19:53:24.2732860Z ] 2025-03-04T19:53:24.2735297Z 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-04T19:53:24.2738046Z with 2025-03-04T19:53:24.2738366Z [ 2025-03-04T19:53:24.2738685Z T=int8_t, 2025-03-04T19:53:24.2739122Z accT=int16_t 2025-03-04T19:53:24.2739520Z ] 2025-03-04T19:53:24.2741300Z 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-04T19:53:24.2742990Z with 2025-03-04T19:53:24.2743201Z [ 2025-03-04T19:53:24.2743463Z T=int8_t, 2025-03-04T19:53:24.2743731Z accT=int16_t 2025-03-04T19:53:24.2743951Z ] 2025-03-04T19:53:24.2745548Z 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-04T19:53:24.2747743Z with 2025-03-04T19:53:24.2747991Z [ 2025-03-04T19:53:24.2748179Z T=int8_t, 2025-03-04T19:53:24.2748403Z accT=int32_t, 2025-03-04T19:53:24.2748647Z inpType=int8_t 2025-03-04T19:53:24.2748868Z ] 2025-03-04T19:53:24.2749876Z 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-04T19:53:24.2750797Z with 2025-03-04T19:53:24.2750993Z [ 2025-03-04T19:53:24.2751204Z T=int8_t, 2025-03-04T19:53:24.2751505Z accT=int32_t 2025-03-04T19:53:24.2751756Z ] 2025-03-04T19:53:24.2753022Z 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-04T19:53:24.2754349Z with 2025-03-04T19:53:24.2754547Z [ 2025-03-04T19:53:24.2754768Z T=int8_t, 2025-03-04T19:53:24.2754996Z accT=int32_t 2025-03-04T19:53:24.2755214Z ] 2025-03-04T19:53:24.2756525Z 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-04T19:53:24.2758355Z with 2025-03-04T19:53:24.2758660Z [ 2025-03-04T19:53:24.2758958Z T=int8_t, 2025-03-04T19:53:24.2759327Z accT=int32_t 2025-03-04T19:53:24.2759709Z ] 2025-03-04T19:53:24.2762080Z 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-04T19:53:24.2764583Z with 2025-03-04T19:53:24.2764917Z [ 2025-03-04T19:53:24.2765233Z T=int8_t, 2025-03-04T19:53:24.2765626Z accT=int16_t, 2025-03-04T19:53:24.2766039Z inpType=int8_t 2025-03-04T19:53:24.2766465Z ] 2025-03-04T19:53:24.2767958Z 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-04T19:53:24.2769812Z with 2025-03-04T19:53:24.2770161Z [ 2025-03-04T19:53:24.2770488Z T=int8_t, 2025-03-04T19:53:24.2770883Z accT=int16_t 2025-03-04T19:53:24.2771297Z ] 2025-03-04T19:53:24.2773683Z 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-04T19:53:24.2776231Z with 2025-03-04T19:53:24.2776578Z [ 2025-03-04T19:53:24.2776904Z T=int8_t, 2025-03-04T19:53:24.2777297Z accT=int16_t 2025-03-04T19:53:24.2777674Z ] 2025-03-04T19:53:24.2779403Z 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-04T19:53:24.2781113Z with 2025-03-04T19:53:24.2781445Z [ 2025-03-04T19:53:24.2781752Z T=int8_t, 2025-03-04T19:53:24.2782129Z accT=int16_t 2025-03-04T19:53:24.2782523Z ] 2025-03-04T19:53:24.3273239Z 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-04T19:53:24.3277058Z 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-04T19:53:24.3278984Z [1293/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackMatrix.cc.obj 2025-03-04T19:53:24.3280517Z 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-04T19:53:24.3283194Z 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-04T19:53:24.3285529Z 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-04T19:53:24.3288032Z 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-04T19:53:24.3290539Z 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-04T19:53:24.3293489Z 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-04T19:53:24.3295818Z 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-04T19:53:24.3298008Z 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-04T19:53:24.3300487Z 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-04T19:53:24.3304070Z 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-04T19:53:24.3308531Z 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-04T19:53:24.3312271Z 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-04T19:53:24.3730842Z 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-04T19:53:24.3733723Z [1294/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForConv.cc.obj 2025-03-04T19:53:24.3735525Z 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-04T19:53:24.3737018Z with 2025-03-04T19:53:24.3737266Z [ 2025-03-04T19:53:24.3737526Z T=int8_t, 2025-03-04T19:53:24.3737779Z accT=int32_t, 2025-03-04T19:53:24.3738065Z inpType=int8_t 2025-03-04T19:53:24.3738290Z ] 2025-03-04T19:53:24.3739096Z 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-04T19:53:24.3740486Z with 2025-03-04T19:53:24.3740781Z [ 2025-03-04T19:53:24.3741077Z T=int8_t, 2025-03-04T19:53:24.3741431Z accT=int32_t 2025-03-04T19:53:24.3741789Z ] 2025-03-04T19:53:24.3744057Z 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-04T19:53:24.3746341Z with 2025-03-04T19:53:24.3746686Z [ 2025-03-04T19:53:24.3747003Z T=int8_t, 2025-03-04T19:53:24.3747365Z accT=int32_t 2025-03-04T19:53:24.3747729Z ] 2025-03-04T19:53:24.3749195Z 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-04T19:53:24.3750792Z with 2025-03-04T19:53:24.3750993Z [ 2025-03-04T19:53:24.3751182Z T=int8_t, 2025-03-04T19:53:24.3751446Z accT=int32_t 2025-03-04T19:53:24.3751745Z ] 2025-03-04T19:53:24.4137662Z 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-04T19:53:24.4140564Z [1295/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\QuantUtils.cc.obj 2025-03-04T19:53:24.5027829Z [1296/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\TransposeUtils.cc.obj 2025-03-04T19:53:24.5188573Z [1297/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightMatrixForGConv.cc.obj 2025-03-04T19:53:24.5264999Z [1298/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForDirectConv.cc.obj 2025-03-04T19:53:24.5510614Z [1299/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\spmmUtils.cc.obj 2025-03-04T19:53:24.6146046Z [1300/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RowWiseSparseAdagradFused.cc.obj 2025-03-04T19:53:24.6381364Z [1301/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RefImplementations.cc.obj 2025-03-04T19:53:24.6459863Z [1302/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\SparseAdagrad.cc.obj 2025-03-04T19:53:24.7166076Z [1303/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmBfloat16ConvertAvx2.cc.obj 2025-03-04T19:53:24.7221213Z [1304/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\EmbeddingSpMDMAvx2.cc.obj 2025-03-04T19:53:24.7430028Z [1305/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Utils.cc.obj 2025-03-04T19:53:24.7581850Z [1306/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFloat16ConvertAvx2.cc.obj 2025-03-04T19:53:24.7658821Z 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-04T19:53:24.7661323Z 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-04T19:53:24.7663294Z [1307/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateI8Depthwise.cc.obj 2025-03-04T19:53:24.8306560Z [1308/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8Depthwise3DAvx2.cc.obj 2025-03-04T19:53:24.8493268Z [1309/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwisePerChannelQuantAvx2.cc.obj 2025-03-04T19:53:24.8554530Z [1310/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\OptimizedKernelsAvx2.cc.obj 2025-03-04T19:53:24.9111823Z [1311/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwiseAvx2.cc.obj 2025-03-04T19:53:24.9161357Z [1312/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseAvx2.cc.obj 2025-03-04T19:53:24.9175320Z [1313/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\PackDepthwiseConvMatrixAvx2.cc.obj 2025-03-04T19:53:24.9330481Z [1314/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseInt8Avx2.cc.obj 2025-03-04T19:53:24.9457519Z [1315/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\UtilsAvx2.cc.obj 2025-03-04T19:53:24.9980151Z [1316/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\spmmUtilsAvx2.cc.obj 2025-03-04T19:53:25.0158667Z [1317/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\QuantUtilsAvx2.cc.obj 2025-03-04T19:53:25.0160308Z 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-04T19:53:25.0162516Z 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-04T19:53:25.0164510Z 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-04T19:53:25.0166389Z 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-04T19:53:25.0167921Z 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-04T19:53:25.0169201Z 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-04T19:53:25.0170600Z 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-04T19:53:25.0172093Z 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-04T19:53:25.0174579Z 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-04T19:53:25.0177143Z 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-04T19:53:25.0179495Z 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-04T19:53:25.1082164Z 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-04T19:53:25.1085051Z [1318/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmBfloat16ConvertAvx512.cc.obj 2025-03-04T19:53:25.1094476Z [1319/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\EmbeddingSpMDMAvx512.cc.obj 2025-03-04T19:53:25.1193282Z [1320/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFloat16ConvertAvx512.cc.obj 2025-03-04T19:53:25.1504347Z [1321/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseAvx512.cc.obj 2025-03-04T19:53:25.1655729Z [1322/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseInt8Avx512.cc.obj 2025-03-04T19:53:25.1725331Z [1323/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFP16UKernelsIntrinsicAvx2.cc.obj 2025-03-04T19:53:25.2027315Z [1324/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\UtilsAvx512.cc.obj 2025-03-04T19:53:25.2127066Z [1325/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseVectorInt8Avx512.cc.obj 2025-03-04T19:53:25.2352646Z [1326/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\QuantUtilsAvx512.cc.obj 2025-03-04T19:53:25.3374622Z [1327/7043] Linking CXX shared library bin\asmjit.dll 2025-03-04T19:53:25.3829359Z [1328/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512_256.cc.obj 2025-03-04T19:53:25.4225482Z [1329/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgather.cc.obj 2025-03-04T19:53:25.4304193Z [1330/7043] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512.cc.obj 2025-03-04T19:53:25.4442021Z [1331/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\algorithm.cc.obj 2025-03-04T19:53:25.4598231Z [1332/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgatherv.cc.obj 2025-03-04T19:53:25.5803501Z [1333/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce.cc.obj 2025-03-04T19:53:25.5946174Z [1334/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce_local.cc.obj 2025-03-04T19:53:25.6487430Z [1335/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoallv.cc.obj 2025-03-04T19:53:25.6619395Z [1336/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoall.cc.obj 2025-03-04T19:53:25.6950661Z [1337/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\broadcast.cc.obj 2025-03-04T19:53:25.7134699Z [1338/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\barrier.cc.obj 2025-03-04T19:53:25.8367310Z [1339/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\context.cc.obj 2025-03-04T19:53:25.8702521Z [1340/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gather.cc.obj 2025-03-04T19:53:25.9031258Z [1341/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gatherv.cc.obj 2025-03-04T19:53:25.9103171Z [1342/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\types.cc.obj 2025-03-04T19:53:25.9227455Z [1343/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\scatter.cc.obj 2025-03-04T19:53:25.9396615Z [1344/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\reduce.cc.obj 2025-03-04T19:53:26.0752306Z [1345/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\logging.cc.obj 2025-03-04T19:53:26.1596080Z [1346/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\file_store.cc.obj 2025-03-04T19:53:26.1739554Z [1347/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\context.cc.obj 2025-03-04T19:53:26.1792994Z [1348/7043] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\jitprofiling.c.obj 2025-03-04T19:53:26.1873999Z 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-04T19:53:26.1875787Z [1349/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\hash_store.cc.obj 2025-03-04T19:53:26.2447673Z [1350/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\buffer.cc.obj 2025-03-04T19:53:26.2890312Z [1351/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\prefix_store.cc.obj 2025-03-04T19:53:26.2905412Z [1352/7043] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\ittnotify_static.c.obj 2025-03-04T19:53:26.3581479Z 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-04T19:53:26.3582583Z [1353/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\address.cc.obj 2025-03-04T19:53:26.3793992Z [1354/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\store.cc.obj 2025-03-04T19:53:26.3879287Z [1355/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\utils.cc.obj 2025-03-04T19:53:26.4148367Z [1356/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\context.cc.obj 2025-03-04T19:53:26.4378370Z [1357/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\unbound_buffer.cc.obj 2025-03-04T19:53:26.4898331Z [1358/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\win.cc.obj 2025-03-04T19:53:26.4970857Z [1359/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\device.cc.obj 2025-03-04T19:53:26.5036804Z [1360/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\pair.cc.obj 2025-03-04T19:53:26.5438726Z [1361/7043] Linking CXX static library lib\onnx_proto.lib 2025-03-04T19:53:26.7346688Z [1362/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\assertions.cc.obj 2025-03-04T19:53:26.7570170Z [1363/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\unbound_buffer.cc.obj 2025-03-04T19:53:26.9422524Z [1364/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\libuv.cc.obj 2025-03-04T19:53:26.9424041Z 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-04T19:53:26.9426982Z 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-04T19:53:26.9430886Z with 2025-03-04T19:53:26.9431229Z [ 2025-03-04T19:53:26.9431650Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-04T19:53:26.9432252Z ] 2025-03-04T19:53:26.9435625Z 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-04T19:53:26.9439172Z with 2025-03-04T19:53:26.9439507Z [ 2025-03-04T19:53:26.9439972Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-04T19:53:26.9440587Z ] 2025-03-04T19:53:26.9443951Z 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-04T19:53:26.9447471Z with 2025-03-04T19:53:26.9447803Z [ 2025-03-04T19:53:26.9448242Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-04T19:53:26.9448850Z ] 2025-03-04T19:53:26.9451984Z 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-04T19:53:26.9455268Z with 2025-03-04T19:53:26.9455587Z [ 2025-03-04T19:53:26.9456024Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-04T19:53:26.9456745Z T=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-04T19:53:26.9457308Z ] 2025-03-04T19:53:26.9460693Z 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-04T19:53:26.9463853Z with 2025-03-04T19:53:26.9464129Z [ 2025-03-04T19:53:26.9464511Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-04T19:53:26.9465097Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-04T19:53:26.9465805Z U=uv_write_t 2025-03-04T19:53:26.9466127Z ] 2025-03-04T19:53:26.9468968Z 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-04T19:53:26.9471759Z with 2025-03-04T19:53:26.9472028Z [ 2025-03-04T19:53:26.9472405Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-04T19:53:26.9472979Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-04T19:53:26.9473467Z U=uv_write_t 2025-03-04T19:53:26.9473822Z ] 2025-03-04T19:53:26.9636030Z 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-04T19:53:26.9638060Z with 2025-03-04T19:53:26.9638309Z [ 2025-03-04T19:53:26.9638644Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-04T19:53:26.9638991Z ] 2025-03-04T19:53:26.9639534Z [1365/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\address.cc.obj 2025-03-04T19:53:26.9861586Z [1366/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\device.cc.obj 2025-03-04T19:53:26.9862822Z 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-04T19:53:26.9865592Z 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-04T19:53:26.9867782Z with 2025-03-04T19:53:26.9867988Z [ 2025-03-04T19:53:26.9868300Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-04T19:53:26.9868640Z ] 2025-03-04T19:53:26.9870385Z 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-04T19:53:26.9873329Z with 2025-03-04T19:53:26.9873639Z [ 2025-03-04T19:53:26.9874049Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-04T19:53:26.9874636Z ] 2025-03-04T19:53:26.9877850Z 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-04T19:53:26.9881582Z with 2025-03-04T19:53:26.9881891Z [ 2025-03-04T19:53:26.9882275Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-04T19:53:26.9882661Z ] 2025-03-04T19:53:26.9884848Z 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-04T19:53:26.9886677Z with 2025-03-04T19:53:26.9886880Z [ 2025-03-04T19:53:26.9887150Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-04T19:53:26.9887570Z T=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-04T19:53:26.9887880Z ] 2025-03-04T19:53:26.9889682Z 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-04T19:53:26.9891650Z with 2025-03-04T19:53:26.9891836Z [ 2025-03-04T19:53:26.9892091Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-04T19:53:26.9892531Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-04T19:53:26.9892867Z U=uv_write_t 2025-03-04T19:53:26.9893088Z ] 2025-03-04T19:53:26.9894998Z 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-04T19:53:26.9896895Z with 2025-03-04T19:53:26.9897079Z [ 2025-03-04T19:53:26.9897337Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-04T19:53:26.9897817Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-04T19:53:26.9898184Z U=uv_write_t 2025-03-04T19:53:26.9898408Z ] 2025-03-04T19:53:27.0401478Z 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-04T19:53:27.0403394Z with 2025-03-04T19:53:27.0411666Z [ 2025-03-04T19:53:27.0412183Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-04T19:53:27.0412741Z ] 2025-03-04T19:53:27.0413530Z [1367/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\context.cc.obj 2025-03-04T19:53:27.0689912Z [1368/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\interned_strings.cc.obj 2025-03-04T19:53:27.1127250Z [1369/7043] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\pair.cc.obj 2025-03-04T19:53:27.1129258Z 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-04T19:53:27.1134576Z 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-04T19:53:27.1138267Z with 2025-03-04T19:53:27.1138607Z [ 2025-03-04T19:53:27.1139072Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-04T19:53:27.1139682Z ] 2025-03-04T19:53:27.1143155Z 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-04T19:53:27.1146740Z with 2025-03-04T19:53:27.1147090Z [ 2025-03-04T19:53:27.1147581Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-04T19:53:27.1148266Z ] 2025-03-04T19:53:27.1151866Z 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-04T19:53:27.1155666Z with 2025-03-04T19:53:27.1156007Z [ 2025-03-04T19:53:27.1156470Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-04T19:53:27.1157073Z ] 2025-03-04T19:53:27.1160453Z 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-04T19:53:27.1163541Z with 2025-03-04T19:53:27.1163963Z [ 2025-03-04T19:53:27.1164417Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-04T19:53:27.1165114Z T=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-04T19:53:27.1165695Z ] 2025-03-04T19:53:27.1169236Z 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-04T19:53:27.1172804Z with 2025-03-04T19:53:27.1173118Z [ 2025-03-04T19:53:27.1173638Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-04T19:53:27.1174631Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-04T19:53:27.1175175Z U=uv_write_t 2025-03-04T19:53:27.1175598Z ] 2025-03-04T19:53:27.1178268Z 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-04T19:53:27.1181794Z with 2025-03-04T19:53:27.1182337Z [ 2025-03-04T19:53:27.1182950Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-04T19:53:27.1183393Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-03-04T19:53:27.1183737Z U=uv_write_t 2025-03-04T19:53:27.1183975Z ] 2025-03-04T19:53:27.1920085Z 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-04T19:53:27.1922016Z with 2025-03-04T19:53:27.1922209Z [ 2025-03-04T19:53:27.1922542Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-03-04T19:53:27.1922883Z ] 2025-03-04T19:53:27.1923362Z [1370/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\status.cc.obj 2025-03-04T19:53:27.2001988Z [1371/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\ir_pb_converter.cc.obj 2025-03-04T19:53:27.3769682Z [1372/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\model_helpers.cc.obj 2025-03-04T19:53:27.3936354Z [1373/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\checker.cc.obj 2025-03-04T19:53:27.4064367Z [1374/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\attr_proto_util.cc.obj 2025-03-04T19:53:27.4886785Z [1375/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\defs.cc.obj 2025-03-04T19:53:27.5665854Z [1376/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\old.cc.obj 2025-03-04T19:53:27.6388798Z [1377/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\data_type_utils.cc.obj 2025-03-04T19:53:27.6480298Z [1378/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\utils.cc.obj 2025-03-04T19:53:27.7128501Z [1379/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\path.cc.obj 2025-03-04T19:53:27.7970831Z [1380/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\defs.cc.obj 2025-03-04T19:53:27.8371142Z [1381/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\function.cc.obj 2025-03-04T19:53:27.8538507Z [1382/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\utils.cc.obj 2025-03-04T19:53:27.8648118Z [1383/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\old.cc.obj 2025-03-04T19:53:27.9813059Z [1384/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\image\defs.cc.obj 2025-03-04T19:53:28.0409017Z [1385/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\old.cc.obj 2025-03-04T19:53:28.0928082Z [1386/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\defs.cc.obj 2025-03-04T19:53:28.1674670Z [1387/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\defs.cc.obj 2025-03-04T19:53:28.1988629Z [1388/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\utils.cc.obj 2025-03-04T19:53:28.2446105Z [1389/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\old.cc.obj 2025-03-04T19:53:28.2847561Z [1390/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\defs.cc.obj 2025-03-04T19:53:28.2938279Z [1391/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\old.cc.obj 2025-03-04T19:53:28.3950477Z [1392/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\defs.cc.obj 2025-03-04T19:53:28.4508651Z [1393/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\old.cc.obj 2025-03-04T19:53:28.5176155Z [1394/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\defs.cc.obj 2025-03-04T19:53:28.6025775Z [1395/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\old.cc.obj 2025-03-04T19:53:28.6535948Z [1396/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\printer.cc.obj 2025-03-04T19:53:28.6716392Z [1397/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\parser.cc.obj 2025-03-04T19:53:28.7008493Z [1398/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\old.cc.obj 2025-03-04T19:53:28.7416183Z [1399/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\defs.cc.obj 2025-03-04T19:53:28.8626424Z [1400/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\defs.cc.obj 2025-03-04T19:53:28.8883492Z [1401/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\old.cc.obj 2025-03-04T19:53:28.8977309Z [1402/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\utils.cc.obj 2025-03-04T19:53:29.0007283Z [1403/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\defs.cc.obj 2025-03-04T19:53:29.0758908Z [1404/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\old.cc.obj 2025-03-04T19:53:29.1109509Z [1405/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\shape_inference.cc.obj 2025-03-04T19:53:29.1324980Z [1406/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\sequence\defs.cc.obj 2025-03-04T19:53:29.1981956Z [1407/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\schema.cc.obj 2025-03-04T19:53:29.3171997Z [1408/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\defs.cc.obj 2025-03-04T19:53:29.3467896Z [1409/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\utils.cc.obj 2025-03-04T19:53:29.3614576Z [1410/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\old.cc.obj 2025-03-04T19:53:29.4482268Z [1411/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_proto_util.cc.obj 2025-03-04T19:53:29.5065958Z [1412/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_util.cc.obj 2025-03-04T19:53:29.5150770Z [1413/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\text\defs.cc.obj 2025-03-04T19:53:29.5360255Z [1414/7043] Building RC object third_party\ideep\mkl-dnn\src\CMakeFiles\dnnl.dir\version.rc.res 2025-03-04T19:53:29.5675220Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-03-04T19:53:29.5675569Z 2025-03-04T19:53:29.5675574Z 2025-03-04T19:53:29.5675764Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-03-04T19:53:29.5676044Z 2025-03-04T19:53:29.5676049Z 2025-03-04T19:53:29.5676053Z 2025-03-04T19:53:29.5676058Z 2025-03-04T19:53:29.5676465Z [1415/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\defs.cc.obj 2025-03-04T19:53:29.5997403Z [1416/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\old.cc.obj 2025-03-04T19:53:29.7445001Z [1417/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\training\defs.cc.obj 2025-03-04T19:53:29.8076743Z [1418/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\bfloat16.cpp.obj 2025-03-04T19:53:29.8524700Z [1419/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\convert.cc.obj 2025-03-04T19:53:29.8615720Z [1420/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\inliner\inliner.cc.obj 2025-03-04T19:53:29.8957853Z [1421/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\helper.cc.obj 2025-03-04T19:53:30.2558791Z [1422/7043] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\shape_inference\implementation.cc.obj 2025-03-04T19:53:30.4170726Z [1423/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\batch_normalization.cpp.obj 2025-03-04T19:53:30.4263235Z [1424/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\binary.cpp.obj 2025-03-04T19:53:30.5322996Z [1425/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug_autogenerated.cpp.obj 2025-03-04T19:53:30.5951545Z [1426/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_threadpool.cpp.obj 2025-03-04T19:53:30.6033876Z [1427/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\broadcast_strategy.cpp.obj 2025-03-04T19:53:30.6637966Z [1428/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution_pd.cpp.obj 2025-03-04T19:53:30.6727234Z [1429/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\cache_blob_id.cpp.obj 2025-03-04T19:53:30.7192505Z [1430/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution.cpp.obj 2025-03-04T19:53:30.7512054Z [1431/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\concat.cpp.obj 2025-03-04T19:53:30.9770765Z [1432/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\float8.cpp.obj 2025-03-04T19:53:30.9837025Z [1433/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\experimental.cpp.obj 2025-03-04T19:53:31.0226573Z [1434/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\fpmath_mode.cpp.obj 2025-03-04T19:53:31.0989703Z [1435/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\deconvolution.cpp.obj 2025-03-04T19:53:31.2168736Z [1436/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug.cpp.obj 2025-03-04T19:53:31.3433327Z [1437/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify.cpp.obj 2025-03-04T19:53:31.5375003Z [1438/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\eltwise.cpp.obj 2025-03-04T19:53:31.5601487Z [1439/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\engine.cpp.obj 2025-03-04T19:53:31.6231106Z [1440/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\gemm.cpp.obj 2025-03-04T19:53:31.8667604Z [1441/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\inner_product.cpp.obj 2025-03-04T19:53:31.8848854Z [1442/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\group_normalization.cpp.obj 2025-03-04T19:53:31.9767085Z [1443/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\kernel_cache.cpp.obj 2025-03-04T19:53:32.0136576Z [1444/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\layer_normalization.cpp.obj 2025-03-04T19:53:32.2761057Z [1445/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_debug.cpp.obj 2025-03-04T19:53:32.2938128Z [1446/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\matmul.cpp.obj 2025-03-04T19:53:32.3008932Z [1447/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\lrn.cpp.obj 2025-03-04T19:53:32.3986579Z [1448/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory.cpp.obj 2025-03-04T19:53:32.6615440Z [1449/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc.cpp.obj 2025-03-04T19:53:32.7541462Z [1450/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc_wrapper.cpp.obj 2025-03-04T19:53:32.8161865Z [1451/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_storage.cpp.obj 2025-03-04T19:53:32.8787770Z [1452/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_tracking.cpp.obj 2025-03-04T19:53:33.1242589Z [1453/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\pooling.cpp.obj 2025-03-04T19:53:33.1522323Z [1454/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\prelu.cpp.obj 2025-03-04T19:53:33.1928257Z [1455/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_zero_pad.cpp.obj 2025-03-04T19:53:33.2916027Z [1456/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive.cpp.obj 2025-03-04T19:53:33.5680530Z [1457/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_attr.cpp.obj 2025-03-04T19:53:33.6517559Z [1458/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_desc_iface.cpp.obj 2025-03-04T19:53:33.6792564Z [1459/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_exec_types.cpp.obj 2025-03-04T19:53:33.8148900Z [1460/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_cache.cpp.obj 2025-03-04T19:53:34.0372660Z [1461/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_hashing.cpp.obj 2025-03-04T19:53:34.0389078Z [1462/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\query.cpp.obj 2025-03-04T19:53:34.0484456Z [1463/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_iface.cpp.obj 2025-03-04T19:53:34.1266057Z [1464/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reduction.cpp.obj 2025-03-04T19:53:34.4401081Z [1465/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reorder.cpp.obj 2025-03-04T19:53:34.5191169Z [1466/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rnn.cpp.obj 2025-03-04T19:53:34.5422376Z [1467/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\resampling.cpp.obj 2025-03-04T19:53:34.5482479Z [1468/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rw_mutex.cpp.obj 2025-03-04T19:53:34.8748266Z [1469/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad_debug.cpp.obj 2025-03-04T19:53:34.9402100Z [1470/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\serialization.cpp.obj 2025-03-04T19:53:34.9472232Z [1471/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad.cpp.obj 2025-03-04T19:53:34.9655069Z [1472/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\shuffle.cpp.obj 2025-03-04T19:53:35.3044666Z [1473/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream.cpp.obj 2025-03-04T19:53:35.3064996Z [1474/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\softmax.cpp.obj 2025-03-04T19:53:35.3205540Z [1475/7043] Building ASM_MASM object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittptmark64.asm.obj 2025-03-04T19:53:35.3506146Z Microsoft (R) Macro Assembler (x64) Version 14.29.30158.0 2025-03-04T19:53:35.3506679Z 2025-03-04T19:53:35.3507014Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-03-04T19:53:35.3507519Z 2025-03-04T19:53:35.3507527Z 2025-03-04T19:53:35.3507534Z 2025-03-04T19:53:35.3508561Z Assembling: C:\actions-runner\_work\pytorch\pytorch\third_party\ideep\mkl-dnn\src\common\ittnotify\ittptmark64.asm 2025-03-04T19:53:35.3509443Z 2025-03-04T19:53:35.3510160Z [1476/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream_profiler.cpp.obj 2025-03-04T19:53:35.3759811Z [1477/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\sum.cpp.obj 2025-03-04T19:53:35.4974048Z [1478/7043] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\jitprofiling.c.obj 2025-03-04T19:53:35.5231384Z [1479/7043] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittnotify_static.c.obj 2025-03-04T19:53:35.6018801Z [1480/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\utils.cpp.obj 2025-03-04T19:53:35.9158659Z [1481/7043] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\verbose.cpp.obj 2025-03-04T19:53:36.1604053Z [1482/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_utils.cpp.obj 2025-03-04T19:53:36.2339184Z [1483/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\bfloat16.cpp.obj 2025-03-04T19:53:36.2663907Z [1484/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\binary_injector_utils.cpp.obj 2025-03-04T19:53:36.3696040Z [1485/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_list.cpp.obj 2025-03-04T19:53:36.4611218Z [1486/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_concat.cpp.obj 2025-03-04T19:53:36.6488141Z [1487/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_binary_list.cpp.obj 2025-03-04T19:53:36.7560423Z [1488/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_convolution_list.cpp.obj 2025-03-04T19:53:36.9621038Z [1489/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_deconvolution_list.cpp.obj 2025-03-04T19:53:37.0422881Z [1490/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_engine.cpp.obj 2025-03-04T19:53:37.1217135Z [1491/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_eltwise_list.cpp.obj 2025-03-04T19:53:37.1548795Z [1492/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_group_normalization_list.cpp.obj 2025-03-04T19:53:37.4002072Z [1493/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_layer_normalization_list.cpp.obj 2025-03-04T19:53:37.4963683Z [1494/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_inner_product_list.cpp.obj 2025-03-04T19:53:37.6806676Z [1495/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_lrn_list.cpp.obj 2025-03-04T19:53:37.7644649Z [1496/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_pooling_list.cpp.obj 2025-03-04T19:53:37.9521703Z [1497/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_prelu_list.cpp.obj 2025-03-04T19:53:38.1032961Z [1498/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_reduction_list.cpp.obj 2025-03-04T19:53:38.2015754Z [1499/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_rnn_list.cpp.obj 2025-03-04T19:53:38.2215745Z [1500/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_resampling_list.cpp.obj 2025-03-04T19:53:38.3824119Z [1501/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_shuffle_list.cpp.obj 2025-03-04T19:53:38.5016864Z [1502/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_softmax_list.cpp.obj 2025-03-04T19:53:38.5953842Z [1503/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_sum.cpp.obj 2025-03-04T19:53:38.6852471Z [1504/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\float16.cpp.obj 2025-03-04T19:53:38.9068947Z [1505/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution.cpp.obj 2025-03-04T19:53:39.1300658Z [1506/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution_utils.cpp.obj 2025-03-04T19:53:39.1654529Z [1507/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product_utils.cpp.obj 2025-03-04T19:53:39.2271467Z [1508/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product.cpp.obj 2025-03-04T19:53:39.3548507Z [1509/7043] 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-04T19:53:39.5215140Z [1510/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution.cpp.obj 2025-03-04T19:53:39.5746216Z [1511/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution_utils.cpp.obj 2025-03-04T19:53:39.6062349Z [1512/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_inner_product.cpp.obj 2025-03-04T19:53:39.9453427Z [1513/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nchw_pooling.cpp.obj 2025-03-04T19:53:40.1333770Z [1514/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_batch_normalization.cpp.obj 2025-03-04T19:53:40.2062907Z [1515/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_group_normalization.cpp.obj 2025-03-04T19:53:40.3001583Z [1516/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nhwc_pooling.cpp.obj 2025-03-04T19:53:40.3912910Z [1517/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nspc_batch_normalization.cpp.obj 2025-03-04T19:53:40.4526232Z [1518/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\platform.cpp.obj 2025-03-04T19:53:40.4869528Z [1519/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\primitive_attr_postops.cpp.obj 2025-03-04T19:53:40.5689762Z [1520/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_batch_normalization.cpp.obj 2025-03-04T19:53:40.7697128Z [1521/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_binary.cpp.obj 2025-03-04T19:53:41.0625775Z [1522/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution.cpp.obj 2025-03-04T19:53:41.1718385Z [1523/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution_int8.cpp.obj 2025-03-04T19:53:41.2596224Z [1524/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_deconvolution.cpp.obj 2025-03-04T19:53:41.3094305Z [1525/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_eltwise.cpp.obj 2025-03-04T19:53:41.3712073Z [1526/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product.cpp.obj 2025-03-04T19:53:41.4093714Z [1527/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_group_normalization.cpp.obj 2025-03-04T19:53:41.4396537Z [1528/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product_int8.cpp.obj 2025-03-04T19:53:41.7118900Z [1529/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_layer_normalization.cpp.obj 2025-03-04T19:53:42.0151012Z [1530/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_pooling.cpp.obj 2025-03-04T19:53:42.0898578Z [1531/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_lrn.cpp.obj 2025-03-04T19:53:42.3045868Z [1532/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_reduction.cpp.obj 2025-03-04T19:53:42.3234188Z [1533/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_resampling.cpp.obj 2025-03-04T19:53:42.3606762Z [1534/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_prelu.cpp.obj 2025-03-04T19:53:42.3790069Z [1535/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_shuffle.cpp.obj 2025-03-04T19:53:42.4379815Z [1536/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_softmax.cpp.obj 2025-03-04T19:53:42.5564894Z [1537/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\scale_utils.cpp.obj 2025-03-04T19:53:42.7254536Z [1538/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\bf16\ref_gemm_bf16.cpp.obj 2025-03-04T19:53:42.8232775Z [1539/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\gemm_utils_f32.cpp.obj 2025-03-04T19:53:42.8625533Z [1540/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\ref_gemm_f32.cpp.obj 2025-03-04T19:53:42.9474810Z [1541/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_concat.cpp.obj 2025-03-04T19:53:43.0615982Z [1542/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_layer_normalization.cpp.obj 2025-03-04T19:53:43.2195173Z [1543/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_resampling.cpp.obj 2025-03-04T19:53:45.1329115Z [1544/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\zero_point_utils.cpp.obj 2025-03-04T19:53:45.1888220Z [1545/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\ref_gemm_s8x8s32.cpp.obj 2025-03-04T19:53:45.2072395Z [1546/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm.cpp.obj 2025-03-04T19:53:45.2262722Z [1547/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\simple_gemm_s8s8s32.cpp.obj 2025-03-04T19:53:45.2360749Z [1548/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_sum.cpp.obj 2025-03-04T19:53:45.2477748Z [1549/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm_pack.cpp.obj 2025-03-04T19:53:45.3281963Z [1550/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_bf16_matmul.cpp.obj 2025-03-04T19:53:45.3758608Z [1551/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\cpu_matmul_list.cpp.obj 2025-03-04T19:53:46.0728504Z [1552/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul_int8.cpp.obj 2025-03-04T19:53:46.1096983Z [1553/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul.cpp.obj 2025-03-04T19:53:46.1306797Z [1554/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_x8s8s32x_matmul.cpp.obj 2025-03-04T19:53:46.1678061Z [1555/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_f32_matmul.cpp.obj 2025-03-04T19:53:46.2689698Z [1556/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder.cpp.obj 2025-03-04T19:53:46.2774843Z [1557/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_sparse_matmul.cpp.obj 2025-03-04T19:53:46.4315556Z [1558/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_bf16_s8.cpp.obj 2025-03-04T19:53:46.4896041Z [1559/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_f32_s8.cpp.obj 2025-03-04T19:53:47.1937752Z [1560/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_s8_s8.cpp.obj 2025-03-04T19:53:47.2297358Z [1561/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f16.cpp.obj 2025-03-04T19:53:47.2695161Z [1562/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_bf16.cpp.obj 2025-03-04T19:53:47.2773382Z [1563/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_bf16.cpp.obj 2025-03-04T19:53:47.3515405Z [1564/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f16.cpp.obj 2025-03-04T19:53:47.4139036Z [1565/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_fp8.cpp.obj 2025-03-04T19:53:47.4808857Z [1566/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f32.cpp.obj 2025-03-04T19:53:47.5352092Z [1567/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s32.cpp.obj 2025-03-04T19:53:48.1753128Z [1568/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s8.cpp.obj 2025-03-04T19:53:48.3414453Z [1569/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s4.cpp.obj 2025-03-04T19:53:48.3938209Z [1570/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_fp8.cpp.obj 2025-03-04T19:53:48.3957699Z [1571/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s32.cpp.obj 2025-03-04T19:53:48.4499768Z [1572/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_u8.cpp.obj 2025-03-04T19:53:48.4724350Z [1573/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u4.cpp.obj 2025-03-04T19:53:48.4946656Z [1574/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s8.cpp.obj 2025-03-04T19:53:48.5825254Z [1575/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u8.cpp.obj 2025-03-04T19:53:49.2528415Z [1576/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\brgemm_cell_common.cpp.obj 2025-03-04T19:53:49.3545971Z [1577/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru_lbr.cpp.obj 2025-03-04T19:53:49.4149052Z [1578/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_common.cpp.obj 2025-03-04T19:53:49.4532192Z [1579/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru_lbr.cpp.obj 2025-03-04T19:53:49.4856484Z [1580/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru.cpp.obj 2025-03-04T19:53:49.4970778Z [1581/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru.cpp.obj 2025-03-04T19:53:49.5509302Z [1582/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\linux_perf\linux_perf.cpp.obj 2025-03-04T19:53:49.5759846Z [1583/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm_projection.cpp.obj 2025-03-04T19:53:49.5852490Z [1584/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm.cpp.obj 2025-03-04T19:53:50.2440279Z [1585/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_rnn.cpp.obj 2025-03-04T19:53:50.2887631Z [1586/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\jit_utils.cpp.obj 2025-03-04T19:53:50.3846550Z [1587/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\amx_tile_configure.cpp.obj 2025-03-04T19:53:50.4545856Z [1588/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\rnn_utils.cpp.obj 2025-03-04T19:53:50.4813314Z [1589/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_rnn.cpp.obj 2025-03-04T19:53:50.4906135Z [1590/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_utils.cpp.obj 2025-03-04T19:53:50.5076326Z [1591/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm.cpp.obj 2025-03-04T19:53:50.5696573Z [1592/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_containers.cpp.obj 2025-03-04T19:53:51.2170274Z [1593/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brdgmm_kernel.cpp.obj 2025-03-04T19:53:51.2266495Z [1594/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\capi\brgemm_api.cpp.obj 2025-03-04T19:53:51.3591502Z [1595/7043] 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-04T19:53:51.3807727Z [1596/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_isa_traits.cpp.obj 2025-03-04T19:53:51.4329423Z [1597/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_reducer.cpp.obj 2025-03-04T19:53:51.4630810Z [1598/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_kernel.cpp.obj 2025-03-04T19:53:51.4756324Z [1599/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_barrier.cpp.obj 2025-03-04T19:53:51.5194208Z [1600/7043] 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-04T19:53:52.0728360Z [1601/7043] 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-04T19:53:52.2368367Z [1602/7043] 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-04T19:53:52.2458183Z [1603/7043] 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-04T19:53:52.2900258Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:52.2901732Z [1604/7043] 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-04T19:53:52.4162993Z [1605/7043] 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-04T19:53:52.4456916Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:52.4457874Z [1606/7043] 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-04T19:53:52.4689315Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:52.4691332Z [1607/7043] 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-04T19:53:52.5117759Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:52.5118714Z [1608/7043] 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-04T19:53:53.1205409Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:53.1206435Z [1609/7043] 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-04T19:53:53.2785678Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:53.2786500Z [1610/7043] 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-04T19:53:53.2913150Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:53.2914038Z [1611/7043] 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-04T19:53:53.3037973Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:53.3038914Z [1612/7043] 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-04T19:53:53.3126050Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:53.3126868Z [1613/7043] 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-04T19:53:53.3626310Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:53.3627215Z [1614/7043] 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-04T19:53:53.3929417Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:53.3930361Z [1615/7043] 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-04T19:53:53.4030097Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:53.4031484Z [1616/7043] 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-04T19:53:54.0613048Z [1617/7043] 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-04T19:53:54.1661384Z [1618/7043] 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-04T19:53:54.2753569Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:54.2754453Z [1619/7043] 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-04T19:53:54.2770750Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:54.2771592Z [1620/7043] 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-04T19:53:54.2896660Z [1621/7043] 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-04T19:53:54.3483670Z [1622/7043] 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-04T19:53:54.3751901Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:54.3752742Z [1623/7043] 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-04T19:53:54.3835582Z [1624/7043] 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-04T19:53:55.0800431Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:55.0801259Z [1625/7043] 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-04T19:53:55.1275148Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:55.1276061Z [1626/7043] 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-04T19:53:55.1846637Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:55.1847520Z [1627/7043] 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-04T19:53:55.2304585Z [1628/7043] 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-04T19:53:55.2598315Z [1629/7043] 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-04T19:53:55.2745857Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:55.2746895Z [1630/7043] 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-04T19:53:55.3583074Z [1631/7043] 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-04T19:53:55.3889188Z [1632/7043] 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-04T19:53:56.0193312Z [1633/7043] 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-04T19:53:56.1453210Z [1634/7043] 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-04T19:53:56.1657923Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:56.1658895Z [1635/7043] 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-04T19:53:56.1786942Z [1636/7043] 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-04T19:53:56.2090491Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:56.2091320Z [1637/7043] 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-04T19:53:56.2107191Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:56.2108367Z [1638/7043] 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-04T19:53:56.2894961Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:56.2895884Z [1639/7043] 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-04T19:53:56.3018659Z [1640/7043] 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-04T19:53:56.8828487Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:56.8829607Z [1641/7043] 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-04T19:53:57.0735216Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:57.0735999Z [1642/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemv_driver.cpp.obj 2025-03-04T19:53:57.1231861Z [1643/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_driver.cpp.obj 2025-03-04T19:53:57.1293353Z [1644/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_pack.cpp.obj 2025-03-04T19:53:57.2056944Z [1645/7043] 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-04T19:53:57.2136412Z [1646/7043] 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-04T19:53:57.2470978Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:57.2472378Z [1647/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_info.cpp.obj 2025-03-04T19:53:57.2731217Z [1648/7043] 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-04T19:53:57.9520098Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:57.9520933Z [1649/7043] 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-04T19:53:57.9801894Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:57.9802767Z [1650/7043] 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-04T19:53:57.9886909Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:57.9888336Z [1651/7043] 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-04T19:53:58.0455935Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:58.0457409Z [1652/7043] 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-04T19:53:58.1418233Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:58.1419507Z [1653/7043] 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-04T19:53:58.1589648Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:58.1592096Z [1654/7043] 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-04T19:53:58.2260242Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:58.2261272Z [1655/7043] 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-04T19:53:58.2791466Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:58.2792339Z [1656/7043] 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-04T19:53:58.8676103Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:58.8676960Z [1657/7043] 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-04T19:53:58.9448507Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:58.9449373Z [1658/7043] 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-04T19:53:58.9877800Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:58.9878672Z [1659/7043] 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-04T19:53:59.0235784Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:59.0237422Z [1660/7043] 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-04T19:53:59.0317571Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:59.0318472Z [1661/7043] 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-04T19:53:59.0712734Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:59.0714482Z [1662/7043] 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-04T19:53:59.1382601Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:59.1384121Z [1663/7043] 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-04T19:53:59.2389822Z [1664/7043] 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-04T19:53:59.9144282Z [1665/7043] 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-04T19:53:59.9161090Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:59.9162005Z [1666/7043] 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-04T19:53:59.9239789Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:53:59.9240627Z [1667/7043] 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-04T19:53:59.9814554Z [1668/7043] 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-04T19:54:00.0162019Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:00.0163019Z [1669/7043] 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-04T19:54:00.1020777Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:00.1021714Z [1670/7043] 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-04T19:54:00.1414499Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:00.1415439Z [1671/7043] 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-04T19:54:00.1974344Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:00.1975313Z [1672/7043] 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-04T19:54:00.8353980Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:00.8354907Z [1673/7043] 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-04T19:54:00.9351879Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:00.9353132Z [1674/7043] 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-04T19:54:00.9700746Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:00.9701615Z [1675/7043] 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-04T19:54:01.0161276Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:01.0162264Z [1676/7043] 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-04T19:54:01.0293696Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:01.0294680Z [1677/7043] 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-04T19:54:01.1510267Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:01.1511207Z [1678/7043] 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-04T19:54:01.1591208Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:01.1592070Z [1679/7043] 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-04T19:54:01.1945176Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:01.1946040Z [1680/7043] 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-04T19:54:01.8805400Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:01.8806405Z [1681/7043] 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-04T19:54:01.8997548Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:01.8998408Z [1682/7043] 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-04T19:54:01.9519255Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:01.9520098Z [1683/7043] 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-04T19:54:01.9690805Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:01.9691662Z [1684/7043] 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-04T19:54:02.0013660Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:02.0015233Z [1685/7043] 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-04T19:54:02.0095347Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:02.0096896Z [1686/7043] 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-04T19:54:02.0701114Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:02.0702071Z [1687/7043] 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-04T19:54:02.2032705Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:02.2033634Z [1688/7043] 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-04T19:54:02.7589645Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:02.7590973Z [1689/7043] 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-04T19:54:02.8978260Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:02.8979633Z [1690/7043] 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-04T19:54:02.8995697Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:02.8996555Z [1691/7043] 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-04T19:54:02.9078263Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:02.9079162Z [1692/7043] 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-04T19:54:02.9178119Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:02.9178991Z [1693/7043] 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-04T19:54:02.9462579Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:02.9463532Z [1694/7043] 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-04T19:54:03.0806653Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:03.0808179Z [1695/7043] 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-04T19:54:03.1978087Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:03.1979725Z [1696/7043] 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-04T19:54:03.7385614Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:03.7386737Z [1697/7043] 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-04T19:54:03.8205346Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:03.8206176Z [1698/7043] 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-04T19:54:03.8484845Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:03.8485696Z [1699/7043] 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-04T19:54:03.8832646Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:03.8833910Z [1700/7043] 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-04T19:54:03.8848993Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:03.8849853Z [1701/7043] 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-04T19:54:03.9254866Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:03.9255709Z [1702/7043] 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-04T19:54:04.0306293Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:04.0307575Z [1703/7043] 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-04T19:54:04.1473103Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:04.1473950Z [1704/7043] 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-04T19:54:04.7769080Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:04.7769967Z [1705/7043] 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-04T19:54:04.8267691Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-03-04T19:54:04.8268453Z [1706/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\injector_utils.cpp.obj 2025-03-04T19:54:04.8511874Z [1707/7043] 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-04T19:54:04.9461907Z [1708/7043] 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-04T19:54:04.9520272Z [1709/7043] 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-04T19:54:04.9723088Z [1710/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_inner_product.cpp.obj 2025-03-04T19:54:04.9799703Z [1711/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_convolution.cpp.obj 2025-03-04T19:54:05.0926824Z [1712/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\ip_convolution.cpp.obj 2025-03-04T19:54:05.8151518Z [1713/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_1x1_convolution.cpp.obj 2025-03-04T19:54:05.8258334Z [1714/7043] 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-04T19:54:05.8915907Z [1715/7043] 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-04T19:54:05.9502188Z [1716/7043] 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-04T19:54:05.9625442Z [1717/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_convolution.cpp.obj 2025-03-04T19:54:05.9799270Z [1718/7043] 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-04T19:54:06.0514159Z [1719/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_convolution.cpp.obj 2025-03-04T19:54:06.1588532Z [1720/7043] 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-04T19:54:06.7582920Z [1721/7043] 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-04T19:54:06.7835513Z [1722/7043] 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-04T19:54:06.8775636Z [1723/7043] 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-04T19:54:07.0202318Z [1724/7043] 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-04T19:54:07.1085846Z [1725/7043] 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-04T19:54:07.1241009Z [1726/7043] 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-04T19:54:07.1804674Z [1727/7043] 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-04T19:54:07.2280574Z [1728/7043] 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-04T19:54:07.7155733Z [1729/7043] 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-04T19:54:07.8033476Z [1730/7043] 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-04T19:54:07.8404617Z [1731/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp16cvt.cpp.obj 2025-03-04T19:54:07.9463696Z [1732/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp8cvt.cpp.obj 2025-03-04T19:54:08.0756646Z [1733/7043] 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-04T19:54:08.2398379Z [1734/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_resampling.cpp.obj 2025-03-04T19:54:08.2716409Z [1735/7043] 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-04T19:54:08.3759421Z [1736/7043] 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-04T19:54:08.6377023Z [1737/7043] 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-04T19:54:08.8513351Z [1738/7043] 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-04T19:54:08.8927881Z [1739/7043] 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-04T19:54:08.9213644Z [1740/7043] 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-04T19:54:09.0589471Z [1741/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brdgmm_dw_conv.cpp.obj 2025-03-04T19:54:09.2437581Z [1742/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv.cpp.obj 2025-03-04T19:54:09.2889978Z [1743/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_1x1_conv.cpp.obj 2025-03-04T19:54:09.5102176Z [1744/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd.cpp.obj 2025-03-04T19:54:09.7399732Z [1745/7043] 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-04T19:54:09.9625492Z [1746/7043] 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-04T19:54:10.0039504Z [1747/7043] 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-04T19:54:10.0062302Z [1748/7043] 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-04T19:54:10.1208658Z [1749/7043] 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-04T19:54:10.2546475Z [1750/7043] 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-04T19:54:10.3323699Z [1751/7043] 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-04T19:54:10.4577084Z [1752/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_utils.cpp.obj 2025-03-04T19:54:10.8211519Z [1753/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_deconv.cpp.obj 2025-03-04T19:54:10.9493149Z [1754/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_primitive_conf.cpp.obj 2025-03-04T19:54:10.9608344Z [1755/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product.cpp.obj 2025-03-04T19:54:10.9927734Z [1756/7043] 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-04T19:54:11.1818826Z [1757/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_transpose_utils.cpp.obj 2025-03-04T19:54:11.2985966Z [1758/7043] 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-04T19:54:11.3633699Z [1759/7043] 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-04T19:54:11.4866317Z [1760/7043] 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-04T19:54:11.7543362Z [1761/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_generator.cpp.obj 2025-03-04T19:54:11.9718080Z [1762/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_1x1_convolution.cpp.obj 2025-03-04T19:54:12.0197137Z [1763/7043] 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-04T19:54:12.0310906Z [1764/7043] 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-04T19:54:12.2280843Z [1765/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_convolution.cpp.obj 2025-03-04T19:54:12.3334143Z [1766/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_transpose_utils.cpp.obj 2025-03-04T19:54:12.4265971Z [1767/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization.cpp.obj 2025-03-04T19:54:12.5673146Z [1768/7043] 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-04T19:54:12.7242702Z [1769/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary.cpp.obj 2025-03-04T19:54:12.9474540Z [1770/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary_kernel.cpp.obj 2025-03-04T19:54:12.9910044Z [1771/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_convert_xf16.cpp.obj 2025-03-04T19:54:13.0554375Z [1772/7043] 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-04T19:54:13.2124872Z [1773/7043] 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-04T19:54:13.2290933Z [1774/7043] 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-04T19:54:13.4818888Z [1775/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_convolution.cpp.obj 2025-03-04T19:54:13.7427299Z [1776/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise.cpp.obj 2025-03-04T19:54:13.7656284Z [1777/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise_int.cpp.obj 2025-03-04T19:54:13.9356656Z [1778/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_group_normalization.cpp.obj 2025-03-04T19:54:14.0437424Z [1779/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_layer_normalization.cpp.obj 2025-03-04T19:54:14.0852250Z [1780/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_i8i8_pooling.cpp.obj 2025-03-04T19:54:14.1842332Z [1781/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pooling.cpp.obj 2025-03-04T19:54:14.2247462Z [1782/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pool_kernel.cpp.obj 2025-03-04T19:54:14.5179140Z [1783/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction.cpp.obj 2025-03-04T19:54:14.7907353Z [1784/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction_kernel.cpp.obj 2025-03-04T19:54:14.8124885Z [1785/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder.cpp.obj 2025-03-04T19:54:14.9088693Z [1786/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder_utils.cpp.obj 2025-03-04T19:54:14.9979217Z [1787/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling_kernel.cpp.obj 2025-03-04T19:54:15.1488970Z [1788/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling.cpp.obj 2025-03-04T19:54:15.2141943Z [1789/7043] 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-04T19:54:15.3568917Z [1790/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_softmax.cpp.obj 2025-03-04T19:54:15.5030442Z [1791/7043] 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-04T19:54:15.7230734Z [1792/7043] 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-04T19:54:15.8206740Z [1793/7043] 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-04T19:54:15.9701826Z [1794/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_convolution.cpp.obj 2025-03-04T19:54:16.0736039Z [1795/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_deconvolution.cpp.obj 2025-03-04T19:54:16.1802826Z [1796/7043] 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-04T19:54:16.2068484Z [1797/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_xf16_sum.cpp.obj 2025-03-04T19:54:16.3089436Z [1798/7043] 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-04T19:54:16.4662780Z [1799/7043] 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-04T19:54:16.7556126Z [1800/7043] 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-04T19:54:16.8178942Z [1801/7043] 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-04T19:54:16.9765888Z [1802/7043] 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-04T19:54:17.0285186Z [1803/7043] 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-04T19:54:17.2132662Z [1804/7043] 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-04T19:54:17.2233281Z [1805/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn.cpp.obj 2025-03-04T19:54:17.3955606Z [1806/7043] 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-04T19:54:17.4035962Z [1807/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul.cpp.obj 2025-03-04T19:54:17.7430930Z [1808/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_reorders.cpp.obj 2025-03-04T19:54:17.8024229Z [1809/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_utils.cpp.obj 2025-03-04T19:54:18.0013073Z [1810/7043] 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-04T19:54:18.0835615Z [1811/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_backward.cpp.obj 2025-03-04T19:54:18.1299170Z [1812/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_forward.cpp.obj 2025-03-04T19:54:18.1690128Z [1813/7043] 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-04T19:54:18.3340634Z [1814/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_utils.cpp.obj 2025-03-04T19:54:18.4086133Z [1815/7043] 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-04T19:54:18.7955173Z [1816/7043] 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-04T19:54:18.8133356Z [1817/7043] 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-04T19:54:18.9651844Z [1818/7043] 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-04T19:54:19.0244927Z [1819/7043] 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-04T19:54:19.0520705Z [1820/7043] 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-04T19:54:19.1271563Z [1821/7043] 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-04T19:54:19.3479997Z [1822/7043] 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-04T19:54:19.4280101Z [1823/7043] 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-04T19:54:19.8237600Z [1824/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_gates_reduction.cpp.obj 2025-03-04T19:54:19.8345282Z [1825/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\rnn_brgemm_utils.cpp.obj 2025-03-04T19:54:19.9238121Z [1826/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle.cpp.obj 2025-03-04T19:54:19.9444312Z [1827/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\allocator.cpp.obj 2025-03-04T19:54:20.0527688Z [1828/7043] 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-04T19:54:20.0703013Z [1829/7043] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\utils\jit_io_helper.cpp.obj 2025-03-04T19:54:20.3252038Z [1830/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\backend.cpp.obj 2025-03-04T19:54:20.4940211Z [1831/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\constant_tensor_cache.cpp.obj 2025-03-04T19:54:20.7706720Z [1832/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\graph.cpp.obj 2025-03-04T19:54:20.7788958Z [1833/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_def_constraint.cpp.obj 2025-03-04T19:54:20.7989028Z [1834/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\logical_tensor.cpp.obj 2025-03-04T19:54:20.8628979Z [1835/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op.cpp.obj 2025-03-04T19:54:20.9298400Z [1836/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_schema.cpp.obj 2025-03-04T19:54:21.0513725Z [1837/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition.cpp.obj 2025-03-04T19:54:21.2444298Z [1838/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_cache.cpp.obj 2025-03-04T19:54:21.3987578Z [1839/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_hashing.cpp.obj 2025-03-04T19:54:21.6548475Z [1840/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\shape_infer.cpp.obj 2025-03-04T19:54:21.6641688Z [1841/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\tensor.cpp.obj 2025-03-04T19:54:21.6833408Z [1842/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_impl.cpp.obj 2025-03-04T19:54:21.7419779Z [1843/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\value.cpp.obj 2025-03-04T19:54:21.9116899Z [1844/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\fake\CMakeFiles\dnnl_graph_backend_fake.dir\fake_backend.cpp.obj 2025-03-04T19:54:22.0755348Z [1845/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\common.cpp.obj 2025-03-04T19:54:22.3435519Z [1846/7043] 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-04T19:54:22.4303550Z [1847/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_backend.cpp.obj 2025-03-04T19:54:22.6055194Z [1848/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\fusion_info.cpp.obj 2025-03-04T19:54:22.6789542Z [1849/7043] 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-04T19:54:22.7564793Z [1850/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\op_executable.cpp.obj 2025-03-04T19:54:22.8243494Z [1851/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_propagator.cpp.obj 2025-03-04T19:54:22.8905501Z [1852/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\platform.cpp.obj 2025-03-04T19:54:23.0104891Z [1853/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\subgraph.cpp.obj 2025-03-04T19:54:23.4264018Z [1854/7043] 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-04T19:54:23.5333687Z [1855/7043] 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-04T19:54:23.5877991Z [1856/7043] 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-04T19:54:23.7405663Z [1857/7043] 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-04T19:54:23.7868162Z [1858/7043] 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-04T19:54:23.8430581Z [1859/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\lower.cpp.obj 2025-03-04T19:54:23.9583575Z [1860/7043] 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-04T19:54:24.0359756Z [1861/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\transform.cpp.obj 2025-03-04T19:54:24.4913411Z [1862/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\utils.cpp.obj 2025-03-04T19:54:24.5384588Z [1863/7043] 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-04T19:54:24.6102588Z [1864/7043] 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-04T19:54:24.7084318Z [1865/7043] 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-04T19:54:24.9021651Z [1866/7043] 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-04T19:54:24.9266587Z [1867/7043] 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-04T19:54:25.0224059Z [1868/7043] 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-04T19:54:25.0660172Z [1869/7043] 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-04T19:54:25.5245864Z [1870/7043] 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-04T19:54:25.6108551Z [1871/7043] 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-04T19:54:25.7786750Z [1872/7043] 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-04T19:54:25.8011818Z [1873/7043] 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-04T19:54:25.9880003Z [1874/7043] 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-04T19:54:26.0281615Z [1875/7043] 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-04T19:54:26.0842695Z [1876/7043] 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-04T19:54:26.1290400Z [1877/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sdp.cpp.obj 2025-03-04T19:54:26.1837196Z [1878/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\ocl_usm_utils.cpp.obj 2025-03-04T19:54:26.2712085Z [1879/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\id.cpp.obj 2025-03-04T19:54:26.2979474Z [1880/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\debug.cpp.obj 2025-03-04T19:54:26.3337471Z [1881/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\alloc.cpp.obj 2025-03-04T19:54:26.4982947Z [1882/7043] 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-04T19:54:26.7431462Z [1883/7043] 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-04T19:54:26.8575905Z [1884/7043] 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-04T19:54:26.8819837Z [1885/7043] 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-04T19:54:27.1318920Z [1886/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\nested_matcher.cpp.obj 2025-03-04T19:54:27.2366027Z [1887/7043] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\libkineto_api.cpp.obj 2025-03-04T19:54:27.2448923Z [1888/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pbuilder.cpp.obj 2025-03-04T19:54:27.2627714Z [1889/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_base.cpp.obj 2025-03-04T19:54:27.2869961Z [1890/7043] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\ThreadUtil.cpp.obj 2025-03-04T19:54:27.2871890Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(19): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-03-04T19:54:27.2873954Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-04T19:54:27.2875735Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(20): warning C4005: 'NOGDI': macro redefinition 2025-03-04T19:54:27.3239638Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'NOGDI' 2025-03-04T19:54:27.3240683Z [1891/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_manager.cpp.obj 2025-03-04T19:54:27.3535456Z [1892/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\utils.cpp.obj 2025-03-04T19:54:27.4667896Z [1893/7043] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\AbstractConfig.cpp.obj 2025-03-04T19:54:27.6311025Z [1894/7043] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerController.cpp.obj 2025-03-04T19:54:27.6361385Z [1895/7043] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerProxy.cpp.obj 2025-03-04T19:54:27.6373600Z [1896/7043] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ConfigLoader.cpp.obj 2025-03-04T19:54:27.6385978Z [1897/7043] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityType.cpp.obj 2025-03-04T19:54:27.6627313Z [1898/7043] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\verbose.cpp.obj 2025-03-04T19:54:27.6868957Z [1899/7043] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Config.cpp.obj 2025-03-04T19:54:27.6920306Z [1900/7043] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DaemonConfigLoader.cpp.obj 2025-03-04T19:54:27.7067143Z [1901/7043] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityProfiler.cpp.obj 2025-03-04T19:54:27.7540609Z [1902/7043] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\IpcFabricConfigClient.cpp.obj 2025-03-04T19:54:27.8259230Z [1903/7043] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityApi.cpp.obj 2025-03-04T19:54:27.8470847Z [1904/7043] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Demangle.cpp.obj 2025-03-04T19:54:27.9292650Z [1905/7043] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceUtil.cpp.obj 2025-03-04T19:54:27.9554655Z [1906/7043] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceProperties.cpp.obj 2025-03-04T19:54:27.9812451Z [1907/7043] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\LoggingAPI.cpp.obj 2025-03-04T19:54:27.9874904Z [1908/7043] Linking CXX static library lib\mimalloc-static.lib 2025-03-04T19:54:28.0321014Z [1909/7043] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\GenericTraceActivity.cpp.obj 2025-03-04T19:54:28.0447251Z [1910/7043] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ILoggerObserver.cpp.obj 2025-03-04T19:54:28.0491534Z [1911/7043] Building CXX object c10\CMakeFiles\c10.dir\core\AutogradState.cpp.obj 2025-03-04T19:54:28.0658077Z [1912/7043] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Logger.cpp.obj 2025-03-04T19:54:28.1501586Z [1913/7043] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\init.cpp.obj 2025-03-04T19:54:28.1856049Z [1914/7043] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_csv.cpp.obj 2025-03-04T19:54:28.3158892Z [1915/7043] Building CXX object c10\CMakeFiles\c10.dir\core\Allocator.cpp.obj 2025-03-04T19:54:28.3233484Z [1916/7043] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_json.cpp.obj 2025-03-04T19:54:28.3247037Z [1917/7043] Building CXX object c10\CMakeFiles\c10.dir\core\CopyBytes.cpp.obj 2025-03-04T19:54:28.3820162Z [1918/7043] Building CXX object c10\CMakeFiles\c10.dir\core\CPUAllocator.cpp.obj 2025-03-04T19:54:28.3928735Z [1919/7043] Building CXX object c10\CMakeFiles\c10.dir\core\ConstantSymNodeImpl.cpp.obj 2025-03-04T19:54:28.4000515Z [1920/7043] Building CXX object c10\CMakeFiles\c10.dir\core\DefaultDtype.cpp.obj 2025-03-04T19:54:28.4394233Z [1921/7043] Building CXX object c10\CMakeFiles\c10.dir\core\Device.cpp.obj 2025-03-04T19:54:28.4447608Z [1922/7043] Building CXX object c10\CMakeFiles\c10.dir\core\GradMode.cpp.obj 2025-03-04T19:54:28.4717266Z [1923/7043] Building CXX object c10\CMakeFiles\c10.dir\core\DeviceType.cpp.obj 2025-03-04T19:54:28.6695562Z [1924/7043] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKey.cpp.obj 2025-03-04T19:54:28.6765278Z [1925/7043] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKeySet.cpp.obj 2025-03-04T19:54:28.6779180Z [1926/7043] Building CXX object c10\CMakeFiles\c10.dir\core\InferenceMode.cpp.obj 2025-03-04T19:54:28.7448340Z [1927/7043] Building CXX object c10\CMakeFiles\c10.dir\core\GeneratorImpl.cpp.obj 2025-03-04T19:54:28.7557160Z [1928/7043] Building CXX object c10\CMakeFiles\c10.dir\core\SafePyObject.cpp.obj 2025-03-04T19:54:28.7620487Z [1929/7043] Building CXX object c10\CMakeFiles\c10.dir\core\RefcountedDeleter.cpp.obj 2025-03-04T19:54:28.7857619Z [1930/7043] Building CXX object c10\CMakeFiles\c10.dir\core\ScalarType.cpp.obj 2025-03-04T19:54:28.7900944Z [1931/7043] Building CXX object c10\CMakeFiles\c10.dir\core\Scalar.cpp.obj 2025-03-04T19:54:28.9555664Z [1932/7043] Building CXX object c10\CMakeFiles\c10.dir\core\Stream.cpp.obj 2025-03-04T19:54:29.0017130Z [1933/7043] Building CXX object c10\CMakeFiles\c10.dir\core\Storage.cpp.obj 2025-03-04T19:54:29.0289120Z [1934/7043] Building CXX object c10\CMakeFiles\c10.dir\core\SymBool.cpp.obj 2025-03-04T19:54:29.0499652Z [1935/7043] Building CXX object c10\CMakeFiles\c10.dir\core\StorageImpl.cpp.obj 2025-03-04T19:54:29.0896271Z [1936/7043] Building CXX object c10\CMakeFiles\c10.dir\core\SymNodeImpl.cpp.obj 2025-03-04T19:54:29.0917245Z [1937/7043] Building CXX object c10\CMakeFiles\c10.dir\core\SymFloat.cpp.obj 2025-03-04T19:54:29.0982745Z [1938/7043] Building CXX object c10\CMakeFiles\c10.dir\core\SymInt.cpp.obj 2025-03-04T19:54:29.1280054Z [1939/7043] Building CXX object c10\CMakeFiles\c10.dir\core\SymIntArrayRef.cpp.obj 2025-03-04T19:54:29.3122115Z [1940/7043] Building CXX object c10\CMakeFiles\c10.dir\core\SymbolicShapeMeta.cpp.obj 2025-03-04T19:54:29.3672250Z [1941/7043] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COWDeleter.cpp.obj 2025-03-04T19:54:29.3997760Z [1942/7043] Building CXX object c10\CMakeFiles\c10.dir\core\WrapDimMinimal.cpp.obj 2025-03-04T19:54:29.4010324Z [1943/7043] Building CXX object c10\CMakeFiles\c10.dir\core\impl\DeviceGuardImplInterface.cpp.obj 2025-03-04T19:54:29.4201540Z [1944/7043] Building CXX object c10\CMakeFiles\c10.dir\core\TensorOptions.cpp.obj 2025-03-04T19:54:29.4452850Z [1945/7043] Building CXX object c10\CMakeFiles\c10.dir\core\UndefinedTensorImpl.cpp.obj 2025-03-04T19:54:29.4585726Z [1946/7043] Building CXX object c10\CMakeFiles\c10.dir\core\TensorImpl.cpp.obj 2025-03-04T19:54:29.4939978Z [1947/7043] Building CXX object c10\CMakeFiles\c10.dir\core\impl\HermeticPyObjectTLS.cpp.obj 2025-03-04T19:54:29.5085805Z [1948/7043] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COW.cpp.obj 2025-03-04T19:54:29.6691819Z [1949/7043] Building CXX object c10\CMakeFiles\c10.dir\core\impl\LocalDispatchKeySet.cpp.obj 2025-03-04T19:54:29.7068641Z [1950/7043] Building CXX object c10\CMakeFiles\c10.dir\core\impl\GPUTrace.cpp.obj 2025-03-04T19:54:29.7231079Z [1951/7043] Building CXX object c10\CMakeFiles\c10.dir\core\impl\SizesAndStrides.cpp.obj 2025-03-04T19:54:29.7284451Z [1952/7043] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyObjectSlot.cpp.obj 2025-03-04T19:54:29.7712357Z 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-04T19:54:29.7713828Z [1953/7043] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PythonDispatcherTLS.cpp.obj 2025-03-04T19:54:29.7790106Z [1954/7043] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyInterpreter.cpp.obj 2025-03-04T19:54:29.8319156Z [1955/7043] Building CXX object c10\CMakeFiles\c10.dir\core\impl\TorchDispatchModeTLS.cpp.obj 2025-03-04T19:54:29.8650027Z [1956/7043] Building CXX object c10\CMakeFiles\c10.dir\core\impl\alloc_cpu.cpp.obj 2025-03-04T19:54:30.0120951Z [1957/7043] Building CXX object c10\CMakeFiles\c10.dir\util\Bfloat16.cpp.obj 2025-03-04T19:54:30.0197982Z [1958/7043] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUProfilingAllocator.cpp.obj 2025-03-04T19:54:30.0212179Z [1959/7043] Building CXX object c10\CMakeFiles\c10.dir\core\thread_pool.cpp.obj 2025-03-04T19:54:30.0455194Z [1960/7043] Building CXX object c10\CMakeFiles\c10.dir\util\C++17.cpp.obj 2025-03-04T19:54:30.0508813Z [1961/7043] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUCachingAllocator.cpp.obj 2025-03-04T19:54:30.0872573Z [1962/7043] Building CXX object c10\CMakeFiles\c10.dir\util\ApproximateClock.cpp.obj 2025-03-04T19:54:30.0887300Z [1963/7043] Building CXX object c10\CMakeFiles\c10.dir\util\DeadlockDetection.cpp.obj 2025-03-04T19:54:30.2265455Z [1964/7043] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fnuz.cpp.obj 2025-03-04T19:54:30.2338632Z [1965/7043] Building CXX object c10\CMakeFiles\c10.dir\util\DynamicCounter.cpp.obj 2025-03-04T19:54:30.2593409Z [1966/7043] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fn.cpp.obj 2025-03-04T19:54:30.2663531Z [1967/7043] Building CXX object c10\CMakeFiles\c10.dir\util\Backtrace.cpp.obj 2025-03-04T19:54:30.3060283Z [1968/7043] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e8m0fnu.cpp.obj 2025-03-04T19:54:30.3337238Z [1969/7043] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2.cpp.obj 2025-03-04T19:54:30.3399256Z [1970/7043] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2fnuz.cpp.obj 2025-03-04T19:54:30.3598112Z [1971/7043] Building CXX object c10\CMakeFiles\c10.dir\util\Exception.cpp.obj 2025-03-04T19:54:30.4394567Z [1972/7043] Building CXX object c10\CMakeFiles\c10.dir\util\LeftRight.cpp.obj 2025-03-04T19:54:30.4480307Z [1973/7043] Building CXX object c10\CMakeFiles\c10.dir\util\Half.cpp.obj 2025-03-04T19:54:30.4627528Z [1974/7043] Building CXX object c10\CMakeFiles\c10.dir\util\Gauge.cpp.obj 2025-03-04T19:54:30.5112165Z [1975/7043] Building CXX object c10\CMakeFiles\c10.dir\util\ParallelGuard.cpp.obj 2025-03-04T19:54:30.5560575Z [1976/7043] Building CXX object c10\CMakeFiles\c10.dir\util\Metaprogramming.cpp.obj 2025-03-04T19:54:30.5851007Z [1977/7043] Building CXX object c10\CMakeFiles\c10.dir\util\MathConstants.cpp.obj 2025-03-04T19:54:30.5907855Z [1978/7043] Building CXX object c10\CMakeFiles\c10.dir\util\Logging.cpp.obj 2025-03-04T19:54:30.6073934Z [1979/7043] Building CXX object c10\CMakeFiles\c10.dir\util\NetworkFlow.cpp.obj 2025-03-04T19:54:30.6225271Z [1980/7043] Building CXX object c10\CMakeFiles\c10.dir\util\Optional.cpp.obj 2025-03-04T19:54:30.7238652Z [1981/7043] Building CXX object c10\CMakeFiles\c10.dir\util\SmallVector.cpp.obj 2025-03-04T19:54:30.7577360Z [1982/7043] Building CXX object c10\CMakeFiles\c10.dir\util\ThreadLocalDebugInfo.cpp.obj 2025-03-04T19:54:30.7670570Z [1983/7043] Building CXX object c10\CMakeFiles\c10.dir\util\Type_demangle.cpp.obj 2025-03-04T19:54:30.7886821Z [1984/7043] Building CXX object c10\CMakeFiles\c10.dir\util\TypeList.cpp.obj 2025-03-04T19:54:30.7957535Z [1985/7043] Building CXX object c10\CMakeFiles\c10.dir\util\Type_no_demangle.cpp.obj 2025-03-04T19:54:30.7972133Z [1986/7043] Building CXX object c10\CMakeFiles\c10.dir\util\TypeCast.cpp.obj 2025-03-04T19:54:30.8257892Z [1987/7043] Building CXX object c10\CMakeFiles\c10.dir\util\TypeTraits.cpp.obj 2025-03-04T19:54:30.8335039Z [1988/7043] Building CXX object c10\CMakeFiles\c10.dir\util\StringUtil.cpp.obj 2025-03-04T19:54:30.9327158Z [1989/7043] Building CXX object c10\CMakeFiles\c10.dir\util\UniqueVoidPtr.cpp.obj 2025-03-04T19:54:30.9339898Z [1990/7043] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_gflags.cpp.obj 2025-03-04T19:54:30.9572440Z [1991/7043] Building CXX object c10\CMakeFiles\c10.dir\util\error.cpp.obj 2025-03-04T19:54:30.9948497Z [1992/7043] Building CXX object c10\CMakeFiles\c10.dir\util\WaitCounter.cpp.obj 2025-03-04T19:54:31.0341243Z [1993/7043] Building CXX object c10\CMakeFiles\c10.dir\util\complex_math.cpp.obj 2025-03-04T19:54:31.0950153Z [1994/7043] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_no_gflags.cpp.obj 2025-03-04T19:54:31.1039066Z [1995/7043] Building CXX object c10\CMakeFiles\c10.dir\util\Unicode.cpp.obj 2025-03-04T19:54:31.1416242Z [1996/7043] Building CXX object c10\CMakeFiles\c10.dir\util\env.cpp.obj 2025-03-04T19:54:31.1708199Z [1997/7043] Building CXX object c10\CMakeFiles\c10.dir\util\intrusive_ptr.cpp.obj 2025-03-04T19:54:31.2583551Z [1998/7043] Building CXX object c10\CMakeFiles\c10.dir\util\int128.cpp.obj 2025-03-04T19:54:31.2675283Z [1999/7043] Building CXX object c10\CMakeFiles\c10.dir\util\signal_handler.cpp.obj 2025-03-04T19:54:31.2730575Z [2000/7043] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimdsp.c.obj 2025-03-04T19:54:31.2903357Z [2001/7043] Building CXX object c10\CMakeFiles\c10.dir\util\numa.cpp.obj 2025-03-04T19:54:31.3359946Z [2002/7043] Building CXX object c10\CMakeFiles\c10.dir\util\thread_name.cpp.obj 2025-03-04T19:54:31.3680100Z [2003/7043] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimddp.c.obj 2025-03-04T19:54:31.3737795Z [2004/7043] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimdsp.c.obj 2025-03-04T19:54:31.3798227Z [2005/7043] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimddp.c.obj 2025-03-04T19:54:31.3964326Z [2006/7043] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimdsp.c.obj 2025-03-04T19:54:31.4585698Z [2007/7043] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimdsp.c.obj 2025-03-04T19:54:31.4699074Z [2008/7043] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimddp.c.obj 2025-03-04T19:54:31.4713328Z [2009/7043] Building CXX object c10\CMakeFiles\c10.dir\util\typeid.cpp.obj 2025-03-04T19:54:31.4839657Z [2010/7043] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimddp.c.obj 2025-03-04T19:54:31.5113612Z [2011/7043] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimdsp.c.obj 2025-03-04T19:54:31.5193652Z [2012/7043] Building CXX object c10\CMakeFiles\c10.dir\util\tempfile.cpp.obj 2025-03-04T19:54:31.5374993Z [2013/7043] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimddp.c.obj 2025-03-04T19:54:31.5594050Z [2014/7043] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimdsp.c.obj 2025-03-04T19:54:31.5650523Z [2015/7043] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimddp.c.obj 2025-03-04T19:54:31.5735403Z [2016/7043] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimdsp.c.obj 2025-03-04T19:54:31.5947646Z [2017/7043] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimddp.c.obj 2025-03-04T19:54:31.6093781Z [2018/7043] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimdsp.c.obj 2025-03-04T19:54:31.6225986Z [2019/7043] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimddp.c.obj 2025-03-04T19:54:31.6608312Z [2020/7043] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimdsp.c.obj 2025-03-04T19:54:31.6657312Z [2021/7043] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimddp.c.obj 2025-03-04T19:54:31.7049971Z [2022/7043] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimddp.c.obj 2025-03-04T19:54:31.7119014Z [2023/7043] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimdsp.c.obj 2025-03-04T19:54:31.7241697Z [2024/7043] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimdsp.c.obj 2025-03-04T19:54:31.7405260Z [2025/7043] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimdsp.c.obj 2025-03-04T19:54:31.7681406Z [2026/7043] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimddp.c.obj 2025-03-04T19:54:31.7894152Z [2027/7043] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimddp.c.obj 2025-03-04T19:54:31.8013935Z [2028/7043] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimdsp.c.obj 2025-03-04T19:54:31.8239748Z [2029/7043] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimdsp.c.obj 2025-03-04T19:54:31.8400144Z [2030/7043] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimddp.c.obj 2025-03-04T19:54:31.8848235Z [2031/7043] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimdsp.c.obj 2025-03-04T19:54:31.8905914Z [2032/7043] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimddp.c.obj 2025-03-04T19:54:31.8916544Z [2033/7043] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimddp.c.obj 2025-03-04T19:54:31.9194505Z [2034/7043] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimdsp.c.obj 2025-03-04T19:54:31.9504027Z [2035/7043] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimddp.c.obj 2025-03-04T19:54:31.9586064Z [2036/7043] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimddp.c.obj 2025-03-04T19:54:31.9670661Z [2037/7043] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimdsp.c.obj 2025-03-04T19:54:31.9684034Z [2038/7043] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimdsp.c.obj 2025-03-04T19:54:31.9882300Z [2039/7043] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimdsp.c.obj 2025-03-04T19:54:32.0295888Z [2040/7043] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimddp.c.obj 2025-03-04T19:54:32.0341541Z [2041/7043] Building C object sleef\src\libm\CMakeFiles\sleef.dir\rempitab.c.obj 2025-03-04T19:54:32.0394224Z [2042/7043] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimddp.c.obj 2025-03-04T19:54:32.0522795Z [2043/7043] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimddp.c.obj 2025-03-04T19:54:32.0615756Z [2044/7043] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimdsp.c.obj 2025-03-04T19:54:32.0835357Z [2045/7043] Building C object sleef\src\libm\CMakeFiles\dispsse_obj.dir\dispsse.c.obj 2025-03-04T19:54:32.0904174Z [2046/7043] Building C object sleef\src\libm\CMakeFiles\dispscalar_obj.dir\dispscalar.c.obj 2025-03-04T19:54:32.1101720Z [2047/7043] Linking C static library lib\libittnotify.lib 2025-03-04T19:54:32.1152500Z [2048/7043] Linking CXX static library lib\XNNPACK.lib 2025-03-04T19:54:32.1250779Z [2049/7043] Building C object sleef\src\libm\CMakeFiles\dispavx_obj.dir\dispavx.c.obj 2025-03-04T19:54:32.1466669Z [2050/7043] Building C object sleef\src\common\CMakeFiles\common.dir\common.c.obj 2025-03-04T19:54:32.2375073Z [2051/7043] Linking CXX static library lib\kineto.lib 2025-03-04T19:54:32.2504303Z [2052/7043] Linking C static library sleef\lib\sleef.lib 2025-03-04T19:54:32.5155061Z [2053/7043] Linking CXX static library lib\onnx.lib 2025-03-04T19:54:32.5411114Z [2054/7043] Linking CXX static library lib\gloo.lib 2025-03-04T19:54:32.6056055Z [2055/7043] Linking CXX shared library bin\fbgemm.dll 2025-03-04T19:54:32.6266999Z [2056/7043] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2025-03-04T19:54:32.7510840Z [2057/7043] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest.dir\src\gtest-all.cc.obj 2025-03-04T19:54:32.7571715Z [2058/7043] Linking CXX shared library bin\c10.dll 2025-03-04T19:54:32.8100637Z [2059/7043] Linking CXX static library lib\gtest.lib 2025-03-04T19:54:33.0560284Z [2060/7043] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest_main.dir\src\gtest_main.cc.obj 2025-03-04T19:54:33.1160726Z [2061/7043] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\src\gmock-all.cc.obj 2025-03-04T19:54:33.1513912Z [2062/7043] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\__\googletest\src\gtest-all.cc.obj 2025-03-04T19:54:33.2027622Z [2063/7043] Regenerating version file... 2025-03-04T19:54:33.3351241Z [2064/7043] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_name.cc.obj 2025-03-04T19:54:33.3550428Z [2065/7043] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_api_internal.cc.obj 2025-03-04T19:54:33.4347150Z [2066/7043] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark.cc.obj 2025-03-04T19:54:33.5637407Z [2067/7043] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_register.cc.obj 2025-03-04T19:54:33.6714915Z [2068/7043] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\commandlineflags.cc.obj 2025-03-04T19:54:33.6925832Z [2069/7043] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_runner.cc.obj 2025-03-04T19:54:33.8690985Z [2070/7043] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\complexity.cc.obj 2025-03-04T19:54:33.8944586Z [2071/7043] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\colorprint.cc.obj 2025-03-04T19:54:33.9302081Z [2072/7043] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\console_reporter.cc.obj 2025-03-04T19:54:33.9376835Z [2073/7043] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\counter.cc.obj 2025-03-04T19:54:34.1002420Z [2074/7043] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\csv_reporter.cc.obj 2025-03-04T19:54:34.1453077Z [2075/7043] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\reporter.cc.obj 2025-03-04T19:54:34.2008623Z [2076/7043] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\json_reporter.cc.obj 2025-03-04T19:54:34.2519916Z [2077/7043] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\perf_counters.cc.obj 2025-03-04T19:54:34.2642137Z [2078/7043] Generating sources 2025-03-04T19:54:34.3813853Z [2079/7043] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\statistics.cc.obj 2025-03-04T19:54:34.4129736Z [2080/7043] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\string_util.cc.obj 2025-03-04T19:54:34.6157795Z [2081/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\any_lite.cc.obj 2025-03-04T19:54:34.6355952Z [2082/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\arena.cc.obj 2025-03-04T19:54:34.8497529Z [2083/7043] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sleep.cc.obj 2025-03-04T19:54:34.8967678Z [2084/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2025-03-04T19:54:34.9439895Z [2085/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\extension_set.cc.obj 2025-03-04T19:54:35.1507535Z [2086/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2025-03-04T19:54:35.1715756Z [2087/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2025-03-04T19:54:35.1815306Z [2088/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_util.cc.obj 2025-03-04T19:54:35.3689088Z [2089/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2025-03-04T19:54:35.3756880Z [2090/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\strtod.cc.obj 2025-03-04T19:54:35.4644296Z [2091/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\io_win32.cc.obj 2025-03-04T19:54:36.6681982Z [2092/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2025-03-04T19:54:36.6696105Z [2093/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2025-03-04T19:54:36.6709109Z [2094/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2025-03-04T19:54:36.9032782Z [2095/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\parse_context.cc.obj 2025-03-04T19:54:36.9271896Z [2096/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\message_lite.cc.obj 2025-03-04T19:54:36.9463630Z [2097/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\repeated_field.cc.obj 2025-03-04T19:54:37.0958100Z [2098/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2025-03-04T19:54:37.1523689Z [2099/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\int128.cc.obj 2025-03-04T19:54:37.1992498Z [2100/7043] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\timers.cc.obj 2025-03-04T19:54:37.2285685Z [2101/7043] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sysinfo.cc.obj 2025-03-04T19:54:37.7685118Z [2102/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2025-03-04T19:54:37.7701129Z [2103/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\common.cc.obj 2025-03-04T19:54:37.7713721Z [2104/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2025-03-04T19:54:37.7766970Z [2105/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2025-03-04T19:54:37.7786684Z [2106/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\status.cc.obj 2025-03-04T19:54:37.9708190Z [2107/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2025-03-04T19:54:37.9746132Z [2108/7043] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\version.rc.res 2025-03-04T19:54:38.0049142Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-03-04T19:54:38.0049603Z 2025-03-04T19:54:38.0049610Z 2025-03-04T19:54:38.0049838Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-03-04T19:54:38.0050257Z 2025-03-04T19:54:38.0050264Z 2025-03-04T19:54:38.0050273Z 2025-03-04T19:54:38.0050279Z 2025-03-04T19:54:38.0050992Z [2109/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\time.cc.obj 2025-03-04T19:54:38.0122562Z [2110/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2025-03-04T19:54:38.0133301Z [2111/7043] Linking CXX static library lib\dnnl.lib 2025-03-04T19:54:38.0203909Z [2112/7043] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2025-03-04T19:54:38.0864460Z [2113/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\info.c.obj 2025-03-04T19:54:38.1138781Z [2114/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\init.c.obj 2025-03-04T19:54:38.1497719Z [2115/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\vendor.c.obj 2025-03-04T19:54:38.1703907Z [2116/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\uarch.c.obj 2025-03-04T19:54:38.2292624Z [2117/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\name.c.obj 2025-03-04T19:54:38.2617587Z [2118/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\topology.c.obj 2025-03-04T19:54:38.2845081Z [2119/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\api.c.obj 2025-03-04T19:54:38.2942045Z [2120/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\cache.c.obj 2025-03-04T19:54:38.3127368Z [2121/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\isa.c.obj 2025-03-04T19:54:38.3338481Z [2122/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\init.c.obj 2025-03-04T19:54:38.3390951Z [2123/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\log.c.obj 2025-03-04T19:54:38.3783361Z [2124/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\deterministic.c.obj 2025-03-04T19:54:38.3868505Z [2125/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\init.c.obj 2025-03-04T19:54:38.3940182Z [2126/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\descriptor.c.obj 2025-03-04T19:54:38.4283198Z [2127/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u2.c.obj 2025-03-04T19:54:38.4431039Z [2128/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u3.c.obj 2025-03-04T19:54:38.4908290Z [2129/7043] 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-04T19:54:38.4971922Z [2130/7043] 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-04T19:54:38.5202199Z [2131/7043] 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-04T19:54:38.5390219Z [2132/7043] 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-04T19:54:38.5514251Z [2133/7043] 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-04T19:54:38.5946648Z [2134/7043] 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-04T19:54:38.6204951Z [2135/7043] 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-04T19:54:38.6300801Z [2136/7043] 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-04T19:54:38.6386269Z [2137/7043] 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-04T19:54:38.6434933Z [2138/7043] 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-04T19:54:38.6577223Z [2139/7043] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\windows\init.c.obj 2025-03-04T19:54:38.6919272Z [2140/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u1.c.obj 2025-03-04T19:54:38.7278708Z [2141/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc2.c.obj 2025-03-04T19:54:38.7324325Z [2142/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u3-acc3.c.obj 2025-03-04T19:54:38.7413661Z [2143/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc4.c.obj 2025-03-04T19:54:38.7814127Z [2144/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u3-acc3.c.obj 2025-03-04T19:54:38.7825969Z [2145/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u1.c.obj 2025-03-04T19:54:38.7878211Z [2146/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u2-acc2.c.obj 2025-03-04T19:54:38.8285199Z [2147/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc2.c.obj 2025-03-04T19:54:38.8358189Z [2148/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc4.c.obj 2025-03-04T19:54:38.8399799Z [2149/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u1.c.obj 2025-03-04T19:54:38.8862199Z [2150/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u3-acc3.c.obj 2025-03-04T19:54:38.8911775Z [2151/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc4.c.obj 2025-03-04T19:54:38.9139497Z [2152/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc2.c.obj 2025-03-04T19:54:38.9401489Z [2153/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.obj 2025-03-04T19:54:38.9515392Z [2154/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.obj 2025-03-04T19:54:38.9983333Z [2155/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.obj 2025-03-04T19:54:39.0032697Z [2156/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.obj 2025-03-04T19:54:39.0045371Z [2157/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.obj 2025-03-04T19:54:39.0623572Z [2158/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar.c.obj 2025-03-04T19:54:39.0963737Z [2159/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.obj 2025-03-04T19:54:39.1017933Z [2160/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar.c.obj 2025-03-04T19:54:39.1081724Z [2161/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar.c.obj 2025-03-04T19:54:39.1165488Z [2162/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.obj 2025-03-04T19:54:39.1517068Z [2163/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.obj 2025-03-04T19:54:39.1876254Z [2164/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar.c.obj 2025-03-04T19:54:39.2087561Z [2165/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar-acc2.c.obj 2025-03-04T19:54:39.2136120Z [2166/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar.c.obj 2025-03-04T19:54:39.2241866Z [2167/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar-acc2.c.obj 2025-03-04T19:54:39.2355633Z [2168/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar.c.obj 2025-03-04T19:54:39.2648873Z [2169/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar.c.obj 2025-03-04T19:54:39.3064177Z [2170/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar.c.obj 2025-03-04T19:54:39.3335504Z [2171/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar.c.obj 2025-03-04T19:54:39.3468128Z [2172/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar.c.obj 2025-03-04T19:54:39.3483863Z [2173/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar-acc2.c.obj 2025-03-04T19:54:39.3537934Z [2174/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar-acc2.c.obj 2025-03-04T19:54:39.4191542Z [2175/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar.c.obj 2025-03-04T19:54:39.4205807Z [2176/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.obj 2025-03-04T19:54:39.4676378Z [2177/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.obj 2025-03-04T19:54:39.4734045Z [2178/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.obj 2025-03-04T19:54:39.4791880Z [2179/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar.c.obj 2025-03-04T19:54:39.4804074Z [2180/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.obj 2025-03-04T19:54:39.5346833Z [2181/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.obj 2025-03-04T19:54:39.5406976Z [2182/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.obj 2025-03-04T19:54:39.5944662Z [2183/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar.c.obj 2025-03-04T19:54:39.5966575Z [2184/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.obj 2025-03-04T19:54:39.6020465Z [2185/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.obj 2025-03-04T19:54:39.6123305Z [2186/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.obj 2025-03-04T19:54:39.6543711Z [2187/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar.c.obj 2025-03-04T19:54:39.6775930Z [2188/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar.c.obj 2025-03-04T19:54:39.7143021Z [2189/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar.c.obj 2025-03-04T19:54:39.7241416Z [2190/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar.c.obj 2025-03-04T19:54:39.7343925Z [2191/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar-acc2.c.obj 2025-03-04T19:54:39.7592142Z [2192/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar-acc2.c.obj 2025-03-04T19:54:39.8050731Z [2193/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar.c.obj 2025-03-04T19:54:39.8103716Z [2194/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar.c.obj 2025-03-04T19:54:39.8402173Z [2195/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar.c.obj 2025-03-04T19:54:39.8459149Z [2196/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar-acc2.c.obj 2025-03-04T19:54:39.8688945Z [2197/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar-acc2.c.obj 2025-03-04T19:54:39.8871371Z [2198/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar.c.obj 2025-03-04T19:54:39.9202411Z [2199/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar.c.obj 2025-03-04T19:54:39.9469330Z [2200/7043] 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-04T19:54:39.9553236Z [2201/7043] 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-04T19:54:39.9711393Z [2202/7043] 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-04T19:54:39.9968878Z [2203/7043] 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-04T19:54:40.0021829Z [2204/7043] 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-04T19:54:40.0279931Z [2205/7043] 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-04T19:54:40.0692993Z [2206/7043] 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-04T19:54:40.0871470Z [2207/7043] 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-04T19:54:40.1021634Z [2208/7043] 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-04T19:54:40.1147352Z [2209/7043] 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-04T19:54:40.1300493Z [2210/7043] 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-04T19:54:40.1426965Z [2211/7043] 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-04T19:54:40.1964710Z [2212/7043] 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-04T19:54:40.2085812Z [2213/7043] 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-04T19:54:40.2269663Z [2214/7043] 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-04T19:54:40.2439453Z [2215/7043] 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-04T19:54:40.2553226Z [2216/7043] 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-04T19:54:40.2613031Z [2217/7043] 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-04T19:54:40.3061760Z [2218/7043] 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-04T19:54:40.3406660Z [2219/7043] 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-04T19:54:40.3484325Z [2220/7043] 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-04T19:54:40.3555729Z [2221/7043] 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-04T19:54:40.3774486Z [2222/7043] 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-04T19:54:40.3787740Z [2223/7043] 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-04T19:54:40.4195031Z [2224/7043] 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-04T19:54:40.4751506Z [2225/7043] 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-04T19:54:40.4811188Z [2226/7043] 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-04T19:54:40.4911832Z [2227/7043] 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-04T19:54:40.5078154Z [2228/7043] 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-04T19:54:40.5311610Z [2229/7043] 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-04T19:54:40.5560753Z [2230/7043] 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-04T19:54:40.5726196Z [2231/7043] 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-04T19:54:40.5857802Z [2232/7043] 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-04T19:54:40.5943080Z [2233/7043] 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-04T19:54:40.6232452Z [2234/7043] 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-04T19:54:40.6490677Z [2235/7043] 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-04T19:54:40.6968045Z [2236/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-relu-scalar.c.obj 2025-03-04T19:54:40.7136222Z [2237/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-2x4-minmax-scalar.c.obj 2025-03-04T19:54:40.7186047Z [2238/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p1.c.obj 2025-03-04T19:54:40.7278033Z [2239/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x4-minmax-scalar.c.obj 2025-03-04T19:54:40.7374908Z [2240/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p2.c.obj 2025-03-04T19:54:40.7451227Z [2241/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x4-minmax-scalar.c.obj 2025-03-04T19:54:40.7908599Z [2242/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c1.c.obj 2025-03-04T19:54:40.8047499Z [2243/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c4.c.obj 2025-03-04T19:54:40.8306263Z [2244/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-relu-scalar.c.obj 2025-03-04T19:54:40.8362524Z [2245/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-2x4-minmax-scalar.c.obj 2025-03-04T19:54:40.8576512Z [2246/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-3x3-minmax-scalar.c.obj 2025-03-04T19:54:40.8797376Z [2247/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x4-minmax-scalar.c.obj 2025-03-04T19:54:40.9166387Z [2248/7043] 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-04T19:54:40.9180035Z [2249/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x2-minmax-scalar.c.obj 2025-03-04T19:54:40.9634405Z [2250/7043] 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-04T19:54:40.9687007Z [2251/7043] 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-04T19:54:40.9904918Z [2252/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-scalar.c.obj 2025-03-04T19:54:41.0073601Z [2253/7043] 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-04T19:54:41.0469634Z [2254/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-scalar.c.obj 2025-03-04T19:54:41.0541977Z [2255/7043] 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-04T19:54:41.0941712Z [2256/7043] 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-04T19:54:41.1107873Z [2257/7043] 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-04T19:54:41.1444144Z [2258/7043] 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-04T19:54:41.1502966Z [2259/7043] 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-04T19:54:41.1518162Z [2260/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-scalar.c.obj 2025-03-04T19:54:41.1786121Z [2261/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-scalar.c.obj 2025-03-04T19:54:41.2013838Z [2262/7043] 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-04T19:54:41.2071621Z [2263/7043] 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-04T19:54:41.2503162Z [2264/7043] 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-04T19:54:41.2515910Z [2265/7043] 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-04T19:54:41.2772374Z [2266/7043] 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-04T19:54:41.3009331Z [2267/7043] 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-04T19:54:41.3203785Z [2268/7043] 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-04T19:54:41.3408592Z [2269/7043] 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-04T19:54:41.3458756Z [2270/7043] 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-04T19:54:41.3561813Z [2271/7043] 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-04T19:54:41.3840657Z [2272/7043] 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-04T19:54:41.4022188Z [2273/7043] 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-04T19:54:41.4152778Z [2274/7043] 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-04T19:54:41.4538814Z [2275/7043] 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-04T19:54:41.4715407Z [2276/7043] 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-04T19:54:41.4732737Z [2277/7043] 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-04T19:54:41.4837424Z [2278/7043] 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-04T19:54:41.5017642Z [2279/7043] 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-04T19:54:41.5222062Z [2280/7043] 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-04T19:54:41.5860276Z [2281/7043] 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-04T19:54:41.5907211Z [2282/7043] 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-04T19:54:41.5919654Z [2283/7043] 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-04T19:54:41.6127675Z [2284/7043] 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-04T19:54:41.6208182Z [2285/7043] 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-04T19:54:41.6221035Z [2286/7043] 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-04T19:54:41.6907733Z [2287/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.obj 2025-03-04T19:54:41.6987822Z [2288/7043] 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-04T19:54:41.7129047Z [2289/7043] 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-04T19:54:41.7177748Z [2290/7043] 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-04T19:54:41.7227052Z [2291/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u1.c.obj 2025-03-04T19:54:41.7537517Z [2292/7043] 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-04T19:54:41.7935255Z [2293/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u2-acc2.c.obj 2025-03-04T19:54:41.7986603Z [2294/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u3-acc3.c.obj 2025-03-04T19:54:41.8117252Z [2295/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc2.c.obj 2025-03-04T19:54:41.8289920Z [2296/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u1.c.obj 2025-03-04T19:54:41.8407417Z [2297/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u2-acc2.c.obj 2025-03-04T19:54:41.8465505Z [2298/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u3-acc3.c.obj 2025-03-04T19:54:41.8961795Z [2299/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc4.c.obj 2025-03-04T19:54:41.9174363Z [2300/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u1.c.obj 2025-03-04T19:54:41.9295276Z [2301/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc2.c.obj 2025-03-04T19:54:41.9361140Z [2302/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc2.c.obj 2025-03-04T19:54:41.9672562Z [2303/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u3-acc3.c.obj 2025-03-04T19:54:41.9929465Z [2304/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u2-acc2.c.obj 2025-03-04T19:54:42.0099780Z [2305/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u1.c.obj 2025-03-04T19:54:42.0173309Z [2306/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u2-acc2.c.obj 2025-03-04T19:54:42.0239347Z [2307/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u3-acc3.c.obj 2025-03-04T19:54:42.0368529Z [2308/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc2.c.obj 2025-03-04T19:54:42.0770965Z [2309/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar-pipelined.c.obj 2025-03-04T19:54:42.0956587Z [2310/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar.c.obj 2025-03-04T19:54:42.1241210Z [2311/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar-pipelined.c.obj 2025-03-04T19:54:42.1302242Z [2312/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar-pipelined.c.obj 2025-03-04T19:54:42.1512780Z [2313/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar.c.obj 2025-03-04T19:54:42.1712876Z [2314/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar.c.obj 2025-03-04T19:54:42.1849063Z [2315/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar-pipelined.c.obj 2025-03-04T19:54:42.2000567Z [2316/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u1.c.obj 2025-03-04T19:54:42.2707003Z [2317/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u4.c.obj 2025-03-04T19:54:42.2874973Z [2318/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u2.c.obj 2025-03-04T19:54:42.2930680Z [2319/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u2.c.obj 2025-03-04T19:54:42.3539960Z [2320/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u1.c.obj 2025-03-04T19:54:42.3719175Z [2321/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u1.c.obj 2025-03-04T19:54:42.4030144Z [2322/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u4.c.obj 2025-03-04T19:54:42.4043814Z [2323/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u4.c.obj 2025-03-04T19:54:42.4236677Z [2324/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u8.c.obj 2025-03-04T19:54:42.4409780Z [2325/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u1.c.obj 2025-03-04T19:54:42.4869220Z [2326/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u4.c.obj 2025-03-04T19:54:42.4930566Z [2327/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u8.c.obj 2025-03-04T19:54:42.5096984Z [2328/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u2.c.obj 2025-03-04T19:54:42.5299173Z [2329/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u4.c.obj 2025-03-04T19:54:42.5468967Z [2330/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u1.c.obj 2025-03-04T19:54:42.5552743Z [2331/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u1.c.obj 2025-03-04T19:54:42.5795645Z [2332/7043] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2025-03-04T19:54:42.6044610Z [2333/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u2.c.obj 2025-03-04T19:54:42.6108903Z [2334/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u4.c.obj 2025-03-04T19:54:42.6226016Z [2335/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u1.c.obj 2025-03-04T19:54:42.6429491Z [2336/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u2.c.obj 2025-03-04T19:54:42.6757980Z [2337/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u1.c.obj 2025-03-04T19:54:42.7030348Z [2338/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u2.c.obj 2025-03-04T19:54:42.7081553Z [2339/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u4.c.obj 2025-03-04T19:54:42.7249584Z [2340/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u4.c.obj 2025-03-04T19:54:42.7306965Z [2341/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u1.c.obj 2025-03-04T19:54:42.7597059Z [2342/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u4.c.obj 2025-03-04T19:54:42.7801973Z [2343/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u1.c.obj 2025-03-04T19:54:42.7974324Z [2344/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u2.c.obj 2025-03-04T19:54:42.8246023Z [2345/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u4.c.obj 2025-03-04T19:54:42.8303380Z [2346/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u2.c.obj 2025-03-04T19:54:42.8419466Z [2347/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u1.c.obj 2025-03-04T19:54:42.8492633Z [2348/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u2.c.obj 2025-03-04T19:54:42.8791469Z [2349/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u4.c.obj 2025-03-04T19:54:42.8944537Z [2350/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u1.c.obj 2025-03-04T19:54:42.9013380Z [2351/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u2.c.obj 2025-03-04T19:54:42.9339526Z [2352/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u4.c.obj 2025-03-04T19:54:42.9433344Z [2353/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u1.c.obj 2025-03-04T19:54:42.9598877Z [2354/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u8.c.obj 2025-03-04T19:54:42.9667904Z [2355/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u4.c.obj 2025-03-04T19:54:42.9901492Z [2356/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u1.c.obj 2025-03-04T19:54:43.0015900Z [2357/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u2.c.obj 2025-03-04T19:54:43.0100049Z [2358/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u4.c.obj 2025-03-04T19:54:43.0556440Z [2359/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u1.c.obj 2025-03-04T19:54:43.0570442Z [2360/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u2.c.obj 2025-03-04T19:54:43.0715119Z [2361/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u4.c.obj 2025-03-04T19:54:43.0791805Z [2362/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u1.c.obj 2025-03-04T19:54:43.1027207Z [2363/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u2.c.obj 2025-03-04T19:54:43.1118338Z [2364/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u4.c.obj 2025-03-04T19:54:43.1220891Z [2365/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u1.c.obj 2025-03-04T19:54:43.1636839Z [2366/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u2.c.obj 2025-03-04T19:54:43.1756484Z [2367/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u4.c.obj 2025-03-04T19:54:43.1830563Z [2368/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u1.c.obj 2025-03-04T19:54:43.2030607Z [2369/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u2.c.obj 2025-03-04T19:54:43.2241836Z [2370/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u4.c.obj 2025-03-04T19:54:43.2320054Z [2371/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u1.c.obj 2025-03-04T19:54:43.2710165Z [2372/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u4.c.obj 2025-03-04T19:54:43.2886208Z [2373/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u1.c.obj 2025-03-04T19:54:43.2947427Z [2374/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u2.c.obj 2025-03-04T19:54:43.3353946Z [2375/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u2.c.obj 2025-03-04T19:54:43.3551563Z [2376/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u1.c.obj 2025-03-04T19:54:43.3737726Z [2377/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u8.c.obj 2025-03-04T19:54:43.3825330Z [2378/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u2.c.obj 2025-03-04T19:54:43.4156455Z [2379/7043] 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-04T19:54:43.4438465Z [2380/7043] 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-04T19:54:43.4562613Z [2381/7043] 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-04T19:54:43.4619138Z [2382/7043] 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-04T19:54:43.4841761Z [2383/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u2.c.obj 2025-03-04T19:54:43.4858494Z [2384/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u1.c.obj 2025-03-04T19:54:43.5059052Z [2385/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u3.c.obj 2025-03-04T19:54:43.5187595Z [2386/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u4.c.obj 2025-03-04T19:54:43.5835100Z [2387/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-scalar.c.obj 2025-03-04T19:54:43.5964484Z [2388/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u5.c.obj 2025-03-04T19:54:43.6015417Z [2389/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u6.c.obj 2025-03-04T19:54:43.6124210Z [2390/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u1.c.obj 2025-03-04T19:54:43.6179975Z [2391/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u2.c.obj 2025-03-04T19:54:43.6328888Z [2392/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-scalar-log.c.obj 2025-03-04T19:54:43.6386890Z [2393/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u1.c.obj 2025-03-04T19:54:43.6996332Z [2394/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c2-minmax-scalar-2x.c.obj 2025-03-04T19:54:43.7150878Z [2395/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-scalar-2x.c.obj 2025-03-04T19:54:43.7237134Z [2396/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u2.c.obj 2025-03-04T19:54:43.7318806Z [2397/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u1.c.obj 2025-03-04T19:54:43.7807035Z [2398/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u2.c.obj 2025-03-04T19:54:43.7990636Z [2399/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u2.c.obj 2025-03-04T19:54:43.8167087Z [2400/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u4.c.obj 2025-03-04T19:54:43.8484687Z [2401/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u2.c.obj 2025-03-04T19:54:43.8655357Z [2402/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u2.c.obj 2025-03-04T19:54:43.9443947Z [2403/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u2.c.obj 2025-03-04T19:54:43.9756459Z [2404/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u2.c.obj 2025-03-04T19:54:43.9905206Z [2405/7043] 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-04T19:54:44.1707151Z [2406/7043] 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-04T19:54:44.2271455Z [2407/7043] 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-04T19:54:44.2485345Z [2408/7043] 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-04T19:54:44.2942748Z [2409/7043] 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-04T19:54:44.2993096Z [2410/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u2.c.obj 2025-03-04T19:54:44.3162858Z [2411/7043] 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-04T19:54:44.3223891Z [2412/7043] 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-04T19:54:44.3319738Z [2413/7043] 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-04T19:54:44.3501705Z [2414/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u4.c.obj 2025-03-04T19:54:44.3621308Z [2415/7043] 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-04T19:54:44.4233874Z [2416/7043] 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-04T19:54:44.4387396Z [2417/7043] 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-04T19:54:44.4438730Z [2418/7043] 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-04T19:54:44.4639942Z [2419/7043] 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-04T19:54:44.4696482Z [2420/7043] 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-04T19:54:44.4864244Z [2421/7043] 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-04T19:54:44.5123614Z [2422/7043] 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-04T19:54:44.5607104Z [2423/7043] 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-04T19:54:44.6007233Z [2424/7043] 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-04T19:54:44.6051389Z [2425/7043] 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-04T19:54:44.6098129Z [2426/7043] 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-04T19:54:44.6146218Z [2427/7043] 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-04T19:54:44.6289412Z [2428/7043] 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-04T19:54:44.6563192Z [2429/7043] 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-04T19:54:44.6853917Z [2430/7043] 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-04T19:54:44.7346457Z [2431/7043] 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-04T19:54:44.7393740Z [2432/7043] 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-04T19:54:44.7444870Z [2433/7043] 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-04T19:54:44.7494544Z [2434/7043] 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-04T19:54:44.7815016Z [2435/7043] 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-04T19:54:44.8015433Z [2436/7043] 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-04T19:54:44.8182786Z [2437/7043] 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-04T19:54:44.8474061Z [2438/7043] 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-04T19:54:44.8585254Z [2439/7043] 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-04T19:54:44.8599839Z [2440/7043] 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-04T19:54:44.8661716Z [2441/7043] 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-04T19:54:44.9058552Z [2442/7043] 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-04T19:54:44.9288801Z [2443/7043] 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-04T19:54:44.9384672Z [2444/7043] 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-04T19:54:44.9585856Z [2445/7043] 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-04T19:54:44.9737796Z [2446/7043] 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-04T19:54:45.0035930Z [2447/7043] 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-04T19:54:45.0054001Z [2448/7043] 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-04T19:54:45.0197564Z [2449/7043] 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-04T19:54:45.0365050Z [2450/7043] 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-04T19:54:45.0530098Z [2451/7043] 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-04T19:54:45.0799680Z [2452/7043] 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-04T19:54:45.0924257Z [2453/7043] 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-04T19:54:45.1210671Z [2454/7043] 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-04T19:54:45.1423684Z [2455/7043] 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-04T19:54:45.1465765Z [2456/7043] 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-04T19:54:45.1514094Z [2457/7043] 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-04T19:54:45.1641488Z [2458/7043] 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-04T19:54:45.2056660Z [2459/7043] 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-04T19:54:45.2161135Z [2460/7043] 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-04T19:54:45.2690372Z [2461/7043] 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-04T19:54:45.2702090Z [2462/7043] 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-04T19:54:45.2714350Z [2463/7043] 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-04T19:54:45.2829226Z [2464/7043] 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-04T19:54:45.2844650Z [2465/7043] 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-04T19:54:45.3127713Z [2466/7043] 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-04T19:54:45.3229240Z [2467/7043] 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-04T19:54:45.3872048Z [2468/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2025-03-04T19:54:45.3923020Z [2469/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2025-03-04T19:54:45.3997928Z [2470/7043] 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-04T19:54:45.4013734Z [2471/7043] 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-04T19:54:45.4027115Z [2472/7043] 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-04T19:54:45.4260038Z [2473/7043] 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-04T19:54:45.4514914Z [2474/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2025-03-04T19:54:45.5079763Z [2475/7043] 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-04T19:54:45.5126930Z [2476/7043] 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-04T19:54:45.5266176Z [2477/7043] 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-04T19:54:45.5364944Z [2478/7043] 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-04T19:54:45.5473537Z [2479/7043] 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-04T19:54:45.5553085Z [2480/7043] 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-04T19:54:45.5611310Z [2481/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u2.c.obj 2025-03-04T19:54:45.6080726Z [2482/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u3.c.obj 2025-03-04T19:54:45.6095937Z [2483/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c4-gemm-gio-scalar.c.obj 2025-03-04T19:54:45.6238482Z [2484/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c4-gemm-goi-scalar.c.obj 2025-03-04T19:54:45.6393500Z [2485/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-gio-scalar.c.obj 2025-03-04T19:54:45.6514986Z [2486/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-scalar.c.obj 2025-03-04T19:54:45.6579638Z [2487/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c4-gemm-goi-scalar.c.obj 2025-03-04T19:54:45.6671349Z [2488/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c4-gemm-gio-scalar.c.obj 2025-03-04T19:54:45.7416757Z [2489/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x64c4-gemm-gio-scalar.c.obj 2025-03-04T19:54:45.7468996Z [2490/7043] 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-04T19:54:45.7479614Z [2491/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x32c4-gemm-goi-scalar.c.obj 2025-03-04T19:54:45.7524904Z [2492/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x32c4-gemm-gio-scalar.c.obj 2025-03-04T19:54:45.7575082Z [2493/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-gio-scalar.c.obj 2025-03-04T19:54:45.7799875Z [2494/7043] 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-04T19:54:45.8571539Z [2495/7043] 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-04T19:54:45.8628819Z [2496/7043] 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-04T19:54:45.8680401Z [2497/7043] 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-04T19:54:45.8697681Z [2498/7043] 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-04T19:54:45.8896677Z [2499/7043] 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-04T19:54:45.8911832Z [2500/7043] 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-04T19:54:45.9091693Z [2501/7043] 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-04T19:54:45.9830579Z [2502/7043] 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-04T19:54:45.9911357Z [2503/7043] 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-04T19:54:46.0013663Z [2504/7043] 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-04T19:54:46.0169116Z [2505/7043] 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-04T19:54:46.0242626Z [2506/7043] 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-04T19:54:46.0299121Z [2507/7043] 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-04T19:54:46.0369751Z [2508/7043] 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-04T19:54:46.0965559Z [2509/7043] 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-04T19:54:46.1020575Z [2510/7043] 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-04T19:54:46.1170972Z [2511/7043] 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-04T19:54:46.1387412Z [2512/7043] 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-04T19:54:46.1431772Z [2513/7043] 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-04T19:54:46.1488363Z [2514/7043] 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-04T19:54:46.2134085Z [2515/7043] 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-04T19:54:46.2190966Z [2516/7043] 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-04T19:54:46.2243983Z [2517/7043] 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-04T19:54:46.2383223Z [2518/7043] 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-04T19:54:46.2556006Z [2519/7043] 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-04T19:54:46.2568418Z [2520/7043] 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-04T19:54:46.2680687Z [2521/7043] 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-04T19:54:46.3430723Z [2522/7043] 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-04T19:54:46.3487045Z [2523/7043] 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-04T19:54:46.3671523Z [2524/7043] 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-04T19:54:46.3721306Z [2525/7043] 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-04T19:54:46.3779681Z [2526/7043] 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-04T19:54:46.3791750Z [2527/7043] 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-04T19:54:46.3858026Z [2528/7043] 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-04T19:54:46.4842414Z [2529/7043] 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-04T19:54:46.4902254Z [2530/7043] 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-04T19:54:46.4914870Z [2531/7043] 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-04T19:54:46.4970217Z [2532/7043] 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-04T19:54:46.5100193Z [2533/7043] 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-04T19:54:46.5211669Z [2534/7043] 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-04T19:54:46.5288531Z [2535/7043] 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-04T19:54:46.6245060Z [2536/7043] 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-04T19:54:46.6304018Z [2537/7043] 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-04T19:54:46.6498519Z [2538/7043] 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-04T19:54:46.6582962Z [2539/7043] 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-04T19:54:46.6627214Z [2540/7043] 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-04T19:54:46.6640764Z [2541/7043] 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-04T19:54:46.6729107Z [2542/7043] 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-04T19:54:46.6834288Z [2543/7043] 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-04T19:54:46.7641292Z [2544/7043] 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-04T19:54:46.7694099Z [2545/7043] 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-04T19:54:46.7965640Z [2546/7043] 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-04T19:54:46.8012166Z [2547/7043] 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-04T19:54:46.8063594Z [2548/7043] 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-04T19:54:46.8078205Z [2549/7043] 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-04T19:54:46.8184687Z [2550/7043] 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-04T19:54:47.0119426Z [2551/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\AccumulateType.cpp.obj 2025-03-04T19:54:47.1960280Z [2552/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Dispatch.cpp.obj 2025-03-04T19:54:47.3043420Z [2553/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DeviceAccelerator.cpp.obj 2025-03-04T19:54:47.3786967Z [2554/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Context.cpp.obj 2025-03-04T19:54:47.5861600Z [2555/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FuncTorchTLS.cpp.obj 2025-03-04T19:54:47.6273383Z [2556/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CPUGeneratorImpl.cpp.obj 2025-03-04T19:54:47.6586476Z [2557/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\EmptyTensor.cpp.obj 2025-03-04T19:54:47.7594101Z [2558/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ConjugateFallback.cpp.obj 2025-03-04T19:54:48.0970410Z [2559/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DynamicLibrary.cpp.obj 2025-03-04T19:54:48.1540229Z [2560/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ExpandUtils.cpp.obj 2025-03-04T19:54:48.5567961Z [2561/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalStorageImpl.cpp.obj 2025-03-04T19:54:48.6215502Z [2562/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalTensorWrapper.cpp.obj 2025-03-04T19:54:48.7709224Z [2563/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalizeFallbackKernel.cpp.obj 2025-03-04T19:54:48.9320428Z [2564/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapMode.cpp.obj 2025-03-04T19:54:49.0107665Z [2565/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedTensorImpl.cpp.obj 2025-03-04T19:54:49.5442770Z [2566/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MemoryOverlap.cpp.obj 2025-03-04T19:54:49.5460378Z [2567/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MapAllocator.cpp.obj 2025-03-04T19:54:49.9714179Z [2568/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CachedTensorUtils.cpp.obj 2025-03-04T19:54:50.0636773Z [2569/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DLConvertor.cpp.obj 2025-03-04T19:54:50.1420698Z [2570/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelNative.cpp.obj 2025-03-04T19:54:50.3553350Z [2571/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NamedTensorUtils.cpp.obj 2025-03-04T19:54:50.7409736Z [2572/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalInverses.cpp.obj 2025-03-04T19:54:51.0252607Z [2573/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelCommon.cpp.obj 2025-03-04T19:54:51.1482510Z [2574/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\PythonTorchFunctionTLS.cpp.obj 2025-03-04T19:54:51.2477295Z [2575/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelOpenMP.cpp.obj 2025-03-04T19:54:51.2855703Z [2576/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelThreadPoolNative.cpp.obj 2025-03-04T19:54:51.3341094Z [2577/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SequenceNumber.cpp.obj 2025-03-04T19:54:51.3588607Z [2578/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SavedTensorHooks.cpp.obj 2025-03-04T19:54:51.4220527Z [2579/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedFallback.cpp.obj 2025-03-04T19:54:51.8916798Z [2580/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorGeometry.cpp.obj 2025-03-04T19:54:52.0303378Z [2581/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ScalarOps.cpp.obj 2025-03-04T19:54:52.0507919Z [2582/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchingRegistrations.cpp.obj 2025-03-04T19:54:52.0707083Z [2583/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapTransforms.cpp.obj 2025-03-04T19:54:52.4395297Z [2584/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorMeta.cpp.obj 2025-03-04T19:54:52.7430501Z [2585/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NestedTensorImpl.cpp.obj 2025-03-04T19:54:52.7979454Z [2586/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIndexing.cpp.obj 2025-03-04T19:54:52.9756787Z [2587/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIterator.cpp.obj 2025-03-04T19:54:53.0098992Z [2588/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorNames.cpp.obj 2025-03-04T19:54:53.1609381Z [2589/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalPythonObjects.cpp.obj 2025-03-04T19:54:53.4992963Z [2590/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\StorageUtils.cpp.obj 2025-03-04T19:54:53.8609844Z [2591/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Version.cpp.obj 2025-03-04T19:54:54.0773755Z [2592/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\VmapModeRegistrations.cpp.obj 2025-03-04T19:54:54.1837054Z [2593/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\FlushDenormal.cpp.obj 2025-03-04T19:54:54.2653105Z [2594/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\Utils.cpp.obj 2025-03-04T19:54:54.5331617Z [2595/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseCsrTensorImpl.cpp.obj 2025-03-04T19:54:54.5589127Z [2596/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CPUGuardImpl.cpp.obj 2025-03-04T19:54:54.6084665Z [2597/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseTensorImpl.cpp.obj 2025-03-04T19:54:54.9390236Z [2598/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CUDAHooksInterface.cpp.obj 2025-03-04T19:54:54.9891076Z [2599/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HIPHooksInterface.cpp.obj 2025-03-04T19:54:55.0157004Z [2600/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HPUHooksInterface.cpp.obj 2025-03-04T19:54:55.1205288Z [2601/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Utils.cpp.obj 2025-03-04T19:54:55.3653239Z [2602/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\IPUHooksInterface.cpp.obj 2025-03-04T19:54:55.4085362Z [2603/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MAIAHooksInterface.cpp.obj 2025-03-04T19:54:55.4830928Z [2604/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MPSHooksInterface.cpp.obj 2025-03-04T19:54:55.5828744Z [2605/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MTIAHooksInterface.cpp.obj 2025-03-04T19:54:55.6421837Z [2606/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorUtils.cpp.obj 2025-03-04T19:54:55.6529690Z [2607/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MetaGuardImpl.cpp.obj 2025-03-04T19:54:55.8912785Z [2608/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\XPUHooksInterface.cpp.obj 2025-03-04T19:54:55.9119693Z [2609/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\PrivateUse1HooksInterface.cpp.obj 2025-03-04T19:54:56.1164072Z [2610/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalState.cpp.obj 2025-03-04T19:54:56.5439305Z [2611/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\ADInterpreters.cpp.obj 2025-03-04T19:54:56.8098361Z [2612/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ZeroTensorFallback.cpp.obj 2025-03-04T19:54:57.1860258Z [2613/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\autocast_mode.cpp.obj 2025-03-04T19:54:59.0616825Z [2614/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesActivation.cpp.obj 2025-03-04T19:54:59.1062817Z [2615/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesBinaryOps.cpp.obj 2025-03-04T19:54:59.2286733Z [2616/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDecompositions.cpp.obj 2025-03-04T19:54:59.2967927Z [2617/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesConvolution.cpp.obj 2025-03-04T19:54:59.4788779Z [2618/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDynamic.cpp.obj 2025-03-04T19:54:59.9349411Z [2619/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesFactory.cpp.obj 2025-03-04T19:55:00.3252410Z [2620/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesHelper.cpp.obj 2025-03-04T19:55:00.6094977Z [2621/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesIndexing.cpp.obj 2025-03-04T19:55:02.4854744Z [2622/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLinearAlgebra.cpp.obj 2025-03-04T19:55:02.5035014Z [2623/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLoss.cpp.obj 2025-03-04T19:55:02.7363379Z [2624/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesNorm.cpp.obj 2025-03-04T19:55:02.8321008Z [2625/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesModules.cpp.obj 2025-03-04T19:55:02.9244751Z [2626/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesPooling.cpp.obj 2025-03-04T19:55:03.3575251Z [2627/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesRandomness.cpp.obj 2025-03-04T19:55:03.6751889Z [2628/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedTensorImpl.cpp.obj 2025-03-04T19:55:03.7639617Z [2629/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesReduceOps.cpp.obj 2025-03-04T19:55:04.0282624Z [2630/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesScatterOps.cpp.obj 2025-03-04T19:55:04.3221559Z [2631/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\FunctionalizeInterpreter.cpp.obj 2025-03-04T19:55:04.5805789Z [2632/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\Interpreter.cpp.obj 2025-03-04T19:55:05.2064190Z [2633/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PlumbingHelper.cpp.obj 2025-03-04T19:55:05.8812623Z [2634/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesViews.cpp.obj 2025-03-04T19:55:06.0068469Z [2635/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedFallback.cpp.obj 2025-03-04T19:55:06.0399283Z [2636/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesUnaryOps.cpp.obj 2025-03-04T19:55:06.0823745Z [2637/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\TensorWrapper.cpp.obj 2025-03-04T19:55:06.1549956Z [2638/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenGeneral.cpp.obj 2025-03-04T19:55:06.3779370Z [2639/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\DynamicLayer.cpp.obj 2025-03-04T19:55:06.7887520Z [2640/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapInterpreter.cpp.obj 2025-03-04T19:55:06.9402755Z [2641/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\record_function.cpp.obj 2025-03-04T19:55:07.0575479Z [2642/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\BackendSelectFallbackKernel.cpp.obj 2025-03-04T19:55:07.1041743Z [2643/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypeProperties.cpp.obj 2025-03-04T19:55:07.1419263Z [2644/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyBatchingRegistrations.cpp.obj 2025-03-04T19:55:07.1860486Z [2645/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypePropertiesRegistry.cpp.obj 2025-03-04T19:55:07.3395226Z [2646/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyVmapTransforms.cpp.obj 2025-03-04T19:55:07.3512860Z [2647/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dimname.cpp.obj 2025-03-04T19:55:07.6243244Z [2648/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\GeneratorForPrivateuseone.cpp.obj 2025-03-04T19:55:07.7810809Z [2649/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dict.cpp.obj 2025-03-04T19:55:07.8312908Z [2650/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Formatting.cpp.obj 2025-03-04T19:55:07.9448994Z [2651/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Generator.cpp.obj 2025-03-04T19:55:07.9769824Z [2652/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PyTorchOperatorHacks.cpp.obj 2025-03-04T19:55:08.1505731Z [2653/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NestedIntSymNodeImpl.cpp.obj 2025-03-04T19:55:08.2423365Z [2654/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\List.cpp.obj 2025-03-04T19:55:08.2789054Z [2655/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\MetaFallbackKernel.cpp.obj 2025-03-04T19:55:08.2954561Z [2656/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedTensor.cpp.obj 2025-03-04T19:55:08.3740177Z [2657/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Range.cpp.obj 2025-03-04T19:55:08.4974050Z [2658/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedRegistrations.cpp.obj 2025-03-04T19:55:08.7989966Z [2659/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonFallbackKernel.cpp.obj 2025-03-04T19:55:08.8302704Z [2660/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Vitals.cpp.obj 2025-03-04T19:55:08.8730339Z [2661/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonOpRegistrationTrampoline.cpp.obj 2025-03-04T19:55:09.1611354Z [2662/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableHooksInterface.cpp.obj 2025-03-04T19:55:09.1801145Z [2663/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableFallbackKernel.cpp.obj 2025-03-04T19:55:09.1949110Z [2664/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TorchDispatchUtils.cpp.obj 2025-03-04T19:55:09.2098736Z [2665/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\blob.cpp.obj 2025-03-04T19:55:09.2443809Z [2666/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Tensor.cpp.obj 2025-03-04T19:55:09.3101177Z [2667/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapModeRegistrations.cpp.obj 2025-03-04T19:55:09.5260349Z [2668/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\ObservedOperators.cpp.obj 2025-03-04T19:55:09.6406237Z [2669/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\adaption.cpp.obj 2025-03-04T19:55:09.7659386Z [2670/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\boxing\KernelFunction.cpp.obj 2025-03-04T19:55:10.0425300Z [2671/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\class_type.cpp.obj 2025-03-04T19:55:10.0701188Z [2672/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\Dispatcher.cpp.obj 2025-03-04T19:55:10.0863406Z [2673/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\DispatchKeyExtractor.cpp.obj 2025-03-04T19:55:10.1044932Z [2674/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\custom_class.cpp.obj 2025-03-04T19:55:10.1224702Z [2675/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\interned_strings.cpp.obj 2025-03-04T19:55:10.2037471Z [2676/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\OperatorEntry.cpp.obj 2025-03-04T19:55:10.3374102Z [2677/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dynamic_type.cpp.obj 2025-03-04T19:55:10.4125643Z [2678/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\operator_name.cpp.obj 2025-03-04T19:55:10.4828848Z [2679/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\function_schema.cpp.obj 2025-03-04T19:55:10.5667794Z [2680/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\register_symbols.cpp.obj 2025-03-04T19:55:10.9393346Z [2681/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ivalue.cpp.obj 2025-03-04T19:55:10.9650735Z [2682/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\op_registration.cpp.obj 2025-03-04T19:55:11.0212796Z [2683/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\library.cpp.obj 2025-03-04T19:55:11.0375607Z [2684/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\infer_schema.cpp.obj 2025-03-04T19:55:11.1745228Z [2685/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\tensor_type.cpp.obj 2025-03-04T19:55:11.3075870Z [2686/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\error_report.cpp.obj 2025-03-04T19:55:11.3262673Z [2687/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type_factory.cpp.obj 2025-03-04T19:55:11.3331238Z [2688/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\lexer.cpp.obj 2025-03-04T19:55:11.3449228Z [2689/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type.cpp.obj 2025-03-04T19:55:11.3729042Z [2690/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\union_type.cpp.obj 2025-03-04T19:55:11.3811590Z [2691/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\strtod.cpp.obj 2025-03-04T19:55:11.8730267Z [2692/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\function_schema_parser.cpp.obj 2025-03-04T19:55:11.9150309Z [2693/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_type_parser.cpp.obj 2025-03-04T19:55:12.1191583Z [2694/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling2d.cpp.obj 2025-03-04T19:55:12.1551825Z [2695/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling3d.cpp.obj 2025-03-04T19:55:12.1888087Z [2696/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\source_range.cpp.obj 2025-03-04T19:55:12.2049492Z [2697/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling.cpp.obj 2025-03-04T19:55:12.2399270Z [2698/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling3d.cpp.obj 2025-03-04T19:55:12.3785068Z [2699/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Activation.cpp.obj 2025-03-04T19:55:12.7363291Z [2700/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AffineGridGenerator.cpp.obj 2025-03-04T19:55:12.8198598Z [2701/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AmpKernels.cpp.obj 2025-03-04T19:55:13.0344618Z [2702/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AutogradComposite.cpp.obj 2025-03-04T19:55:13.0461312Z [2703/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool2d.cpp.obj 2025-03-04T19:55:13.0963069Z [2704/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool3d.cpp.obj 2025-03-04T19:55:13.1543065Z [2705/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebraKernel.cpp.obj 2025-03-04T19:55:13.2474861Z [2706/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebra.cpp.obj 2025-03-04T19:55:13.3689136Z [2707/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BlasKernel.cpp.obj 2025-03-04T19:55:13.3830870Z [2708/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BinaryOps.cpp.obj 2025-03-04T19:55:13.6430167Z [2709/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Blas.cpp.obj 2025-03-04T19:55:13.9964124Z [2710/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Bucketization.cpp.obj 2025-03-04T19:55:14.0306306Z [2711/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUFallback.cpp.obj 2025-03-04T19:55:14.0334860Z [2712/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ChanelShuffle.cpp.obj 2025-03-04T19:55:14.1134730Z [2713/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ComparisonUtils.cpp.obj 2025-03-04T19:55:14.1841823Z [2714/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Col2Im.cpp.obj 2025-03-04T19:55:14.2527341Z [2715/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Constraints.cpp.obj 2025-03-04T19:55:14.3211214Z [2716/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUBlas.cpp.obj 2025-03-04T19:55:14.6661647Z [2717/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Convolution.cpp.obj 2025-03-04T19:55:14.8888901Z [2718/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM2d.cpp.obj 2025-03-04T19:55:14.9003644Z [2719/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionTBC.cpp.obj 2025-03-04T19:55:14.9327051Z [2720/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM3d.cpp.obj 2025-03-04T19:55:15.0623386Z [2721/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Copy.cpp.obj 2025-03-04T19:55:15.0727109Z [2722/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Correlation.cpp.obj 2025-03-04T19:55:15.1438302Z [2723/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Cross.cpp.obj 2025-03-04T19:55:15.1861481Z [2724/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DispatchStub.cpp.obj 2025-03-04T19:55:15.2540214Z [2725/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool2d.cpp.obj 2025-03-04T19:55:15.5458188Z [2726/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool3d.cpp.obj 2025-03-04T19:55:15.8027794Z [2727/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distance.cpp.obj 2025-03-04T19:55:15.9065948Z [2728/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distributions.cpp.obj 2025-03-04T19:55:15.9297866Z [2729/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Embedding.cpp.obj 2025-03-04T19:55:15.9703143Z [2730/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Dropout.cpp.obj 2025-03-04T19:55:16.0475262Z [2731/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Fill.cpp.obj 2025-03-04T19:55:16.1364678Z [2732/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ForeachOpsKernels.cpp.obj 2025-03-04T19:55:16.1551716Z [2733/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\EmbeddingBag.cpp.obj 2025-03-04T19:55:16.3113280Z [2734/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool2d.cpp.obj 2025-03-04T19:55:16.7449303Z [2735/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool3d.cpp.obj 2025-03-04T19:55:16.7988865Z [2736/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdam.cpp.obj 2025-03-04T19:55:16.8017340Z [2737/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FunctionOfAMatrixUtils.cpp.obj 2025-03-04T19:55:16.8315152Z [2738/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdagrad.cpp.obj 2025-03-04T19:55:16.8727818Z [2739/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedSGD.cpp.obj 2025-03-04T19:55:17.0391392Z [2740/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GatedLinearUnit.cpp.obj 2025-03-04T19:55:17.1124484Z [2741/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GridSampler.cpp.obj 2025-03-04T19:55:17.1878338Z [2742/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Histogram.cpp.obj 2025-03-04T19:55:17.6679507Z [2743/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\IndexingUtils.cpp.obj 2025-03-04T19:55:17.6926733Z [2744/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Im2Col.cpp.obj 2025-03-04T19:55:17.7053382Z [2745/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Itertools.cpp.obj 2025-03-04T19:55:17.7371913Z [2746/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Integration.cpp.obj 2025-03-04T19:55:17.7984559Z [2747/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Lerp.cpp.obj 2025-03-04T19:55:17.8152135Z [2748/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LegacyBatching.cpp.obj 2025-03-04T19:55:17.9768693Z [2749/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Linear.cpp.obj 2025-03-04T19:55:18.3487978Z [2750/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LinearAlgebra.cpp.obj 2025-03-04T19:55:18.6124882Z [2751/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Loss.cpp.obj 2025-03-04T19:55:18.6702284Z [2752/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiLabelMargin.cpp.obj 2025-03-04T19:55:18.6881672Z [2753/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiMargin.cpp.obj 2025-03-04T19:55:18.6991662Z [2754/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossCTC.cpp.obj 2025-03-04T19:55:18.7309809Z [2755/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL.cpp.obj 2025-03-04T19:55:18.8364183Z [2756/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL2d.cpp.obj 2025-03-04T19:55:18.8620863Z [2757/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxPooling.cpp.obj 2025-03-04T19:55:19.1839945Z [2758/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxUnpooling.cpp.obj 2025-03-04T19:55:19.4176987Z [2759/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MetaTensor.cpp.obj 2025-03-04T19:55:19.4809976Z [2760/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Memory.cpp.obj 2025-03-04T19:55:19.5689057Z [2761/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NNPACK.cpp.obj 2025-03-04T19:55:19.5976903Z [2762/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose3d.cpp.obj 2025-03-04T19:55:19.6929088Z [2763/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose2d.cpp.obj 2025-03-04T19:55:19.7669893Z [2764/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NamedTensor.cpp.obj 2025-03-04T19:55:19.7877119Z [2765/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveDilatedConvolution.cpp.obj 2025-03-04T19:55:20.1414968Z [2766/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NegateFallback.cpp.obj 2025-03-04T19:55:20.3469376Z [2767/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Onehot.cpp.obj 2025-03-04T19:55:20.3978822Z [2768/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Normalization.cpp.obj 2025-03-04T19:55:20.4654099Z [2769/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PackedSequence.cpp.obj 2025-03-04T19:55:20.4820298Z [2770/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PadNd.cpp.obj 2025-03-04T19:55:20.5454626Z [2771/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PointwiseOps.cpp.obj 2025-03-04T19:55:20.5731225Z [2772/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PixelShuffle.cpp.obj 2025-03-04T19:55:20.6554330Z [2773/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pooling.cpp.obj 2025-03-04T19:55:21.0312506Z [2774/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pow.cpp.obj 2025-03-04T19:55:21.3666167Z [2775/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\QuantizedLinear.cpp.obj 2025-03-04T19:55:21.3855820Z [2776/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RangeFactories.cpp.obj 2025-03-04T19:55:21.4061177Z [2777/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceAllOps.cpp.obj 2025-03-04T19:55:21.5356540Z [2778/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Repeat.cpp.obj 2025-03-04T19:55:21.5448511Z [2779/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReflectionPad.cpp.obj 2025-03-04T19:55:21.5571192Z [2780/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceOps.cpp.obj 2025-03-04T19:55:21.5740214Z [2781/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RNN.cpp.obj 2025-03-04T19:55:21.8883599Z [2782/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReplicationPadding.cpp.obj 2025-03-04T19:55:22.2529355Z [2783/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Scalar.cpp.obj 2025-03-04T19:55:22.2692385Z [2784/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RowwisePrune.cpp.obj 2025-03-04T19:55:22.3161367Z [2785/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Resize.cpp.obj 2025-03-04T19:55:22.4368012Z [2786/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOps.cpp.obj 2025-03-04T19:55:22.4822724Z [2787/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SegmentReduce.cpp.obj 2025-03-04T19:55:22.5306232Z [2788/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SoftMax.cpp.obj 2025-03-04T19:55:22.5913374Z [2789/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOpsUtils.cpp.obj 2025-03-04T19:55:22.8179954Z [2790/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Sorting.cpp.obj 2025-03-04T19:55:23.2020252Z [2791/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SpectralOps.cpp.obj 2025-03-04T19:55:23.2525623Z [2792/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SummaryOps.cpp.obj 2025-03-04T19:55:23.3538360Z [2793/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorCompare.cpp.obj 2025-03-04T19:55:23.5148181Z [2794/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorFactories.cpp.obj 2025-03-04T19:55:23.7318844Z [2795/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorIteratorReduce.cpp.obj 2025-03-04T19:55:24.1034953Z [2796/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorProperties.cpp.obj 2025-03-04T19:55:24.2157172Z [2797/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorTransformations.cpp.obj 2025-03-04T19:55:24.3221088Z [2798/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorShape.cpp.obj 2025-03-04T19:55:24.4269927Z [2799/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TestOps.cpp.obj 2025-03-04T19:55:24.6450301Z [2800/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TriangularOps.cpp.obj 2025-03-04T19:55:24.6608191Z [2801/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold2d.cpp.obj 2025-03-04T19:55:24.9269830Z [2802/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TypeProperties.cpp.obj 2025-03-04T19:55:25.3210941Z [2803/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnaryOps.cpp.obj 2025-03-04T19:55:25.4881658Z [2804/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnfoldBackward.cpp.obj 2025-03-04T19:55:25.5125773Z [2805/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SparseTensorUtils.cpp.obj 2025-03-04T19:55:25.5483937Z [2806/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold3d.cpp.obj 2025-03-04T19:55:25.5846198Z [2807/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unique.cpp.obj 2025-03-04T19:55:25.7331395Z [2808/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorConversions.cpp.obj 2025-03-04T19:55:25.7538122Z [2809/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSample.cpp.obj 2025-03-04T19:55:25.8012035Z [2810/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorAdvancedIndexing.cpp.obj 2025-03-04T19:55:26.2672279Z [2811/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBicubic2d.cpp.obj 2025-03-04T19:55:26.4383419Z [2812/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBilinear2d.cpp.obj 2025-03-04T19:55:26.4546980Z [2813/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleLinear1d.cpp.obj 2025-03-04T19:55:26.5252046Z [2814/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest1d.cpp.obj 2025-03-04T19:55:26.6078532Z [2815/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\VariableMethodStubs.cpp.obj 2025-03-04T19:55:26.6177247Z [2816/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest2d.cpp.obj 2025-03-04T19:55:26.6598418Z [2817/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest3d.cpp.obj 2025-03-04T19:55:26.6865006Z [2818/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleTrilinear3d.cpp.obj 2025-03-04T19:55:27.1511724Z [2819/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\WeightNorm.cpp.obj 2025-03-04T19:55:27.3093744Z [2820/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\prim_native_functions.cpp.obj 2025-03-04T19:55:27.3328407Z [2821/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\layer_norm.cpp.obj 2025-03-04T19:55:27.3818593Z [2822/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\group_norm.cpp.obj 2025-03-04T19:55:27.5596775Z [2823/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\library.cpp.obj 2025-03-04T19:55:27.5879766Z [2824/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\fbgemm_utils.cpp.obj 2025-03-04T19:55:27.6471234Z [2825/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear.cpp.obj 2025-03-04T19:55:27.7400502Z [2826/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\verbose_wrapper.cpp.obj 2025-03-04T19:55:28.2893177Z [2827/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_dynamic.cpp.obj 2025-03-04T19:55:28.3028150Z [2828/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_prepack.cpp.obj 2025-03-04T19:55:28.4669527Z [2829/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\FlattenIndicesKernel.cpp.obj 2025-03-04T19:55:28.4950788Z [2830/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ParamUtils.cpp.obj 2025-03-04T19:55:28.5148525Z [2831/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_unpack.cpp.obj 2025-03-04T19:55:28.6568944Z [2832/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SoftMax.cpp.obj 2025-03-04T19:55:29.2368752Z [2833/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBinaryOpIntersectionKernel.cpp.obj 2025-03-04T19:55:29.2655032Z [2834/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlas.cpp.obj 2025-03-04T19:55:29.3946113Z [2835/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlasImpl.cpp.obj 2025-03-04T19:55:29.4732171Z [2836/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensor.cpp.obj 2025-03-04T19:55:29.5430660Z [2837/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseFactories.cpp.obj 2025-03-04T19:55:29.5598492Z [2838/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensorMath.cpp.obj 2025-03-04T19:55:30.1880945Z [2839/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseMatMul.cpp.obj 2025-03-04T19:55:30.2326026Z [2840/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensor.cpp.obj 2025-03-04T19:55:30.3686521Z [2841/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensorMath.cpp.obj 2025-03-04T19:55:30.4157045Z [2842/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_deserialize.cpp.obj 2025-03-04T19:55:30.4581512Z [2843/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ValidateCompressedIndicesKernel.cpp.obj 2025-03-04T19:55:30.4784640Z [2844/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseUnaryOps.cpp.obj 2025-03-04T19:55:30.7031079Z [2845/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_serialize.cpp.obj 2025-03-04T19:55:32.8372656Z [2846/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorAliases.cpp.obj 2025-03-04T19:55:33.5050735Z [2847/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBackward.cpp.obj 2025-03-04T19:55:33.5619403Z [2848/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBinaryOps.cpp.obj 2025-03-04T19:55:33.5908973Z [2849/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorFactories.cpp.obj 2025-03-04T19:55:33.6466637Z [2850/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMatmul.cpp.obj 2025-03-04T19:55:33.6748060Z [2851/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorTransformerFunctions.cpp.obj 2025-03-04T19:55:33.7044976Z [2852/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUtils.cpp.obj 2025-03-04T19:55:33.7309829Z [2853/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMath.cpp.obj 2025-03-04T19:55:33.8915081Z [2854/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizerBase.cpp.obj 2025-03-04T19:55:33.9310329Z [2855/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUnaryOps.cpp.obj 2025-03-04T19:55:34.2886049Z [2856/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizer.cpp.obj 2025-03-04T19:55:35.1643777Z [2857/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AdaptiveAveragePooling.cpp.obj 2025-03-04T19:55:36.0885643Z [2858/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool2d.cpp.obj 2025-03-04T19:55:36.8887711Z [2859/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\Copy.cpp.obj 2025-03-04T19:55:36.9223658Z [2860/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerChannelAffine.cpp.obj 2025-03-04T19:55:36.9578836Z [2861/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\QTensor.cpp.obj 2025-03-04T19:55:36.9759797Z [2862/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool3d.cpp.obj 2025-03-04T19:55:37.0131536Z [2863/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerTensorAffine.cpp.obj 2025-03-04T19:55:37.0461312Z [2864/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorAdvancedIndexing.cpp.obj 2025-03-04T19:55:37.1215921Z [2865/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorFactories.cpp.obj 2025-03-04T19:55:37.1911595Z [2866/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorCompare.cpp.obj 2025-03-04T19:55:37.8626134Z [2867/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\BinaryOps.cpp.obj 2025-03-04T19:55:37.8780633Z [2868/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ChannelShuffle.cpp.obj 2025-03-04T19:55:37.9566213Z [2869/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\RuyUtils.cpp.obj 2025-03-04T19:55:37.9733306Z [2870/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Normalization.cpp.obj 2025-03-04T19:55:37.9897933Z [2871/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\IntReprQuant.cpp.obj 2025-03-04T19:55:37.9978087Z [2872/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\MakePerTensorQuantizedTensor.cpp.obj 2025-03-04T19:55:38.0920134Z [2873/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ReduceOps.cpp.obj 2025-03-04T19:55:38.1032002Z [2874/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\LinearUnpackImpl.cpp.obj 2025-03-04T19:55:38.1129739Z [2875/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Pooling.cpp.obj 2025-03-04T19:55:38.8305875Z [2876/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Sorting.cpp.obj 2025-03-04T19:55:38.8641774Z [2877/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorOperators.cpp.obj 2025-03-04T19:55:38.8930922Z [2878/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleBilinear2d.cpp.obj 2025-03-04T19:55:38.9298093Z [2879/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\init_qnnpack.cpp.obj 2025-03-04T19:55:38.9577525Z [2880/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest2d.cpp.obj 2025-03-04T19:55:38.9748958Z [2881/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorShape.cpp.obj 2025-03-04T19:55:39.0618503Z [2882/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest3d.cpp.obj 2025-03-04T19:55:39.2942182Z [2883/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fbgemm_utils.cpp.obj 2025-03-04T19:55:39.7355833Z [2884/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fused_obs_fake_quant.cpp.obj 2025-03-04T19:55:39.8937588Z [2885/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qclamp.cpp.obj 2025-03-04T19:55:40.0956963Z [2886/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_dynamic.cpp.obj 2025-03-04T19:55:40.1524058Z [2887/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv.cpp.obj 2025-03-04T19:55:40.1619525Z [2888/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_prepack.cpp.obj 2025-03-04T19:55:40.7127508Z [2889/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qelu.cpp.obj 2025-03-04T19:55:40.9494387Z [2890/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag.cpp.obj 2025-03-04T19:55:41.0183660Z [2891/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qgelu.cpp.obj 2025-03-04T19:55:41.1727631Z [2892/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_unpack.cpp.obj 2025-03-04T19:55:41.1770451Z [2893/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_prepack.cpp.obj 2025-03-04T19:55:41.2989706Z [2894/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\XnnpackUtils.cpp.obj 2025-03-04T19:55:41.6645575Z [2895/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardsigmoid.cpp.obj 2025-03-04T19:55:41.8144569Z [2896/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardswish.cpp.obj 2025-03-04T19:55:42.2067576Z [2897/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear.cpp.obj 2025-03-04T19:55:42.3385968Z [2898/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_prepack.cpp.obj 2025-03-04T19:55:42.3627389Z [2899/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_dynamic.cpp.obj 2025-03-04T19:55:42.5229707Z [2900/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qdropout.cpp.obj 2025-03-04T19:55:42.6464863Z [2901/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_unpack_impl.cpp.obj 2025-03-04T19:55:42.7687443Z [2902/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmul.cpp.obj 2025-03-04T19:55:42.7720339Z [2903/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qnormalization.cpp.obj 2025-03-04T19:55:43.2423248Z [2904/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qrelu.cpp.obj 2025-03-04T19:55:43.3593576Z [2905/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qtanh.cpp.obj 2025-03-04T19:55:43.3826962Z [2906/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsigmoid.cpp.obj 2025-03-04T19:55:43.4843741Z [2907/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\MklAllocationHelper.cpp.obj 2025-03-04T19:55:43.5337127Z [2908/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qthreshold.cpp.obj 2025-03-04T19:55:43.6010718Z [2909/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\library.cpp.obj 2025-03-04T19:55:43.9022921Z [2910/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qconv_unpack.cpp.obj 2025-03-04T19:55:43.9446939Z [2911/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\LinearAlgebra.cpp.obj 2025-03-04T19:55:44.3967352Z [2912/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseBlasImpl.cpp.obj 2025-03-04T19:55:44.5120060Z [2913/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SpectralOps.cpp.obj 2025-03-04T19:55:44.6357749Z [2914/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmatmul.cpp.obj 2025-03-04T19:55:44.6523760Z [2915/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseCsrLinearAlgebra.cpp.obj 2025-03-04T19:55:44.9869085Z [2916/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\BinaryOps.cpp.obj 2025-03-04T19:55:44.9957838Z [2917/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Conv.cpp.obj 2025-03-04T19:55:45.3864347Z [2918/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\IDeepRegistration.cpp.obj 2025-03-04T19:55:45.4248436Z [2919/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Copy.cpp.obj 2025-03-04T19:55:45.6299414Z [2920/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsoftmax.cpp.obj 2025-03-04T19:55:45.6441057Z [2921/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Gelu.cpp.obj 2025-03-04T19:55:46.0030471Z [2922/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNCommon.cpp.obj 2025-03-04T19:55:46.4068114Z [2923/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Linear.cpp.obj 2025-03-04T19:55:46.4294654Z [2924/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Matmul.cpp.obj 2025-03-04T19:55:46.5900775Z [2925/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MkldnnTensorMath.cpp.obj 2025-03-04T19:55:46.6531607Z [2926/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qlinear_unpack.cpp.obj 2025-03-04T19:55:46.6669555Z [2927/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Normalization.cpp.obj 2025-03-04T19:55:46.6879103Z [2928/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNConversions.cpp.obj 2025-03-04T19:55:47.4061579Z [2929/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Pooling.cpp.obj 2025-03-04T19:55:47.5717691Z [2930/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\SoftMax.cpp.obj 2025-03-04T19:55:47.7090544Z [2931/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Relu.cpp.obj 2025-03-04T19:55:47.7898277Z [2932/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\ConvPrepack.cpp.obj 2025-03-04T19:55:48.3690731Z [2933/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorFactories.cpp.obj 2025-03-04T19:55:48.5032282Z [2934/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorShape.cpp.obj 2025-03-04T19:55:48.6229674Z [2935/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\UnaryOps.cpp.obj 2025-03-04T19:55:48.7885453Z [2936/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Utils.cpp.obj 2025-03-04T19:55:49.2723273Z [2937/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\attention.cpp.obj 2025-03-04T19:55:49.3135673Z [2938/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\OpContext.cpp.obj 2025-03-04T19:55:49.4283124Z [2939/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\sdp_utils_cpp.cpp.obj 2025-03-04T19:55:49.5370973Z [2940/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\transformer.cpp.obj 2025-03-04T19:55:49.6213401Z [2941/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\utils\Factory.cpp.obj 2025-03-04T19:55:49.7377897Z [2942/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Prelu.cpp.obj 2025-03-04T19:55:49.9430039Z [2943/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Init.cpp.obj 2025-03-04T19:55:49.9960723Z [2944/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RNN.cpp.obj 2025-03-04T19:55:50.0577615Z [2945/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RegisterMkldnnOpContextClass.cpp.obj 2025-03-04T19:55:50.0802707Z [2946/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Activation.cpp.obj 2025-03-04T19:55:50.1006512Z [2947/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\AveragePooling.cpp.obj 2025-03-04T19:55:50.1419052Z [2948/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Shim.cpp.obj 2025-03-04T19:55:50.2640843Z [2949/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\ChannelShuffle.cpp.obj 2025-03-04T19:55:50.4551624Z [2950/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Convolution.cpp.obj 2025-03-04T19:55:50.6472430Z [2951/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Linear.cpp.obj 2025-03-04T19:55:50.7788112Z [2952/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\MaxPooling.cpp.obj 2025-03-04T19:55:50.9320064Z [2953/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\OpContext.cpp.obj 2025-03-04T19:55:50.9830762Z [2954/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\RegisterOpContextClass.cpp.obj 2025-03-04T19:55:51.6736283Z [2955/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_0.cpp.obj 2025-03-04T19:55:51.7431403Z [2956/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_1.cpp.obj 2025-03-04T19:55:51.9126446Z [2957/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterBackendSelect.cpp.obj 2025-03-04T19:55:51.9796379Z [2958/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_2.cpp.obj 2025-03-04T19:55:52.0789178Z [2959/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_3.cpp.obj 2025-03-04T19:55:52.1622313Z [2960/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CompositeViewCopyKernels.cpp.obj 2025-03-04T19:55:52.2456382Z [2961/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_4.cpp.obj 2025-03-04T19:55:52.2917808Z [2962/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Functions.cpp.obj 2025-03-04T19:55:53.1932570Z [2963/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_0.cpp.obj 2025-03-04T19:55:53.2138492Z [2964/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutogradNestedTensor_0.cpp.obj 2025-03-04T19:55:53.3231592Z [2965/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_1.cpp.obj 2025-03-04T19:55:53.5728278Z [2966/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_2.cpp.obj 2025-03-04T19:55:53.6348630Z [2967/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_3.cpp.obj 2025-03-04T19:55:53.7363864Z [2968/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutograd_0.cpp.obj 2025-03-04T19:55:53.8537373Z [2969/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutogradNonFunctional_0.cpp.obj 2025-03-04T19:55:53.8866759Z [2970/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutograd_0.cpp.obj 2025-03-04T19:55:54.6607233Z [2971/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_2.cpp.obj 2025-03-04T19:55:54.6846803Z [2972/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMkldnnCPU_0.cpp.obj 2025-03-04T19:55:54.7323997Z [2973/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_1.cpp.obj 2025-03-04T19:55:54.8339029Z [2974/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorMeta_0.cpp.obj 2025-03-04T19:55:54.8504229Z [2975/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorCPU_0.cpp.obj 2025-03-04T19:55:54.8549112Z [2976/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_0.cpp.obj 2025-03-04T19:55:54.9290956Z [2977/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_3.cpp.obj 2025-03-04T19:55:55.0513792Z [2978/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMeta_0.cpp.obj 2025-03-04T19:55:55.6573733Z [2979/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorXPU_0.cpp.obj 2025-03-04T19:55:55.6675644Z [2980/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedMeta_0.cpp.obj 2025-03-04T19:55:56.1303909Z [2981/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSchema.cpp.obj 2025-03-04T19:55:56.1348874Z [2982/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedCPU_0.cpp.obj 2025-03-04T19:55:56.1510323Z [2983/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrXPU_0.cpp.obj 2025-03-04T19:55:56.5384766Z [2984/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPU_add.cpp.obj 2025-03-04T19:55:56.5508276Z [2985/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrMeta_0.cpp.obj 2025-03-04T19:55:56.5540528Z [2986/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrCPU_0.cpp.obj 2025-03-04T19:55:56.5573562Z [2987/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCPU_0.cpp.obj 2025-03-04T19:55:56.5731300Z [2988/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseXPU_0.cpp.obj 2025-03-04T19:55:56.5764384Z [2989/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseMeta_0.cpp.obj 2025-03-04T19:55:56.8813963Z [2990/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenOpList.cpp.obj 2025-03-04T19:55:56.8977165Z [2991/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_model_loader.cpp.obj 2025-03-04T19:55:56.9446644Z [2992/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterZeroTensor_0.cpp.obj 2025-03-04T19:55:57.2442795Z [2993/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_wrapper.cpp.obj 2025-03-04T19:55:57.3168253Z [2994/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TensorMethods.cpp.obj 2025-03-04T19:55:57.3567613Z [2995/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\QTensorImpl.cpp.obj 2025-03-04T19:55:57.4480763Z [2996/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.DEFAULT.cpp.obj 2025-03-04T19:55:57.7567121Z [2997/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.DEFAULT.cpp.obj 2025-03-04T19:55:57.8612035Z [2998/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.DEFAULT.cpp.obj 2025-03-04T19:55:57.9508990Z [2999/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.DEFAULT.cpp.obj 2025-03-04T19:55:58.0055749Z [3000/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.DEFAULT.cpp.obj 2025-03-04T19:55:58.3982159Z [3001/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:55:58.5631917Z [3002/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:55:58.8228897Z [3003/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:55:58.8757549Z [3004/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:55:58.9530356Z [3005/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:55:58.9627823Z [3006/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.DEFAULT.cpp.obj 2025-03-04T19:55:59.1027125Z [3007/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:55:59.4781573Z [3008/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.DEFAULT.cpp.obj 2025-03-04T19:55:59.7620675Z [3009/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\Quantizer.cpp.obj 2025-03-04T19:55:59.7825803Z [3010/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:55:59.8291439Z [3011/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:55:59.8655603Z [3012/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:55:59.8772712Z [3013/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_bind.cpp.obj 2025-03-04T19:55:59.9462997Z [3014/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_register.cpp.obj 2025-03-04T19:56:00.0614704Z [3015/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:00.3360640Z [3016/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:00.4116921Z [3017/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:00.4247345Z [3018/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:00.4567747Z [3019/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:00.6255348Z [3020/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:00.7565973Z [3021/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:00.7822773Z [3022/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:00.9168783Z [3023/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:00.9676298Z [3024/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:01.0186478Z [3025/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:01.3069047Z [3026/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:01.3093095Z [3027/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:01.3238728Z [3028/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:01.4288549Z [3029/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:01.4665332Z [3030/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:01.4935050Z [3031/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:01.5254816Z [3032/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:01.8870103Z [3033/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:02.0695722Z [3034/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:02.1117510Z [3035/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:02.1927712Z [3036/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:02.2385370Z [3037/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:02.3078848Z [3038/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:02.3112323Z [3039/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:02.4187618Z [3040/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:02.4699109Z [3041/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:02.6678585Z [3042/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:02.8255051Z [3043/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:02.8831937Z [3044/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:03.0178910Z [3045/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:03.0444941Z [3046/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:03.0926306Z [3047/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:03.1173286Z [3048/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:03.3702596Z [3049/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:03.6552858Z [3050/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:03.6589231Z [3051/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:03.6591337Z 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-04T19:56:03.6593754Z 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-04T19:56:03.6595395Z with 2025-03-04T19:56:03.6595726Z [ 2025-03-04T19:56:03.6596059Z scalar_t=float, 2025-03-04T19:56:03.6597097Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2025-03-04T19:56:03.6598139Z ] 2025-03-04T19:56:03.6599970Z 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-04T19:56:03.6602016Z with 2025-03-04T19:56:03.6602343Z [ 2025-03-04T19:56:03.6602659Z scalar_t=float, 2025-03-04T19:56:03.6603713Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &), 2025-03-04T19:56:03.6605712Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2025-03-04T19:56:03.6606399Z ] 2025-03-04T19:56:03.6608391Z 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-04T19:56:03.6610665Z with 2025-03-04T19:56:03.6610876Z [ 2025-03-04T19:56:03.6611091Z scalar_t=scalar_t, 2025-03-04T19:56:03.6611404Z data_t=at::vec::DEFAULT::Vectorized, 2025-03-04T19:56:03.6612232Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2025-03-04T19:56:03.6614096Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2025-03-04T19:56:03.6614727Z ] 2025-03-04T19:56:03.6616440Z 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-04T19:56:03.6618380Z with 2025-03-04T19:56:03.6618591Z [ 2025-03-04T19:56:03.6618816Z scalar_t=scalar_t 2025-03-04T19:56:03.6619198Z ] 2025-03-04T19:56:03.6621159Z 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-04T19:56:03.6622888Z with 2025-03-04T19:56:03.6623098Z [ 2025-03-04T19:56:03.6623304Z scalar_t=scalar_t 2025-03-04T19:56:03.6623563Z ] 2025-03-04T19:56:03.6624718Z 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-04T19:56:03.6625996Z with 2025-03-04T19:56:03.6626193Z [ 2025-03-04T19:56:03.6626401Z scalar_t=scalar_t 2025-03-04T19:56:03.6626651Z ] 2025-03-04T19:56:03.7143176Z 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-04T19:56:03.7144534Z with 2025-03-04T19:56:03.7144743Z [ 2025-03-04T19:56:03.7144994Z scalar_t=scalar_t 2025-03-04T19:56:03.7145294Z ] 2025-03-04T19:56:03.7146269Z 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-04T19:56:03.7147661Z [3052/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:03.7239967Z [3053/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:03.8600788Z [3054/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:03.8745005Z [3055/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:04.0400754Z [3056/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:04.0616215Z [3057/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:04.2359777Z [3058/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:04.2361056Z 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-04T19:56:04.2362258Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_base.h(932): warning C4333: '>>': right shift by too large amount, data loss 2025-03-04T19:56:04.3014697Z 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-04T19:56:04.3016657Z [3059/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:04.3524810Z [3060/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\mkl\SparseBlas.cpp.obj 2025-03-04T19:56:04.5966238Z [3061/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:04.6070401Z [3062/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:04.6183080Z [3063/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:04.6993370Z [3064/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:04.7082984Z [3065/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.obj 2025-03-04T19:56:04.8674074Z [3066/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\crc.cc.obj 2025-03-04T19:56:04.9037502Z [3067/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\istream_adapter.cc.obj 2025-03-04T19:56:04.9582163Z [3068/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\vulkan\Context.cpp.obj 2025-03-04T19:56:04.9629959Z [3069/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\read_adapter_interface.cc.obj 2025-03-04T19:56:04.9689287Z [3070/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\file_adapter.cc.obj 2025-03-04T19:56:04.9938824Z [3071/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\inline_container.cc.obj 2025-03-04T19:56:05.0137831Z [3072/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\metal\Context.cpp.obj 2025-03-04T19:56:05.0375623Z [3073/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\thread_pool_guard.cpp.obj 2025-03-04T19:56:05.1260878Z [3074/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\string_utils.cc.obj 2025-03-04T19:56:05.2178403Z [3075/7043] Building C object caffe2\CMakeFiles\torch_cpu.dir\__\third_party\miniz-3.0.2\miniz.c.obj 2025-03-04T19:56:05.2663298Z 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-04T19:56:05.2664151Z command line(1): note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-03-04T19:56:05.2664985Z 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-04T19:56:05.2665980Z [3076/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\pthreadpool-cpp.cc.obj 2025-03-04T19:56:05.3683744Z [3077/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\ThreadPool.cc.obj 2025-03-04T19:56:05.4429987Z [3078/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\proto_wrap.cc.obj 2025-03-04T19:56:05.5864781Z [3079/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\core\common.cc.obj 2025-03-04T19:56:05.9915797Z [3080/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ViewFuncs.cpp.obj 2025-03-04T19:56:06.7857596Z [3081/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_0.cpp.obj 2025-03-04T19:56:07.2673172Z [3082/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_1.cpp.obj 2025-03-04T19:56:08.0388371Z [3083/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_2.cpp.obj 2025-03-04T19:56:08.5172464Z [3084/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_3.cpp.obj 2025-03-04T19:56:08.5444741Z [3085/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\Functions.cpp.obj 2025-03-04T19:56:08.7394499Z [3086/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_0.cpp.obj 2025-03-04T19:56:08.8351494Z [3087/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_1.cpp.obj 2025-03-04T19:56:08.9041304Z [3088/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_2.cpp.obj 2025-03-04T19:56:09.0168410Z [3089/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_3.cpp.obj 2025-03-04T19:56:09.0908302Z [3090/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_4.cpp.obj 2025-03-04T19:56:09.1251541Z [3091/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_4.cpp.obj 2025-03-04T19:56:09.6545540Z [3092/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.cpp.obj 2025-03-04T19:56:09.7560276Z [3093/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_0.cpp.obj 2025-03-04T19:56:09.7729925Z [3094/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_1.cpp.obj 2025-03-04T19:56:09.8925329Z [3095/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterAutogradLazy.cpp.obj 2025-03-04T19:56:09.9992664Z [3096/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\anomaly_mode.cpp.obj 2025-03-04T19:56:10.0469782Z [3097/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd.cpp.obj 2025-03-04T19:56:10.0560588Z [3098/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterLazy.cpp.obj 2025-03-04T19:56:10.5486300Z [3099/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_meta.cpp.obj 2025-03-04T19:56:10.6130803Z [3100/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\cpp_hook.cpp.obj 2025-03-04T19:56:10.7662777Z [3101/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_not_implemented_fallback.cpp.obj 2025-03-04T19:56:10.8265621Z [3102/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\forward_grad.cpp.obj 2025-03-04T19:56:10.9013136Z [3103/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\engine.cpp.obj 2025-03-04T19:56:11.7611512Z [3104/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\utils.cpp.obj 2025-03-04T19:56:12.5821592Z [3105/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\LazyNativeFunctions.cpp.obj 2025-03-04T19:56:12.6623728Z [3106/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_metadata.cpp.obj 2025-03-04T19:56:13.3155488Z [3107/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\function.cpp.obj 2025-03-04T19:56:13.3662628Z [3108/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\custom_function.cpp.obj 2025-03-04T19:56:13.4439618Z [3109/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\jit_decomp_interface.cpp.obj 2025-03-04T19:56:13.6664930Z [3110/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_kineto.cpp.obj 2025-03-04T19:56:13.9067071Z [3111/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\basic_ops.cpp.obj 2025-03-04T19:56:13.9381482Z [3112/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\utils\warnings.cpp.obj 2025-03-04T19:56:13.9657874Z [3113/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\accumulate_grad.cpp.obj 2025-03-04T19:56:14.1144005Z [3114/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_buffer.cpp.obj 2025-03-04T19:56:14.1801700Z [3115/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\tensor.cpp.obj 2025-03-04T19:56:14.3326115Z [3116/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\record_function_ops.cpp.obj 2025-03-04T19:56:14.3360058Z [3117/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_legacy.cpp.obj 2025-03-04T19:56:14.3530475Z [3118/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\saved_variable.cpp.obj 2025-03-04T19:56:14.8040962Z [3119/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable_info.cpp.obj 2025-03-04T19:56:14.9135880Z [3120/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\dynamo\compiled_autograd.cpp.obj 2025-03-04T19:56:15.1720323Z [3121/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner.cpp.obj 2025-03-04T19:56:15.2061483Z [3122/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_package\model_package_loader.cpp.obj 2025-03-04T19:56:15.2950626Z [3123/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.cpp.obj 2025-03-04T19:56:15.3061810Z [3124/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\mkldnn_tensor.cpp.obj 2025-03-04T19:56:15.4114387Z [3125/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\oss_proxy_executor.cpp.obj 2025-03-04T19:56:15.8383667Z [3126/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_mkldnn.cpp.obj 2025-03-04T19:56:16.0062701Z [3127/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\tensor_converter.cpp.obj 2025-03-04T19:56:16.0160100Z [3128/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_common.cpp.obj 2025-03-04T19:56:16.2996762Z [3129/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\object.cpp.obj 2025-03-04T19:56:16.4457685Z [3130/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module.cpp.obj 2025-03-04T19:56:16.7172141Z [3131/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_handler.cpp.obj 2025-03-04T19:56:17.0195006Z [3132/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_info.cpp.obj 2025-03-04T19:56:17.0518739Z [3133/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_detail.cpp.obj 2025-03-04T19:56:17.2092023Z [3134/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_interface.cpp.obj 2025-03-04T19:56:17.3374743Z [3135/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_resolver.cpp.obj 2025-03-04T19:56:17.4201279Z [3136/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable.cpp.obj 2025-03-04T19:56:18.6933185Z [3137/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\function_impl.cpp.obj 2025-03-04T19:56:18.7336448Z [3138/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\inductor_ops.cpp.obj 2025-03-04T19:56:19.6884525Z [3139/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\builtin_functions.cpp.obj 2025-03-04T19:56:19.7059920Z [3140/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\canonicalize_modified_loop.cpp.obj 2025-03-04T19:56:19.9167216Z [3141/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\edit_distance.cpp.obj 2025-03-04T19:56:19.9518360Z [3142/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\codegen.cpp.obj 2025-03-04T19:56:20.3868733Z [3143/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\compiler.cpp.obj 2025-03-04T19:56:20.5196108Z [3144/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\executor.cpp.obj 2025-03-04T19:56:20.5716294Z [3145/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\fallback.cpp.obj 2025-03-04T19:56:20.7106690Z [3146/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\convert_to_ssa.cpp.obj 2025-03-04T19:56:20.7383104Z [3147/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\kernel_cache.cpp.obj 2025-03-04T19:56:20.7583240Z [3148/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\interface.cpp.obj 2025-03-04T19:56:20.7923516Z [3149/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\inline_loop_condition.cpp.obj 2025-03-04T19:56:20.8024713Z [3150/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\name_mangler.cpp.obj 2025-03-04T19:56:20.8847235Z [3151/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\exit_transforms.cpp.obj 2025-03-04T19:56:20.9383506Z [3152/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\parser.cpp.obj 2025-03-04T19:56:21.4242743Z [3153/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\ir_emitter.cpp.obj 2025-03-04T19:56:21.6988863Z [3154/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_matching.cpp.obj 2025-03-04T19:56:21.7413979Z [3155/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\script_type_parser.cpp.obj 2025-03-04T19:56:21.7537420Z [3156/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\sugared_value.cpp.obj 2025-03-04T19:56:21.7712213Z [3157/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\versioned_symbols.cpp.obj 2025-03-04T19:56:21.7992089Z [3158/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\tracer.cpp.obj 2025-03-04T19:56:21.8776176Z [3159/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\attributes.cpp.obj 2025-03-04T19:56:21.9133088Z [3160/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\alias_analysis.cpp.obj 2025-03-04T19:56:22.6463851Z [3161/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\graph_utils.cpp.obj 2025-03-04T19:56:22.6881551Z [3162/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\node_hashing.cpp.obj 2025-03-04T19:56:22.7170558Z [3163/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\scope.cpp.obj 2025-03-04T19:56:22.7402832Z [3164/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\ir.cpp.obj 2025-03-04T19:56:22.7432609Z [3165/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\irparser.cpp.obj 2025-03-04T19:56:22.8012546Z [3166/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\subgraph_matcher.cpp.obj 2025-03-04T19:56:22.8669697Z [3167/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\type_hashing.cpp.obj 2025-03-04T19:56:23.6133149Z [3168/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_log.cpp.obj 2025-03-04T19:56:23.6396616Z [3169/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_opt_limit.cpp.obj 2025-03-04T19:56:23.6519046Z [3170/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\runtime_compatibility.cpp.obj 2025-03-04T19:56:23.7471811Z [3171/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\model_compatibility.cpp.obj 2025-03-04T19:56:23.7546079Z [3172/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\function.cpp.obj 2025-03-04T19:56:23.8127288Z [3173/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import.cpp.obj 2025-03-04T19:56:24.0995595Z [3174/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\registry.cpp.obj 2025-03-04T19:56:24.3002797Z [3175/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\observer.cpp.obj 2025-03-04T19:56:24.5571775Z [3176/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\module.cpp.obj 2025-03-04T19:56:24.6534346Z [3177/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\backend.cpp.obj 2025-03-04T19:56:24.9388391Z [3178/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\constants.cpp.obj 2025-03-04T19:56:25.1631290Z [3179/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_bytecode.cpp.obj 2025-03-04T19:56:25.4413955Z [3180/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\prim_ops_registery.cpp.obj 2025-03-04T19:56:25.4618280Z [3181/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\interpreter.cpp.obj 2025-03-04T19:56:25.4989993Z [3182/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_operators.cpp.obj 2025-03-04T19:56:25.8443946Z [3183/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\context.cpp.obj 2025-03-04T19:56:26.1549639Z [3184/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\quantization.cpp.obj 2025-03-04T19:56:26.3829489Z [3185/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\upgrader_mobile.cpp.obj 2025-03-04T19:56:26.4059337Z [3186/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\type_parser.cpp.obj 2025-03-04T19:56:26.5170340Z [3187/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\flatbuffer_loader.cpp.obj 2025-03-04T19:56:26.6352698Z [3188/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\version_map.cpp.obj 2025-03-04T19:56:26.6741022Z [3189/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\utils.cpp.obj 2025-03-04T19:56:26.7688196Z [3190/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders.cpp.obj 2025-03-04T19:56:26.8202599Z [3191/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\promoted_prim_ops.cpp.obj 2025-03-04T19:56:27.1337026Z [3192/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\aot_compiler.cpp.obj 2025-03-04T19:56:27.1505183Z [3193/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders_entry.cpp.obj 2025-03-04T19:56:27.2764925Z [3194/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\register_ops_common_utils.cpp.obj 2025-03-04T19:56:27.5111460Z [3195/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\add_if_then_else.cpp.obj 2025-03-04T19:56:27.6224288Z [3196/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\annotate_warns.cpp.obj 2025-03-04T19:56:27.7715261Z [3197/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize.cpp.obj 2025-03-04T19:56:28.1206438Z [3198/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\check_strict_fusion.cpp.obj 2025-03-04T19:56:28.1465398Z [3199/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.cpp.obj 2025-03-04T19:56:28.5855750Z [3200/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\common_subexpression_elimination.cpp.obj 2025-03-04T19:56:28.8708719Z [3201/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\concat_opt.cpp.obj 2025-03-04T19:56:29.0978205Z [3202/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_pooling.cpp.obj 2025-03-04T19:56:29.1263720Z [3203/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_propagation.cpp.obj 2025-03-04T19:56:29.5130370Z [3204/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_autodiff_subgraphs.cpp.obj 2025-03-04T19:56:29.8034566Z [3205/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_functional_graphs.cpp.obj 2025-03-04T19:56:29.9992344Z [3206/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\bailout_graph.cpp.obj 2025-03-04T19:56:30.1343250Z [3207/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\batch_mm.cpp.obj 2025-03-04T19:56:30.1492839Z [3208/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dbr_quantization\remove_redundant_aliases.cpp.obj 2025-03-04T19:56:30.1652370Z [3209/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dead_code_elimination.cpp.obj 2025-03-04T19:56:30.5462573Z [3210/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\decompose_ops.cpp.obj 2025-03-04T19:56:30.5910679Z [3211/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_profiling.cpp.obj 2025-03-04T19:56:30.7445641Z [3212/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\device_type_analysis.cpp.obj 2025-03-04T19:56:30.8692993Z [3213/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_undefinedness.cpp.obj 2025-03-04T19:56:30.9539787Z [3214/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dtype_analysis.cpp.obj 2025-03-04T19:56:31.1061916Z [3215/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\eliminate_no_ops.cpp.obj 2025-03-04T19:56:31.1260446Z [3216/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\erase_number_types.cpp.obj 2025-03-04T19:56:31.1661038Z [3217/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fixup_trace_scope_blocks.cpp.obj 2025-03-04T19:56:31.5185296Z [3218/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_conv_bn.cpp.obj 2025-03-04T19:56:31.6126219Z [3219/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_linear_bn.cpp.obj 2025-03-04T19:56:31.8476887Z [3220/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_concat_linear.cpp.obj 2025-03-04T19:56:31.9288982Z [3221/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.cpp.obj 2025-03-04T19:56:32.0861186Z [3222/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_graph_optimizations.cpp.obj 2025-03-04T19:56:32.1030908Z [3223/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_folding.cpp.obj 2025-03-04T19:56:32.1869299Z [3224/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_folding.cpp.obj 2025-03-04T19:56:32.4689405Z [3225/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_transpose.cpp.obj 2025-03-04T19:56:32.8561813Z [3226/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_linear.cpp.obj 2025-03-04T19:56:32.9147976Z [3227/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_relu.cpp.obj 2025-03-04T19:56:33.0882701Z [3228/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_rewrite_helper.cpp.obj 2025-03-04T19:56:33.4756808Z [3229/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\hoist_conv_packed_params.cpp.obj 2025-03-04T19:56:33.8175625Z [3230/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_autodiff_subgraphs.cpp.obj 2025-03-04T19:56:33.8812961Z [3231/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_fork_wait.cpp.obj 2025-03-04T19:56:34.0513867Z [3232/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_forked_closures.cpp.obj 2025-03-04T19:56:34.1136502Z [3233/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\freeze_module.cpp.obj 2025-03-04T19:56:34.4262043Z [3234/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inliner.cpp.obj 2025-03-04T19:56:34.8206504Z [3235/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inplace_check.cpp.obj 2025-03-04T19:56:34.9934173Z [3236/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\integer_value_refinement.cpp.obj 2025-03-04T19:56:35.2117003Z [3237/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lift_closures.cpp.obj 2025-03-04T19:56:35.4500903Z [3238/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_ops_to_mkldnn.cpp.obj 2025-03-04T19:56:35.4716039Z [3239/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_fuser.cpp.obj 2025-03-04T19:56:35.5356373Z [3240/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\guard_elimination.cpp.obj 2025-03-04T19:56:35.6988510Z [3241/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\loop_unrolling.cpp.obj 2025-03-04T19:56:35.9427115Z [3242/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_grad_of.cpp.obj 2025-03-04T19:56:36.1786998Z [3243/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_tuples.cpp.obj 2025-03-04T19:56:36.5433392Z [3244/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\normalize_ops.cpp.obj 2025-03-04T19:56:36.7549385Z [3245/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\pass_manager.cpp.obj 2025-03-04T19:56:36.9223802Z [3246/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole.cpp.obj 2025-03-04T19:56:37.1173880Z [3247/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_alias_sensitive.cpp.obj 2025-03-04T19:56:37.3289864Z [3248/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\insert_guards.cpp.obj 2025-03-04T19:56:37.4963916Z [3249/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_dict_idioms.cpp.obj 2025-03-04T19:56:37.6309682Z [3250/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\liveness.cpp.obj 2025-03-04T19:56:37.7561918Z [3251/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_list_idioms.cpp.obj 2025-03-04T19:56:37.8091415Z [3252/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_non_tensor.cpp.obj 2025-03-04T19:56:38.0902034Z [3253/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\prepack_folding.cpp.obj 2025-03-04T19:56:38.2956778Z [3254/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\dedup_module_uses.cpp.obj 2025-03-04T19:56:38.5096408Z [3255/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\quantization_type.cpp.obj 2025-03-04T19:56:38.6930031Z [3256/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\fusion_passes.cpp.obj 2025-03-04T19:56:38.7409202Z [3257/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\helper.cpp.obj 2025-03-04T19:56:38.8118424Z [3258/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_observers.cpp.obj 2025-03-04T19:56:38.8905501Z [3259/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\metal_rewrite.cpp.obj 2025-03-04T19:56:39.0691247Z [3260/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\mkldnn_rewrite.cpp.obj 2025-03-04T19:56:39.0915212Z [3261/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_quant_dequant.cpp.obj 2025-03-04T19:56:39.6129414Z [3262/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\refine_tuple_types.cpp.obj 2025-03-04T19:56:39.7197079Z [3263/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_dropout.cpp.obj 2025-03-04T19:56:39.8231905Z [3264/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_exceptions.cpp.obj 2025-03-04T19:56:39.8773430Z [3265/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_expands.cpp.obj 2025-03-04T19:56:39.9918880Z [3266/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_mutation.cpp.obj 2025-03-04T19:56:40.0860511Z [3267/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_redundant_profiles.cpp.obj 2025-03-04T19:56:40.5669507Z [3268/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\replacement_of_old_operators.cpp.obj 2025-03-04T19:56:40.6753586Z [3269/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\requires_grad_analysis.cpp.obj 2025-03-04T19:56:40.7409615Z [3270/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\restore_mutation.cpp.obj 2025-03-04T19:56:40.8889344Z [3271/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\shape_analysis.cpp.obj 2025-03-04T19:56:40.9773397Z [3272/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\finalize.cpp.obj 2025-03-04T19:56:41.0420162Z [3273/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\subgraph_rewrite.cpp.obj 2025-03-04T19:56:41.4704881Z [3274/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_analysis.cpp.obj 2025-03-04T19:56:41.5958449Z [3275/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_cache.cpp.obj 2025-03-04T19:56:41.7909276Z [3276/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\register_packed_params.cpp.obj 2025-03-04T19:56:41.9407227Z [3277/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.cpp.obj 2025-03-04T19:56:42.0033925Z [3278/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\memory_dag.cpp.obj 2025-03-04T19:56:42.3733704Z [3279/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\op_registry.cpp.obj 2025-03-04T19:56:42.5585615Z [3280/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\optimization_utils.cpp.obj 2025-03-04T19:56:42.7399435Z [3281/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\subgraph_utils.cpp.obj 2025-03-04T19:56:42.8103744Z [3282/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\update_graph_executor_opt.cpp.obj 2025-03-04T19:56:42.8823925Z [3283/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\variadic_ops.cpp.obj 2025-03-04T19:56:42.8967736Z [3284/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\utf8_decoding_ignore.cpp.obj 2025-03-04T19:56:42.9098083Z [3285/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\value_refinement_utils.cpp.obj 2025-03-04T19:56:43.5426904Z [3286/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\specialize_autogradzero.cpp.obj 2025-03-04T19:56:43.8095400Z [3287/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\autodiff.cpp.obj 2025-03-04T19:56:43.8599935Z [3288/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\argument_spec.cpp.obj 2025-03-04T19:56:43.8910890Z [3289/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry.cpp.obj 2025-03-04T19:56:44.1247050Z [3290/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\instruction.cpp.obj 2025-03-04T19:56:44.2565085Z [3291/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.cpp.obj 2025-03-04T19:56:44.3664948Z [3292/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\tensorexpr_fuser.cpp.obj 2025-03-04T19:56:44.5281116Z 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-04T19:56:44.5283693Z 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-04T19:56:44.5285795Z [3293/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry_util.cpp.obj 2025-03-04T19:56:44.5490147Z [3294/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_exception.cpp.obj 2025-03-04T19:56:44.7688188Z [3295/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\logging.cpp.obj 2025-03-04T19:56:45.1540934Z [3296/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\preprocess_graph.cpp.obj 2025-03-04T19:56:45.3891970Z [3297/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\print_handler.cpp.obj 2025-03-04T19:56:45.8904754Z [3298/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\vulkan_rewrite.cpp.obj 2025-03-04T19:56:46.0123324Z [3299/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\xnnpack_rewrite.cpp.obj 2025-03-04T19:56:47.2507437Z [3300/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\graph_executor.cpp.obj 2025-03-04T19:56:47.3790788Z [3301/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter.cpp.obj 2025-03-04T19:56:47.4902426Z [3302/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\frame.cpp.obj 2025-03-04T19:56:48.0779540Z [3303/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_trace.cpp.obj 2025-03-04T19:56:48.1360807Z [3304/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\operator.cpp.obj 2025-03-04T19:56:48.1916609Z [3305/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\script_profile.cpp.obj 2025-03-04T19:56:48.2721640Z [3306/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\serialized_shape_function_registry.cpp.obj 2025-03-04T19:56:48.3148551Z [3307/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\slice_indices_adjust.cpp.obj 2025-03-04T19:56:48.8081134Z [3308/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_graph_executor_impl.cpp.obj 2025-03-04T19:56:49.1136401Z [3309/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\fusion.cpp.obj 2025-03-04T19:56:49.1655059Z [3310/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_record.cpp.obj 2025-03-04T19:56:49.2493540Z [3311/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\memory_planner.cpp.obj 2025-03-04T19:56:49.3191364Z [3312/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\impl.cpp.obj 2025-03-04T19:56:49.4417618Z [3313/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_ops_utils.cpp.obj 2025-03-04T19:56:50.1542829Z [3314/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\passes.cpp.obj 2025-03-04T19:56:50.2915978Z [3315/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_script.cpp.obj 2025-03-04T19:56:50.4901874Z [3316/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry.cpp.obj 2025-03-04T19:56:50.9969167Z [3317/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\simple_graph_executor_impl.cpp.obj 2025-03-04T19:56:51.1315192Z [3318/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry_util.cpp.obj 2025-03-04T19:56:51.4415363Z [3319/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\callstack_debug_info_serialization.cpp.obj 2025-03-04T19:56:51.9679797Z [3320/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_export_helpers.cpp.obj 2025-03-04T19:56:52.1958267Z [3321/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\generated_ops.cpp.obj 2025-03-04T19:56:52.3907083Z [3322/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_read.cpp.obj 2025-03-04T19:56:52.4914885Z [3323/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\vararg_functions.cpp.obj 2025-03-04T19:56:52.5395527Z [3324/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\native_ops.cpp.obj 2025-03-04T19:56:52.8395663Z [3325/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\te_wrapper.cpp.obj 2025-03-04T19:56:52.9718061Z [3326/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_source.cpp.obj 2025-03-04T19:56:53.2110962Z [3327/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickle.cpp.obj 2025-03-04T19:56:53.2569638Z [3328/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\ops.cpp.obj 2025-03-04T19:56:53.4126726Z [3329/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\python_print.cpp.obj 2025-03-04T19:56:53.5412861Z [3330/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\source_range_serialization.cpp.obj 2025-03-04T19:56:53.7940796Z [3331/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\type_name_uniquer.cpp.obj 2025-03-04T19:56:54.6233829Z [3332/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import.cpp.obj 2025-03-04T19:56:55.6984685Z [3333/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickler.cpp.obj 2025-03-04T19:56:56.4419105Z [3334/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\unpickler.cpp.obj 2025-03-04T19:56:56.5082233Z [3335/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\block_codegen.cpp.obj 2025-03-04T19:56:56.6796163Z [3336/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_overlap.cpp.obj 2025-03-04T19:56:56.7047167Z [3337/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_inference.cpp.obj 2025-03-04T19:56:56.7977631Z [3338/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\codegen.cpp.obj 2025-03-04T19:56:56.9239366Z [3339/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_registry.cpp.obj 2025-03-04T19:56:57.0670006Z [3340/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\cpp_codegen.cpp.obj 2025-03-04T19:56:57.1297806Z [3341/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\intrinsic_symbols.cpp.obj 2025-03-04T19:56:57.9353535Z [3342/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\eval.cpp.obj 2025-03-04T19:56:58.0248450Z [3343/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir.cpp.obj 2025-03-04T19:56:58.9801854Z [3344/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\expr.cpp.obj 2025-03-04T19:56:59.7133890Z [3345/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_codegen.cpp.obj 2025-03-04T19:56:59.9180014Z [3346/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_core.cpp.obj 2025-03-04T19:57:00.1767101Z [3347/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions.cpp.obj 2025-03-04T19:57:00.2024195Z [3348/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\hash_provider.cpp.obj 2025-03-04T19:57:00.2528253Z [3349/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\graph_opt.cpp.obj 2025-03-04T19:57:00.3140949Z [3350/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_codegen.cpp.obj 2025-03-04T19:57:00.3953787Z [3351/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_jit.cpp.obj 2025-03-04T19:57:01.2595923Z [3352/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_mutator.cpp.obj 2025-03-04T19:57:01.3413860Z [3353/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_cloner.cpp.obj 2025-03-04T19:57:02.2787282Z [3354/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_printer.cpp.obj 2025-03-04T19:57:03.1423887Z [3355/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_verifier.cpp.obj 2025-03-04T19:57:03.2250345Z [3356/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_simplifier.cpp.obj 2025-03-04T19:57:03.2252607Z 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-04T19:57:03.2254637Z with 2025-03-04T19:57:03.2254980Z [ 2025-03-04T19:57:03.2255299Z T=int 2025-03-04T19:57:03.2255638Z ] 2025-03-04T19:57:03.2257605Z 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-04T19:57:03.4525471Z with 2025-03-04T19:57:03.4526217Z [ 2025-03-04T19:57:03.4526549Z T=int 2025-03-04T19:57:03.4526897Z ] 2025-03-04T19:57:03.4527806Z [3357/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_visitor.cpp.obj 2025-03-04T19:57:03.7327898Z [3358/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\kernel.cpp.obj 2025-03-04T19:57:03.7450348Z [3359/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest.cpp.obj 2025-03-04T19:57:04.6744761Z [3360/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest_randomization.cpp.obj 2025-03-04T19:57:04.9545533Z [3361/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\lowerings.cpp.obj 2025-03-04T19:57:05.6391209Z [3362/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\mem_dependency_checker.cpp.obj 2025-03-04T19:57:05.6392747Z 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-04T19:57:05.6393929Z with 2025-03-04T19:57:05.6394220Z [ 2025-03-04T19:57:05.6394406Z T=int 2025-03-04T19:57:05.6394609Z ] 2025-03-04T19:57:06.5792391Z 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-04T19:57:06.5793742Z with 2025-03-04T19:57:06.5793946Z [ 2025-03-04T19:57:06.5794206Z T=int 2025-03-04T19:57:06.5794396Z ] 2025-03-04T19:57:06.5794897Z [3363/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\conv2d.cpp.obj 2025-03-04T19:57:06.6489493Z [3364/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\matmul.cpp.obj 2025-03-04T19:57:07.0931243Z [3365/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\misc.cpp.obj 2025-03-04T19:57:07.2800609Z [3366/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\pointwise.cpp.obj 2025-03-04T19:57:07.3152767Z [3367/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\norm.cpp.obj 2025-03-04T19:57:07.3960195Z [3368/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\reduction.cpp.obj 2025-03-04T19:57:07.6470379Z [3369/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\types.cpp.obj 2025-03-04T19:57:07.9590391Z [3370/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\tensor.cpp.obj 2025-03-04T19:57:08.1748469Z [3371/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\quantization.cpp.obj 2025-03-04T19:57:08.1841074Z [3372/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\unique_name_manager.cpp.obj 2025-03-04T19:57:08.3837107Z [3373/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\reduction.cpp.obj 2025-03-04T19:57:08.4289658Z [3374/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\file_check.cpp.obj 2025-03-04T19:57:08.6265871Z [3375/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\hooks_for_testing.cpp.obj 2025-03-04T19:57:08.7181872Z [3376/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\config.cpp.obj 2025-03-04T19:57:09.0082653Z [3377/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_device.cpp.obj 2025-03-04T19:57:09.2062770Z [3378/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\softmax.cpp.obj 2025-03-04T19:57:09.2374854Z [3379/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_interface.cpp.obj 2025-03-04T19:57:09.3161096Z [3380/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\lowering_context.cpp.obj 2025-03-04T19:57:09.4260245Z [3381/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\debug_util.cpp.obj 2025-03-04T19:57:09.4981030Z [3382/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\hash.cpp.obj 2025-03-04T19:57:09.6529432Z [3383/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\helpers.cpp.obj 2025-03-04T19:57:09.9083439Z [3384/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir.cpp.obj 2025-03-04T19:57:09.9309020Z [3385/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\multi_wait.cpp.obj 2025-03-04T19:57:10.0267158Z [3386/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\registerizer.cpp.obj 2025-03-04T19:57:10.0268666Z 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-04T19:57:10.0269696Z with 2025-03-04T19:57:10.0269983Z [ 2025-03-04T19:57:10.0270233Z T=int 2025-03-04T19:57:10.0270439Z ] 2025-03-04T19:57:10.0271783Z 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-04T19:57:10.1151574Z with 2025-03-04T19:57:10.1151849Z [ 2025-03-04T19:57:10.1152027Z T=int 2025-03-04T19:57:10.1152275Z ] 2025-03-04T19:57:10.1152897Z [3387/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_dump_util.cpp.obj 2025-03-04T19:57:10.1992675Z [3388/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_metadata.cpp.obj 2025-03-04T19:57:10.2907151Z [3389/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_util.cpp.obj 2025-03-04T19:57:10.4042083Z [3390/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\permutation_util.cpp.obj 2025-03-04T19:57:10.4222248Z [3391/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\lazy_graph_executor.cpp.obj 2025-03-04T19:57:10.5277493Z [3392/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\metrics.cpp.obj 2025-03-04T19:57:14.0321180Z [3393/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\utils.cpp.obj 2025-03-04T19:57:14.0958859Z [3394/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\thread_pool.cpp.obj 2025-03-04T19:57:14.1381244Z [3395/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\arithmetic_ir_ops.cpp.obj 2025-03-04T19:57:14.1530682Z [3396/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape.cpp.obj 2025-03-04T19:57:14.2105766Z [3397/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor.cpp.obj 2025-03-04T19:57:14.2379785Z [3398/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_util.cpp.obj 2025-03-04T19:57:14.2610468Z [3399/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_impl.cpp.obj 2025-03-04T19:57:14.4036677Z [3400/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\events.cpp.obj 2025-03-04T19:57:14.4133734Z [3401/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\counters.cpp.obj 2025-03-04T19:57:14.4512347Z [3402/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape_inference.cpp.obj 2025-03-04T19:57:15.0002667Z [3403/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\trie.cpp.obj 2025-03-04T19:57:15.1191290Z [3404/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\collection.cpp.obj 2025-03-04T19:57:15.1415637Z [3405/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\combined_traceback.cpp.obj 2025-03-04T19:57:15.1888547Z [3406/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\data_flow.cpp.obj 2025-03-04T19:57:15.2200514Z [3407/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_client_interface.cpp.obj 2025-03-04T19:57:15.2815360Z [3408/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\observer.cpp.obj 2025-03-04T19:57:15.3541938Z [3409/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_shim.cpp.obj 2025-03-04T19:57:15.3657555Z [3410/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\python_tracer.cpp.obj 2025-03-04T19:57:15.4252316Z [3411/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\perf.cpp.obj 2025-03-04T19:57:15.4845134Z [3412/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind_fb.cpp.obj 2025-03-04T19:57:15.6320998Z [3413/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind.cpp.obj 2025-03-04T19:57:15.6522113Z [3414/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\base.cpp.obj 2025-03-04T19:57:15.7592094Z [3415/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\vulkan.cpp.obj 2025-03-04T19:57:15.9316275Z [3416/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\cpp_stacktraces.cpp.obj 2025-03-04T19:57:16.0950250Z [3417/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\itt_observer.cpp.obj 2025-03-04T19:57:16.1282164Z [3418/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\nvtx_observer.cpp.obj 2025-03-04T19:57:16.2004600Z [3419/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\privateuse1_observer.cpp.obj 2025-03-04T19:57:16.2749335Z [3420/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\execution_trace_observer.cpp.obj 2025-03-04T19:57:16.4951009Z [3421/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\util.cpp.obj 2025-03-04T19:57:16.5167195Z [3422/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\schema_info.cpp.obj 2025-03-04T19:57:16.7381648Z [3423/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\variadic.cpp.obj 2025-03-04T19:57:17.1633073Z [3424/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_graph.cpp.obj 2025-03-04T19:57:17.3089119Z [3425/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_inplace_ops.cpp.obj 2025-03-04T19:57:17.4696088Z [3426/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_c10_ops.cpp.obj 2025-03-04T19:57:17.4851447Z [3427/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\check_alias_annotation.cpp.obj 2025-03-04T19:57:18.4801326Z [3428/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\dynamic_ir.cpp.obj 2025-03-04T19:57:18.5461001Z [3429/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\debug_info.cpp.obj 2025-03-04T19:57:18.7040745Z [3430/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\config.cpp.obj 2025-03-04T19:57:18.9624912Z [3431/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\tensor_flatten.cpp.obj 2025-03-04T19:57:19.5599685Z [3432/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\autocast.cpp.obj 2025-03-04T19:57:19.5716402Z [3433/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\device_data.cpp.obj 2025-03-04T19:57:19.6895395Z [3434/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\generic.cpp.obj 2025-03-04T19:57:19.7675151Z [3435/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\cuda\interface.cpp.obj 2025-03-04T19:57:19.9762150Z [3436/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\tensor_aten_ops.cpp.obj 2025-03-04T19:57:20.1490253Z [3437/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops.cpp.obj 2025-03-04T19:57:20.5415480Z [3438/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops_fulljit.cpp.obj 2025-03-04T19:57:20.7019327Z [3439/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_lowering_context.cpp.obj 2025-03-04T19:57:20.7293675Z [3440/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_special_ops.cpp.obj 2025-03-04T19:57:21.0464455Z [3441/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_autograd_functions.cpp.obj 2025-03-04T19:57:21.0900564Z [3442/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node.cpp.obj 2025-03-04T19:57:21.7689529Z [3443/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\export_data.cpp.obj 2025-03-04T19:57:21.9358080Z [3444/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_backend_impl.cpp.obj 2025-03-04T19:57:21.9759265Z [3445/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_eager_fallback.cpp.obj 2025-03-04T19:57:22.9565022Z [3446/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node_lowering.cpp.obj 2025-03-04T19:57:23.1260903Z [3447/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import_data.cpp.obj 2025-03-04T19:57:23.5507441Z [3448/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_native_functions.cpp.obj 2025-03-04T19:57:23.7912550Z [3449/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\out_types.cpp.obj 2025-03-04T19:57:24.1023218Z [3450/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\TraceTypeManual.cpp.obj 2025-03-04T19:57:24.1370879Z [3451/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\itt_wrapper.cpp.obj 2025-03-04T19:57:24.4067106Z [3452/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\itt.cpp.obj 2025-03-04T19:57:24.4331244Z [3453/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\random.cpp.obj 2025-03-04T19:57:24.4598216Z [3454/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\optim\sgd.cpp.obj 2025-03-04T19:57:25.0838074Z [3455/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\sequential.cpp.obj 2025-03-04T19:57:25.1666185Z [3456/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\jit.cpp.obj 2025-03-04T19:57:25.3122938Z [3457/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport.cpp.obj 2025-03-04T19:57:25.4422774Z [3458/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\flatbuffer_serializer.cpp.obj 2025-03-04T19:57:25.4799729Z [3459/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport_manager.cpp.obj 2025-03-04T19:57:25.5552358Z [3460/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\FunctionsManual.cpp.obj 2025-03-04T19:57:25.5643684Z [3461/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\onnx.cpp.obj 2025-03-04T19:57:25.8956292Z [3462/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\byte_order.cpp.obj 2025-03-04T19:57:26.1355253Z [3463/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backoff.cpp.obj 2025-03-04T19:57:26.1572312Z [3464/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_bytecode.cpp.obj 2025-03-04T19:57:26.4718837Z [3465/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module_save.cpp.obj 2025-03-04T19:57:27.0624357Z [3466/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_collectives\StoreCollectives.cpp.obj 2025-03-04T19:57:27.0850574Z [3467/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\VariableTypeManual.cpp.obj 2025-03-04T19:57:27.5822638Z [3468/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\FileStore.cpp.obj 2025-03-04T19:57:27.6549075Z [3469/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GlooDeviceFactory.cpp.obj 2025-03-04T19:57:28.7839229Z [3470/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_module.cpp.obj 2025-03-04T19:57:28.8213697Z [3471/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export.cpp.obj 2025-03-04T19:57:28.9579253Z [3472/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\cpu\fused_kernel.cpp.obj 2025-03-04T19:57:29.3049163Z [3473/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backend.cpp.obj 2025-03-04T19:57:29.4133459Z [3474/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\DMAConnectivity.cpp.obj 2025-03-04T19:57:29.4846205Z [3475/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupMPI.cpp.obj 2025-03-04T19:57:29.6591551Z [3476/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ParamCommsUtils.cpp.obj 2025-03-04T19:57:29.8363090Z [3477/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\PrefixStore.cpp.obj 2025-03-04T19:57:30.5009101Z [3478/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Store.cpp.obj 2025-03-04T19:57:30.7404655Z [3479/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Functional.cpp.obj 2025-03-04T19:57:31.1322437Z [3480/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GroupRegistry.cpp.obj 2025-03-04T19:57:31.3426648Z [3481/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Ops.cpp.obj 2025-03-04T19:57:32.1834341Z [3482/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreLibUvBackend.cpp.obj 2025-03-04T19:57:32.5583001Z [3483/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroup.cpp.obj 2025-03-04T19:57:32.9911163Z [3484/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupGloo.cpp.obj 2025-03-04T19:57:32.9981594Z [3485/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\debug.cpp.obj 2025-03-04T19:57:33.1663941Z [3486/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\SymmetricMemory.cpp.obj 2025-03-04T19:57:33.2149370Z [3487/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupWrapper.cpp.obj 2025-03-04T19:57:33.5435531Z [3488/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logging.cpp.obj 2025-03-04T19:57:34.1683785Z [3489/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStore.cpp.obj 2025-03-04T19:57:34.3218553Z [3490/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreBackend.cpp.obj 2025-03-04T19:57:34.9042719Z [3491/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Utils.cpp.obj 2025-03-04T19:57:34.9308352Z [3492/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\socket.cpp.obj 2025-03-04T19:57:35.1321593Z [3493/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\sequence_num.cpp.obj 2025-03-04T19:57:35.3670772Z [3494/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\Handlers.cpp.obj 2025-03-04T19:57:35.6908940Z [3495/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\comm.cpp.obj 2025-03-04T19:57:35.8135229Z [3496/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\WorkerServer.cpp.obj 2025-03-04T19:57:35.8757874Z [3497/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\cuda.cpp.obj 2025-03-04T19:57:36.5233313Z [3498/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\quantization\quantization.cpp.obj 2025-03-04T19:57:36.6601596Z [3499/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logger.cpp.obj 2025-03-04T19:57:36.7789592Z 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-04T19:57:36.7791953Z [3500/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\default_comm_hooks.cpp.obj 2025-03-04T19:57:37.0592988Z [3501/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\enum.cpp.obj 2025-03-04T19:57:37.2058893Z [3502/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\reducer.cpp.obj 2025-03-04T19:57:37.8707516Z [3503/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\imethod.cpp.obj 2025-03-04T19:57:38.3493206Z [3504/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\mps.cpp.obj 2025-03-04T19:57:38.4650244Z [3505/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Work.cpp.obj 2025-03-04T19:57:38.9895512Z [3506/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\datasets\mnist.cpp.obj 2025-03-04T19:57:39.3178594Z [3507/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\distributed.cpp.obj 2025-03-04T19:57:39.3751771Z [3508/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\random.cpp.obj 2025-03-04T19:57:39.9647392Z [3509/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\sequential.cpp.obj 2025-03-04T19:57:40.0890151Z [3510/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\stream.cpp.obj 2025-03-04T19:57:40.6260695Z [3511/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize.cpp.obj 2025-03-04T19:57:41.7021596Z [3512/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\init.cpp.obj 2025-03-04T19:57:42.0864138Z [3513/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\module.cpp.obj 2025-03-04T19:57:42.4111770Z [3514/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\_functions.cpp.obj 2025-03-04T19:57:42.7741456Z [3515/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\activation.cpp.obj 2025-03-04T19:57:42.8451091Z [3516/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\adaptive.cpp.obj 2025-03-04T19:57:43.4512774Z [3517/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\batchnorm.cpp.obj 2025-03-04T19:57:43.6241480Z [3518/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\normalization.cpp.obj 2025-03-04T19:57:44.0642413Z [3519/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\instancenorm.cpp.obj 2025-03-04T19:57:45.2128484Z [3520/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\conv.cpp.obj 2025-03-04T19:57:45.8232575Z [3521/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\dropout.cpp.obj 2025-03-04T19:57:45.9726977Z [3522/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\distance.cpp.obj 2025-03-04T19:57:46.3383405Z [3523/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\embedding.cpp.obj 2025-03-04T19:57:46.5311545Z [3524/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\fold.cpp.obj 2025-03-04T19:57:46.9935884Z [3525/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\linear.cpp.obj 2025-03-04T19:57:47.0410233Z [3526/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\loss.cpp.obj 2025-03-04T19:57:47.4317633Z [3527/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\padding.cpp.obj 2025-03-04T19:57:48.6752028Z [3528/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pixelshuffle.cpp.obj 2025-03-04T19:57:49.3775165Z [3529/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pooling.cpp.obj 2025-03-04T19:57:49.4637351Z [3530/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\rnn.cpp.obj 2025-03-04T19:57:49.7978065Z [3531/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\upsampling.cpp.obj 2025-03-04T19:57:50.1221223Z [3532/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\transformer.cpp.obj 2025-03-04T19:57:50.2786958Z [3533/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\activation.cpp.obj 2025-03-04T19:57:50.6971216Z [3534/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\container\functional.cpp.obj 2025-03-04T19:57:50.7171458Z [3535/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\adaptive.cpp.obj 2025-03-04T19:57:52.0618069Z [3536/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\batchnorm.cpp.obj 2025-03-04T19:57:52.6854125Z [3537/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\embedding.cpp.obj 2025-03-04T19:57:52.7231170Z [3538/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\instancenorm.cpp.obj 2025-03-04T19:57:53.0754995Z [3539/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\normalization.cpp.obj 2025-03-04T19:57:53.4965373Z [3540/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\conv.cpp.obj 2025-03-04T19:57:53.7331722Z [3541/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\dropout.cpp.obj 2025-03-04T19:57:54.0630427Z [3542/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\linear.cpp.obj 2025-03-04T19:57:54.1104164Z [3543/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\padding.cpp.obj 2025-03-04T19:57:55.4033268Z [3544/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\pooling.cpp.obj 2025-03-04T19:57:56.0205563Z [3545/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\vision.cpp.obj 2025-03-04T19:57:56.1213492Z [3546/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\rnn.cpp.obj 2025-03-04T19:57:56.5192713Z [3547/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\transformer.cpp.obj 2025-03-04T19:57:57.1254836Z [3548/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adagrad.cpp.obj 2025-03-04T19:57:57.3068431Z [3549/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adam.cpp.obj 2025-03-04T19:57:57.4666536Z [3550/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adamw.cpp.obj 2025-03-04T19:57:57.5438819Z [3551/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\lbfgs.cpp.obj 2025-03-04T19:57:57.9110750Z [3552/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\lr_scheduler.cpp.obj 2025-03-04T19:57:58.1051990Z [3553/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\step_lr.cpp.obj 2025-03-04T19:57:58.2905864Z [3554/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\reduce_on_plateau_scheduler.cpp.obj 2025-03-04T19:57:58.6007398Z [3555/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\xpu.cpp.obj 2025-03-04T19:57:58.7848754Z [3556/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\optimizer.cpp.obj 2025-03-04T19:57:58.8971512Z [3557/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX2.cpp.obj 2025-03-04T19:57:58.8972717Z 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-04T19:57:58.8974161Z 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-04T19:57:59.3044444Z 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-04T19:57:59.3047465Z 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-04T19:57:59.3050127Z [3558/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX2.cpp.obj 2025-03-04T19:57:59.3052429Z 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-04T19:57:59.3055192Z 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-04T19:57:59.5795429Z 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-04T19:57:59.5796838Z 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-04T19:57:59.5798041Z [3559/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\serialize.cpp.obj 2025-03-04T19:57:59.5885584Z [3560/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX2.cpp.obj 2025-03-04T19:57:59.5886872Z 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-04T19:57:59.5888142Z 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-04T19:57:59.6285212Z 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-04T19:57:59.6286962Z 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-04T19:57:59.6288770Z [3561/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\rmsprop.cpp.obj 2025-03-04T19:57:59.6543228Z [3562/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX2.cpp.obj 2025-03-04T19:57:59.6544433Z 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-04T19:57:59.6545808Z 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-04T19:57:59.8675404Z 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-04T19:57:59.8678055Z 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-04T19:57:59.8680219Z [3563/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX2.cpp.obj 2025-03-04T19:57:59.8682184Z 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-04T19:57:59.8685078Z 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-04T19:58:00.0123528Z 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-04T19:58:00.0126218Z 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-04T19:58:00.0127801Z [3564/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\sgd.cpp.obj 2025-03-04T19:58:00.4379327Z [3565/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:00.4381401Z 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-04T19:58:00.4383699Z 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-04T19:58:00.5730347Z 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-04T19:58:00.5731981Z 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-04T19:58:00.5733147Z [3566/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:00.5734227Z 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-04T19:58:00.5735505Z 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-04T19:58:00.5894332Z 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-04T19:58:00.5896573Z 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-04T19:58:00.5898458Z [3567/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:00.5902075Z 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-04T19:58:00.5904169Z 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-04T19:58:00.6129095Z 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-04T19:58:00.6130682Z 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-04T19:58:00.6131942Z [3568/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX2.cpp.obj 2025-03-04T19:58:00.6133102Z 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-04T19:58:00.6134368Z 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-04T19:58:00.6765282Z 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-04T19:58:00.6767911Z 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-04T19:58:00.6770145Z [3569/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:00.6772028Z 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-04T19:58:00.6774090Z 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-04T19:58:00.8085353Z 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-04T19:58:00.8087978Z 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-04T19:58:00.8090138Z [3570/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\input-archive.cpp.obj 2025-03-04T19:58:00.8480166Z [3571/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:00.8481690Z 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-04T19:58:00.8484315Z 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-04T19:58:00.9673911Z 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-04T19:58:00.9676502Z 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-04T19:58:00.9678673Z [3572/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:00.9680737Z 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-04T19:58:00.9683117Z 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-04T19:58:01.2644366Z 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-04T19:58:01.2645755Z 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-04T19:58:01.2647185Z [3573/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX2.cpp.obj 2025-03-04T19:58:01.2649208Z 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-04T19:58:01.2651689Z 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-04T19:58:01.3722152Z 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-04T19:58:01.3723608Z 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-04T19:58:01.3724736Z [3574/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\output-archive.cpp.obj 2025-03-04T19:58:01.5115383Z [3575/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:01.5116530Z 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-04T19:58:01.5117812Z 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-04T19:58:01.5296658Z 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-04T19:58:01.5298096Z 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-04T19:58:01.5299548Z [3576/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:01.5300627Z 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-04T19:58:01.5302140Z 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-04T19:58:01.5738137Z 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-04T19:58:01.5740748Z 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-04T19:58:01.5742791Z [3577/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:01.5744831Z 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-04T19:58:01.5747256Z 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-04T19:58:01.6009564Z 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-04T19:58:01.6011017Z 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-04T19:58:01.6012520Z [3578/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:01.6013786Z 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-04T19:58:01.6015281Z 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-04T19:58:01.6829520Z 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-04T19:58:01.6832048Z 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-04T19:58:01.6834203Z [3579/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:01.6836161Z 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-04T19:58:01.6838468Z 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-04T19:58:01.8325285Z 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-04T19:58:01.8327041Z 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-04T19:58:01.8328357Z [3580/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:01.8329603Z 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-04T19:58:01.8331110Z 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-04T19:58:02.1155767Z 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-04T19:58:02.1157364Z 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-04T19:58:02.1158616Z [3581/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX2.cpp.obj 2025-03-04T19:58:02.1159690Z 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-04T19:58:02.1751396Z 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-04T19:58:02.1752992Z 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-04T19:58:02.1754439Z 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-04T19:58:02.1755674Z [3582/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:02.1756850Z 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-04T19:58:02.1758127Z 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-04T19:58:02.2326361Z 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-04T19:58:02.2328924Z 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-04T19:58:02.2330224Z [3583/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:02.2331326Z 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-04T19:58:02.2332680Z 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-04T19:58:02.3124828Z 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-04T19:58:02.3126958Z 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-04T19:58:02.3129317Z [3584/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:02.3131065Z 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-04T19:58:02.3132313Z 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-04T19:58:02.3774003Z 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-04T19:58:02.3776621Z 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-04T19:58:02.3778768Z [3585/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:02.3780732Z 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-04T19:58:02.3783074Z 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-04T19:58:02.4082899Z 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-04T19:58:02.4084409Z 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-04T19:58:02.4085951Z [3586/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:02.4087044Z 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-04T19:58:02.4088443Z 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-04T19:58:02.5179602Z 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-04T19:58:02.5182255Z 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-04T19:58:02.5184884Z [3587/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:02.5187056Z 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-04T19:58:02.5189515Z 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-04T19:58:02.6671152Z 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-04T19:58:02.6673985Z 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-04T19:58:02.6676199Z [3588/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:02.6678392Z 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-04T19:58:02.6681189Z 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-04T19:58:02.7158815Z 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-04T19:58:02.7160639Z 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-04T19:58:02.7162456Z [3589/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:02.7163865Z 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-04T19:58:02.7165139Z 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-04T19:58:02.8591283Z 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-04T19:58:02.8593975Z 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-04T19:58:02.8596223Z [3590/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:02.8598376Z 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-04T19:58:02.8600677Z 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-04T19:58:02.9075335Z 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-04T19:58:02.9076950Z 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-04T19:58:02.9078210Z [3591/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:02.9079415Z 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-04T19:58:02.9080736Z 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-04T19:58:02.9896296Z 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-04T19:58:02.9898910Z 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-04T19:58:02.9901170Z [3592/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:02.9903225Z 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-04T19:58:02.9905482Z 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-04T19:58:03.0421290Z 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-04T19:58:03.0423407Z 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-04T19:58:03.0425462Z [3593/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:03.0427171Z 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-04T19:58:03.0429099Z 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-04T19:58:03.1575698Z 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-04T19:58:03.1577142Z 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-04T19:58:03.1578409Z [3594/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:03.1579569Z 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-04T19:58:03.1581061Z 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-04T19:58:03.2083860Z 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-04T19:58:03.2085356Z 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-04T19:58:03.2086551Z [3595/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:03.2087732Z 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-04T19:58:03.2089189Z 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-04T19:58:03.5301807Z 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-04T19:58:03.5303450Z 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-04T19:58:03.5304689Z [3596/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:03.5305839Z 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-04T19:58:03.5307288Z 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-04T19:58:03.5615309Z 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-04T19:58:03.5618236Z 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-04T19:58:03.5620446Z [3597/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:03.5622665Z 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-04T19:58:03.5625071Z 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-04T19:58:03.7816617Z 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-04T19:58:03.7818034Z 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-04T19:58:03.7819182Z [3598/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:03.7820254Z 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-04T19:58:03.7821502Z 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-04T19:58:03.8337059Z 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-04T19:58:03.8338520Z 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-04T19:58:03.8339864Z [3599/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:03.8341079Z 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-04T19:58:03.8342531Z 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-04T19:58:03.8453212Z 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-04T19:58:03.8454773Z 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-04T19:58:03.8455948Z [3600/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:03.8457159Z 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-04T19:58:03.8458619Z 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-04T19:58:03.9597070Z 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-04T19:58:03.9598473Z 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-04T19:58:03.9599825Z [3601/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX2.cpp.obj 2025-03-04T19:58:03.9600971Z 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-04T19:58:03.9602337Z 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-04T19:58:04.0778121Z 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-04T19:58:04.0780844Z 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-04T19:58:04.0783026Z [3602/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:04.0785022Z 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-04T19:58:04.0787596Z 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-04T19:58:04.0861271Z 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-04T19:58:04.0862755Z 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-04T19:58:04.0864482Z [3603/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:04.0865974Z 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-04T19:58:04.0867275Z 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-04T19:58:04.1768307Z 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-04T19:58:04.1769841Z 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-04T19:58:04.1770971Z [3604/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:04.1772052Z 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-04T19:58:04.1773484Z 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-04T19:58:04.4094451Z 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-04T19:58:04.4097049Z 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-04T19:58:04.4099155Z [3605/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:04.4101417Z 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-04T19:58:04.4103822Z 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-04T19:58:04.4706813Z 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-04T19:58:04.4708451Z 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-04T19:58:04.4709708Z [3606/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:04.6022338Z 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-04T19:58:04.6023573Z [3607/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:04.6600998Z 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-04T19:58:04.6602190Z [3608/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:04.6603544Z 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-04T19:58:04.6604980Z 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-04T19:58:04.6792233Z 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-04T19:58:04.6793765Z 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-04T19:58:04.6795091Z [3609/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:04.6796176Z 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-04T19:58:04.6797452Z 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-04T19:58:04.7315571Z 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-04T19:58:04.7317096Z 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-04T19:58:04.7318962Z [3610/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:04.7320844Z 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-04T19:58:04.7323044Z 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-04T19:58:04.8544664Z 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-04T19:58:04.8547501Z 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-04T19:58:04.8549708Z [3611/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:04.8551903Z 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-04T19:58:04.8554359Z 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-04T19:58:05.0770847Z 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-04T19:58:05.0773514Z 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-04T19:58:05.0775721Z [3612/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:05.0777803Z 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-04T19:58:05.0780250Z 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-04T19:58:05.3396966Z 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-04T19:58:05.3398472Z 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-04T19:58:05.3399670Z [3613/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX2.cpp.obj 2025-03-04T19:58:05.3400910Z 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-04T19:58:05.3402191Z 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-04T19:58:05.3499061Z 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-04T19:58:05.3500467Z 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-04T19:58:05.3501615Z [3614/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:05.3502660Z 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-04T19:58:05.3503926Z 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-04T19:58:05.3527500Z 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-04T19:58:05.3530221Z 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-04T19:58:05.3532594Z [3615/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:05.3534593Z 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-04T19:58:05.3537003Z 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-04T19:58:05.3540514Z 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-04T19:58:05.3543102Z 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-04T19:58:05.3545406Z 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-04T19:58:05.3548124Z 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-04T19:58:05.3549785Z with 2025-03-04T19:58:05.3550126Z [ 2025-03-04T19:58:05.3550471Z scalar_t=float, 2025-03-04T19:58:05.3551444Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2025-03-04T19:58:05.3552526Z ] 2025-03-04T19:58:05.3554447Z 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-04T19:58:05.3556632Z with 2025-03-04T19:58:05.3556957Z [ 2025-03-04T19:58:05.3557294Z scalar_t=float, 2025-03-04T19:58:05.3558338Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &), 2025-03-04T19:58:05.3560026Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2025-03-04T19:58:05.3561025Z ] 2025-03-04T19:58:05.3564858Z 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-04T19:58:05.3568644Z with 2025-03-04T19:58:05.3568987Z [ 2025-03-04T19:58:05.3569318Z scalar_t=scalar_t, 2025-03-04T19:58:05.3569881Z data_t=at::vec::AVX2::Vectorized, 2025-03-04T19:58:05.3571399Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2025-03-04T19:58:05.3573405Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2025-03-04T19:58:05.3574439Z ] 2025-03-04T19:58:05.3577494Z 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-04T19:58:05.3580868Z with 2025-03-04T19:58:05.3581190Z [ 2025-03-04T19:58:05.3581532Z scalar_t=scalar_t 2025-03-04T19:58:05.3582036Z ] 2025-03-04T19:58:05.3585145Z 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-04T19:58:05.3588242Z with 2025-03-04T19:58:05.3588584Z [ 2025-03-04T19:58:05.3588919Z scalar_t=scalar_t 2025-03-04T19:58:05.3589350Z ] 2025-03-04T19:58:05.3591383Z 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-04T19:58:05.3593739Z with 2025-03-04T19:58:05.3594081Z [ 2025-03-04T19:58:05.3594414Z scalar_t=scalar_t 2025-03-04T19:58:05.3594847Z ] 2025-03-04T19:58:05.4073166Z 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-04T19:58:05.4074745Z with 2025-03-04T19:58:05.4074949Z [ 2025-03-04T19:58:05.4075148Z scalar_t=scalar_t 2025-03-04T19:58:05.4075384Z ] 2025-03-04T19:58:05.4076338Z 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-04T19:58:05.4077805Z [3616/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:05.4078982Z 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-04T19:58:05.4080289Z 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-04T19:58:05.4384410Z 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-04T19:58:05.4386078Z 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-04T19:58:05.4387369Z [3617/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:05.4523979Z 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-04T19:58:05.4525177Z [3618/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:05.6380149Z 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-04T19:58:05.6381300Z [3619/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:05.6382396Z 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-04T19:58:05.6384750Z 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-04T19:58:05.7720361Z 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-04T19:58:05.7723030Z 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-04T19:58:05.7725476Z [3620/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:05.9743525Z 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-04T19:58:05.9744612Z [3621/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:05.9745686Z 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-04T19:58:05.9747093Z 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-04T19:58:06.0048241Z 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-04T19:58:06.0049749Z 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-04T19:58:06.0051010Z [3622/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:06.0052200Z 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-04T19:58:06.0053481Z 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-04T19:58:06.2374927Z 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-04T19:58:06.2376438Z 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-04T19:58:06.2377838Z 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-04T19:58:06.2378969Z [3623/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:06.2380064Z 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-04T19:58:06.2381313Z 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-04T19:58:06.2644526Z 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-04T19:58:06.2647043Z 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-04T19:58:06.2649104Z [3624/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX2.cpp.obj 2025-03-04T19:58:06.2651298Z 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-04T19:58:06.2653602Z 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-04T19:58:06.2740181Z 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-04T19:58:06.2741581Z 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-04T19:58:06.2742932Z [3625/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX512.cpp.obj 2025-03-04T19:58:06.3127660Z [3626/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:06.3128802Z 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-04T19:58:06.3130064Z 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-04T19:58:06.3592606Z 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-04T19:58:06.3594177Z 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-04T19:58:06.3595395Z [3627/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX2.cpp.obj 2025-03-04T19:58:06.3596763Z 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-04T19:58:06.3598043Z 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-04T19:58:06.3839836Z 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-04T19:58:06.3842412Z 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-04T19:58:06.3844584Z [3628/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX2.cpp.obj 2025-03-04T19:58:06.3846593Z 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-04T19:58:06.3849017Z 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-04T19:58:06.5058721Z 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-04T19:58:06.5061348Z 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-04T19:58:06.5063547Z [3629/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX512.cpp.obj 2025-03-04T19:58:06.8037408Z [3630/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX512.cpp.obj 2025-03-04T19:58:06.8168906Z [3631/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX512.cpp.obj 2025-03-04T19:58:06.9488155Z [3632/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX512.cpp.obj 2025-03-04T19:58:07.1711002Z [3633/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:07.2270605Z [3634/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:07.2721918Z [3635/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:07.3731698Z [3636/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:07.3817044Z [3637/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX512.cpp.obj 2025-03-04T19:58:07.3883109Z [3638/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:07.4883293Z [3639/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:07.8458397Z [3640/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX512.cpp.obj 2025-03-04T19:58:07.8573573Z [3641/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:07.9649983Z [3642/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:08.1889645Z [3643/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:08.2038479Z [3644/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:08.2943203Z [3645/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:08.3610138Z [3646/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:08.3703658Z [3647/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:08.4655753Z [3648/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX512.cpp.obj 2025-03-04T19:58:08.5739504Z [3649/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:08.7639576Z [3650/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:08.9095331Z [3651/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:08.9327626Z [3652/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:09.0419723Z [3653/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:09.1242721Z [3654/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:09.2726513Z [3655/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:09.2960610Z [3656/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:09.4389753Z [3657/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:09.4543553Z [3658/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:09.4968839Z [3659/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:09.5138833Z [3660/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:09.5911648Z [3661/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:09.9758274Z [3662/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:10.1345791Z [3663/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:10.2404071Z [3664/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:10.2712279Z [3665/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:10.2813897Z [3666/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX512.cpp.obj 2025-03-04T19:58:10.2921761Z [3667/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:10.3799048Z [3668/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:10.4609119Z [3669/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:10.5440544Z [3670/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:10.8357422Z [3671/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:10.8376994Z [3672/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:11.0218044Z [3673/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:11.1079303Z [3674/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:11.1316133Z [3675/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:11.1498440Z [3676/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:11.1649378Z [3677/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:11.4276276Z [3678/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:11.6527670Z [3679/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:11.6529733Z 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-04T19:58:11.6532375Z 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-04T19:58:11.6534278Z with 2025-03-04T19:58:11.6534602Z [ 2025-03-04T19:58:11.6534941Z scalar_t=float, 2025-03-04T19:58:11.6535928Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2025-03-04T19:58:11.6536886Z ] 2025-03-04T19:58:11.6539078Z 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-04T19:58:11.6541207Z with 2025-03-04T19:58:11.6541544Z [ 2025-03-04T19:58:11.6541876Z scalar_t=float, 2025-03-04T19:58:11.6542893Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &), 2025-03-04T19:58:11.6544535Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2025-03-04T19:58:11.6545175Z ] 2025-03-04T19:58:11.6547246Z 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-04T19:58:11.6549260Z with 2025-03-04T19:58:11.6549456Z [ 2025-03-04T19:58:11.6549686Z scalar_t=scalar_t, 2025-03-04T19:58:11.6549967Z data_t=at::vec::AVX512::Vectorized, 2025-03-04T19:58:11.6550777Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2025-03-04T19:58:11.6551949Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2025-03-04T19:58:11.6552611Z ] 2025-03-04T19:58:11.6554302Z 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-04T19:58:11.6555948Z with 2025-03-04T19:58:11.6556138Z [ 2025-03-04T19:58:11.6556335Z scalar_t=scalar_t 2025-03-04T19:58:11.6556570Z ] 2025-03-04T19:58:11.6558270Z 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-04T19:58:11.6560218Z with 2025-03-04T19:58:11.6560406Z [ 2025-03-04T19:58:11.6560594Z scalar_t=scalar_t 2025-03-04T19:58:11.6560829Z ] 2025-03-04T19:58:11.6561970Z 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-04T19:58:11.6563817Z with 2025-03-04T19:58:11.6564157Z [ 2025-03-04T19:58:11.6564469Z scalar_t=scalar_t 2025-03-04T19:58:11.6565048Z ] 2025-03-04T19:58:11.6728206Z 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-04T19:58:11.6729611Z with 2025-03-04T19:58:11.6729991Z [ 2025-03-04T19:58:11.6730316Z scalar_t=scalar_t 2025-03-04T19:58:11.6730744Z ] 2025-03-04T19:58:11.6732048Z 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-04T19:58:11.6733544Z [3680/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:11.7701339Z [3681/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX512.cpp.obj 2025-03-04T19:58:11.8605165Z [3682/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:11.8881318Z [3683/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:11.9160182Z [3684/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:12.0981309Z [3685/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:12.1240082Z [3686/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:12.2633599Z [3687/7043] Building CXX object caffe2\CMakeFiles\torch.dir\__\empty.cpp.obj 2025-03-04T19:58:12.2910461Z [3688/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:12.3726691Z 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-04T19:58:12.3727848Z [3689/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:12.5650927Z [3690/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:12.6378240Z [3691/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX512.cpp.obj 2025-03-04T19:58:12.6476838Z [3692/7043] Building CXX object caffe2\torch\lib\libshm_windows\CMakeFiles\shm.dir\core.cpp.obj 2025-03-04T19:58:12.7681002Z [3693/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:12.7710488Z [3694/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX512.cpp.obj 2025-03-04T19:58:12.8470600Z [3695/7043] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX512.cpp.obj 2025-03-04T19:58:13.1747054Z [3696/7043] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCPUCustomOps.cpp.obj 2025-03-04T19:58:13.2902003Z [3697/7043] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\custom_ops.cpp.obj 2025-03-04T19:58:13.3765414Z [3698/7043] Building CXX object test_jit\CMakeFiles\jitbackend_test.dir\test_backend_lib.cpp.obj 2025-03-04T19:58:13.5710331Z [3699/7043] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_preprocess.cpp.obj 2025-03-04T19:58:13.6091141Z [3700/7043] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_lib.cpp.obj 2025-03-04T19:58:14.0343570Z [3701/7043] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\__\__\__\torch\csrc\jit\mobile\profiler_edge.cpp.obj 2025-03-04T19:58:14.8193322Z [3702/7043] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-03-04T19:58:15.0598989Z [3703/7043] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\operator_registry.cpp.obj 2025-03-04T19:58:16.1482832Z [3704/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_variable_methods.cpp.obj 2025-03-04T19:58:16.4378952Z [3705/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_0.cpp.obj 2025-03-04T19:58:16.6927503Z [3706/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_0.cpp.obj 2025-03-04T19:58:16.8246334Z [3707/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_1.cpp.obj 2025-03-04T19:58:16.9990938Z [3708/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_2.cpp.obj 2025-03-04T19:58:17.0291093Z [3709/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_3.cpp.obj 2025-03-04T19:58:17.2682312Z [3710/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_4.cpp.obj 2025-03-04T19:58:17.5500486Z [3711/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_1.cpp.obj 2025-03-04T19:58:17.8078512Z [3712/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_2.cpp.obj 2025-03-04T19:58:17.8349407Z [3713/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nn_functions.cpp.obj 2025-03-04T19:58:17.9357383Z [3714/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_fft_functions.cpp.obj 2025-03-04T19:58:18.0755534Z [3715/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_linalg_functions.cpp.obj 2025-03-04T19:58:18.1245111Z [3716/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nested_functions.cpp.obj 2025-03-04T19:58:18.2083004Z [3717/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DataLoader.cpp.obj 2025-03-04T19:58:18.3037072Z [3718/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_sparse_functions.cpp.obj 2025-03-04T19:58:18.6446010Z [3719/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_special_functions.cpp.obj 2025-03-04T19:58:18.6875691Z [3720/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_return_types.cpp.obj 2025-03-04T19:58:18.7051641Z [3721/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_enum_tag.cpp.obj 2025-03-04T19:58:18.9942373Z [3722/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DeviceAccelerator.cpp.obj 2025-03-04T19:58:19.0729531Z [3723/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Device.cpp.obj 2025-03-04T19:58:19.1481192Z [3724/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Dtype.cpp.obj 2025-03-04T19:58:19.6476600Z [3725/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Layout.cpp.obj 2025-03-04T19:58:19.9719049Z [3726/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\MemoryFormat.cpp.obj 2025-03-04T19:58:19.9923689Z [3727/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\QScheme.cpp.obj 2025-03-04T19:58:20.8912067Z [3728/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\python_dimname.cpp.obj 2025-03-04T19:58:20.9915214Z [3729/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Size.cpp.obj 2025-03-04T19:58:21.6584571Z [3730/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DynamicTypes.cpp.obj 2025-03-04T19:58:22.2292305Z [3731/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Exceptions.cpp.obj 2025-03-04T19:58:22.2623516Z [3732/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Generator.cpp.obj 2025-03-04T19:58:22.6366146Z [3733/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Module.cpp.obj 2025-03-04T19:58:23.0219191Z 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-04T19:58:23.0220789Z 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-04T19:58:23.0222194Z 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-04T19:58:23.0223195Z [3734/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\PyInterpreter.cpp.obj 2025-03-04T19:58:24.5999589Z [3735/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageMethods.cpp.obj 2025-03-04T19:58:24.7108445Z [3736/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Storage.cpp.obj 2025-03-04T19:58:25.4248532Z [3737/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageSharing.cpp.obj 2025-03-04T19:58:25.6375783Z [3738/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Stream.cpp.obj 2025-03-04T19:58:25.6628452Z [3739/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Event.cpp.obj 2025-03-04T19:58:25.9223593Z [3740/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\TypeInfo.cpp.obj 2025-03-04T19:58:26.3505922Z [3741/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\api\src\python\init.cpp.obj 2025-03-04T19:58:26.4659495Z [3742/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\profiler_python.cpp.obj 2025-03-04T19:58:26.6364095Z [3743/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_anomaly_mode.cpp.obj 2025-03-04T19:58:26.9445572Z [3744/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_cpp_function.cpp.obj 2025-03-04T19:58:27.8787813Z [3745/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\functions\init.cpp.obj 2025-03-04T19:58:28.1970890Z [3746/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\init.cpp.obj 2025-03-04T19:58:28.9292331Z [3747/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_saved_variable_hooks.cpp.obj 2025-03-04T19:58:29.7693679Z [3748/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_engine.cpp.obj 2025-03-04T19:58:29.9514659Z [3749/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_function.cpp.obj 2025-03-04T19:58:30.0592287Z [3750/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_hook.cpp.obj 2025-03-04T19:58:30.2965388Z [3751/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_legacy_variable.cpp.obj 2025-03-04T19:58:30.9662419Z [3752/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cache_entry.cpp.obj 2025-03-04T19:58:31.1542522Z [3753/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpp_shim.cpp.obj 2025-03-04T19:58:31.5071502Z [3754/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_nested_functions_manual.cpp.obj 2025-03-04T19:58:31.6631655Z [3755/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_torch_functions_manual.cpp.obj 2025-03-04T19:58:31.7664822Z [3756/7043] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpython_defs.c.obj 2025-03-04T19:58:31.9603178Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(40): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2025-03-04T19:58:31.9604287Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2025-03-04T19:58:31.9605567Z [3757/7043] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\eval_frame.c.obj 2025-03-04T19:58:32.1317707Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(40): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2025-03-04T19:58:32.1319515Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2025-03-04T19:58:32.1321206Z [3758/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable_indexing.cpp.obj 2025-03-04T19:58:32.3185290Z [3759/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\eval_frame_cpp.cpp.obj 2025-03-04T19:58:32.4403922Z [3760/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable.cpp.obj 2025-03-04T19:58:32.5285345Z [3761/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\extra_state.cpp.obj 2025-03-04T19:58:32.6414053Z [3762/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\framelocals_mapping.cpp.obj 2025-03-04T19:58:32.8547878Z [3763/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\fx\node.cpp.obj 2025-03-04T19:58:33.0253513Z [3764/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\utils.cpp.obj 2025-03-04T19:58:33.3097823Z [3765/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\init.cpp.obj 2025-03-04T19:58:33.3499429Z [3766/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\python_compiled_autograd.cpp.obj 2025-03-04T19:58:34.0278131Z [3767/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\export\pybind.cpp.obj 2025-03-04T19:58:34.2659353Z [3768/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_runner\pybind.cpp.obj 2025-03-04T19:58:34.3541398Z [3769/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_package\pybind.cpp.obj 2025-03-04T19:58:35.2371467Z [3770/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\resize_storage_bytes.cpp.obj 2025-03-04T19:58:35.7308366Z [3771/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\guards.cpp.obj 2025-03-04T19:58:35.9590330Z [3772/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mps\Module.cpp.obj 2025-03-04T19:58:36.1711146Z [3773/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mtia\Module.cpp.obj 2025-03-04T19:58:36.1861808Z [3774/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\functorch\init.cpp.obj 2025-03-04T19:58:37.0628188Z [3775/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\deduplicate_initializers.cpp.obj 2025-03-04T19:58:37.1180584Z [3776/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\cast_all_constant_to_floating.cpp.obj 2025-03-04T19:58:37.3557087Z [3777/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_holder.cpp.obj 2025-03-04T19:58:37.5752168Z [3778/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_meta_info.cpp.obj 2025-03-04T19:58:38.4107424Z [3779/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_map.cpp.obj 2025-03-04T19:58:38.5328059Z [3780/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eliminate_unused_items.cpp.obj 2025-03-04T19:58:38.7027848Z [3781/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\backends\backend_init.cpp.obj 2025-03-04T19:58:39.3756049Z [3782/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_fold.cpp.obj 2025-03-04T19:58:39.4768847Z [3783/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\init.cpp.obj 2025-03-04T19:58:39.4808662Z [3784/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\list_model_parameters.cpp.obj 2025-03-04T19:58:39.6254930Z [3785/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_substitution.cpp.obj 2025-03-04T19:58:39.7015560Z [3786/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx.cpp.obj 2025-03-04T19:58:40.3950308Z [3787/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\preprocess_for_onnx.cpp.obj 2025-03-04T19:58:40.4730861Z [3788/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\peephole.cpp.obj 2025-03-04T19:58:40.5032459Z [3789/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\helper.cpp.obj 2025-03-04T19:58:40.5857702Z [3790/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eval_peephole.cpp.obj 2025-03-04T19:58:40.6026418Z [3791/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\prepare_division_for_onnx.cpp.obj 2025-03-04T19:58:40.6492488Z [3792/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\scalar_type_analysis.cpp.obj 2025-03-04T19:58:40.8143752Z [3793/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\onnx_log.cpp.obj 2025-03-04T19:58:41.4187130Z [3794/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\remove_inplace_ops_for_onnx.cpp.obj 2025-03-04T19:58:41.5978545Z [3795/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\naming.cpp.obj 2025-03-04T19:58:41.6117169Z [3796/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_extraction.cpp.obj 2025-03-04T19:58:41.9875489Z [3797/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\fixup_onnx_controlflow.cpp.obj 2025-03-04T19:58:42.3368121Z [3798/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\autograd_function_process.cpp.obj 2025-03-04T19:58:42.5408678Z [3799/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\common.cpp.obj 2025-03-04T19:58:42.6500593Z [3800/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\unpack_quantized_weights.cpp.obj 2025-03-04T19:58:42.6667359Z [3801/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_encapsulation.cpp.obj 2025-03-04T19:58:43.0375180Z [3802/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_conversion.cpp.obj 2025-03-04T19:58:44.3055405Z [3803/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\shape_type_inference.cpp.obj 2025-03-04T19:58:44.4722715Z [3804/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\pybind_utils.cpp.obj 2025-03-04T19:58:45.8432221Z [3805/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_arg_flatten.cpp.obj 2025-03-04T19:58:46.1207097Z [3806/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_dict.cpp.obj 2025-03-04T19:58:46.1704497Z [3807/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_custom_class.cpp.obj 2025-03-04T19:58:46.2764347Z [3808/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_interpreter.cpp.obj 2025-03-04T19:58:46.5105517Z [3809/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\tree_views.cpp.obj 2025-03-04T19:58:46.6031272Z [3810/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_ir.cpp.obj 2025-03-04T19:58:47.3765010Z [3811/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tree_views.cpp.obj 2025-03-04T19:58:47.8497666Z [3812/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_list.cpp.obj 2025-03-04T19:58:48.0801850Z [3813/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tracer.cpp.obj 2025-03-04T19:58:48.8386729Z [3814/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\monitor\python_init.cpp.obj 2025-03-04T19:58:48.9522074Z [3815/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\multiprocessing\init.cpp.obj 2025-03-04T19:58:49.6437653Z [3816/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\script_init.cpp.obj 2025-03-04T19:58:49.7300757Z [3817/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\concrete_module_type.cpp.obj 2025-03-04T19:58:49.7302652Z 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-04T19:58:49.7304758Z 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-04T19:58:49.7306103Z with 2025-03-04T19:58:49.7306368Z [ 2025-03-04T19:58:49.7306602Z _Ty1=const pybind11::object &, 2025-03-04T19:58:49.7306924Z _Ty2=const pybind11::object & 2025-03-04T19:58:49.7307200Z ] 2025-03-04T19:58:49.7308314Z 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-04T19:58:49.7309459Z with 2025-03-04T19:58:49.7309663Z [ 2025-03-04T19:58:49.7309890Z _InIt1=const pybind11::object *, 2025-03-04T19:58:49.7310203Z _InIt2=const pybind11::object *, 2025-03-04T19:58:49.7310524Z _Pr=std::equal_to 2025-03-04T19:58:49.7310838Z ] 2025-03-04T19:58:49.7312094Z 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-04T19:58:49.7313311Z with 2025-03-04T19:58:49.7313508Z [ 2025-03-04T19:58:49.7313718Z _InIt1=const pybind11::object *, 2025-03-04T19:58:49.7314100Z _InIt2=const pybind11::object * 2025-03-04T19:58:49.7314518Z ] 2025-03-04T19:58:49.8443989Z 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-04T19:58:49.8446041Z [3818/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_sugared_value.cpp.obj 2025-03-04T19:58:50.0219148Z [3819/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\runtime\static\init.cpp.obj 2025-03-04T19:58:50.6037673Z [3820/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\combined_traceback.cpp.obj 2025-03-04T19:58:50.9247960Z [3821/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\tensorexpr\tensorexpr_init.cpp.obj 2025-03-04T19:58:52.4761381Z [3822/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\init.cpp.obj 2025-03-04T19:58:52.6948315Z [3823/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\onnx\init.cpp.obj 2025-03-04T19:58:53.0893426Z [3824/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\serialization.cpp.obj 2025-03-04T19:58:53.3463767Z [3825/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\tensor\python_tensor.cpp.obj 2025-03-04T19:58:53.3633604Z [3826/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\device_lazy_init.cpp.obj 2025-03-04T19:58:53.5140660Z [3827/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\init.cpp.obj 2025-03-04T19:58:53.6235018Z [3828/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\invalid_arguments.cpp.obj 2025-03-04T19:58:53.6429202Z [3829/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\object_ptr.cpp.obj 2025-03-04T19:58:54.2249523Z [3830/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\throughput_benchmark.cpp.obj 2025-03-04T19:58:54.5217832Z [3831/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils.cpp.obj 2025-03-04T19:58:54.5296439Z [3832/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pyobject_preservation.cpp.obj 2025-03-04T19:58:54.6588352Z [3833/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pybind.cpp.obj 2025-03-04T19:58:54.7732446Z [3834/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_symnode.cpp.obj 2025-03-04T19:58:55.4492130Z [3835/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\structseq.cpp.obj 2025-03-04T19:58:55.5870666Z [3836/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_dtypes.cpp.obj 2025-03-04T19:58:55.6617994Z [3837/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_layouts.cpp.obj 2025-03-04T19:58:56.3666768Z [3838/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_memoryformats.cpp.obj 2025-03-04T19:58:56.4673076Z [3839/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_qschemes.cpp.obj 2025-03-04T19:58:56.6362077Z [3840/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\nested.cpp.obj 2025-03-04T19:58:56.8609286Z [3841/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_arg_parser.cpp.obj 2025-03-04T19:58:57.0013813Z [3842/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_dispatch.cpp.obj 2025-03-04T19:58:57.6486261Z [3843/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_types.cpp.obj 2025-03-04T19:58:57.8529502Z [3844/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\disable_torch_function.cpp.obj 2025-03-04T19:58:57.9117998Z [3845/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\verbose.cpp.obj 2025-03-04T19:58:58.0498459Z [3846/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_apply.cpp.obj 2025-03-04T19:58:58.5874387Z [3847/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cpu\Module.cpp.obj 2025-03-04T19:58:58.8554404Z [3848/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\instruction_counter\Module.cpp.obj 2025-03-04T19:58:58.9762488Z [3849/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_list.cpp.obj 2025-03-04T19:58:59.1217063Z [3850/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\python_util.cpp.obj 2025-03-04T19:58:59.8202986Z [3851/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\itt.cpp.obj 2025-03-04T19:58:59.8862385Z [3852/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_new.cpp.obj 2025-03-04T19:58:59.9422430Z [3853/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_numpy.cpp.obj 2025-03-04T19:58:59.9484587Z [3854/7043] 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-04T19:59:00.0206951Z [3855/7043] 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-04T19:59:00.0735681Z [3856/7043] 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-04T19:59:00.0817815Z [3857/7043] 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-04T19:59:00.1492028Z [3858/7043] 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-04T19:59:00.2182357Z [3859/7043] 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-04T19:59:00.2232395Z [3860/7043] 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-04T19:59:00.2749390Z [3861/7043] 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-04T19:59:00.3451526Z [3862/7043] 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-04T19:59:00.3505981Z [3863/7043] 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-04T19:59:00.4083512Z [3864/7043] 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-04T19:59:00.4735765Z [3865/7043] 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-04T19:59:00.4738717Z [3866/7043] 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-04T19:59:00.5393797Z [3867/7043] 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-04T19:59:00.6205187Z [3868/7043] 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-04T19:59:00.6614598Z [3869/7043] 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-04T19:59:00.6672450Z [3870/7043] 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-04T19:59:00.7604321Z [3871/7043] 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-04T19:59:00.7953583Z [3872/7043] 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-04T19:59:00.8014860Z [3873/7043] 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-04T19:59:00.9117601Z [3874/7043] 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-04T19:59:00.9808186Z [3875/7043] 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-04T19:59:00.9988510Z [3876/7043] 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-04T19:59:01.0280680Z [3877/7043] 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-04T19:59:01.1003064Z [3878/7043] 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-04T19:59:01.1466151Z [3879/7043] 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-04T19:59:01.1800586Z [3880/7043] 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-04T19:59:01.2025555Z [3881/7043] 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-04T19:59:01.2597002Z [3882/7043] 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-04T19:59:01.3268286Z [3883/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u1.c.obj 2025-03-04T19:59:01.3285116Z [3884/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u2.c.obj 2025-03-04T19:59:01.3622878Z [3885/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u2.c.obj 2025-03-04T19:59:01.4363164Z [3886/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u2.c.obj 2025-03-04T19:59:01.4376240Z [3887/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u2.c.obj 2025-03-04T19:59:01.4609500Z [3888/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u1.c.obj 2025-03-04T19:59:01.5497822Z [3889/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\init.cpp.obj 2025-03-04T19:59:01.5565830Z [3890/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u2.c.obj 2025-03-04T19:59:01.5582326Z [3891/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u1.c.obj 2025-03-04T19:59:01.6117257Z [3892/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u2.c.obj 2025-03-04T19:59:01.6755011Z [3893/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u1.c.obj 2025-03-04T19:59:01.6815050Z [3894/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u2.c.obj 2025-03-04T19:59:01.7063714Z [3895/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u1.c.obj 2025-03-04T19:59:01.7121707Z [3896/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u2.c.obj 2025-03-04T19:59:01.8120772Z [3897/7043] 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-04T19:59:01.8170265Z [3898/7043] 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-04T19:59:01.8294557Z [3899/7043] 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-04T19:59:01.8575545Z [3900/7043] 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-04T19:59:01.9345526Z [3901/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\__\test\cpp\jit\torch_python_test.cpp.obj 2025-03-04T19:59:01.9402675Z [3902/7043] 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-04T19:59:01.9511950Z [3903/7043] 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-04T19:59:01.9579212Z [3904/7043] 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-04T19:59:01.9766363Z [3905/7043] 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-04T19:59:02.0535936Z [3906/7043] 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-04T19:59:02.0597989Z [3907/7043] 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-04T19:59:02.0691252Z [3908/7043] 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-04T19:59:02.0843841Z [3909/7043] 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-04T19:59:02.0896046Z [3910/7043] 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-04T19:59:02.1678664Z [3911/7043] 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-04T19:59:02.1863651Z [3912/7043] 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-04T19:59:02.1875776Z [3913/7043] 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-04T19:59:02.2061271Z [3914/7043] 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-04T19:59:02.2226139Z [3915/7043] 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-04T19:59:02.2972759Z [3916/7043] 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-04T19:59:02.3094813Z [3917/7043] 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-04T19:59:02.3152005Z [3918/7043] 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-04T19:59:02.3454378Z [3919/7043] 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-04T19:59:02.3670750Z [3920/7043] 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-04T19:59:02.4188124Z [3921/7043] 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-04T19:59:02.4240399Z [3922/7043] 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-04T19:59:02.4521860Z [3923/7043] 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-04T19:59:02.4740529Z [3924/7043] 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-04T19:59:02.4852223Z [3925/7043] 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-04T19:59:02.5474755Z [3926/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2025-03-04T19:59:02.5736088Z [3927/7043] 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-04T19:59:02.5946585Z [3928/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2025-03-04T19:59:02.6060563Z [3929/7043] 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-04T19:59:02.6300664Z [3930/7043] 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-04T19:59:02.6558098Z [3931/7043] 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-04T19:59:02.6915584Z [3932/7043] 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-04T19:59:02.7010303Z [3933/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2025-03-04T19:59:02.7266360Z [3934/7043] 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-04T19:59:02.7459973Z [3935/7043] 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-04T19:59:02.7776858Z [3936/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\python_comm_hook.cpp.obj 2025-03-04T19:59:02.7834284Z [3937/7043] 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-04T19:59:02.8153768Z [3938/7043] 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-04T19:59:02.8546796Z [3939/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u2.c.obj 2025-03-04T19:59:02.8708925Z [3940/7043] 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-04T19:59:02.8774528Z [3941/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u3.c.obj 2025-03-04T19:59:02.8961234Z [3942/7043] 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-04T19:59:02.9097693Z [3943/7043] 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-04T19:59:02.9432896Z [3944/7043] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\init.cpp.obj 2025-03-04T19:59:02.9495328Z [3945/7043] 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-04T19:59:03.0100541Z [3946/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-rndnu-scalar.c.obj 2025-03-04T19:59:03.0171578Z [3947/7043] 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-04T19:59:03.0218800Z [3948/7043] 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-04T19:59:03.0357577Z [3949/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-rndnu-scalar.c.obj 2025-03-04T19:59:03.0513971Z [3950/7043] 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-04T19:59:03.0684018Z [3951/7043] 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-04T19:59:03.0979945Z [3952/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-rndnu-scalar.c.obj 2025-03-04T19:59:03.1614046Z [3953/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-rndnu-scalar.c.obj 2025-03-04T19:59:03.1668944Z [3954/7043] 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-04T19:59:03.1799252Z [3955/7043] 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-04T19:59:03.1811233Z [3956/7043] 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-04T19:59:03.2086674Z [3957/7043] 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-04T19:59:03.2537175Z [3958/7043] 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-04T19:59:03.2752842Z [3959/7043] 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-04T19:59:03.2919889Z [3960/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-rndnu-scalar.c.obj 2025-03-04T19:59:03.3028522Z [3961/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-rndnu-scalar.c.obj 2025-03-04T19:59:03.3085094Z [3962/7043] 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-04T19:59:03.3175768Z [3963/7043] 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-04T19:59:03.3321718Z [3964/7043] 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-04T19:59:03.4104965Z [3965/7043] 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-04T19:59:03.4160178Z [3966/7043] 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-04T19:59:03.4171895Z [3967/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-rndnu-scalar.c.obj 2025-03-04T19:59:03.4385315Z [3968/7043] 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-04T19:59:03.4628629Z [3969/7043] 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-04T19:59:03.4687410Z [3970/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-rndnu-scalar.c.obj 2025-03-04T19:59:03.4925436Z [3971/7043] 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-04T19:59:03.5444287Z [3972/7043] 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-04T19:59:03.5507811Z [3973/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-rndnu-scalar.c.obj 2025-03-04T19:59:03.5522896Z [3974/7043] 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-04T19:59:03.5599724Z [3975/7043] 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-04T19:59:03.5888128Z [3976/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-rndnu-scalar.c.obj 2025-03-04T19:59:03.5938638Z [3977/7043] 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-04T19:59:03.6235877Z [3978/7043] 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-04T19:59:03.6768435Z [3979/7043] 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-04T19:59:03.6824771Z [3980/7043] 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-04T19:59:03.6837879Z [3981/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-rndnu-scalar.c.obj 2025-03-04T19:59:03.6889767Z [3982/7043] 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-04T19:59:03.7281296Z [3983/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-rndnu-scalar.c.obj 2025-03-04T19:59:03.7477357Z [3984/7043] 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-04T19:59:03.7496082Z [3985/7043] 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-04T19:59:03.8125015Z [3986/7043] 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-04T19:59:03.8140183Z [3987/7043] 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-04T19:59:03.8195526Z [3988/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-rndnu-scalar.c.obj 2025-03-04T19:59:03.8249314Z [3989/7043] 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-04T19:59:03.8563351Z [3990/7043] 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-04T19:59:03.8759576Z [3991/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-rndnu-scalar.c.obj 2025-03-04T19:59:03.8889389Z [3992/7043] 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-04T19:59:03.9460720Z [3993/7043] 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-04T19:59:03.9510613Z [3994/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-rndnu-scalar.c.obj 2025-03-04T19:59:03.9523484Z [3995/7043] 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-04T19:59:03.9742482Z [3996/7043] 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-04T19:59:03.9947117Z [3997/7043] 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-04T19:59:04.0175428Z [3998/7043] 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-04T19:59:04.0190108Z [3999/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-rndnu-scalar.c.obj 2025-03-04T19:59:04.0518436Z [4000/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u1.c.obj 2025-03-04T19:59:04.0689532Z [4001/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u2.c.obj 2025-03-04T19:59:04.0737603Z [4002/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u2.c.obj 2025-03-04T19:59:04.0824513Z [4003/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u2.c.obj 2025-03-04T19:59:04.0908795Z [4004/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u2.c.obj 2025-03-04T19:59:04.1241195Z [4005/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u2.c.obj 2025-03-04T19:59:04.1291338Z [4006/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u1.c.obj 2025-03-04T19:59:04.1829083Z [4007/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u1.c.obj 2025-03-04T19:59:04.1879307Z [4008/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u2.c.obj 2025-03-04T19:59:04.1939424Z [4009/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u1.c.obj 2025-03-04T19:59:04.2020957Z [4010/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u1.c.obj 2025-03-04T19:59:04.2126270Z [4011/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c2.c.obj 2025-03-04T19:59:04.2204457Z [4012/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u2.c.obj 2025-03-04T19:59:04.2281958Z [4013/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u2.c.obj 2025-03-04T19:59:04.2609972Z [4014/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u1.c.obj 2025-03-04T19:59:04.2760937Z [4015/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c4.c.obj 2025-03-04T19:59:04.2803202Z [4016/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u8.c.obj 2025-03-04T19:59:04.2860215Z [4017/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c2.c.obj 2025-03-04T19:59:04.2877338Z [4018/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c4.c.obj 2025-03-04T19:59:04.2928442Z [4019/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u16.c.obj 2025-03-04T19:59:04.2939829Z [4020/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u2.c.obj 2025-03-04T19:59:04.3892437Z [4021/7043] 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-04T19:59:04.3947418Z [4022/7043] 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-04T19:59:04.3959740Z [4023/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-gio-scalar.c.obj 2025-03-04T19:59:04.3970976Z [4024/7043] 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-04T19:59:04.4029618Z [4025/7043] 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-04T19:59:04.4072447Z [4026/7043] 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-04T19:59:04.4157899Z [4027/7043] 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-04T19:59:04.4903872Z [4028/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x1-scalar-int.c.obj 2025-03-04T19:59:04.4949898Z [4029/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x4-scalar-int.c.obj 2025-03-04T19:59:04.5072706Z [4030/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x2-scalar-int.c.obj 2025-03-04T19:59:04.5126271Z [4031/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x1-scalar-int.c.obj 2025-03-04T19:59:04.5177905Z [4032/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x4-scalar-int.c.obj 2025-03-04T19:59:04.5189598Z [4033/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x2-scalar-int.c.obj 2025-03-04T19:59:04.5200874Z [4034/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x2-scalar-int.c.obj 2025-03-04T19:59:04.5978058Z [4035/7043] 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-04T19:59:04.6024168Z [4036/7043] 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-04T19:59:04.6172953Z [4037/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x2-scalar-int.c.obj 2025-03-04T19:59:04.6253360Z [4038/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x1-scalar-int.c.obj 2025-03-04T19:59:04.6270220Z [4039/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x2-scalar-int.c.obj 2025-03-04T19:59:04.6284607Z [4040/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x4-scalar-int.c.obj 2025-03-04T19:59:04.6336822Z [4041/7043] 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-04T19:59:04.6929808Z [4042/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x1-scalar-int.c.obj 2025-03-04T19:59:04.6941380Z [4043/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x2-scalar-int.c.obj 2025-03-04T19:59:04.7130663Z [4044/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x4-scalar-int.c.obj 2025-03-04T19:59:04.7207141Z [4045/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x2-scalar.c.obj 2025-03-04T19:59:04.7255328Z [4046/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-1x4-scalar.c.obj 2025-03-04T19:59:04.7368553Z [4047/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x4-scalar.c.obj 2025-03-04T19:59:04.7478150Z [4048/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x1-scalar.c.obj 2025-03-04T19:59:04.8092149Z [4049/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x4-scalar.c.obj 2025-03-04T19:59:04.8104078Z [4050/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x1-scalar.c.obj 2025-03-04T19:59:04.8206076Z [4051/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-float.c.obj 2025-03-04T19:59:04.8250030Z [4052/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x2-scalar.c.obj 2025-03-04T19:59:04.8473706Z [4053/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-float.c.obj 2025-03-04T19:59:04.8528418Z [4054/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-int.c.obj 2025-03-04T19:59:04.8678229Z [4055/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-int.c.obj 2025-03-04T19:59:04.9057771Z [4056/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-float.c.obj 2025-03-04T19:59:04.9126636Z [4057/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-int.c.obj 2025-03-04T19:59:04.9267034Z [4058/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-int.c.obj 2025-03-04T19:59:04.9464204Z [4059/7043] 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-04T19:59:04.9478491Z [4060/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-float.c.obj 2025-03-04T19:59:04.9493394Z [4061/7043] 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-04T19:59:04.9700166Z [4062/7043] 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-04T19:59:05.0103360Z [4063/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x4-gemm-gio-scalar.c.obj 2025-03-04T19:59:05.0161047Z [4064/7043] 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-04T19:59:05.0272492Z [4065/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-scalar.c.obj 2025-03-04T19:59:05.0498981Z [4066/7043] 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-04T19:59:05.0511198Z [4067/7043] 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-04T19:59:05.0562622Z [4068/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-scalar.c.obj 2025-03-04T19:59:05.0714468Z [4069/7043] 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-04T19:59:05.0903467Z [4070/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-2x-scalar.c.obj 2025-03-04T19:59:05.1092167Z [4071/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-3x-scalar.c.obj 2025-03-04T19:59:05.1145153Z [4072/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-scalar.c.obj 2025-03-04T19:59:05.1366186Z [4073/7043] 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-04T19:59:05.1547492Z [4074/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-float.c.obj 2025-03-04T19:59:05.1558202Z [4075/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-scalar.c.obj 2025-03-04T19:59:05.1658745Z [4076/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-int.c.obj 2025-03-04T19:59:05.2016972Z [4077/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-int.c.obj 2025-03-04T19:59:05.2079389Z [4078/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-float.c.obj 2025-03-04T19:59:05.2460691Z [4079/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-float.c.obj 2025-03-04T19:59:05.2534945Z [4080/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-int.c.obj 2025-03-04T19:59:05.2578670Z [4081/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-int.c.obj 2025-03-04T19:59:05.2625435Z [4082/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-float.c.obj 2025-03-04T19:59:05.2880618Z [4083/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-float.c.obj 2025-03-04T19:59:05.2924278Z [4084/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-float.c.obj 2025-03-04T19:59:05.3100818Z [4085/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-int.c.obj 2025-03-04T19:59:05.3414478Z [4086/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-float.c.obj 2025-03-04T19:59:05.3517206Z [4087/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-float.c.obj 2025-03-04T19:59:05.3573569Z [4088/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-int.c.obj 2025-03-04T19:59:05.3776561Z [4089/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-int.c.obj 2025-03-04T19:59:05.3801148Z [4090/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-float.c.obj 2025-03-04T19:59:05.3905828Z [4091/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-int.c.obj 2025-03-04T19:59:05.4177162Z [4092/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-float.c.obj 2025-03-04T19:59:05.4368831Z [4093/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-int.c.obj 2025-03-04T19:59:05.4609829Z [4094/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-float.c.obj 2025-03-04T19:59:05.4656028Z [4095/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-int.c.obj 2025-03-04T19:59:05.4850000Z [4096/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-int.c.obj 2025-03-04T19:59:05.4894267Z [4097/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-float.c.obj 2025-03-04T19:59:05.4943721Z [4098/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-float.c.obj 2025-03-04T19:59:05.5096920Z [4099/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-int.c.obj 2025-03-04T19:59:05.5277010Z [4100/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-float.c.obj 2025-03-04T19:59:05.5534799Z [4101/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-int.c.obj 2025-03-04T19:59:05.5595150Z [4102/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-float.c.obj 2025-03-04T19:59:05.5772534Z [4103/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-int.c.obj 2025-03-04T19:59:05.5820325Z [4104/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-float.c.obj 2025-03-04T19:59:05.5924974Z [4105/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-int.c.obj 2025-03-04T19:59:05.6218885Z [4106/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-float.c.obj 2025-03-04T19:59:05.6488943Z [4107/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-1x1.c.obj 2025-03-04T19:59:05.6666863Z [4108/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse.c.obj 2025-03-04T19:59:05.6730549Z [4109/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse-acc2.c.obj 2025-03-04T19:59:05.6937524Z [4110/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse-acc2.c.obj 2025-03-04T19:59:05.6990093Z [4111/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse-acc2.c.obj 2025-03-04T19:59:05.7158447Z [4112/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse.c.obj 2025-03-04T19:59:05.7379759Z [4113/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse-acc2.c.obj 2025-03-04T19:59:05.7629112Z [4114/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse-acc2.c.obj 2025-03-04T19:59:05.7837782Z [4115/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse.c.obj 2025-03-04T19:59:05.7939565Z [4116/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse-acc2.c.obj 2025-03-04T19:59:05.8201514Z [4117/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse-acc2.c.obj 2025-03-04T19:59:05.8213364Z [4118/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse.c.obj 2025-03-04T19:59:05.8574900Z [4119/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse.c.obj 2025-03-04T19:59:05.8658247Z [4120/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse-acc2.c.obj 2025-03-04T19:59:05.8806120Z [4121/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse.c.obj 2025-03-04T19:59:05.8949352Z [4122/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse-acc2.c.obj 2025-03-04T19:59:05.9240419Z [4123/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse.c.obj 2025-03-04T19:59:05.9366383Z [4124/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse-acc2.c.obj 2025-03-04T19:59:05.9418590Z [4125/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse.c.obj 2025-03-04T19:59:05.9791493Z [4126/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse-acc2.c.obj 2025-03-04T19:59:05.9872529Z [4127/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse.c.obj 2025-03-04T19:59:06.0042255Z [4128/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse.c.obj 2025-03-04T19:59:06.0359489Z [4129/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse-acc2.c.obj 2025-03-04T19:59:06.0372229Z [4130/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse-acc2.c.obj 2025-03-04T19:59:06.0585908Z [4131/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse-acc2.c.obj 2025-03-04T19:59:06.0832997Z [4132/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse.c.obj 2025-03-04T19:59:06.0994161Z [4133/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse-acc2.c.obj 2025-03-04T19:59:06.1007966Z [4134/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse-acc2.c.obj 2025-03-04T19:59:06.1118251Z [4135/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse.c.obj 2025-03-04T19:59:06.1593421Z [4136/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse-acc2.c.obj 2025-03-04T19:59:06.1722955Z [4137/7043] 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-04T19:59:06.2127563Z [4138/7043] 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-04T19:59:06.2142856Z [4139/7043] 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-04T19:59:06.2158461Z [4140/7043] 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-04T19:59:06.2211194Z [4141/7043] 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-04T19:59:06.2286436Z [4142/7043] 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-04T19:59:06.2752042Z [4143/7043] 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-04T19:59:06.3247500Z [4144/7043] 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-04T19:59:06.3374995Z [4145/7043] 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-04T19:59:06.3434332Z [4146/7043] 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-04T19:59:06.3447417Z [4147/7043] 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-04T19:59:06.3458947Z [4148/7043] 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-04T19:59:06.3747429Z [4149/7043] 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-04T19:59:06.3823126Z [4150/7043] 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-04T19:59:06.4401588Z [4151/7043] 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-04T19:59:06.4703013Z [4152/7043] 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-04T19:59:06.4715227Z [4153/7043] 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-04T19:59:06.4803229Z [4154/7043] 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-04T19:59:06.4852088Z [4155/7043] 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-04T19:59:06.4997722Z [4156/7043] 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-04T19:59:06.5055741Z [4157/7043] 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-04T19:59:06.5513231Z [4158/7043] 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-04T19:59:06.5966966Z [4159/7043] 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-04T19:59:06.5982785Z [4160/7043] 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-04T19:59:06.6053451Z [4161/7043] 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-04T19:59:06.6177861Z [4162/7043] 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-04T19:59:06.6244042Z [4163/7043] 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-04T19:59:06.6480785Z [4164/7043] 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-04T19:59:06.6722916Z [4165/7043] 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-04T19:59:06.7223457Z [4166/7043] 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-04T19:59:06.7351694Z [4167/7043] 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-04T19:59:06.7415248Z [4168/7043] 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-04T19:59:06.7558706Z [4169/7043] 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-04T19:59:06.7617354Z [4170/7043] 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-04T19:59:06.7743695Z [4171/7043] 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-04T19:59:06.7985722Z [4172/7043] 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-04T19:59:06.8540516Z [4173/7043] 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-04T19:59:06.8789737Z [4174/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-dup.c.obj 2025-03-04T19:59:06.8801588Z [4175/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8s4-minmax-sse.c.obj 2025-03-04T19:59:06.9033890Z [4176/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-dup.c.obj 2025-03-04T19:59:06.9085190Z [4177/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-load1.c.obj 2025-03-04T19:59:06.9226596Z [4178/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8s4-minmax-sse.c.obj 2025-03-04T19:59:06.9310888Z [4179/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-dup.c.obj 2025-03-04T19:59:06.9906667Z [4180/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8s4-minmax-sse.c.obj 2025-03-04T19:59:07.0175140Z [4181/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-dup.c.obj 2025-03-04T19:59:07.0190591Z [4182/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-load1.c.obj 2025-03-04T19:59:07.0561713Z [4183/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-dup.c.obj 2025-03-04T19:59:07.0621391Z [4184/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8s4-minmax-sse.c.obj 2025-03-04T19:59:07.0636946Z [4185/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-load1.c.obj 2025-03-04T19:59:07.0689312Z [4186/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x2c4-minmax-sse.c.obj 2025-03-04T19:59:07.1238876Z [4187/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8s4-minmax-sse.c.obj 2025-03-04T19:59:07.1398501Z [4188/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-load1.c.obj 2025-03-04T19:59:07.1576024Z [4189/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-dup.c.obj 2025-03-04T19:59:07.1816886Z [4190/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8s4-minmax-sse.c.obj 2025-03-04T19:59:07.1979903Z [4191/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-dup.c.obj 2025-03-04T19:59:07.2031551Z [4192/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-load1.c.obj 2025-03-04T19:59:07.2189014Z [4193/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8s4-minmax-sse.c.obj 2025-03-04T19:59:07.2651984Z [4194/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-load1.c.obj 2025-03-04T19:59:07.2673097Z [4195/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-dup.c.obj 2025-03-04T19:59:07.3020027Z [4196/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8s4-minmax-sse.c.obj 2025-03-04T19:59:07.3096519Z [4197/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-dup.c.obj 2025-03-04T19:59:07.3414343Z [4198/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8s4-minmax-sse.c.obj 2025-03-04T19:59:07.3491864Z [4199/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-dup.c.obj 2025-03-04T19:59:07.3698683Z [4200/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-load1.c.obj 2025-03-04T19:59:07.3888779Z [4201/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-load1.c.obj 2025-03-04T19:59:07.4052139Z [4202/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8s4-minmax-sse.c.obj 2025-03-04T19:59:07.4187890Z [4203/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c4.c.obj 2025-03-04T19:59:07.4249316Z [4204/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p4.c.obj 2025-03-04T19:59:07.4570501Z [4205/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8s4-minmax-sse.c.obj 2025-03-04T19:59:07.4582073Z [4206/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-dup.c.obj 2025-03-04T19:59:07.4855917Z [4207/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-dup.c.obj 2025-03-04T19:59:07.5081200Z [4208/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-load1.c.obj 2025-03-04T19:59:07.5246250Z [4209/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8s4-minmax-sse.c.obj 2025-03-04T19:59:07.5649278Z [4210/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-dup.c.obj 2025-03-04T19:59:07.5709696Z [4211/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-load1.c.obj 2025-03-04T19:59:07.5771966Z [4212/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-dup.c.obj 2025-03-04T19:59:07.5937617Z [4213/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8s4-minmax-sse.c.obj 2025-03-04T19:59:07.6000648Z [4214/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8s4-minmax-sse.c.obj 2025-03-04T19:59:07.6133025Z [4215/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x2c4-minmax-sse.c.obj 2025-03-04T19:59:07.6367631Z [4216/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-dup.c.obj 2025-03-04T19:59:07.6858479Z [4217/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x8-minmax-sse.c.obj 2025-03-04T19:59:07.6970726Z [4218/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8s4-minmax-sse.c.obj 2025-03-04T19:59:07.6982259Z [4219/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c32.c.obj 2025-03-04T19:59:07.7057739Z [4220/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-load1.c.obj 2025-03-04T19:59:07.7070933Z [4221/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c64.c.obj 2025-03-04T19:59:07.7221520Z [4222/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u4.c.obj 2025-03-04T19:59:07.7446612Z [4223/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u8-acc2.c.obj 2025-03-04T19:59:07.8061373Z [4224/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u4.c.obj 2025-03-04T19:59:07.8072805Z [4225/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc2.c.obj 2025-03-04T19:59:07.8084482Z [4226/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u12-acc3.c.obj 2025-03-04T19:59:07.8196085Z [4227/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc2.c.obj 2025-03-04T19:59:07.8329766Z [4228/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u8-acc2.c.obj 2025-03-04T19:59:07.8381788Z [4229/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc4.c.obj 2025-03-04T19:59:07.8440214Z [4230/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u12-acc3.c.obj 2025-03-04T19:59:07.9036801Z [4231/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u4.c.obj 2025-03-04T19:59:07.9111202Z [4232/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u12-acc3.c.obj 2025-03-04T19:59:07.9183533Z [4233/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc2.c.obj 2025-03-04T19:59:07.9236947Z [4234/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u8-acc2.c.obj 2025-03-04T19:59:07.9394490Z [4235/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u12-acc3.c.obj 2025-03-04T19:59:07.9406184Z [4236/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u4.c.obj 2025-03-04T19:59:07.9813444Z [4237/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u8-acc2.c.obj 2025-03-04T19:59:08.0055041Z [4238/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc2.c.obj 2025-03-04T19:59:08.0185342Z [4239/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-sse.c.obj 2025-03-04T19:59:08.0200285Z [4240/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-sse.c.obj 2025-03-04T19:59:08.0251850Z [4241/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-16x1-minmax-sse.c.obj 2025-03-04T19:59:08.0507813Z [4242/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-sse-u4.c.obj 2025-03-04T19:59:08.0556083Z [4243/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-sse-u4.c.obj 2025-03-04T19:59:08.0885180Z [4244/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-sse-u4.c.obj 2025-03-04T19:59:08.1232364Z [4245/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-sse-u4.c.obj 2025-03-04T19:59:08.1320707Z [4246/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-sse-u4.c.obj 2025-03-04T19:59:08.1412230Z [4247/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-sse-u4.c.obj 2025-03-04T19:59:08.1481929Z [4248/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u4.c.obj 2025-03-04T19:59:08.1675106Z [4249/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-sse-u4.c.obj 2025-03-04T19:59:08.1737680Z [4250/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-sse-u4.c.obj 2025-03-04T19:59:08.2035344Z [4251/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-sse-u4.c.obj 2025-03-04T19:59:08.2380308Z [4252/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-sse-u4.c.obj 2025-03-04T19:59:08.2436625Z [4253/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-sse-u4.c.obj 2025-03-04T19:59:08.2638770Z [4254/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u4.c.obj 2025-03-04T19:59:08.2781750Z [4255/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u4.c.obj 2025-03-04T19:59:08.2844945Z [4256/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-sse-u4.c.obj 2025-03-04T19:59:08.3156697Z [4257/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-sse-u4.c.obj 2025-03-04T19:59:08.3227863Z [4258/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-sse-u4.c.obj 2025-03-04T19:59:08.3448711Z [4259/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u4.c.obj 2025-03-04T19:59:08.3530509Z [4260/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u12.c.obj 2025-03-04T19:59:08.3769236Z [4261/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u16.c.obj 2025-03-04T19:59:08.3926858Z [4262/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u4.c.obj 2025-03-04T19:59:08.4119145Z [4263/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c8-minmax-sse-2x.c.obj 2025-03-04T19:59:08.4239638Z [4264/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-sse-u4.c.obj 2025-03-04T19:59:08.4299908Z [4265/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u4.c.obj 2025-03-04T19:59:08.4588076Z [4266/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u4.c.obj 2025-03-04T19:59:08.4667640Z [4267/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u8.c.obj 2025-03-04T19:59:08.4926836Z [4268/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u16.c.obj 2025-03-04T19:59:08.5029125Z [4269/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u4.c.obj 2025-03-04T19:59:08.5282040Z [4270/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u4.c.obj 2025-03-04T19:59:08.5335878Z [4271/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-sse.c.obj 2025-03-04T19:59:08.5348484Z [4272/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u8.c.obj 2025-03-04T19:59:08.5611155Z [4273/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u8.c.obj 2025-03-04T19:59:08.5773023Z [4274/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u16.c.obj 2025-03-04T19:59:08.5949715Z [4275/7043] 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-04T19:59:08.6113715Z [4276/7043] 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-04T19:59:08.6319255Z [4277/7043] 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-04T19:59:08.6375176Z [4278/7043] 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-04T19:59:08.6537573Z [4279/7043] 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-04T19:59:08.6806615Z [4280/7043] 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-04T19:59:08.6823076Z [4281/7043] 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-04T19:59:08.7035240Z [4282/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vabs-sse2-u8.c.obj 2025-03-04T19:59:08.7256234Z [4283/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vneg-sse2-u8.c.obj 2025-03-04T19:59:08.7396856Z [4284/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u24.c.obj 2025-03-04T19:59:08.7618179Z [4285/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u32.c.obj 2025-03-04T19:59:08.7792413Z [4286/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u16.c.obj 2025-03-04T19:59:08.7844904Z [4287/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u8.c.obj 2025-03-04T19:59:08.7857398Z [4288/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u8.c.obj 2025-03-04T19:59:08.8125531Z [4289/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u24.c.obj 2025-03-04T19:59:08.8397653Z [4290/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u16.c.obj 2025-03-04T19:59:08.8647114Z [4291/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u24.c.obj 2025-03-04T19:59:08.8767043Z [4292/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u8.c.obj 2025-03-04T19:59:08.8833616Z [4293/7043] 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-04T19:59:08.8845970Z [4294/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u4.c.obj 2025-03-04T19:59:08.9240975Z [4295/7043] 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-04T19:59:08.9350055Z [4296/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse2-u4.c.obj 2025-03-04T19:59:08.9577965Z [4297/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse2-u4.c.obj 2025-03-04T19:59:08.9789854Z [4298/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse2-u4.c.obj 2025-03-04T19:59:08.9996720Z [4299/7043] 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-04T19:59:09.0142801Z [4300/7043] 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-04T19:59:09.0292565Z [4301/7043] 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-04T19:59:09.0393025Z [4302/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u4.c.obj 2025-03-04T19:59:09.0868609Z [4303/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u12.c.obj 2025-03-04T19:59:09.0942615Z [4304/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u16.c.obj 2025-03-04T19:59:09.0957248Z [4305/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u8.c.obj 2025-03-04T19:59:09.1169279Z [4306/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u8.c.obj 2025-03-04T19:59:09.1322291Z [4307/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u4.c.obj 2025-03-04T19:59:09.1412463Z [4308/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u4.c.obj 2025-03-04T19:59:09.1512165Z [4309/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u4.c.obj 2025-03-04T19:59:09.1984898Z [4310/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u4.c.obj 2025-03-04T19:59:09.2276098Z [4311/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u4.c.obj 2025-03-04T19:59:09.2289221Z [4312/7043] 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-04T19:59:09.2532548Z [4313/7043] 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-04T19:59:09.2545315Z [4314/7043] 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-04T19:59:09.2769206Z [4315/7043] 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-04T19:59:09.2824254Z [4316/7043] 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-04T19:59:09.3007214Z [4317/7043] 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-04T19:59:09.3359576Z [4318/7043] 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-04T19:59:09.3490815Z [4319/7043] 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-04T19:59:09.3883472Z [4320/7043] 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-04T19:59:09.3971330Z [4321/7043] 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-04T19:59:09.4057694Z [4322/7043] 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-04T19:59:09.4109253Z [4323/7043] 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-04T19:59:09.4374113Z [4324/7043] 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-04T19:59:09.4593162Z [4325/7043] 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-04T19:59:09.4818477Z [4326/7043] 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-04T19:59:09.5312346Z [4327/7043] 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-04T19:59:09.5377227Z [4328/7043] 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-04T19:59:09.5395714Z [4329/7043] 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-04T19:59:09.5693332Z [4330/7043] 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-04T19:59:09.5936146Z [4331/7043] 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-04T19:59:09.5999270Z [4332/7043] 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-04T19:59:09.6065246Z [4333/7043] 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-04T19:59:09.6524851Z [4334/7043] 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-04T19:59:09.6656648Z [4335/7043] 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-04T19:59:09.6704242Z [4336/7043] 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-04T19:59:09.7181756Z [4337/7043] 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-04T19:59:09.7194386Z [4338/7043] 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-04T19:59:09.7261372Z [4339/7043] 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-04T19:59:09.7337114Z [4340/7043] 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-04T19:59:09.7669868Z [4341/7043] 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-04T19:59:09.7910910Z [4342/7043] 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-04T19:59:09.7975269Z [4343/7043] 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-04T19:59:09.8451058Z [4344/7043] 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-04T19:59:09.8518450Z [4345/7043] 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-04T19:59:09.8706879Z [4346/7043] 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-04T19:59:09.8765276Z [4347/7043] 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-04T19:59:09.8825382Z [4348/7043] 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-04T19:59:09.9056683Z [4349/7043] 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-04T19:59:09.9554706Z [4350/7043] 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-04T19:59:09.9631312Z [4351/7043] 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-04T19:59:09.9683718Z [4352/7043] 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-04T19:59:09.9862959Z [4353/7043] 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-04T19:59:09.9924773Z [4354/7043] 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-04T19:59:10.0044181Z [4355/7043] 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-04T19:59:10.0253022Z [4356/7043] 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-04T19:59:10.0944553Z [4357/7043] 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-04T19:59:10.1004782Z [4358/7043] 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-04T19:59:10.1078024Z [4359/7043] 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-04T19:59:10.1217283Z [4360/7043] 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-04T19:59:10.1619063Z [4361/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u16.c.obj 2025-03-04T19:59:10.1679757Z [4362/7043] 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-04T19:59:10.1732707Z [4363/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u8.c.obj 2025-03-04T19:59:10.1996977Z [4364/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u24.c.obj 2025-03-04T19:59:10.2094390Z [4365/7043] 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-04T19:59:10.2344201Z [4366/7043] 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-04T19:59:10.2428215Z [4367/7043] 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-04T19:59:10.2955046Z [4368/7043] 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-04T19:59:10.3013342Z [4369/7043] 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-04T19:59:10.3152252Z [4370/7043] 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-04T19:59:10.3266430Z [4371/7043] 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-04T19:59:10.3427815Z [4372/7043] 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-04T19:59:10.3447481Z [4373/7043] 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-04T19:59:10.3584951Z [4374/7043] 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-04T19:59:10.4207066Z [4375/7043] 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-04T19:59:10.4261281Z [4376/7043] 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-04T19:59:10.4392470Z [4377/7043] 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-04T19:59:10.4446584Z [4378/7043] 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-04T19:59:10.4640209Z [4379/7043] 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-04T19:59:10.4706076Z [4380/7043] 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-04T19:59:10.5347465Z [4381/7043] 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-04T19:59:10.5486763Z [4382/7043] 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-04T19:59:10.5540338Z [4383/7043] 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-04T19:59:10.5643004Z [4384/7043] 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-04T19:59:10.5926351Z [4385/7043] 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-04T19:59:10.5988842Z [4386/7043] 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-04T19:59:10.6000942Z [4387/7043] 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-04T19:59:10.6793277Z [4388/7043] 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-04T19:59:10.6806821Z [4389/7043] 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-04T19:59:10.6861645Z [4390/7043] 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-04T19:59:10.7029626Z [4391/7043] 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-04T19:59:10.7322602Z [4392/7043] 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-04T19:59:10.7497898Z [4393/7043] 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-04T19:59:10.7550670Z [4394/7043] 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-04T19:59:10.8097039Z [4395/7043] 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-04T19:59:10.8178410Z [4396/7043] 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-04T19:59:10.8245403Z [4397/7043] 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-04T19:59:10.8318627Z [4398/7043] 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-04T19:59:10.8691851Z [4399/7043] 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-04T19:59:10.8821867Z [4400/7043] 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-04T19:59:10.8877814Z [4401/7043] 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-04T19:59:10.9474365Z [4402/7043] 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-04T19:59:10.9492856Z [4403/7043] 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-04T19:59:10.9548324Z [4404/7043] 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-04T19:59:10.9636993Z [4405/7043] 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-04T19:59:10.9823423Z [4406/7043] 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-04T19:59:10.9921146Z [4407/7043] 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-04T19:59:11.0081886Z [4408/7043] 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-04T19:59:11.0707517Z [4409/7043] 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-04T19:59:11.0757670Z [4410/7043] 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-04T19:59:11.0770502Z [4411/7043] 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-04T19:59:11.0887690Z [4412/7043] 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-04T19:59:11.1099300Z [4413/7043] 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-04T19:59:11.1110302Z [4414/7043] 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-04T19:59:11.1205163Z [4415/7043] 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-04T19:59:11.1950515Z [4416/7043] 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-04T19:59:11.2104200Z [4417/7043] 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-04T19:59:11.2283419Z [4418/7043] 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-04T19:59:11.2726957Z [4419/7043] 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-04T19:59:11.2902357Z [4420/7043] 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-04T19:59:11.3127658Z [4421/7043] 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-04T19:59:11.3288579Z [4422/7043] 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-04T19:59:11.3330990Z [4423/7043] 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-04T19:59:11.3502002Z [4424/7043] 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-04T19:59:11.3910782Z [4425/7043] 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-04T19:59:11.4112997Z [4426/7043] 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-04T19:59:11.4169549Z [4427/7043] 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-04T19:59:11.4331441Z [4428/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u16.c.obj 2025-03-04T19:59:11.4745504Z [4429/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u16.c.obj 2025-03-04T19:59:11.4894640Z [4430/7043] 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-04T19:59:11.4995104Z [4431/7043] 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-04T19:59:11.5104168Z [4432/7043] 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-04T19:59:11.5157702Z [4433/7043] 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-04T19:59:11.5269345Z [4434/7043] 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-04T19:59:11.5400922Z [4435/7043] 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-04T19:59:11.5883887Z [4436/7043] 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-04T19:59:11.6111695Z [4437/7043] 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-04T19:59:11.6242600Z [4438/7043] 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-04T19:59:11.6632297Z [4439/7043] 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-04T19:59:11.6827179Z [4440/7043] 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-04T19:59:11.6998916Z [4441/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u8.c.obj 2025-03-04T19:59:11.7153301Z [4442/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u16.c.obj 2025-03-04T19:59:11.7558839Z [4443/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u24.c.obj 2025-03-04T19:59:11.8020409Z [4444/7043] 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-04T19:59:11.8445768Z [4445/7043] 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-04T19:59:11.8622168Z [4446/7043] 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-04T19:59:11.8764363Z [4447/7043] 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-04T19:59:11.8950296Z [4448/7043] 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-04T19:59:11.9119119Z [4449/7043] 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-04T19:59:11.9419295Z [4450/7043] 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-04T19:59:11.9588312Z [4451/7043] 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-04T19:59:11.9782223Z [4452/7043] 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-04T19:59:12.0114135Z [4453/7043] 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-04T19:59:12.0273259Z [4454/7043] 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-04T19:59:12.0463543Z [4455/7043] 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-04T19:59:12.0687390Z [4456/7043] 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-04T19:59:12.0845644Z [4457/7043] 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-04T19:59:12.1018563Z [4458/7043] 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-04T19:59:12.1187360Z [4459/7043] 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-04T19:59:12.1400987Z [4460/7043] 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-04T19:59:12.1586299Z [4461/7043] 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-04T19:59:12.1758931Z [4462/7043] 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-04T19:59:12.1932350Z [4463/7043] 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-04T19:59:12.2251867Z [4464/7043] 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-04T19:59:12.2470421Z [4465/7043] 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-04T19:59:12.2646222Z [4466/7043] 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-04T19:59:12.2844326Z [4467/7043] 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-04T19:59:16.1183747Z [4468/7043] 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-04T19:59:16.1358901Z [4469/7043] 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-04T19:59:16.1636349Z [4470/7043] 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-04T19:59:16.1798223Z [4471/7043] 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-04T19:59:16.2012119Z [4472/7043] 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-04T19:59:16.2452353Z [4473/7043] 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-04T19:59:16.2555670Z [4474/7043] 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-04T19:59:16.2602682Z [4475/7043] 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-04T19:59:16.2662674Z [4476/7043] 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-04T19:59:16.2714741Z [4477/7043] 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-04T19:59:16.3264124Z [4478/7043] 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-04T19:59:16.3332245Z [4479/7043] 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-04T19:59:16.3692599Z [4480/7043] 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-04T19:59:16.4007320Z [4481/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u16.c.obj 2025-03-04T19:59:16.4063984Z [4482/7043] 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-04T19:59:16.4187223Z [4483/7043] 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-04T19:59:16.4239021Z [4484/7043] 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-04T19:59:16.4464087Z [4485/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u64-acc2.c.obj 2025-03-04T19:59:16.4656602Z [4486/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u64-acc4.c.obj 2025-03-04T19:59:16.4838942Z [4487/7043] 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-04T19:59:16.5101634Z [4488/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u16.c.obj 2025-03-04T19:59:16.5304136Z [4489/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u16.c.obj 2025-03-04T19:59:16.5591883Z [4490/7043] 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-04T19:59:16.5604144Z [4491/7043] 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-04T19:59:16.5849682Z [4492/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c16.c.obj 2025-03-04T19:59:16.5946018Z [4493/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-switch-sse2.c.obj 2025-03-04T19:59:16.6004742Z [4494/7043] 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-04T19:59:16.6079053Z [4495/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c16.c.obj 2025-03-04T19:59:16.6155883Z [4496/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-mov-sse2.c.obj 2025-03-04T19:59:16.6623781Z [4497/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-mov-sse2.c.obj 2025-03-04T19:59:16.6825597Z [4498/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-switch-sse2.c.obj 2025-03-04T19:59:16.7045479Z [4499/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-switch-sse2.c.obj 2025-03-04T19:59:16.7096209Z [4500/7043] 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-04T19:59:16.7110208Z [4501/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\x16-transposec-4x8-sse2.c.obj 2025-03-04T19:59:16.7477958Z [4502/7043] 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-04T19:59:16.7884693Z [4503/7043] 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-04T19:59:16.7959529Z [4504/7043] 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-04T19:59:16.8122525Z [4505/7043] 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-04T19:59:16.8270373Z [4506/7043] 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-04T19:59:16.8336794Z [4507/7043] 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-04T19:59:16.8672283Z [4508/7043] 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-04T19:59:16.8900257Z [4509/7043] 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-04T19:59:16.9008538Z [4510/7043] 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-04T19:59:16.9115911Z [4511/7043] 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-04T19:59:16.9327849Z [4512/7043] 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-04T19:59:16.9430167Z [4513/7043] 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-04T19:59:16.9624353Z [4514/7043] 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-04T19:59:16.9686503Z [4515/7043] 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-04T19:59:16.9950441Z [4516/7043] 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-04T19:59:17.0033923Z [4517/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-mov-sse2.c.obj 2025-03-04T19:59:17.0299470Z [4518/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-multi-sse2.c.obj 2025-03-04T19:59:17.0364487Z [4519/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-switch-sse2.c.obj 2025-03-04T19:59:17.0555741Z [4520/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-multi-sse2.c.obj 2025-03-04T19:59:17.0862367Z [4521/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-mov-sse2.c.obj 2025-03-04T19:59:17.0915854Z [4522/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-switch-sse2.c.obj 2025-03-04T19:59:17.1167551Z [4523/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-mov-sse2.c.obj 2025-03-04T19:59:17.1234305Z [4524/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-switch-sse2.c.obj 2025-03-04T19:59:17.1400844Z [4525/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-multi-sse2.c.obj 2025-03-04T19:59:17.1612425Z [4526/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-multi-sse2.c.obj 2025-03-04T19:59:17.2076531Z [4527/7043] 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-04T19:59:17.2202248Z [4528/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-switch-sse2.c.obj 2025-03-04T19:59:17.2322410Z [4529/7043] 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-04T19:59:17.2411068Z [4530/7043] 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-04T19:59:17.2555250Z [4531/7043] 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-04T19:59:17.2767737Z [4532/7043] 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-04T19:59:17.2986552Z [4533/7043] 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-04T19:59:17.3281043Z [4534/7043] 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-04T19:59:17.3549774Z [4535/7043] 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-04T19:59:17.3652738Z [4536/7043] 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-04T19:59:17.3824032Z [4537/7043] 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-04T19:59:17.4117350Z [4538/7043] 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-04T19:59:17.4190264Z [4539/7043] 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-04T19:59:17.4458699Z [4540/7043] 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-04T19:59:17.4638516Z [4541/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u16.c.obj 2025-03-04T19:59:17.4740013Z [4542/7043] 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-04T19:59:17.4787088Z [4543/7043] 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-04T19:59:17.4837607Z [4544/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64-acc2.c.obj 2025-03-04T19:59:17.5129551Z [4545/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64-acc4.c.obj 2025-03-04T19:59:17.5211500Z [4546/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u16.c.obj 2025-03-04T19:59:17.5538126Z [4547/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u16.c.obj 2025-03-04T19:59:17.5745794Z [4548/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c16.c.obj 2025-03-04T19:59:17.5823493Z [4549/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c32.c.obj 2025-03-04T19:59:17.6078072Z [4550/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u16.c.obj 2025-03-04T19:59:17.6091590Z [4551/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u16.c.obj 2025-03-04T19:59:17.6208122Z [4552/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u16.c.obj 2025-03-04T19:59:17.6680392Z [4553/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u32.c.obj 2025-03-04T19:59:17.6694092Z [4554/7043] 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-04T19:59:17.6754573Z [4555/7043] 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-04T19:59:17.6769544Z [4556/7043] 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-04T19:59:17.7082765Z [4557/7043] 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-04T19:59:17.7177502Z [4558/7043] 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-04T19:59:17.7233307Z [4559/7043] 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-04T19:59:17.7741375Z [4560/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u16.c.obj 2025-03-04T19:59:17.7841659Z [4561/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u32.c.obj 2025-03-04T19:59:17.7861651Z [4562/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u24.c.obj 2025-03-04T19:59:17.8166925Z [4563/7043] 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-04T19:59:17.8553965Z [4564/7043] 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-04T19:59:17.8619983Z [4565/7043] 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-04T19:59:17.8643427Z [4566/7043] 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-04T19:59:17.9167933Z [4567/7043] 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-04T19:59:17.9263117Z [4568/7043] 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-04T19:59:17.9356418Z [4569/7043] 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-04T19:59:17.9608202Z [4570/7043] 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-04T19:59:17.9923776Z [4571/7043] 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-04T19:59:17.9983440Z [4572/7043] 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-04T19:59:18.0052119Z [4573/7043] 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-04T19:59:18.0663510Z [4574/7043] 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-04T19:59:18.0717445Z [4575/7043] 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-04T19:59:18.0770754Z [4576/7043] 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-04T19:59:18.0928427Z [4577/7043] 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-04T19:59:18.1380623Z [4578/7043] 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-04T19:59:18.1394074Z [4579/7043] 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-04T19:59:18.1482937Z [4580/7043] 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-04T19:59:18.1727446Z [4581/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u8.c.obj 2025-03-04T19:59:18.1840969Z [4582/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u16.c.obj 2025-03-04T19:59:18.1956048Z [4583/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u24.c.obj 2025-03-04T19:59:18.2011705Z [4584/7043] 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-04T19:59:18.2539610Z [4585/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse41-u4.c.obj 2025-03-04T19:59:18.2630835Z [4586/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse41-u4.c.obj 2025-03-04T19:59:18.2835214Z [4587/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse41-u8.c.obj 2025-03-04T19:59:18.2976557Z [4588/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse41-u8.c.obj 2025-03-04T19:59:18.3042541Z [4589/7043] 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-04T19:59:18.3055326Z [4590/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse41-u8.c.obj 2025-03-04T19:59:18.3070036Z [4591/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse41-u4.c.obj 2025-03-04T19:59:18.3600698Z [4592/7043] 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-04T19:59:18.3971232Z [4593/7043] 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-04T19:59:18.4207017Z [4594/7043] 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-04T19:59:18.4218690Z [4595/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u4.c.obj 2025-03-04T19:59:18.4294270Z [4596/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u16.c.obj 2025-03-04T19:59:18.4350909Z [4597/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u8.c.obj 2025-03-04T19:59:18.4367906Z [4598/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u12.c.obj 2025-03-04T19:59:18.4670427Z [4599/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u4.c.obj 2025-03-04T19:59:18.5088331Z [4600/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u4.c.obj 2025-03-04T19:59:18.5315534Z [4601/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u4.c.obj 2025-03-04T19:59:18.5391330Z [4602/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u4.c.obj 2025-03-04T19:59:18.5494601Z [4603/7043] 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-04T19:59:18.5507722Z [4604/7043] 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-04T19:59:18.5702394Z [4605/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u4.c.obj 2025-03-04T19:59:18.5776986Z [4606/7043] 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-04T19:59:18.6456994Z [4607/7043] 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-04T19:59:18.6592506Z [4608/7043] 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-04T19:59:18.6800207Z [4609/7043] 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-04T19:59:18.7009776Z [4610/7043] 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-04T19:59:18.7064559Z [4611/7043] 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-04T19:59:18.7254377Z [4612/7043] 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-04T19:59:18.7547044Z [4613/7043] 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-04T19:59:18.7758813Z [4614/7043] 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-04T19:59:18.7823208Z [4615/7043] 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-04T19:59:18.8004529Z [4616/7043] 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-04T19:59:18.8463275Z [4617/7043] 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-04T19:59:18.8521564Z [4618/7043] 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-04T19:59:18.8837332Z [4619/7043] 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-04T19:59:18.8849240Z [4620/7043] 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-04T19:59:18.9061557Z [4621/7043] 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-04T19:59:18.9073289Z [4622/7043] 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-04T19:59:18.9323173Z [4623/7043] 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-04T19:59:18.9785231Z [4624/7043] 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-04T19:59:18.9928304Z [4625/7043] 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-04T19:59:19.0131425Z [4626/7043] 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-04T19:59:19.0180239Z [4627/7043] 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-04T19:59:19.0308287Z [4628/7043] 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-04T19:59:19.0909945Z [4629/7043] 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-04T19:59:19.0924808Z [4630/7043] 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-04T19:59:19.0980238Z [4631/7043] 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-04T19:59:19.1223110Z [4632/7043] 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-04T19:59:19.1358791Z [4633/7043] 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-04T19:59:19.1410611Z [4634/7043] 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-04T19:59:19.1668183Z [4635/7043] 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-04T19:59:19.2288910Z [4636/7043] 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-04T19:59:19.2300875Z [4637/7043] 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-04T19:59:19.2391909Z [4638/7043] 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-04T19:59:19.2406632Z [4639/7043] 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-04T19:59:19.2606095Z [4640/7043] 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-04T19:59:19.2661849Z [4641/7043] 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-04T19:59:19.2908519Z [4642/7043] 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-04T19:59:19.3544282Z [4643/7043] 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-04T19:59:19.3597749Z [4644/7043] 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-04T19:59:19.3670099Z [4645/7043] 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-04T19:59:19.3723147Z [4646/7043] 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-04T19:59:19.3778796Z [4647/7043] 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-04T19:59:19.3945499Z [4648/7043] 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-04T19:59:19.4398523Z [4649/7043] 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-04T19:59:19.4821720Z [4650/7043] 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-04T19:59:19.4834324Z [4651/7043] 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-04T19:59:19.4925203Z [4652/7043] 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-04T19:59:19.4984715Z [4653/7043] 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-04T19:59:19.4997988Z [4654/7043] 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-04T19:59:19.5252570Z [4655/7043] 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-04T19:59:19.5571988Z [4656/7043] 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-04T19:59:19.6063311Z [4657/7043] 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-04T19:59:19.6124933Z [4658/7043] 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-04T19:59:19.6138607Z [4659/7043] 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-04T19:59:19.6194648Z [4660/7043] 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-04T19:59:19.6455295Z [4661/7043] 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-04T19:59:19.6508301Z [4662/7043] 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-04T19:59:19.7317298Z [4663/7043] 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-04T19:59:19.7395063Z [4664/7043] 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-04T19:59:19.7441822Z [4665/7043] 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-04T19:59:19.7533273Z [4666/7043] 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-04T19:59:19.7594003Z [4667/7043] 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-04T19:59:19.7667161Z [4668/7043] 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-04T19:59:19.7809038Z [4669/7043] 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-04T19:59:19.8494874Z [4670/7043] 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-04T19:59:19.8630552Z [4671/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u8.c.obj 2025-03-04T19:59:19.8677340Z [4672/7043] 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-04T19:59:19.8727062Z [4673/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u24.c.obj 2025-03-04T19:59:19.8780641Z [4674/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u32.c.obj 2025-03-04T19:59:19.8920130Z [4675/7043] 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-04T19:59:19.9304636Z [4676/7043] 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-04T19:59:19.9550666Z [4677/7043] 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-04T19:59:19.9830198Z [4678/7043] 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-04T19:59:19.9891652Z [4679/7043] 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-04T19:59:20.0053131Z [4680/7043] 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-04T19:59:20.0227619Z [4681/7043] 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-04T19:59:20.0343133Z [4682/7043] 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-04T19:59:20.0454780Z [4683/7043] 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-04T19:59:20.0733637Z [4684/7043] 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-04T19:59:20.1162500Z [4685/7043] 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-04T19:59:20.1264186Z [4686/7043] 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-04T19:59:20.1450596Z [4687/7043] 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-04T19:59:20.1463160Z [4688/7043] 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-04T19:59:20.1662215Z [4689/7043] 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-04T19:59:20.1861294Z [4690/7043] 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-04T19:59:20.2323514Z [4691/7043] 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-04T19:59:20.2399008Z [4692/7043] 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-04T19:59:20.2452920Z [4693/7043] 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-04T19:59:20.2848184Z [4694/7043] 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-04T19:59:20.2915087Z [4695/7043] 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-04T19:59:20.2931019Z [4696/7043] 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-04T19:59:20.3166073Z [4697/7043] 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-04T19:59:20.3600170Z [4698/7043] 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-04T19:59:20.3652597Z [4699/7043] 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-04T19:59:20.3667651Z [4700/7043] 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-04T19:59:20.4123670Z [4701/7043] 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-04T19:59:20.4309003Z [4702/7043] 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-04T19:59:20.4358207Z [4703/7043] 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-04T19:59:20.4414697Z [4704/7043] 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-04T19:59:20.4953702Z [4705/7043] 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-04T19:59:20.5017736Z [4706/7043] 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-04T19:59:20.5033598Z [4707/7043] 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-04T19:59:20.5562716Z [4708/7043] 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-04T19:59:20.5672628Z [4709/7043] 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-04T19:59:20.5731514Z [4710/7043] 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-04T19:59:20.5744428Z [4711/7043] 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-04T19:59:20.6310976Z [4712/7043] 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-04T19:59:20.6372173Z [4713/7043] 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-04T19:59:20.6481937Z [4714/7043] 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-04T19:59:20.6946648Z [4715/7043] 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-04T19:59:20.7109768Z [4716/7043] 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-04T19:59:20.7165249Z [4717/7043] 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-04T19:59:20.7179891Z [4718/7043] 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-04T19:59:20.7956050Z [4719/7043] 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-04T19:59:20.8078075Z [4720/7043] 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-04T19:59:20.8135969Z [4721/7043] 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-04T19:59:20.8250481Z [4722/7043] 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-04T19:59:20.8323367Z [4723/7043] 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-04T19:59:20.8448264Z [4724/7043] 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-04T19:59:20.9043848Z [4725/7043] 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-04T19:59:20.9289621Z [4726/7043] 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-04T19:59:20.9354633Z [4727/7043] 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-04T19:59:20.9435227Z [4728/7043] 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-04T19:59:20.9447708Z [4729/7043] 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-04T19:59:20.9552000Z [4730/7043] 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-04T19:59:20.9769535Z [4731/7043] 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-04T19:59:21.0557764Z [4732/7043] 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-04T19:59:21.0603463Z [4733/7043] 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-04T19:59:21.0645720Z [4734/7043] 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-04T19:59:21.0694401Z [4735/7043] 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-04T19:59:21.0776961Z [4736/7043] 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-04T19:59:21.0836549Z [4737/7043] 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-04T19:59:21.0850739Z [4738/7043] 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-04T19:59:21.1764354Z [4739/7043] 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-04T19:59:21.1865753Z [4740/7043] 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-04T19:59:21.1877301Z [4741/7043] 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-04T19:59:21.1952919Z [4742/7043] 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-04T19:59:21.1968754Z [4743/7043] 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-04T19:59:21.2119155Z [4744/7043] 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-04T19:59:21.2365119Z [4745/7043] 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-04T19:59:21.2837401Z [4746/7043] 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-04T19:59:21.3022643Z [4747/7043] 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-04T19:59:21.3080925Z [4748/7043] 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-04T19:59:21.3095531Z [4749/7043] 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-04T19:59:21.3367875Z [4750/7043] 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-04T19:59:21.3381952Z [4751/7043] 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-04T19:59:21.3439964Z [4752/7043] 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-04T19:59:21.3858039Z [4753/7043] 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-04T19:59:21.4094816Z [4754/7043] 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-04T19:59:21.4161116Z [4755/7043] 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-04T19:59:21.4275528Z [4756/7043] 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-04T19:59:21.4454219Z [4757/7043] 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-04T19:59:21.4560714Z [4758/7043] 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-04T19:59:21.4656477Z [4759/7043] 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-04T19:59:21.4887532Z [4760/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u8.c.obj 2025-03-04T19:59:21.5150109Z [4761/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u16.c.obj 2025-03-04T19:59:21.5269938Z [4762/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u8.c.obj 2025-03-04T19:59:21.5366872Z [4763/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u16.c.obj 2025-03-04T19:59:21.5548567Z [4764/7043] 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-04T19:59:21.5770328Z [4765/7043] 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-04T19:59:21.6002245Z [4766/7043] 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-04T19:59:21.6222889Z [4767/7043] 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-04T19:59:21.6463600Z [4768/7043] 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-04T19:59:21.6521767Z [4769/7043] 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-04T19:59:21.6542238Z [4770/7043] 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-04T19:59:21.6604447Z [4771/7043] 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-04T19:59:21.6969141Z [4772/7043] 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-04T19:59:21.7135235Z [4773/7043] 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-04T19:59:21.7334816Z [4774/7043] 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-04T19:59:21.7666862Z [4775/7043] 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-04T19:59:21.7721244Z [4776/7043] 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-04T19:59:21.8066395Z [4777/7043] 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-04T19:59:21.8262020Z [4778/7043] 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-04T19:59:21.8273817Z [4779/7043] 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-04T19:59:21.8610802Z [4780/7043] 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-04T19:59:21.8758975Z [4781/7043] 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-04T19:59:21.8810635Z [4782/7043] 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-04T19:59:21.8863943Z [4783/7043] 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-04T19:59:21.9083055Z [4784/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u8.c.obj 2025-03-04T19:59:21.9230257Z [4785/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u32.c.obj 2025-03-04T19:59:21.9246988Z [4786/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u24.c.obj 2025-03-04T19:59:22.0042976Z [4787/7043] 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-04T19:59:22.0131616Z [4788/7043] 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-04T19:59:22.0224756Z [4789/7043] 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-04T19:59:22.0489151Z [4790/7043] 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-04T19:59:22.0584537Z [4791/7043] 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-04T19:59:22.0643990Z [4792/7043] 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-04T19:59:22.0664036Z [4793/7043] 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-04T19:59:22.1323277Z [4794/7043] 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-04T19:59:22.1409078Z [4795/7043] 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-04T19:59:22.1903036Z [4796/7043] 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-04T19:59:22.1969727Z [4797/7043] 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-04T19:59:22.1981131Z [4798/7043] 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-04T19:59:22.2088706Z [4799/7043] 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-04T19:59:22.2103901Z [4800/7043] 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-04T19:59:22.2661431Z [4801/7043] 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-04T19:59:22.2803966Z [4802/7043] 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-04T19:59:22.3127480Z [4803/7043] 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-04T19:59:22.3244080Z [4804/7043] 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-04T19:59:22.3285812Z [4805/7043] 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-04T19:59:22.3349498Z [4806/7043] 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-04T19:59:22.3405884Z [4807/7043] 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-04T19:59:22.3905691Z [4808/7043] 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-04T19:59:22.3971852Z [4809/7043] 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-04T19:59:22.4430379Z [4810/7043] 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-04T19:59:22.4531160Z [4811/7043] 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-04T19:59:22.4580188Z [4812/7043] 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-04T19:59:22.4742236Z [4813/7043] 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-04T19:59:22.4798465Z [4814/7043] 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-04T19:59:22.5117837Z [4815/7043] 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-04T19:59:22.5258150Z [4816/7043] 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-04T19:59:22.5609043Z [4817/7043] 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-04T19:59:22.5670730Z [4818/7043] 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-04T19:59:22.5731534Z [4819/7043] 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-04T19:59:22.6011877Z [4820/7043] 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-04T19:59:22.6245730Z [4821/7043] 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-04T19:59:22.6450694Z [4822/7043] 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-04T19:59:22.6556793Z [4823/7043] 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-04T19:59:22.6799303Z [4824/7043] 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-04T19:59:22.6929768Z [4825/7043] 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-04T19:59:22.7157121Z [4826/7043] 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-04T19:59:22.7231152Z [4827/7043] 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-04T19:59:22.7523835Z [4828/7043] 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-04T19:59:22.7586303Z [4829/7043] 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-04T19:59:22.7775133Z [4830/7043] 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-04T19:59:22.7997536Z [4831/7043] 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-04T19:59:22.8138055Z [4832/7043] 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-04T19:59:22.8242890Z [4833/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u16.c.obj 2025-03-04T19:59:22.8309883Z [4834/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u8.c.obj 2025-03-04T19:59:22.8625218Z [4835/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u8.c.obj 2025-03-04T19:59:22.8680192Z [4836/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u16.c.obj 2025-03-04T19:59:22.9130489Z [4837/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c8.c.obj 2025-03-04T19:59:22.9277223Z [4838/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c8.c.obj 2025-03-04T19:59:22.9290322Z [4839/7043] 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-04T19:59:22.9342896Z [4840/7043] 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-04T19:59:22.9580641Z [4841/7043] 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-04T19:59:22.9646726Z [4842/7043] 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-04T19:59:22.9705063Z [4843/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-gio-sse41-u2.c.obj 2025-03-04T19:59:23.0103326Z [4844/7043] 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-04T19:59:23.0351651Z [4845/7043] 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-04T19:59:23.0406786Z [4846/7043] 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-04T19:59:23.0604270Z [4847/7043] 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-04T19:59:23.0697759Z [4848/7043] 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-04T19:59:23.0802387Z [4849/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx-acc2.c.obj 2025-03-04T19:59:23.1010307Z [4850/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx.c.obj 2025-03-04T19:59:23.1444391Z [4851/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx-acc2.c.obj 2025-03-04T19:59:23.1533954Z [4852/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx.c.obj 2025-03-04T19:59:23.1636734Z [4853/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx-acc2.c.obj 2025-03-04T19:59:23.1755752Z [4854/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx-acc2.c.obj 2025-03-04T19:59:23.1908943Z [4855/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx-acc2.c.obj 2025-03-04T19:59:23.1981254Z [4856/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx.c.obj 2025-03-04T19:59:23.2083738Z [4857/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx-acc2.c.obj 2025-03-04T19:59:23.2802029Z [4858/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx-acc2.c.obj 2025-03-04T19:59:23.2814402Z [4859/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx-acc2.c.obj 2025-03-04T19:59:23.3025652Z [4860/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx.c.obj 2025-03-04T19:59:23.3076025Z [4861/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx.c.obj 2025-03-04T19:59:23.3226174Z [4862/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx.c.obj 2025-03-04T19:59:23.3309726Z [4863/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx-acc2.c.obj 2025-03-04T19:59:23.3411026Z [4864/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx-acc2.c.obj 2025-03-04T19:59:23.3958370Z [4865/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx-acc2.c.obj 2025-03-04T19:59:23.4020713Z [4866/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx.c.obj 2025-03-04T19:59:23.4144536Z [4867/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx.c.obj 2025-03-04T19:59:23.4246825Z [4868/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx-acc2.c.obj 2025-03-04T19:59:23.4548666Z [4869/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx.c.obj 2025-03-04T19:59:23.4934386Z [4870/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u8.c.obj 2025-03-04T19:59:23.5084799Z [4871/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx-acc2.c.obj 2025-03-04T19:59:23.5142867Z [4872/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx-acc2.c.obj 2025-03-04T19:59:23.5290845Z [4873/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u16.c.obj 2025-03-04T19:59:23.5382592Z [4874/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-avx-broadcast.c.obj 2025-03-04T19:59:23.5478812Z [4875/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u32.c.obj 2025-03-04T19:59:23.5724890Z [4876/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-avx-broadcast.c.obj 2025-03-04T19:59:23.6397542Z [4877/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-avx-broadcast.c.obj 2025-03-04T19:59:23.6710617Z [4878/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx-broadcast.c.obj 2025-03-04T19:59:23.6818555Z [4879/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-avx-broadcast.c.obj 2025-03-04T19:59:23.6833049Z [4880/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-avx-broadcast.c.obj 2025-03-04T19:59:23.6884853Z [4881/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx-broadcast.c.obj 2025-03-04T19:59:23.6896620Z [4882/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-avx-broadcast.c.obj 2025-03-04T19:59:23.6908784Z [4883/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-avx-broadcast.c.obj 2025-03-04T19:59:23.7875320Z [4884/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx-broadcast.c.obj 2025-03-04T19:59:23.8065468Z [4885/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-avx-broadcast.c.obj 2025-03-04T19:59:23.8188555Z [4886/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-avx-broadcast.c.obj 2025-03-04T19:59:23.8237908Z [4887/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-avx-broadcast.c.obj 2025-03-04T19:59:23.8251315Z [4888/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx-broadcast.c.obj 2025-03-04T19:59:23.8303875Z [4889/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx-broadcast.c.obj 2025-03-04T19:59:23.8317267Z [4890/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-avx-broadcast.c.obj 2025-03-04T19:59:23.9281377Z [4891/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx-broadcast.c.obj 2025-03-04T19:59:23.9355698Z [4892/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-avx-broadcast.c.obj 2025-03-04T19:59:23.9406902Z [4893/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-avx-broadcast.c.obj 2025-03-04T19:59:23.9455856Z [4894/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-avx-broadcast.c.obj 2025-03-04T19:59:23.9466957Z [4895/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-avx-broadcast.c.obj 2025-03-04T19:59:23.9534678Z [4896/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-avx-broadcast.c.obj 2025-03-04T19:59:23.9774728Z [4897/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx-broadcast.c.obj 2025-03-04T19:59:24.0509702Z [4898/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx-broadcast.c.obj 2025-03-04T19:59:24.0556935Z [4899/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-avx-broadcast.c.obj 2025-03-04T19:59:24.0722443Z [4900/7043] 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-04T19:59:24.0775213Z [4901/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx-2x16.c.obj 2025-03-04T19:59:24.0822558Z [4902/7043] 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-04T19:59:24.1099790Z [4903/7043] 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-04T19:59:24.1469753Z [4904/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-avx-broadcast.c.obj 2025-03-04T19:59:24.1663527Z [4905/7043] 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-04T19:59:24.1833178Z [4906/7043] 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-04T19:59:24.1988686Z [4907/7043] 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-04T19:59:24.2065747Z [4908/7043] 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-04T19:59:24.2396341Z [4909/7043] 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-04T19:59:24.2521409Z [4910/7043] 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-04T19:59:24.2769701Z [4911/7043] 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-04T19:59:24.2946239Z [4912/7043] 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-04T19:59:24.3270049Z [4913/7043] 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-04T19:59:24.3378596Z [4914/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u8.c.obj 2025-03-04T19:59:24.3400154Z [4915/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u24.c.obj 2025-03-04T19:59:24.3461130Z [4916/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u8.c.obj 2025-03-04T19:59:24.3519987Z [4917/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u16.c.obj 2025-03-04T19:59:24.3940374Z [4918/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u16.c.obj 2025-03-04T19:59:24.4148857Z [4919/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u24.c.obj 2025-03-04T19:59:24.4223145Z [4920/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c16.c.obj 2025-03-04T19:59:24.4394241Z [4921/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u8.c.obj 2025-03-04T19:59:24.4405947Z [4922/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c64.c.obj 2025-03-04T19:59:24.4453939Z [4923/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u16-acc2.c.obj 2025-03-04T19:59:24.4523414Z [4924/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u24-acc3.c.obj 2025-03-04T19:59:24.5122209Z [4925/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u8.c.obj 2025-03-04T19:59:24.5171548Z [4926/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u16-acc2.c.obj 2025-03-04T19:59:24.5408967Z [4927/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc2.c.obj 2025-03-04T19:59:24.5460536Z [4928/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc2.c.obj 2025-03-04T19:59:24.5558810Z [4929/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc4.c.obj 2025-03-04T19:59:24.5763858Z [4930/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u24-acc3.c.obj 2025-03-04T19:59:24.5812755Z [4931/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u8.c.obj 2025-03-04T19:59:24.6075918Z [4932/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u16-acc2.c.obj 2025-03-04T19:59:24.6251887Z [4933/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u24-acc3.c.obj 2025-03-04T19:59:24.6410044Z [4934/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc2.c.obj 2025-03-04T19:59:24.6567641Z [4935/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u16-acc2.c.obj 2025-03-04T19:59:24.6767017Z [4936/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u8.c.obj 2025-03-04T19:59:24.6816745Z [4937/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc2.c.obj 2025-03-04T19:59:24.6882657Z [4938/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u24-acc3.c.obj 2025-03-04T19:59:24.7457539Z [4939/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-avx-u8.c.obj 2025-03-04T19:59:24.7470848Z [4940/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-avx-u8.c.obj 2025-03-04T19:59:24.7662816Z [4941/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-avx-u8.c.obj 2025-03-04T19:59:24.7716588Z [4942/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-avx-u8.c.obj 2025-03-04T19:59:24.7885188Z [4943/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u8.c.obj 2025-03-04T19:59:24.7951680Z [4944/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx-u8.c.obj 2025-03-04T19:59:24.8187254Z [4945/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx-u8.c.obj 2025-03-04T19:59:24.8546664Z [4946/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx-u8.c.obj 2025-03-04T19:59:24.8823639Z [4947/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-avx-u8.c.obj 2025-03-04T19:59:24.8897572Z [4948/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-avx-u8.c.obj 2025-03-04T19:59:24.8909370Z [4949/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-avx-u8.c.obj 2025-03-04T19:59:24.9036875Z [4950/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-avx-u8.c.obj 2025-03-04T19:59:24.9320112Z [4951/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-avx-u8.c.obj 2025-03-04T19:59:24.9788117Z [4952/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-avx-u8.c.obj 2025-03-04T19:59:24.9843661Z [4953/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u8.c.obj 2025-03-04T19:59:24.9908704Z [4954/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-avx-u8.c.obj 2025-03-04T19:59:25.0025103Z [4955/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-avx-u8.c.obj 2025-03-04T19:59:25.0085622Z [4956/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-avx-u8.c.obj 2025-03-04T19:59:25.0103285Z [4957/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u8.c.obj 2025-03-04T19:59:25.0480195Z [4958/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx-u8.c.obj 2025-03-04T19:59:25.0924563Z [4959/7043] 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-04T19:59:25.1024806Z [4960/7043] 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-04T19:59:25.1037386Z [4961/7043] 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-04T19:59:25.1241744Z [4962/7043] 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-04T19:59:25.1304804Z [4963/7043] 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-04T19:59:25.1319418Z [4964/7043] 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-04T19:59:25.1479005Z [4965/7043] 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-04T19:59:25.1994135Z [4966/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u8.c.obj 2025-03-04T19:59:25.2272668Z [4967/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u24.c.obj 2025-03-04T19:59:25.2417908Z [4968/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx-u8.c.obj 2025-03-04T19:59:25.2433361Z [4969/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u32.c.obj 2025-03-04T19:59:25.2489311Z [4970/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u8.c.obj 2025-03-04T19:59:25.2625517Z [4971/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u8.c.obj 2025-03-04T19:59:25.2990622Z [4972/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u16.c.obj 2025-03-04T19:59:25.3044516Z [4973/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u16.c.obj 2025-03-04T19:59:25.3465493Z [4974/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx-u8.c.obj 2025-03-04T19:59:25.3524189Z [4975/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx-u8.c.obj 2025-03-04T19:59:25.3582454Z [4976/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx-u8.c.obj 2025-03-04T19:59:25.3601070Z [4977/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx-u8.c.obj 2025-03-04T19:59:25.3785428Z [4978/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u8.c.obj 2025-03-04T19:59:25.4113538Z [4979/7043] 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-04T19:59:25.4384679Z [4980/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u32.c.obj 2025-03-04T19:59:25.4691215Z [4981/7043] 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-04T19:59:25.4702849Z [4982/7043] 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-04T19:59:25.4714761Z [4983/7043] 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-04T19:59:25.4726565Z [4984/7043] 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-04T19:59:25.5010659Z [4985/7043] 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-04T19:59:25.5256641Z [4986/7043] 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-04T19:59:25.5575267Z [4987/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u8.c.obj 2025-03-04T19:59:25.5802332Z [4988/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u16.c.obj 2025-03-04T19:59:25.5815964Z [4989/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u32.c.obj 2025-03-04T19:59:25.5884923Z [4990/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u32.c.obj 2025-03-04T19:59:25.6368252Z [4991/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u8.c.obj 2025-03-04T19:59:25.6478809Z [4992/7043] 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-04T19:59:25.6684492Z [4993/7043] 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-04T19:59:25.6848429Z [4994/7043] 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-04T19:59:25.7072409Z [4995/7043] 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-04T19:59:25.7163830Z [4996/7043] 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-04T19:59:25.7276071Z [4997/7043] 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-04T19:59:25.7701279Z [4998/7043] 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-04T19:59:25.8169463Z [4999/7043] 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-04T19:59:25.8319795Z [5000/7043] 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-04T19:59:25.8436788Z [5001/7043] 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-04T19:59:25.8485635Z [5002/7043] 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-04T19:59:25.8827871Z [5003/7043] 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-04T19:59:25.8875524Z [5004/7043] 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-04T19:59:25.8930532Z [5005/7043] 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-04T19:59:25.9545272Z [5006/7043] 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-04T19:59:25.9558396Z [5007/7043] 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-04T19:59:25.9991593Z [5008/7043] 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-04T19:59:26.0064007Z [5009/7043] 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-04T19:59:26.0249273Z [5010/7043] 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-04T19:59:26.0301609Z [5011/7043] 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-04T19:59:26.0354458Z [5012/7043] 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-04T19:59:26.0722982Z [5013/7043] 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-04T19:59:26.1089464Z [5014/7043] 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-04T19:59:26.1141026Z [5015/7043] 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-04T19:59:26.1263281Z [5016/7043] 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-04T19:59:26.1447771Z [5017/7043] 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-04T19:59:26.1465801Z [5018/7043] 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-04T19:59:26.1523078Z [5019/7043] 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-04T19:59:26.2051335Z [5020/7043] 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-04T19:59:26.2331558Z [5021/7043] 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-04T19:59:26.2425894Z [5022/7043] 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-04T19:59:26.2635395Z [5023/7043] 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-04T19:59:26.2655626Z [5024/7043] 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-04T19:59:26.2705789Z [5025/7043] 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-04T19:59:26.2880181Z [5026/7043] 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-04T19:59:26.3294230Z [5027/7043] 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-04T19:59:26.3702363Z [5028/7043] 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-04T19:59:26.3766967Z [5029/7043] 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-04T19:59:26.3887445Z [5030/7043] 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-04T19:59:26.3939402Z [5031/7043] 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-04T19:59:26.4044830Z [5032/7043] 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-04T19:59:26.4437642Z [5033/7043] 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-04T19:59:26.4776858Z [5034/7043] 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-04T19:59:26.4896597Z [5035/7043] 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-04T19:59:26.4963194Z [5036/7043] 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-04T19:59:26.5062552Z [5037/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u8.c.obj 2025-03-04T19:59:26.5075556Z [5038/7043] 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-04T19:59:26.5132587Z [5039/7043] 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-04T19:59:26.5602584Z [5040/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u16.c.obj 2025-03-04T19:59:26.5748209Z [5041/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u24.c.obj 2025-03-04T19:59:26.6092325Z [5042/7043] 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-04T19:59:26.6206780Z [5043/7043] 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-04T19:59:26.6285881Z [5044/7043] 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-04T19:59:26.6344556Z [5045/7043] 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-04T19:59:26.6476293Z [5046/7043] 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-04T19:59:26.6811898Z [5047/7043] 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-04T19:59:26.6873672Z [5048/7043] 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-04T19:59:26.7271810Z [5049/7043] 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-04T19:59:26.7466232Z [5050/7043] 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-04T19:59:26.7567635Z [5051/7043] 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-04T19:59:26.7751148Z [5052/7043] 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-04T19:59:26.7807147Z [5053/7043] 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-04T19:59:26.8264751Z [5054/7043] 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-04T19:59:26.8278035Z [5055/7043] 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-04T19:59:26.8424755Z [5056/7043] 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-04T19:59:26.8835040Z [5057/7043] 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-04T19:59:26.8996373Z [5058/7043] 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-04T19:59:26.9085419Z [5059/7043] 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-04T19:59:26.9247878Z [5060/7043] 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-04T19:59:26.9662308Z [5061/7043] 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-04T19:59:26.9721023Z [5062/7043] 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-04T19:59:26.9826412Z [5063/7043] 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-04T19:59:27.0149596Z [5064/7043] 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-04T19:59:27.0330539Z [5065/7043] 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-04T19:59:27.0434412Z [5066/7043] 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-04T19:59:27.1024534Z [5067/7043] 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-04T19:59:27.1037672Z [5068/7043] 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-04T19:59:27.1095955Z [5069/7043] 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-04T19:59:27.1149902Z [5070/7043] 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-04T19:59:27.1453809Z [5071/7043] 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-04T19:59:27.1699683Z [5072/7043] 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-04T19:59:27.1782705Z [5073/7043] 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-04T19:59:27.2399821Z [5074/7043] 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-04T19:59:27.2412386Z [5075/7043] 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-04T19:59:27.2503035Z [5076/7043] 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-04T19:59:27.2838702Z [5077/7043] 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-04T19:59:27.2851575Z [5078/7043] 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-04T19:59:27.3016246Z [5079/7043] 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-04T19:59:27.3066717Z [5080/7043] 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-04T19:59:27.3562756Z [5081/7043] 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-04T19:59:27.3617694Z [5082/7043] 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-04T19:59:27.3674888Z [5083/7043] 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-04T19:59:27.3975508Z [5084/7043] 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-04T19:59:27.4049852Z [5085/7043] 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-04T19:59:27.4341453Z [5086/7043] 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-04T19:59:27.4651733Z [5087/7043] 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-04T19:59:27.4707711Z [5088/7043] 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-04T19:59:27.4881761Z [5089/7043] 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-04T19:59:27.4933924Z [5090/7043] 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-04T19:59:27.5109505Z [5091/7043] 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-04T19:59:27.5241149Z [5092/7043] 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-04T19:59:27.5641656Z [5093/7043] 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-04T19:59:27.5762368Z [5094/7043] 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-04T19:59:27.5959948Z [5095/7043] 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-04T19:59:27.6046222Z [5096/7043] 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-04T19:59:27.6244384Z [5097/7043] 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-04T19:59:27.6306042Z [5098/7043] 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-04T19:59:27.6375934Z [5099/7043] 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-04T19:59:27.6746616Z [5100/7043] 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-04T19:59:27.7103102Z [5101/7043] 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-04T19:59:27.7213797Z [5102/7043] 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-04T19:59:27.7307225Z [5103/7043] 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-04T19:59:27.7406533Z [5104/7043] 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-04T19:59:27.7419252Z [5105/7043] 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-04T19:59:27.7791591Z [5106/7043] 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-04T19:59:27.7938622Z [5107/7043] 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-04T19:59:27.8251345Z [5108/7043] 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-04T19:59:27.8422977Z [5109/7043] 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-04T19:59:27.8544950Z [5110/7043] 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-04T19:59:27.8592906Z [5111/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u8.c.obj 2025-03-04T19:59:27.8805175Z [5112/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u16.c.obj 2025-03-04T19:59:27.8898037Z [5113/7043] 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-04T19:59:27.8993121Z [5114/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u8.c.obj 2025-03-04T19:59:27.9351896Z [5115/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u16.c.obj 2025-03-04T19:59:27.9673073Z [5116/7043] 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-04T19:59:27.9739078Z [5117/7043] 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-04T19:59:27.9905813Z [5118/7043] 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-04T19:59:28.0114011Z [5119/7043] 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-04T19:59:28.0126529Z [5120/7043] 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-04T19:59:28.0292032Z [5121/7043] 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-04T19:59:28.0475737Z [5122/7043] 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-04T19:59:28.0839312Z [5123/7043] 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-04T19:59:28.0914346Z [5124/7043] 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-04T19:59:28.1192191Z [5125/7043] 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-04T19:59:28.1325562Z [5126/7043] 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-04T19:59:28.1384929Z [5127/7043] 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-04T19:59:28.1500699Z [5128/7043] 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-04T19:59:28.1640997Z [5129/7043] 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-04T19:59:28.1911808Z [5130/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u8.c.obj 2025-03-04T19:59:28.1964673Z [5131/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u16.c.obj 2025-03-04T19:59:28.2370778Z [5132/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u24.c.obj 2025-03-04T19:59:28.2721502Z [5133/7043] 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-04T19:59:28.2733825Z [5134/7043] 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-04T19:59:28.2819947Z [5135/7043] 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-04T19:59:28.2935527Z [5136/7043] 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-04T19:59:28.3376406Z [5137/7043] 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-04T19:59:28.3389845Z [5138/7043] 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-04T19:59:28.3943621Z [5139/7043] 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-04T19:59:28.3997545Z [5140/7043] 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-04T19:59:28.4076142Z [5141/7043] 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-04T19:59:28.4195648Z [5142/7043] 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-04T19:59:28.4630254Z [5143/7043] 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-04T19:59:28.4680185Z [5144/7043] 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-04T19:59:28.4879126Z [5145/7043] 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-04T19:59:28.5327855Z [5146/7043] 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-04T19:59:28.5415764Z [5147/7043] 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-04T19:59:28.5493557Z [5148/7043] 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-04T19:59:28.5584189Z [5149/7043] 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-04T19:59:28.5953713Z [5150/7043] 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-04T19:59:28.6126549Z [5151/7043] 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-04T19:59:28.6253393Z [5152/7043] 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-04T19:59:28.6590387Z [5153/7043] 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-04T19:59:28.6642925Z [5154/7043] 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-04T19:59:28.6698624Z [5155/7043] 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-04T19:59:28.7080215Z [5156/7043] 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-04T19:59:28.7273083Z [5157/7043] 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-04T19:59:28.7332687Z [5158/7043] 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-04T19:59:28.7621530Z [5159/7043] 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-04T19:59:28.7832311Z [5160/7043] 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-04T19:59:28.7902888Z [5161/7043] 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-04T19:59:28.7967972Z [5162/7043] 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-04T19:59:28.8398643Z [5163/7043] 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-04T19:59:28.8590600Z [5164/7043] 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-04T19:59:28.8647584Z [5165/7043] 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-04T19:59:28.8822337Z [5166/7043] 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-04T19:59:28.8887140Z [5167/7043] 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-04T19:59:28.9089211Z [5168/7043] 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-04T19:59:28.9540557Z [5169/7043] 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-04T19:59:28.9699714Z [5170/7043] 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-04T19:59:28.9748078Z [5171/7043] 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-04T19:59:28.9897772Z [5172/7043] 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-04T19:59:29.0073735Z [5173/7043] 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-04T19:59:29.0232525Z [5174/7043] 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-04T19:59:29.0555145Z [5175/7043] 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-04T19:59:29.0752266Z [5176/7043] 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-04T19:59:29.0825074Z [5177/7043] 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-04T19:59:29.0880964Z [5178/7043] 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-04T19:59:29.0934037Z [5179/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u8.c.obj 2025-03-04T19:59:29.1084809Z [5180/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u16.c.obj 2025-03-04T19:59:29.1378435Z [5181/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u8.c.obj 2025-03-04T19:59:29.1663688Z [5182/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u16.c.obj 2025-03-04T19:59:29.1716489Z [5183/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u16.c.obj 2025-03-04T19:59:29.1762412Z [5184/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u32.c.obj 2025-03-04T19:59:29.2142134Z [5185/7043] 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-04T19:59:29.2153984Z [5186/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u48.c.obj 2025-03-04T19:59:29.2326888Z [5187/7043] 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-04T19:59:29.2409459Z [5188/7043] 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-04T19:59:29.2615478Z [5189/7043] 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-04T19:59:29.2852667Z [5190/7043] 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-04T19:59:29.2870012Z [5191/7043] 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-04T19:59:29.3109651Z [5192/7043] 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-04T19:59:29.3252699Z [5193/7043] 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-04T19:59:29.3338094Z [5194/7043] 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-04T19:59:29.3408581Z [5195/7043] 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-04T19:59:29.3629201Z [5196/7043] 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-04T19:59:29.3856841Z [5197/7043] 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-04T19:59:29.3873742Z [5198/7043] 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-04T19:59:29.4154323Z [5199/7043] 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-04T19:59:29.4290333Z [5200/7043] 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-04T19:59:29.4341729Z [5201/7043] 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-04T19:59:29.4592399Z [5202/7043] 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-04T19:59:29.4701395Z [5203/7043] 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-04T19:59:29.4905701Z [5204/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-mov-avx.c.obj 2025-03-04T19:59:29.4953154Z [5205/7043] 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-04T19:59:29.5076728Z [5206/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-switch-avx.c.obj 2025-03-04T19:59:29.5255046Z [5207/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-switch-avx.c.obj 2025-03-04T19:59:29.5273066Z [5208/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-mov-avx.c.obj 2025-03-04T19:59:29.5684620Z [5209/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-mov-avx.c.obj 2025-03-04T19:59:29.5698962Z [5210/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-multi-avx.c.obj 2025-03-04T19:59:29.5845281Z [5211/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-switch-avx.c.obj 2025-03-04T19:59:29.6022416Z [5212/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-switch-avx.c.obj 2025-03-04T19:59:29.6112762Z [5213/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-mov-avx.c.obj 2025-03-04T19:59:29.6271276Z [5214/7043] 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-04T19:59:29.6742640Z [5215/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u8.c.obj 2025-03-04T19:59:29.6795473Z [5216/7043] 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-04T19:59:29.6959752Z [5217/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u8.c.obj 2025-03-04T19:59:29.7084285Z [5218/7043] 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-04T19:59:29.7095974Z [5219/7043] 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-04T19:59:29.7151288Z [5220/7043] 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-04T19:59:29.7441929Z [5221/7043] 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-04T19:59:29.7852071Z [5222/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vadd-f16c-u8.c.obj 2025-03-04T19:59:29.8212829Z [5223/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdivc-f16c-u16.c.obj 2025-03-04T19:59:29.8307024Z [5224/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmax-f16c-u8.c.obj 2025-03-04T19:59:29.8361605Z [5225/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vaddc-f16c-u8.c.obj 2025-03-04T19:59:29.8538660Z [5226/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmin-f16c-u8.c.obj 2025-03-04T19:59:29.8809085Z [5227/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u8.c.obj 2025-03-04T19:59:29.8871336Z [5228/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vminc-f16c-u8.c.obj 2025-03-04T19:59:29.9372466Z [5229/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmulc-f16c-u8.c.obj 2025-03-04T19:59:29.9440140Z [5230/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdiv-f16c-u16.c.obj 2025-03-04T19:59:29.9452679Z [5231/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vprelu-f16c-u8.c.obj 2025-03-04T19:59:29.9466408Z [5232/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmul-f16c-u8.c.obj 2025-03-04T19:59:29.9734879Z [5233/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vpreluc-f16c-u8.c.obj 2025-03-04T19:59:29.9856294Z [5234/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrdivc-f16c-u16.c.obj 2025-03-04T19:59:30.0089487Z [5235/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrpreluc-f16c-u8.c.obj 2025-03-04T19:59:30.0564946Z [5236/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u8.c.obj 2025-03-04T19:59:30.0620679Z [5237/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrsubc-f16c-u8.c.obj 2025-03-04T19:59:30.0859798Z [5238/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsubc-f16c-u8.c.obj 2025-03-04T19:59:30.0980978Z [5239/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u8.c.obj 2025-03-04T19:59:30.1050226Z [5240/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u8.c.obj 2025-03-04T19:59:30.1066475Z [5241/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsub-f16c-u8.c.obj 2025-03-04T19:59:30.1140426Z [5242/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u8.c.obj 2025-03-04T19:59:30.1672208Z [5243/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u8.c.obj 2025-03-04T19:59:30.1729352Z [5244/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u8.c.obj 2025-03-04T19:59:30.2140192Z [5245/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u8.c.obj 2025-03-04T19:59:30.2204005Z [5246/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u8.c.obj 2025-03-04T19:59:30.2219639Z [5247/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u8.c.obj 2025-03-04T19:59:30.2279085Z [5248/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u16.c.obj 2025-03-04T19:59:30.2706944Z [5249/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u8.c.obj 2025-03-04T19:59:30.3100159Z [5250/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u8.c.obj 2025-03-04T19:59:30.3150813Z [5251/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u16.c.obj 2025-03-04T19:59:30.3305980Z [5252/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u8.c.obj 2025-03-04T19:59:30.3318823Z [5253/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u32.c.obj 2025-03-04T19:59:30.3332269Z [5254/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u16.c.obj 2025-03-04T19:59:30.3420372Z [5255/7043] 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-04T19:59:30.3999672Z [5256/7043] 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-04T19:59:30.4285323Z [5257/7043] 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-04T19:59:30.4376686Z [5258/7043] 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-04T19:59:30.4487900Z [5259/7043] 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-04T19:59:30.4546650Z [5260/7043] 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-04T19:59:30.4622465Z [5261/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u8.c.obj 2025-03-04T19:59:30.5098330Z [5262/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u16.c.obj 2025-03-04T19:59:30.5213711Z [5263/7043] 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-04T19:59:30.5546350Z [5264/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u8.c.obj 2025-03-04T19:59:30.5601240Z [5265/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vsqr-f16c-u8.c.obj 2025-03-04T19:59:30.5792199Z [5266/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3-acc2.c.obj 2025-03-04T19:59:30.6165844Z [5267/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3.c.obj 2025-03-04T19:59:30.6288445Z [5268/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3-acc2.c.obj 2025-03-04T19:59:30.6585947Z [5269/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u24.c.obj 2025-03-04T19:59:30.6652937Z [5270/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3-acc2.c.obj 2025-03-04T19:59:30.6847855Z [5271/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3.c.obj 2025-03-04T19:59:30.6921476Z [5272/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3-acc2.c.obj 2025-03-04T19:59:30.7041480Z [5273/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u32.c.obj 2025-03-04T19:59:30.7237383Z [5274/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3.c.obj 2025-03-04T19:59:30.7756771Z [5275/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3-acc2.c.obj 2025-03-04T19:59:30.7873353Z [5276/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3.c.obj 2025-03-04T19:59:30.8150185Z [5277/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2025-03-04T19:59:30.8163068Z [5278/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2025-03-04T19:59:30.8315853Z [5279/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3-acc2.c.obj 2025-03-04T19:59:30.8371437Z [5280/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2025-03-04T19:59:30.9015896Z [5281/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2025-03-04T19:59:30.9068273Z [5282/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2025-03-04T19:59:30.9227259Z [5283/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3.c.obj 2025-03-04T19:59:30.9294923Z [5284/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2025-03-04T19:59:30.9390618Z [5285/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3-acc2.c.obj 2025-03-04T19:59:30.9580645Z [5286/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3-acc2.c.obj 2025-03-04T19:59:30.9797614Z [5287/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3.c.obj 2025-03-04T19:59:31.0305486Z [5288/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3.c.obj 2025-03-04T19:59:31.0320501Z [5289/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3-acc2.c.obj 2025-03-04T19:59:31.0437416Z [5290/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3-acc2.c.obj 2025-03-04T19:59:31.0663751Z [5291/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3.c.obj 2025-03-04T19:59:31.0772945Z [5292/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3.c.obj 2025-03-04T19:59:31.0859947Z [5293/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3-acc2.c.obj 2025-03-04T19:59:31.0974554Z [5294/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3-acc2.c.obj 2025-03-04T19:59:31.1456081Z [5295/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3-acc2.c.obj 2025-03-04T19:59:31.1695296Z [5296/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3.c.obj 2025-03-04T19:59:31.1931312Z [5297/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3.c.obj 2025-03-04T19:59:31.2269285Z [5298/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3-acc2.c.obj 2025-03-04T19:59:31.2283032Z [5299/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3.c.obj 2025-03-04T19:59:31.2295560Z [5300/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3.c.obj 2025-03-04T19:59:31.2579697Z [5301/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3-acc2.c.obj 2025-03-04T19:59:31.2749925Z [5302/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3.c.obj 2025-03-04T19:59:31.3081709Z [5303/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3-acc2.c.obj 2025-03-04T19:59:31.3157763Z [5304/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3-acc2.c.obj 2025-03-04T19:59:31.3257045Z [5305/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c16.c.obj 2025-03-04T19:59:31.3274659Z [5306/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c16-minmax-fma3-2x.c.obj 2025-03-04T19:59:31.3434581Z [5307/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3.c.obj 2025-03-04T19:59:31.3754117Z [5308/7043] 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-04T19:59:31.4088157Z [5309/7043] 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-04T19:59:31.4197438Z [5310/7043] 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-04T19:59:31.4252988Z [5311/7043] 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-04T19:59:31.4375570Z [5312/7043] 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-04T19:59:31.4388929Z [5313/7043] 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-04T19:59:31.4450562Z [5314/7043] 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-04T19:59:31.5126976Z [5315/7043] 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-04T19:59:31.5224478Z [5316/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u8.c.obj 2025-03-04T19:59:31.5340242Z [5317/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u16.c.obj 2025-03-04T19:59:31.5464545Z [5318/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3-acc2.c.obj 2025-03-04T19:59:31.5523282Z [5319/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u24.c.obj 2025-03-04T19:59:31.5577794Z [5320/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3.c.obj 2025-03-04T19:59:31.5944868Z [5321/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3-acc2.c.obj 2025-03-04T19:59:31.6269003Z [5322/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3-acc2.c.obj 2025-03-04T19:59:31.6319976Z [5323/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3.c.obj 2025-03-04T19:59:31.6669229Z [5324/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2025-03-04T19:59:31.6725443Z [5325/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2025-03-04T19:59:31.6791404Z [5326/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3-acc2.c.obj 2025-03-04T19:59:31.6919607Z [5327/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2025-03-04T19:59:31.7106759Z [5328/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2025-03-04T19:59:31.7432457Z [5329/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2025-03-04T19:59:31.7694678Z [5330/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3-acc2.c.obj 2025-03-04T19:59:31.7887226Z [5331/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3.c.obj 2025-03-04T19:59:31.8052900Z [5332/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3.c.obj 2025-03-04T19:59:31.8246158Z [5333/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3.c.obj 2025-03-04T19:59:31.8388403Z [5334/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3-acc2.c.obj 2025-03-04T19:59:31.8554977Z [5335/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3-acc2.c.obj 2025-03-04T19:59:31.8607296Z [5336/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3-acc2.c.obj 2025-03-04T19:59:31.8858015Z [5337/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3.c.obj 2025-03-04T19:59:31.9372873Z [5338/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3-acc2.c.obj 2025-03-04T19:59:31.9501205Z [5339/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3-acc2.c.obj 2025-03-04T19:59:31.9649268Z [5340/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3-acc2.c.obj 2025-03-04T19:59:31.9732626Z [5341/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3.c.obj 2025-03-04T19:59:31.9929787Z [5342/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.0256986Z [5343/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16s4-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.0323515Z [5344/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.0682102Z [5345/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.0774642Z [5346/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.0899845Z [5347/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.1008507Z [5348/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16s4-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.1120202Z [5349/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.1679265Z [5350/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.1991932Z [5351/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.2062909Z [5352/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16s4-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.2117760Z [5353/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x8-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.2131101Z [5354/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.2286992Z [5355/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.2401291Z [5356/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16s4-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.3141573Z [5357/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.3408825Z [5358/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16s4-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.3562475Z [5359/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16s4-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.3609607Z [5360/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.3698042Z [5361/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.3710430Z [5362/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.3800474Z [5363/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.4448054Z [5364/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16s4-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.4795488Z [5365/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.4925838Z [5366/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.5044047Z [5367/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.5110277Z [5368/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.5124154Z [5369/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x8-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.5459966Z [5370/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16s4-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.5532648Z [5371/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.5968333Z [5372/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16s4-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.6099893Z [5373/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.6189571Z [5374/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.6376850Z [5375/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.6461431Z [5376/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.6645404Z [5377/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16s4-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.6750719Z [5378/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.7113475Z [5379/7043] 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-04T19:59:32.7323877Z [5380/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.7526541Z [5381/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16s4-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.7541639Z [5382/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.7753756Z [5383/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x8-minmax-fma3-broadcast.c.obj 2025-03-04T19:59:32.7923260Z [5384/7043] 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-04T19:59:32.8361680Z [5385/7043] 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-04T19:59:32.8607968Z [5386/7043] 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-04T19:59:32.8707593Z [5387/7043] 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-04T19:59:32.8885777Z [5388/7043] 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-04T19:59:32.9083947Z [5389/7043] 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-04T19:59:32.9138468Z [5390/7043] 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-04T19:59:32.9602103Z [5391/7043] 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-04T19:59:32.9618492Z [5392/7043] 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-04T19:59:32.9758852Z [5393/7043] 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-04T19:59:33.0019727Z [5394/7043] 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-04T19:59:33.0096310Z [5395/7043] 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-04T19:59:33.0179606Z [5396/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u8.c.obj 2025-03-04T19:59:33.0297078Z [5397/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u32.c.obj 2025-03-04T19:59:33.0707488Z [5398/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u64.c.obj 2025-03-04T19:59:33.0824254Z [5399/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u8.c.obj 2025-03-04T19:59:33.0957549Z [5400/7043] 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-04T19:59:33.1123915Z [5401/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u32.c.obj 2025-03-04T19:59:33.1224644Z [5402/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u8.c.obj 2025-03-04T19:59:33.1344973Z [5403/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u8.c.obj 2025-03-04T19:59:33.1424900Z [5404/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u32.c.obj 2025-03-04T19:59:33.1785629Z [5405/7043] 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-04T19:59:33.2100207Z [5406/7043] 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-04T19:59:33.2309248Z [5407/7043] 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-04T19:59:33.2531539Z [5408/7043] 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-04T19:59:33.2644588Z [5409/7043] 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-04T19:59:33.2759318Z [5410/7043] 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-04T19:59:33.3056567Z [5411/7043] 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-04T19:59:33.3186622Z [5412/7043] 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-04T19:59:33.3236097Z [5413/7043] 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-04T19:59:33.3734834Z [5414/7043] 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-04T19:59:33.3787206Z [5415/7043] 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-04T19:59:33.3853023Z [5416/7043] 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-04T19:59:33.3865308Z [5417/7043] 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-04T19:59:33.4226713Z [5418/7043] 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-04T19:59:33.4344798Z [5419/7043] 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-04T19:59:33.4485601Z [5420/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x8-minmax-avx2-broadcast.c.obj 2025-03-04T19:59:33.5139994Z [5421/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x16-minmax-avx2-broadcast.c.obj 2025-03-04T19:59:33.5193899Z [5422/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-3x16-minmax-avx2-broadcast.c.obj 2025-03-04T19:59:33.5299093Z [5423/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x8-minmax-avx2-broadcast.c.obj 2025-03-04T19:59:33.5469972Z [5424/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x8-minmax-avx2-broadcast.c.obj 2025-03-04T19:59:33.5574425Z [5425/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x16-minmax-avx2-broadcast.c.obj 2025-03-04T19:59:33.5716079Z [5426/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x16-minmax-avx2-broadcast.c.obj 2025-03-04T19:59:33.5838573Z [5427/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-6x8-minmax-avx2-broadcast.c.obj 2025-03-04T19:59:33.6392558Z [5428/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-7x8-minmax-avx2-broadcast.c.obj 2025-03-04T19:59:33.6443483Z [5429/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x8-minmax-avx2-broadcast.c.obj 2025-03-04T19:59:33.6498750Z [5430/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x16-minmax-avx2-broadcast.c.obj 2025-03-04T19:59:33.6726173Z [5431/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-3x16-minmax-avx2-broadcast.c.obj 2025-03-04T19:59:33.6774655Z [5432/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x8-minmax-avx2-broadcast.c.obj 2025-03-04T19:59:33.6942746Z [5433/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x8-minmax-avx2-broadcast.c.obj 2025-03-04T19:59:33.7061222Z [5434/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x16-minmax-avx2-broadcast.c.obj 2025-03-04T19:59:33.7580049Z [5435/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x16-minmax-avx2-broadcast.c.obj 2025-03-04T19:59:33.7663701Z [5436/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-6x8-minmax-avx2-broadcast.c.obj 2025-03-04T19:59:33.7853066Z [5437/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-7x8-minmax-avx2-broadcast.c.obj 2025-03-04T19:59:33.7966442Z [5438/7043] 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-04T19:59:33.8036563Z [5439/7043] 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-04T19:59:33.8166641Z [5440/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u16.c.obj 2025-03-04T19:59:33.8423994Z [5441/7043] 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-04T19:59:33.8708161Z [5442/7043] 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-04T19:59:33.8901869Z [5443/7043] 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-04T19:59:33.9025279Z [5444/7043] 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-04T19:59:33.9077155Z [5445/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40.c.obj 2025-03-04T19:59:33.9089878Z [5446/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48.c.obj 2025-03-04T19:59:33.9226019Z [5447/7043] 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-04T19:59:33.9741975Z [5448/7043] 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-04T19:59:33.9796297Z [5449/7043] 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-04T19:59:34.0048249Z [5450/7043] 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-04T19:59:34.0097634Z [5451/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72.c.obj 2025-03-04T19:59:34.0192339Z [5452/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64.c.obj 2025-03-04T19:59:34.0222572Z [5453/7043] 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-04T19:59:34.0710506Z [5454/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80.c.obj 2025-03-04T19:59:34.0896039Z [5455/7043] 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-04T19:59:34.1020621Z [5456/7043] 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-04T19:59:34.1097074Z [5457/7043] 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-04T19:59:34.1170532Z [5458/7043] 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-04T19:59:34.1280373Z [5459/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96.c.obj 2025-03-04T19:59:34.1345762Z [5460/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u8.c.obj 2025-03-04T19:59:34.1780851Z [5461/7043] 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-04T19:59:34.2051210Z [5462/7043] 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-04T19:59:34.2216191Z [5463/7043] 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-04T19:59:34.2228684Z [5464/7043] 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-04T19:59:34.2279415Z [5465/7043] 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-04T19:59:34.2338506Z [5466/7043] 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-04T19:59:34.2496364Z [5467/7043] 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-04T19:59:34.3195066Z [5468/7043] 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-04T19:59:34.3262755Z [5469/7043] 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-04T19:59:34.3343563Z [5470/7043] 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-04T19:59:34.3412575Z [5471/7043] 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-04T19:59:34.3488474Z [5472/7043] 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-04T19:59:34.3558194Z [5473/7043] 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-04T19:59:34.3707707Z [5474/7043] 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-04T19:59:34.4357997Z [5475/7043] 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-04T19:59:34.4728566Z [5476/7043] 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-04T19:59:34.4815208Z [5477/7043] 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-04T19:59:34.4826783Z [5478/7043] 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-04T19:59:34.4906252Z [5479/7043] 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-04T19:59:34.5056392Z [5480/7043] 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-04T19:59:34.5135204Z [5481/7043] 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-04T19:59:34.5659373Z [5482/7043] 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-04T19:59:34.6116659Z [5483/7043] 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-04T19:59:34.6187093Z [5484/7043] 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-04T19:59:34.6241140Z [5485/7043] 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-04T19:59:34.6256113Z [5486/7043] 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-04T19:59:34.6358000Z [5487/7043] 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-04T19:59:34.6497090Z [5488/7043] 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-04T19:59:34.6922460Z [5489/7043] 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-04T19:59:34.7549961Z [5490/7043] 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-04T19:59:34.7564756Z [5491/7043] 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-04T19:59:34.7614997Z [5492/7043] 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-04T19:59:34.7772958Z [5493/7043] 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-04T19:59:34.7842351Z [5494/7043] 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-04T19:59:34.7945316Z [5495/7043] 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-04T19:59:34.8126325Z [5496/7043] 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-04T19:59:34.8815725Z [5497/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u16.c.obj 2025-03-04T19:59:34.8917967Z [5498/7043] 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-04T19:59:34.9075506Z [5499/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u48.c.obj 2025-03-04T19:59:34.9190067Z [5500/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u16.c.obj 2025-03-04T19:59:34.9265827Z [5501/7043] 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-04T19:59:34.9374182Z [5502/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u32.c.obj 2025-03-04T19:59:34.9390268Z [5503/7043] 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-04T19:59:34.9861271Z [5504/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u32.c.obj 2025-03-04T19:59:34.9873626Z [5505/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u48.c.obj 2025-03-04T19:59:35.0008762Z [5506/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32.c.obj 2025-03-04T19:59:35.0020057Z [5507/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32-acc4.c.obj 2025-03-04T19:59:35.0154903Z [5508/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc4.c.obj 2025-03-04T19:59:35.0166467Z [5509/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc2.c.obj 2025-03-04T19:59:35.0509295Z [5510/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32-acc2.c.obj 2025-03-04T19:59:35.0637771Z [5511/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72-acc3.c.obj 2025-03-04T19:59:35.0685677Z [5512/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64.c.obj 2025-03-04T19:59:35.0782842Z [5513/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72.c.obj 2025-03-04T19:59:35.0793270Z [5514/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc2.c.obj 2025-03-04T19:59:35.0960128Z [5515/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80.c.obj 2025-03-04T19:59:35.0973113Z [5516/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc5.c.obj 2025-03-04T19:59:35.1400392Z [5517/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc2.c.obj 2025-03-04T19:59:35.1411733Z [5518/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc3.c.obj 2025-03-04T19:59:35.1604433Z [5519/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96.c.obj 2025-03-04T19:59:35.1650614Z [5520/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32-acc2.c.obj 2025-03-04T19:59:35.1697198Z [5521/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc6.c.obj 2025-03-04T19:59:35.1799740Z [5522/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32-acc4.c.obj 2025-03-04T19:59:35.2063664Z [5523/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32.c.obj 2025-03-04T19:59:35.2192139Z [5524/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc2.c.obj 2025-03-04T19:59:35.2251602Z [5525/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc4.c.obj 2025-03-04T19:59:35.2449101Z [5526/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64.c.obj 2025-03-04T19:59:35.2586445Z [5527/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72-acc3.c.obj 2025-03-04T19:59:35.2831622Z [5528/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc2.c.obj 2025-03-04T19:59:35.2892659Z [5529/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72.c.obj 2025-03-04T19:59:35.3031351Z [5530/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc5.c.obj 2025-03-04T19:59:35.3043040Z [5531/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc2.c.obj 2025-03-04T19:59:35.3168951Z [5532/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80.c.obj 2025-03-04T19:59:35.3215849Z [5533/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc3.c.obj 2025-03-04T19:59:35.3400027Z [5534/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc6.c.obj 2025-03-04T19:59:35.3631685Z [5535/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96.c.obj 2025-03-04T19:59:35.3940793Z [5536/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u8.c.obj 2025-03-04T19:59:35.4118541Z [5537/7043] 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-04T19:59:35.4135846Z [5538/7043] 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-04T19:59:35.4260055Z [5539/7043] 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-04T19:59:35.4405777Z [5540/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u8.c.obj 2025-03-04T19:59:35.4582856Z [5541/7043] 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-04T19:59:35.4597587Z [5542/7043] 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-04T19:59:35.5033646Z [5543/7043] 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-04T19:59:35.5436587Z [5544/7043] 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-04T19:59:35.5483095Z [5545/7043] 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-04T19:59:35.5630757Z [5546/7043] 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-04T19:59:35.5784510Z [5547/7043] 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-04T19:59:35.5796644Z [5548/7043] 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-04T19:59:35.6025385Z [5549/7043] 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-04T19:59:35.6349092Z [5550/7043] 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-04T19:59:35.6741377Z [5551/7043] 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-04T19:59:35.6839825Z [5552/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u8.c.obj 2025-03-04T19:59:35.6896075Z [5553/7043] 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-04T19:59:35.7167112Z [5554/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u24.c.obj 2025-03-04T19:59:35.7185169Z [5555/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u16.c.obj 2025-03-04T19:59:35.7262958Z [5556/7043] 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-04T19:59:35.7351626Z [5557/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u32.c.obj 2025-03-04T19:59:35.7536898Z [5558/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u8.c.obj 2025-03-04T19:59:35.7683464Z [5559/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u16.c.obj 2025-03-04T19:59:35.7747791Z [5560/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u24.c.obj 2025-03-04T19:59:35.7994014Z [5561/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u8.c.obj 2025-03-04T19:59:35.8067127Z [5562/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u32.c.obj 2025-03-04T19:59:35.8123756Z [5563/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u24.c.obj 2025-03-04T19:59:35.8140590Z [5564/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u16.c.obj 2025-03-04T19:59:35.8355893Z [5565/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u32.c.obj 2025-03-04T19:59:35.8823236Z [5566/7043] 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-04T19:59:35.9178766Z [5567/7043] 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-04T19:59:35.9193616Z [5568/7043] 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-04T19:59:35.9257236Z [5569/7043] 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-04T19:59:35.9335797Z [5570/7043] 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-04T19:59:35.9399146Z [5571/7043] 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-04T19:59:35.9411953Z [5572/7043] 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-04T19:59:35.9902287Z [5573/7043] 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-04T19:59:36.0377778Z [5574/7043] 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-04T19:59:36.0392691Z [5575/7043] 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-04T19:59:36.0608845Z [5576/7043] 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-04T19:59:36.0751618Z [5577/7043] 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-04T19:59:36.0877182Z [5578/7043] 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-04T19:59:36.1199019Z [5579/7043] 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-04T19:59:36.1444087Z [5580/7043] 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-04T19:59:36.1789498Z [5581/7043] 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-04T19:59:36.2015481Z [5582/7043] 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-04T19:59:36.2163860Z [5583/7043] 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-04T19:59:36.2177998Z [5584/7043] 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-04T19:59:36.2253454Z [5585/7043] 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-04T19:59:36.2561516Z [5586/7043] 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-04T19:59:36.2709789Z [5587/7043] 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-04T19:59:36.3170857Z [5588/7043] 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-04T19:59:36.3342105Z [5589/7043] 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-04T19:59:36.3546576Z [5590/7043] 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-04T19:59:36.3637093Z [5591/7043] 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-04T19:59:36.3698613Z [5592/7043] 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-04T19:59:36.3994693Z [5593/7043] 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-04T19:59:36.4121952Z [5594/7043] 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-04T19:59:36.4666872Z [5595/7043] 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-04T19:59:36.4930966Z [5596/7043] 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-04T19:59:36.5147118Z [5597/7043] 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-04T19:59:36.5159533Z [5598/7043] 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-04T19:59:36.5313636Z [5599/7043] 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-04T19:59:36.5376885Z [5600/7043] 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-04T19:59:36.5516257Z [5601/7043] 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-04T19:59:36.5954523Z [5602/7043] 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-04T19:59:36.6111528Z [5603/7043] 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-04T19:59:36.6551566Z [5604/7043] 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-04T19:59:36.6609386Z [5605/7043] 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-04T19:59:36.6710131Z [5606/7043] 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-04T19:59:36.6871979Z [5607/7043] 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-04T19:59:36.7024556Z [5608/7043] 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-04T19:59:36.7201980Z [5609/7043] 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-04T19:59:36.7820847Z [5610/7043] 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-04T19:59:36.8014387Z [5611/7043] 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-04T19:59:36.8027023Z [5612/7043] 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-04T19:59:36.8095182Z [5613/7043] 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-04T19:59:36.8390923Z [5614/7043] 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-04T19:59:36.8452441Z [5615/7043] 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-04T19:59:36.8598721Z [5616/7043] 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-04T19:59:36.9180780Z [5617/7043] 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-04T19:59:36.9431237Z [5618/7043] 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-04T19:59:36.9484453Z [5619/7043] 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-04T19:59:36.9660070Z [5620/7043] 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-04T19:59:36.9791562Z [5621/7043] 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-04T19:59:36.9950874Z [5622/7043] 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-04T19:59:37.0045636Z [5623/7043] 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-04T19:59:37.0825482Z [5624/7043] 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-04T19:59:37.0839305Z [5625/7043] 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-04T19:59:37.0897160Z [5626/7043] 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-04T19:59:37.1054893Z [5627/7043] 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-04T19:59:37.1218546Z [5628/7043] 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-04T19:59:37.1282189Z [5629/7043] 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-04T19:59:37.1365474Z [5630/7043] 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-04T19:59:37.2032301Z [5631/7043] 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-04T19:59:37.2095169Z [5632/7043] 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-04T19:59:37.2109148Z [5633/7043] 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-04T19:59:37.2312026Z [5634/7043] 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-04T19:59:37.2402445Z [5635/7043] 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-04T19:59:37.2870232Z [5636/7043] 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-04T19:59:37.3042670Z [5637/7043] 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-04T19:59:37.3201001Z [5638/7043] 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-04T19:59:37.3253313Z [5639/7043] 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-04T19:59:37.3438115Z [5640/7043] 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-04T19:59:37.3492360Z [5641/7043] 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-04T19:59:37.3509136Z [5642/7043] 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-04T19:59:37.4127954Z [5643/7043] 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-04T19:59:37.4265609Z [5644/7043] 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-04T19:59:37.4587502Z [5645/7043] 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-04T19:59:37.4681105Z [5646/7043] 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-04T19:59:37.4733240Z [5647/7043] 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-04T19:59:37.4956330Z [5648/7043] 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-04T19:59:37.5152008Z [5649/7043] 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-04T19:59:37.5238455Z [5650/7043] 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-04T19:59:37.5451999Z [5651/7043] 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-04T19:59:37.5837856Z [5652/7043] 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-04T19:59:37.5935861Z [5653/7043] 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-04T19:59:37.6049893Z [5654/7043] 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-04T19:59:37.6318348Z [5655/7043] 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-04T19:59:37.6880275Z [5656/7043] 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-04T19:59:37.6989134Z [5657/7043] 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-04T19:59:37.7102019Z [5658/7043] 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-04T19:59:37.7150706Z [5659/7043] 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-04T19:59:37.7252664Z [5660/7043] 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-04T19:59:37.7384505Z [5661/7043] 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-04T19:59:37.7448217Z [5662/7043] 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-04T19:59:37.8037599Z [5663/7043] 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-04T19:59:37.8323471Z [5664/7043] 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-04T19:59:37.8468942Z [5665/7043] 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-04T19:59:37.8538649Z [5666/7043] 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-04T19:59:37.8556465Z [5667/7043] 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-04T19:59:37.8615076Z [5668/7043] 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-04T19:59:37.8630353Z [5669/7043] 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-04T19:59:37.9476794Z [5670/7043] 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-04T19:59:37.9551617Z [5671/7043] 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-04T19:59:37.9629578Z [5672/7043] 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-04T19:59:37.9772483Z [5673/7043] 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-04T19:59:37.9821174Z [5674/7043] 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-04T19:59:37.9891420Z [5675/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u24.c.obj 2025-03-04T19:59:38.0105733Z [5676/7043] 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-04T19:59:38.0537773Z [5677/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u32.c.obj 2025-03-04T19:59:38.0838940Z [5678/7043] 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-04T19:59:38.0896973Z [5679/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u64.c.obj 2025-03-04T19:59:38.0964007Z [5680/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u8.c.obj 2025-03-04T19:59:38.1164861Z [5681/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u32.c.obj 2025-03-04T19:59:38.1312755Z [5682/7043] 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-04T19:59:38.1487417Z [5683/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u24.c.obj 2025-03-04T19:59:38.1720456Z [5684/7043] 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-04T19:59:38.1992283Z [5685/7043] 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-04T19:59:38.2102797Z [5686/7043] 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-04T19:59:38.2403259Z [5687/7043] 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-04T19:59:38.2457092Z [5688/7043] 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-04T19:59:38.2508991Z [5689/7043] 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-04T19:59:38.2691711Z [5690/7043] 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-04T19:59:38.2862361Z [5691/7043] 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-04T19:59:38.3189735Z [5692/7043] 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-04T19:59:38.3346441Z [5693/7043] 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-04T19:59:38.3606583Z [5694/7043] 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-04T19:59:38.3674671Z [5695/7043] 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-04T19:59:38.3861256Z [5696/7043] 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-04T19:59:38.4147969Z [5697/7043] 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-04T19:59:38.4336661Z [5698/7043] 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-04T19:59:38.4391430Z [5699/7043] 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-04T19:59:38.4452762Z [5700/7043] 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-04T19:59:38.4886997Z [5701/7043] 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-04T19:59:38.5004763Z [5702/7043] 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-04T19:59:38.5061944Z [5703/7043] 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-04T19:59:38.5367165Z [5704/7043] 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-04T19:59:38.5671491Z [5705/7043] 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-04T19:59:38.5723411Z [5706/7043] 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-04T19:59:38.6064046Z [5707/7043] 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-04T19:59:38.6166157Z [5708/7043] 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-04T19:59:38.6220283Z [5709/7043] 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-04T19:59:38.6234818Z [5710/7043] 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-04T19:59:38.6467836Z [5711/7043] 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-04T19:59:38.6843720Z [5712/7043] 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-04T19:59:38.7101932Z [5713/7043] 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-04T19:59:38.7385227Z [5714/7043] 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-04T19:59:38.7437928Z [5715/7043] 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-04T19:59:38.7450135Z [5716/7043] 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-04T19:59:38.7574723Z [5717/7043] 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-04T19:59:38.8007809Z [5718/7043] 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-04T19:59:38.8320029Z [5719/7043] 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-04T19:59:38.8616602Z [5720/7043] 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-04T19:59:38.8673222Z [5721/7043] 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-04T19:59:38.8741762Z [5722/7043] 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-04T19:59:38.8795785Z [5723/7043] 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-04T19:59:38.8953319Z [5724/7043] 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-04T19:59:38.9386211Z [5725/7043] 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-04T19:59:38.9700760Z [5726/7043] 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-04T19:59:38.9937420Z [5727/7043] 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-04T19:59:38.9992870Z [5728/7043] 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-04T19:59:39.0006951Z [5729/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u32.c.obj 2025-03-04T19:59:39.0064049Z [5730/7043] 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-04T19:59:39.0079116Z [5731/7043] 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-04T19:59:39.0481620Z [5732/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128-acc2.c.obj 2025-03-04T19:59:39.0713193Z [5733/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128-acc4.c.obj 2025-03-04T19:59:39.1160139Z [5734/7043] 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-04T19:59:39.1173546Z [5735/7043] 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-04T19:59:39.1233178Z [5736/7043] 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-04T19:59:39.1292341Z [5737/7043] 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-04T19:59:39.1372700Z [5738/7043] 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-04T19:59:39.1635564Z [5739/7043] 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-04T19:59:39.1997112Z [5740/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u16.c.obj 2025-03-04T19:59:39.2300264Z [5741/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u64.c.obj 2025-03-04T19:59:39.2396016Z [5742/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u64.c.obj 2025-03-04T19:59:39.2451617Z [5743/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u16.c.obj 2025-03-04T19:59:39.2510041Z [5744/7043] 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-04T19:59:39.2530262Z [5745/7043] 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-04T19:59:39.2799938Z [5746/7043] 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-04T19:59:39.3313960Z [5747/7043] 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-04T19:59:39.3595158Z [5748/7043] 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-04T19:59:39.3685278Z [5749/7043] 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-04T19:59:39.3747377Z [5750/7043] 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-04T19:59:39.3798971Z [5751/7043] 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-04T19:59:39.3814312Z [5752/7043] 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-04T19:59:39.4159420Z [5753/7043] 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-04T19:59:39.4492116Z [5754/7043] 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-04T19:59:39.4838060Z [5755/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u8.c.obj 2025-03-04T19:59:39.4890959Z [5756/7043] 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-04T19:59:39.4946907Z [5757/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u24.c.obj 2025-03-04T19:59:39.5120214Z [5758/7043] 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-04T19:59:39.5376529Z [5759/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x8c8-minmax-fp32-avx2.c.obj 2025-03-04T19:59:39.5587357Z [5760/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u32.c.obj 2025-03-04T19:59:39.5970337Z [5761/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u32.c.obj 2025-03-04T19:59:39.6051694Z [5762/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x8c8-minmax-fp32-avx2.c.obj 2025-03-04T19:59:39.6106554Z [5763/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x8c8-minmax-fp32-avx2.c.obj 2025-03-04T19:59:39.6120723Z [5764/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x8c8-minmax-fp32-avx2.c.obj 2025-03-04T19:59:39.6132543Z [5765/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u128-acc2.c.obj 2025-03-04T19:59:39.6308317Z [5766/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u128-acc4.c.obj 2025-03-04T19:59:39.6705128Z [5767/7043] 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-04T19:59:39.7009953Z [5768/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u16.c.obj 2025-03-04T19:59:39.7093422Z [5769/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u64.c.obj 2025-03-04T19:59:39.7106530Z [5770/7043] 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-04T19:59:39.7152269Z [5771/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u32.c.obj 2025-03-04T19:59:39.7257438Z [5772/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u64.c.obj 2025-03-04T19:59:39.7383233Z [5773/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u16.c.obj 2025-03-04T19:59:39.7495298Z [5774/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u64.c.obj 2025-03-04T19:59:39.7823678Z [5775/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u96.c.obj 2025-03-04T19:59:39.8131850Z [5776/7043] 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-04T19:59:39.8182226Z [5777/7043] 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-04T19:59:39.8247088Z [5778/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx2.c.obj 2025-03-04T19:59:39.8520861Z [5779/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx2.c.obj 2025-03-04T19:59:39.8531479Z [5780/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-mov-avx2.c.obj 2025-03-04T19:59:39.8581777Z [5781/7043] 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-04T19:59:39.8974043Z [5782/7043] 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-04T19:59:39.9116827Z [5783/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-mov-avx2.c.obj 2025-03-04T19:59:39.9212250Z [5784/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u8.c.obj 2025-03-04T19:59:39.9223808Z [5785/7043] 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-04T19:59:39.9833213Z [5786/7043] 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-04T19:59:39.9968974Z [5787/7043] 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-04T19:59:40.0019522Z [5788/7043] 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-04T19:59:40.0134546Z [5789/7043] 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-04T19:59:40.0498997Z [5790/7043] 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-04T19:59:40.0515905Z [5791/7043] 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-04T19:59:40.0571868Z [5792/7043] 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-04T19:59:40.1190586Z [5793/7043] 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-04T19:59:40.1301574Z [5794/7043] 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-04T19:59:40.1449523Z [5795/7043] 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-04T19:59:40.1642857Z [5796/7043] 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-04T19:59:40.1844866Z [5797/7043] 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-04T19:59:40.1858393Z [5798/7043] 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-04T19:59:40.1908094Z [5799/7043] 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-04T19:59:40.2633508Z [5800/7043] 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-04T19:59:40.2646478Z [5801/7043] 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-04T19:59:40.2731421Z [5802/7043] 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-04T19:59:40.2933041Z [5803/7043] 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-04T19:59:40.3108184Z [5804/7043] 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-04T19:59:40.3242096Z [5805/7043] 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-04T19:59:40.3299740Z [5806/7043] 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-04T19:59:40.4045856Z [5807/7043] 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-04T19:59:40.4157901Z [5808/7043] 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-04T19:59:40.4227900Z [5809/7043] 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-04T19:59:40.4326019Z [5810/7043] 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-04T19:59:40.4410938Z [5811/7043] 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-04T19:59:40.4422717Z [5812/7043] 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-04T19:59:40.5064013Z [5813/7043] 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-04T19:59:40.5517011Z [5814/7043] 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-04T19:59:40.5563362Z [5815/7043] 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-04T19:59:40.5717518Z [5816/7043] 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-04T19:59:40.5775765Z [5817/7043] 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-04T19:59:40.5831160Z [5818/7043] 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-04T19:59:40.5885293Z [5819/7043] 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-04T19:59:40.6372830Z [5820/7043] 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-04T19:59:40.6900709Z [5821/7043] 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-04T19:59:40.6954318Z [5822/7043] 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-04T19:59:40.7026382Z [5823/7043] 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-04T19:59:40.7212901Z [5824/7043] 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-04T19:59:40.7293501Z [5825/7043] 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-04T19:59:40.7306279Z [5826/7043] 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-04T19:59:40.7724435Z [5827/7043] 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-04T19:59:40.8285728Z [5828/7043] 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-04T19:59:40.8413911Z [5829/7043] 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-04T19:59:40.8426007Z [5830/7043] 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-04T19:59:40.8572161Z [5831/7043] 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-04T19:59:40.8693999Z [5832/7043] 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-04T19:59:40.8794005Z [5833/7043] 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-04T19:59:40.8991691Z [5834/7043] 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-04T19:59:40.9567125Z [5835/7043] 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-04T19:59:40.9773620Z [5836/7043] 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-04T19:59:40.9836084Z [5837/7043] 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-04T19:59:41.0059929Z [5838/7043] 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-04T19:59:41.0075792Z [5839/7043] 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-04T19:59:41.0160255Z [5840/7043] 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-04T19:59:41.0249233Z [5841/7043] 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-04T19:59:41.0848267Z [5842/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u32.c.obj 2025-03-04T19:59:41.0894568Z [5843/7043] 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-04T19:59:41.1051162Z [5844/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128-acc2.c.obj 2025-03-04T19:59:41.1109908Z [5845/7043] 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-04T19:59:41.1181177Z [5846/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128-acc4.c.obj 2025-03-04T19:59:41.1307210Z [5847/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx256skx.c.obj 2025-03-04T19:59:41.1860508Z [5848/7043] 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-04T19:59:41.1924370Z [5849/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx256skx.c.obj 2025-03-04T19:59:41.1939202Z [5850/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx256skx.c.obj 2025-03-04T19:59:41.2284414Z [5851/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx256skx.c.obj 2025-03-04T19:59:41.2422959Z [5852/7043] 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-04T19:59:41.2498546Z [5853/7043] 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-04T19:59:41.2678594Z [5854/7043] 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-04T19:59:41.3312785Z [5855/7043] 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-04T19:59:41.3328681Z [5856/7043] 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-04T19:59:41.3495297Z [5857/7043] 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-04T19:59:41.3578359Z [5858/7043] 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-04T19:59:41.3743008Z [5859/7043] 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-04T19:59:41.3875526Z [5860/7043] 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-04T19:59:41.3979523Z [5861/7043] 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-04T19:59:41.4670367Z [5862/7043] 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-04T19:59:41.4905174Z [5863/7043] 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-04T19:59:41.5169700Z [5864/7043] 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-04T19:59:41.5312290Z [5865/7043] 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-04T19:59:41.5527727Z [5866/7043] 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-04T19:59:41.5584547Z [5867/7043] 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-04T19:59:41.6007059Z [5868/7043] 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-04T19:59:41.6020481Z [5869/7043] 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-04T19:59:41.6073697Z [5870/7043] 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-04T19:59:41.6370869Z [5871/7043] 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-04T19:59:41.6794183Z [5872/7043] 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-04T19:59:41.6807347Z [5873/7043] 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-04T19:59:41.6856562Z [5874/7043] 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-04T19:59:41.7388132Z [5875/7043] 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-04T19:59:41.7557547Z [5876/7043] 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-04T19:59:41.7765640Z [5877/7043] 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-04T19:59:41.7864806Z [5878/7043] 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-04T19:59:41.8037323Z [5879/7043] 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-04T19:59:41.8093342Z [5880/7043] 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-04T19:59:41.8360316Z [5881/7043] 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-04T19:59:41.8652588Z [5882/7043] 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-04T19:59:41.8801464Z [5883/7043] 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-04T19:59:41.9121103Z [5884/7043] 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-04T19:59:41.9202110Z [5885/7043] 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-04T19:59:41.9709034Z [5886/7043] 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-04T19:59:41.9722507Z [5887/7043] 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-04T19:59:41.9810295Z [5888/7043] 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-04T19:59:42.0090530Z [5889/7043] 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-04T19:59:42.0147849Z [5890/7043] 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-04T19:59:42.0471656Z [5891/7043] 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-04T19:59:42.0486674Z [5892/7043] 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-04T19:59:42.1208793Z [5893/7043] 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-04T19:59:42.1365825Z [5894/7043] 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-04T19:59:42.1414529Z [5895/7043] 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-04T19:59:42.1426413Z [5896/7043] 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-04T19:59:42.1688910Z [5897/7043] 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-04T19:59:42.1702956Z [5898/7043] 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-04T19:59:42.1827752Z [5899/7043] 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-04T19:59:42.2613552Z [5900/7043] 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-04T19:59:42.2742888Z [5901/7043] 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-04T19:59:42.2832506Z [5902/7043] 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-04T19:59:42.2882985Z [5903/7043] 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-04T19:59:42.3059099Z [5904/7043] 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-04T19:59:42.3138079Z [5905/7043] 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-04T19:59:42.3353415Z [5906/7043] 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-04T19:59:42.4620876Z [5907/7043] 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-04T19:59:42.4632701Z [5908/7043] 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-04T19:59:42.4643656Z [5909/7043] 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-04T19:59:42.4654177Z [5910/7043] 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-04T19:59:42.4702835Z [5911/7043] 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-04T19:59:42.4772606Z [5912/7043] 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-04T19:59:42.4985008Z [5913/7043] 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-04T19:59:42.5986294Z [5914/7043] 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-04T19:59:42.6035346Z [5915/7043] 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-04T19:59:42.6048288Z [5916/7043] 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-04T19:59:42.6093686Z [5917/7043] 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-04T19:59:42.6151975Z [5918/7043] 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-04T19:59:42.6203771Z [5919/7043] 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-04T19:59:42.6348467Z [5920/7043] 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-04T19:59:42.7347433Z [5921/7043] 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-04T19:59:42.7360007Z [5922/7043] 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-04T19:59:42.7456440Z [5923/7043] 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-04T19:59:42.7571476Z [5924/7043] 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-04T19:59:42.7617900Z [5925/7043] 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-04T19:59:42.7666935Z [5926/7043] 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-04T19:59:42.7907869Z [5927/7043] 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-04T19:59:42.8626360Z [5928/7043] 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-04T19:59:42.8766829Z [5929/7043] 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-04T19:59:42.8910139Z [5930/7043] 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-04T19:59:42.8920924Z [5931/7043] 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-04T19:59:42.9141610Z [5932/7043] 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-04T19:59:42.9187974Z [5933/7043] 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-04T19:59:42.9864386Z [5934/7043] 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-04T19:59:42.9914307Z [5935/7043] 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-04T19:59:42.9976395Z [5936/7043] 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-04T19:59:43.0205717Z [5937/7043] 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-04T19:59:43.0295253Z [5938/7043] 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-04T19:59:43.0537142Z [5939/7043] 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-04T19:59:43.0998729Z [5940/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-avx256vnni.c.obj 2025-03-04T19:59:43.1249489Z [5941/7043] 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-04T19:59:43.1298119Z [5942/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-avx256vnni.c.obj 2025-03-04T19:59:43.1394870Z [5943/7043] 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-04T19:59:43.1450443Z [5944/7043] 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-04T19:59:43.1722729Z [5945/7043] 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-04T19:59:43.2467817Z [5946/7043] 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-04T19:59:43.2518403Z [5947/7043] 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-04T19:59:43.2706852Z [5948/7043] 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-04T19:59:43.2791732Z [5949/7043] 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-04T19:59:43.2808594Z [5950/7043] 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-04T19:59:43.2874810Z [5951/7043] 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-04T19:59:43.2968697Z [5952/7043] 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-04T19:59:43.3798706Z [5953/7043] 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-04T19:59:43.3873547Z [5954/7043] 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-04T19:59:43.4144261Z [5955/7043] 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-04T19:59:43.4215465Z [5956/7043] 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-04T19:59:43.4316150Z [5957/7043] 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-04T19:59:43.4465121Z [5958/7043] 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-04T19:59:43.5042902Z [5959/7043] 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-04T19:59:43.5222423Z [5960/7043] 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-04T19:59:43.5456322Z [5961/7043] 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-04T19:59:43.5512332Z [5962/7043] 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-04T19:59:43.5559274Z [5963/7043] 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-04T19:59:43.5655059Z [5964/7043] 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-04T19:59:43.5722500Z [5965/7043] 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-04T19:59:43.6470733Z [5966/7043] 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-04T19:59:43.6580837Z [5967/7043] 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-04T19:59:43.6803706Z [5968/7043] 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-04T19:59:43.6848347Z [5969/7043] 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-04T19:59:43.6909975Z [5970/7043] 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-04T19:59:43.6922915Z [5971/7043] 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-04T19:59:43.7035559Z [5972/7043] 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-04T19:59:43.7867533Z [5973/7043] 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-04T19:59:43.7917009Z [5974/7043] 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-04T19:59:43.7982040Z [5975/7043] 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-04T19:59:43.8124955Z [5976/7043] 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-04T19:59:43.8137117Z [5977/7043] 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-04T19:59:43.8257701Z [5978/7043] 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-04T19:59:43.8315347Z [5979/7043] 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-04T19:59:43.8906537Z [5980/7043] 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-04T19:59:43.8958150Z [5981/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u32.c.obj 2025-03-04T19:59:43.9011945Z [5982/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u64-acc2.c.obj 2025-03-04T19:59:43.9299665Z [5983/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128-acc4.c.obj 2025-03-04T19:59:43.9407445Z [5984/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128-acc2.c.obj 2025-03-04T19:59:43.9514559Z [5985/7043] 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-04T19:59:43.9668520Z [5986/7043] 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-04T19:59:44.0228793Z [5987/7043] 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-04T19:59:44.0325375Z [5988/7043] 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-04T19:59:44.0387289Z [5989/7043] 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-04T19:59:44.0599562Z [5990/7043] 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-04T19:59:44.0897746Z [5991/7043] 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-04T19:59:44.0911513Z [5992/7043] 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-04T19:59:44.0975889Z [5993/7043] 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-04T19:59:44.1558938Z [5994/7043] 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-04T19:59:44.1776853Z [5995/7043] 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-04T19:59:44.1899930Z [5996/7043] 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-04T19:59:44.1961427Z [5997/7043] 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-04T19:59:44.2304977Z [5998/7043] 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-04T19:59:44.2365309Z [5999/7043] 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-04T19:59:44.2783205Z [6000/7043] 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-04T19:59:44.2863040Z [6001/7043] 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-04T19:59:44.2978628Z [6002/7043] 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-04T19:59:44.3352423Z [6003/7043] 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-04T19:59:44.3706480Z [6004/7043] 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-04T19:59:44.3808892Z [6005/7043] 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-04T19:59:44.4075131Z [6006/7043] 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-04T19:59:44.4125992Z [6007/7043] 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-04T19:59:44.4306253Z [6008/7043] 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-04T19:59:44.4554975Z [6009/7043] 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-04T19:59:44.5073007Z [6010/7043] 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-04T19:59:44.5086351Z [6011/7043] 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-04T19:59:44.5236955Z [6012/7043] 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-04T19:59:44.5348591Z [6013/7043] 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-04T19:59:44.5426723Z [6014/7043] 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-04T19:59:44.5647722Z [6015/7043] 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-04T19:59:44.5822685Z [6016/7043] 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-04T19:59:44.6272550Z [6017/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f-acc2.c.obj 2025-03-04T19:59:44.6355448Z [6018/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f-acc2.c.obj 2025-03-04T19:59:44.6503367Z [6019/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f.c.obj 2025-03-04T19:59:44.6555679Z [6020/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f-acc2.c.obj 2025-03-04T19:59:44.6608198Z [6021/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f-acc2.c.obj 2025-03-04T19:59:44.6791764Z [6022/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f.c.obj 2025-03-04T19:59:44.6961775Z [6023/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f-acc2.c.obj 2025-03-04T19:59:44.7510687Z [6024/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f.c.obj 2025-03-04T19:59:44.7759725Z [6025/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f-acc2.c.obj 2025-03-04T19:59:44.7827283Z [6026/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f-acc2.c.obj 2025-03-04T19:59:44.8006348Z [6027/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f-acc2.c.obj 2025-03-04T19:59:44.8064862Z [6028/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f-acc2.c.obj 2025-03-04T19:59:44.8077390Z [6029/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f-acc2.c.obj 2025-03-04T19:59:44.8267004Z [6030/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f.c.obj 2025-03-04T19:59:44.8665270Z [6031/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f.c.obj 2025-03-04T19:59:44.9123020Z [6032/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x64-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:44.9136161Z [6033/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:44.9275376Z [6034/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:44.9421530Z [6035/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x32-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:44.9555266Z [6036/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:44.9666743Z [6037/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x64-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.0024011Z [6038/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x32-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.0443689Z [6039/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x64-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.0492011Z [6040/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x32-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.0707667Z [6041/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.0800496Z [6042/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x64-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.0913753Z [6043/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x64-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.1066864Z [6044/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.1544020Z [6045/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.1788561Z [6046/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x64-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.1987317Z [6047/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x32-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.2034389Z [6048/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-9x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.2080504Z [6049/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-9x32-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.2342568Z [6050/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-9x64-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.2402438Z [6051/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-10x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.2762376Z [6052/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-10x32-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.3069454Z [6053/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-10x64-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.3380036Z [6054/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-11x32-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.3446066Z [6055/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-11x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.3537382Z [6056/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-11x64-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.3726756Z [6057/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-12x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.4027473Z [6058/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-12x32-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.4079169Z [6059/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-12x64-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.4633983Z [6060/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-13x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.4646092Z [6061/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-13x32-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.4781222Z [6062/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-13x64-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.4975071Z [6063/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-14x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.5032471Z [6064/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-14x32-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.5284664Z [6065/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-15x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.5340755Z [6066/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-14x64-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.5949189Z [6067/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-15x32-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.5968896Z [6068/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-15x64-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.6073315Z [6069/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-16x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.6323546Z [6070/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-16x32-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.6456432Z [6071/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-16x64-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.6650030Z [6072/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.6661697Z [6073/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.7254427Z [6074/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.7269346Z [6075/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.7589281Z [6076/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.7698471Z [6077/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.7827359Z [6078/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x32-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.7839507Z [6079/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.8608070Z [6080/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.8621765Z [6081/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.8783985Z [6082/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x32-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.8895248Z [6083/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.9078307Z [6084/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.9191924Z [6085/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x32-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.9245127Z [6086/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x16-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:45.9378726Z [6087/7043] 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-04T19:59:45.9530823Z [6088/7043] 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-04T19:59:45.9653719Z [6089/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64.c.obj 2025-03-04T19:59:45.9766673Z [6090/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x32-minmax-avx512f-broadcast.c.obj 2025-03-04T19:59:46.0004277Z [6091/7043] 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-04T19:59:46.0016855Z [6092/7043] 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-04T19:59:46.0339185Z [6093/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144.c.obj 2025-03-04T19:59:46.0350101Z [6094/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128.c.obj 2025-03-04T19:59:46.0395640Z [6095/7043] 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-04T19:59:46.0599688Z [6096/7043] 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-04T19:59:46.0651513Z [6097/7043] 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-04T19:59:46.0814645Z [6098/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160.c.obj 2025-03-04T19:59:46.0882346Z [6099/7043] 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-04T19:59:46.1100549Z [6100/7043] 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-04T19:59:46.1213513Z [6101/7043] 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-04T19:59:46.1393193Z [6102/7043] 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-04T19:59:46.1477312Z [6103/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192.c.obj 2025-03-04T19:59:46.1611054Z [6104/7043] 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-04T19:59:46.1853652Z [6105/7043] 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-04T19:59:46.2044231Z [6106/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64.c.obj 2025-03-04T19:59:46.2772405Z [6107/7043] 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-04T19:59:46.2962401Z [6108/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128.c.obj 2025-03-04T19:59:46.3301652Z [6109/7043] 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-04T19:59:46.3481069Z [6110/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144.c.obj 2025-03-04T19:59:46.3634305Z [6111/7043] 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-04T19:59:46.3827862Z [6112/7043] 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-04T19:59:46.4024242Z [6113/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160.c.obj 2025-03-04T19:59:46.4186462Z [6114/7043] 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-04T19:59:46.4453053Z [6115/7043] 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-04T19:59:46.4610022Z [6116/7043] 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-04T19:59:46.4758059Z [6117/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192.c.obj 2025-03-04T19:59:46.5483355Z [6118/7043] 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-04T19:59:46.5926259Z [6119/7043] 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-04T19:59:46.6218328Z [6120/7043] 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-04T19:59:46.6387052Z [6121/7043] 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-04T19:59:46.6964565Z [6122/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u16.c.obj 2025-03-04T19:59:46.7305953Z [6123/7043] 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-04T19:59:46.7509345Z [6124/7043] 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-04T19:59:46.8464399Z [6125/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c16.c.obj 2025-03-04T19:59:46.8670492Z [6126/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c32.c.obj 2025-03-04T19:59:46.9027151Z [6127/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c128.c.obj 2025-03-04T19:59:46.9222527Z [6128/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u16.c.obj 2025-03-04T19:59:46.9487397Z [6129/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u32-acc2.c.obj 2025-03-04T19:59:46.9825824Z [6130/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u48-acc3.c.obj 2025-03-04T19:59:47.0006120Z [6131/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc2.c.obj 2025-03-04T19:59:47.0193256Z [6132/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u16.c.obj 2025-03-04T19:59:47.5126250Z [6133/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u32-acc2.c.obj 2025-03-04T19:59:47.5321710Z [6134/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc2.c.obj 2025-03-04T19:59:47.5502082Z [6135/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc4.c.obj 2025-03-04T19:59:47.5699377Z [6136/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u16.c.obj 2025-03-04T19:59:47.6150886Z [6137/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u32-acc2.c.obj 2025-03-04T19:59:47.6226380Z [6138/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u48-acc3.c.obj 2025-03-04T19:59:47.6411686Z [6139/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u48-acc3.c.obj 2025-03-04T19:59:47.6423556Z [6140/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u16.c.obj 2025-03-04T19:59:47.6619798Z [6141/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u48-acc3.c.obj 2025-03-04T19:59:47.6704484Z [6142/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u32-acc2.c.obj 2025-03-04T19:59:47.6827041Z [6143/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc2.c.obj 2025-03-04T19:59:47.7253318Z [6144/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-avx512f-u16.c.obj 2025-03-04T19:59:47.7457927Z [6145/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-avx512f-u16.c.obj 2025-03-04T19:59:47.7542716Z [6146/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-avx512f-u16.c.obj 2025-03-04T19:59:47.7953554Z [6147/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc2.c.obj 2025-03-04T19:59:47.7966774Z [6148/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-avx512f-u16.c.obj 2025-03-04T19:59:47.8177233Z [6149/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u16.c.obj 2025-03-04T19:59:47.8451997Z [6150/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u16.c.obj 2025-03-04T19:59:47.8825204Z [6151/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u16.c.obj 2025-03-04T19:59:47.9165276Z [6152/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-avx512f-u16.c.obj 2025-03-04T19:59:47.9178216Z [6153/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-avx512f-u16.c.obj 2025-03-04T19:59:47.9233311Z [6154/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u16.c.obj 2025-03-04T19:59:47.9294684Z [6155/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-avx512f-u16.c.obj 2025-03-04T19:59:47.9565703Z [6156/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-avx512f-u16.c.obj 2025-03-04T19:59:47.9652705Z [6157/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-avx512f-u16.c.obj 2025-03-04T19:59:48.0029290Z [6158/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-avx512f-u16.c.obj 2025-03-04T19:59:48.0292256Z [6159/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-avx512f-u16.c.obj 2025-03-04T19:59:48.0432401Z [6160/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u16.c.obj 2025-03-04T19:59:48.0615039Z [6161/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-avx512f-u16.c.obj 2025-03-04T19:59:48.0676902Z [6162/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-avx512f-u16.c.obj 2025-03-04T19:59:48.1104053Z [6163/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u16.c.obj 2025-03-04T19:59:48.1162219Z [6164/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u32.c.obj 2025-03-04T19:59:48.1263953Z [6165/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u64.c.obj 2025-03-04T19:59:48.1751169Z [6166/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u128.c.obj 2025-03-04T19:59:48.1887408Z [6167/7043] 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-04T19:59:48.2005051Z [6168/7043] 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-04T19:59:48.2173224Z [6169/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u16.c.obj 2025-03-04T19:59:48.2223530Z [6170/7043] 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-04T19:59:48.2464965Z [6171/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u16.c.obj 2025-03-04T19:59:48.2480757Z [6172/7043] 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-04T19:59:48.2831138Z [6173/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u32.c.obj 2025-03-04T19:59:48.3118742Z [6174/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u48.c.obj 2025-03-04T19:59:48.3182435Z [6175/7043] 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-04T19:59:48.3578397Z [6176/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u16.c.obj 2025-03-04T19:59:48.3651003Z [6177/7043] 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-04T19:59:48.3665059Z [6178/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u32.c.obj 2025-03-04T19:59:48.3723439Z [6179/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u32.c.obj 2025-03-04T19:59:48.3994190Z [6180/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u32.c.obj 2025-03-04T19:59:48.4153347Z [6181/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u32.c.obj 2025-03-04T19:59:48.4315424Z [6182/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u32.c.obj 2025-03-04T19:59:48.4724208Z [6183/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u16.c.obj 2025-03-04T19:59:48.4776393Z [6184/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u32.c.obj 2025-03-04T19:59:48.4787915Z [6185/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u16.c.obj 2025-03-04T19:59:48.4844683Z [6186/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u32.c.obj 2025-03-04T19:59:48.4911833Z [6187/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u64.c.obj 2025-03-04T19:59:48.4924540Z [6188/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u32.c.obj 2025-03-04T19:59:48.5140408Z [6189/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u48.c.obj 2025-03-04T19:59:48.5576337Z [6190/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u16.c.obj 2025-03-04T19:59:48.5589306Z [6191/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u64.c.obj 2025-03-04T19:59:48.5666484Z [6192/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u48.c.obj 2025-03-04T19:59:48.5676869Z [6193/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u64.c.obj 2025-03-04T19:59:48.5729975Z [6194/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u32.c.obj 2025-03-04T19:59:48.6136564Z [6195/7043] 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-04T19:59:48.6252086Z [6196/7043] 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-04T19:59:48.6776774Z [6197/7043] 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-04T19:59:48.6792597Z [6198/7043] 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-04T19:59:48.6844804Z [6199/7043] 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-04T19:59:48.6899854Z [6200/7043] 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-04T19:59:48.7204052Z [6201/7043] 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-04T19:59:48.7216876Z [6202/7043] 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-04T19:59:48.7349200Z [6203/7043] 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-04T19:59:48.7944145Z [6204/7043] 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-04T19:59:48.7999957Z [6205/7043] 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-04T19:59:48.8012211Z [6206/7043] 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-04T19:59:48.8173492Z [6207/7043] 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-04T19:59:48.8417113Z [6208/7043] 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-04T19:59:48.8552863Z [6209/7043] 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-04T19:59:48.8614432Z [6210/7043] 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-04T19:59:48.9114167Z [6211/7043] 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-04T19:59:48.9126889Z [6212/7043] 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-04T19:59:48.9427890Z [6213/7043] 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-04T19:59:48.9478801Z [6214/7043] 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-04T19:59:48.9662964Z [6215/7043] 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-04T19:59:48.9907104Z [6216/7043] 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-04T19:59:48.9970084Z [6217/7043] 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-04T19:59:49.0158760Z [6218/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u48.c.obj 2025-03-04T19:59:49.0548057Z [6219/7043] 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-04T19:59:49.0613491Z [6220/7043] 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-04T19:59:49.0628346Z [6221/7043] 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-04T19:59:49.0873615Z [6222/7043] 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-04T19:59:49.1200596Z [6223/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u32.c.obj 2025-03-04T19:59:49.1315254Z [6224/7043] 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-04T19:59:49.1364057Z [6225/7043] 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-04T19:59:49.1519222Z [6226/7043] 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-04T19:59:49.1573869Z [6227/7043] 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-04T19:59:49.1816159Z [6228/7043] 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-04T19:59:49.2016795Z [6229/7043] 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-04T19:59:49.2210796Z [6230/7043] 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-04T19:59:49.2381237Z [6231/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u32.c.obj 2025-03-04T19:59:49.2564421Z [6232/7043] 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-04T19:59:49.2584942Z [6233/7043] 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-04T19:59:49.2682664Z [6234/7043] 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-04T19:59:49.2947759Z [6235/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u16.c.obj 2025-03-04T19:59:49.3190250Z [6236/7043] 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-04T19:59:49.3292502Z [6237/7043] 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-04T19:59:49.3558782Z [6238/7043] 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-04T19:59:49.3570462Z [6239/7043] 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-04T19:59:49.3620410Z [6240/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u32-acc2.c.obj 2025-03-04T19:59:49.4047208Z [6241/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u48-acc3.c.obj 2025-03-04T19:59:49.4209594Z [6242/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u64-acc2.c.obj 2025-03-04T19:59:49.4369606Z [6243/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u16.c.obj 2025-03-04T19:59:49.4420431Z [6244/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u16.c.obj 2025-03-04T19:59:49.4544312Z [6245/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u64-acc2.c.obj 2025-03-04T19:59:49.4722514Z [6246/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u32-acc2.c.obj 2025-03-04T19:59:49.4788139Z [6247/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u48-acc3.c.obj 2025-03-04T19:59:49.5152695Z [6248/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u64-acc4.c.obj 2025-03-04T19:59:49.5192721Z [6249/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u16.c.obj 2025-03-04T19:59:49.5976516Z [6250/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u32-acc2.c.obj 2025-03-04T19:59:49.6026208Z [6251/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u64-acc2.c.obj 2025-03-04T19:59:49.6038688Z [6252/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u32.c.obj 2025-03-04T19:59:49.6084442Z [6253/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u16.c.obj 2025-03-04T19:59:49.6229791Z [6254/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u64.c.obj 2025-03-04T19:59:49.6241489Z [6255/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u48-acc3.c.obj 2025-03-04T19:59:49.6579852Z [6256/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u32.c.obj 2025-03-04T19:59:49.7289198Z [6257/7043] 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-04T19:59:49.7408000Z [6258/7043] 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-04T19:59:49.7512133Z [6259/7043] 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-04T19:59:49.7524021Z [6260/7043] 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-04T19:59:49.7610862Z [6261/7043] 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-04T19:59:49.7626532Z [6262/7043] 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-04T19:59:49.7891934Z [6263/7043] 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-04T19:59:49.8535199Z [6264/7043] 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-04T19:59:49.8822998Z [6265/7043] 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-04T19:59:49.8895359Z [6266/7043] 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-04T19:59:49.8986931Z [6267/7043] 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-04T19:59:49.8999176Z [6268/7043] 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-04T19:59:49.9049392Z [6269/7043] 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-04T19:59:49.9216646Z [6270/7043] 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-04T19:59:49.9923192Z [6271/7043] 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-04T19:59:50.0141270Z [6272/7043] 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-04T19:59:50.0277025Z [6273/7043] 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-04T19:59:50.0325671Z [6274/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u32.c.obj 2025-03-04T19:59:50.0586187Z [6275/7043] 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-04T19:59:50.0600284Z [6276/7043] 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-04T19:59:50.0855704Z [6277/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u64.c.obj 2025-03-04T19:59:50.1229006Z [6278/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u96.c.obj 2025-03-04T19:59:50.1320720Z [6279/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u64.c.obj 2025-03-04T19:59:50.1432188Z [6280/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u32.c.obj 2025-03-04T19:59:50.1801879Z [6281/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u96.c.obj 2025-03-04T19:59:50.1878794Z [6282/7043] 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-04T19:59:50.2045257Z [6283/7043] 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-04T19:59:50.2450580Z [6284/7043] 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-04T19:59:50.2751143Z [6285/7043] 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-04T19:59:50.2822996Z [6286/7043] 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-04T19:59:50.3088196Z [6287/7043] 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-04T19:59:50.3213133Z [6288/7043] 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-04T19:59:50.3396876Z [6289/7043] 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-04T19:59:50.3694025Z [6290/7043] 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-04T19:59:50.3901736Z [6291/7043] 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-04T19:59:50.4140931Z [6292/7043] 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-04T19:59:50.4738759Z [6293/7043] 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-04T19:59:50.4811906Z [6294/7043] 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-04T19:59:50.5107515Z [6295/7043] 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-04T19:59:50.5167683Z [6296/7043] 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-04T19:59:50.5351409Z [6297/7043] 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-04T19:59:50.5566770Z [6298/7043] 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-04T19:59:50.5979987Z [6299/7043] 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-04T19:59:50.6318607Z [6300/7043] 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-04T19:59:50.6412346Z [6301/7043] 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-04T19:59:50.6565718Z [6302/7043] 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-04T19:59:50.6824323Z [6303/7043] 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-04T19:59:50.6837311Z [6304/7043] 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-04T19:59:50.7152776Z [6305/7043] 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-04T19:59:50.7204833Z [6306/7043] 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-04T19:59:50.7690295Z [6307/7043] 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-04T19:59:50.7882136Z [6308/7043] 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-04T19:59:50.7929673Z [6309/7043] 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-04T19:59:50.8103118Z [6310/7043] 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-04T19:59:50.8235534Z [6311/7043] 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-04T19:59:50.8730899Z [6312/7043] 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-04T19:59:50.9350773Z [6313/7043] 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-04T19:59:50.9444014Z [6314/7043] 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-04T19:59:50.9500575Z [6315/7043] 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-04T19:59:50.9579421Z [6316/7043] 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-04T19:59:50.9626981Z [6317/7043] 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-04T19:59:50.9759783Z [6318/7043] 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-04T19:59:51.0023222Z [6319/7043] 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-04T19:59:51.0883291Z [6320/7043] 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-04T19:59:51.0929329Z [6321/7043] 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-04T19:59:51.1028890Z [6322/7043] 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-04T19:59:51.1040310Z [6323/7043] 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-04T19:59:51.1108854Z [6324/7043] 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-04T19:59:51.1126111Z [6325/7043] 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-04T19:59:51.1303535Z [6326/7043] 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-04T19:59:51.2493893Z [6327/7043] 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-04T19:59:51.2559668Z [6328/7043] 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-04T19:59:51.2574021Z [6329/7043] 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-04T19:59:51.2627493Z [6330/7043] 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-04T19:59:51.2680251Z [6331/7043] 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-04T19:59:51.2865368Z [6332/7043] 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-04T19:59:51.3141145Z [6333/7043] 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-04T19:59:51.3984459Z [6334/7043] 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-04T19:59:51.4047332Z [6335/7043] 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-04T19:59:51.4097265Z [6336/7043] 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-04T19:59:51.4144993Z [6337/7043] 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-04T19:59:51.4200882Z [6338/7043] 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-04T19:59:51.4216036Z [6339/7043] 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-04T19:59:51.4582865Z [6340/7043] 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-04T19:59:51.5391417Z [6341/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u64.c.obj 2025-03-04T19:59:51.5477013Z [6342/7043] 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-04T19:59:51.5488570Z [6343/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u48.c.obj 2025-03-04T19:59:51.5537999Z [6344/7043] 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-04T19:59:51.5587132Z [6345/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u16.c.obj 2025-03-04T19:59:51.5639251Z [6346/7043] 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-04T19:59:51.5992881Z [6347/7043] 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-04T19:59:51.6779447Z [6348/7043] 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-04T19:59:51.6829516Z [6349/7043] 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-04T19:59:51.6950800Z [6350/7043] 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-04T19:59:51.7009299Z [6351/7043] 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-04T19:59:51.7062334Z [6352/7043] 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-04T19:59:51.7483963Z [6353/7043] 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-04T19:59:51.7660086Z [6354/7043] 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-04T19:59:51.8074668Z [6355/7043] 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-04T19:59:51.8300640Z [6356/7043] 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-04T19:59:51.8321062Z [6357/7043] 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-04T19:59:51.8458803Z [6358/7043] 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-04T19:59:51.8704905Z [6359/7043] 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-04T19:59:51.8759730Z [6360/7043] 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-04T19:59:51.8878981Z [6361/7043] 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-04T19:59:51.9265670Z [6362/7043] 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-04T19:59:51.9489925Z [6363/7043] 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-04T19:59:51.9573756Z [6364/7043] 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-04T19:59:51.9758298Z [6365/7043] 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-04T19:59:51.9941310Z [6366/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256-acc2.c.obj 2025-03-04T19:59:52.0002861Z [6367/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u64.c.obj 2025-03-04T19:59:52.0101630Z [6368/7043] 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-04T19:59:52.0638351Z [6369/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256-acc4.c.obj 2025-03-04T19:59:52.0652099Z [6370/7043] 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-04T19:59:52.0855586Z [6371/7043] 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-04T19:59:52.1072433Z [6372/7043] 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-04T19:59:52.1084650Z [6373/7043] 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-04T19:59:52.1495885Z [6374/7043] 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-04T19:59:52.1895264Z [6375/7043] 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-04T19:59:52.1959012Z [6376/7043] 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-04T19:59:52.2010668Z [6377/7043] 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-04T19:59:52.2110228Z [6378/7043] 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-04T19:59:52.2277986Z [6379/7043] 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-04T19:59:52.2468817Z [6380/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u48.c.obj 2025-03-04T19:59:52.2533155Z [6381/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u16.c.obj 2025-03-04T19:59:52.3277578Z [6382/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u64.c.obj 2025-03-04T19:59:52.3460196Z [6383/7043] 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-04T19:59:52.3554461Z [6384/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx.c.obj 2025-03-04T19:59:52.3566081Z [6385/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx.c.obj 2025-03-04T19:59:52.3617249Z [6386/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx.c.obj 2025-03-04T19:59:52.3780427Z [6387/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx.c.obj 2025-03-04T19:59:52.4099913Z [6388/7043] 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-04T19:59:52.4363065Z [6389/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx.c.obj 2025-03-04T19:59:52.4650746Z [6390/7043] 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-04T19:59:52.4700188Z [6391/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx.c.obj 2025-03-04T19:59:52.4772117Z [6392/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx.c.obj 2025-03-04T19:59:52.4840172Z [6393/7043] 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-04T19:59:52.4950125Z [6394/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx.c.obj 2025-03-04T19:59:52.5164897Z [6395/7043] 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-04T19:59:52.5430177Z [6396/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u128.c.obj 2025-03-04T19:59:52.5499058Z [6397/7043] 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-04T19:59:52.5616792Z [6398/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u64.c.obj 2025-03-04T19:59:52.5687109Z [6399/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u192.c.obj 2025-03-04T19:59:52.5735356Z [6400/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u192.c.obj 2025-03-04T19:59:52.6156312Z [6401/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u256.c.obj 2025-03-04T19:59:52.6173974Z [6402/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u256.c.obj 2025-03-04T19:59:52.6680541Z [6403/7043] 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-04T19:59:52.6769248Z [6404/7043] 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-04T19:59:52.6858931Z [6405/7043] 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-04T19:59:52.7042005Z [6406/7043] 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-04T19:59:52.7058102Z [6407/7043] 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-04T19:59:52.7600081Z [6408/7043] 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-04T19:59:52.7756490Z [6409/7043] 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-04T19:59:52.8062590Z [6410/7043] 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-04T19:59:52.8290026Z [6411/7043] 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-04T19:59:52.8339070Z [6412/7043] 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-04T19:59:52.8391173Z [6413/7043] 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-04T19:59:52.8463306Z [6414/7043] 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-04T19:59:52.9007225Z [6415/7043] 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-04T19:59:52.9062190Z [6416/7043] 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-04T19:59:52.9614938Z [6417/7043] 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-04T19:59:52.9670908Z [6418/7043] 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-04T19:59:52.9720058Z [6419/7043] 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-04T19:59:52.9803947Z [6420/7043] 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-04T19:59:53.0182153Z [6421/7043] 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-04T19:59:53.0322755Z [6422/7043] 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-04T19:59:53.0428899Z [6423/7043] 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-04T19:59:53.1079873Z [6424/7043] 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-04T19:59:53.1096020Z [6425/7043] 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-04T19:59:53.1152230Z [6426/7043] 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-04T19:59:53.1442207Z [6427/7043] 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-04T19:59:53.1493393Z [6428/7043] 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-04T19:59:53.1652799Z [6429/7043] 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-04T19:59:53.2308316Z [6430/7043] 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-04T19:59:53.2442855Z [6431/7043] 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-04T19:59:53.2497940Z [6432/7043] 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-04T19:59:53.2558128Z [6433/7043] 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-04T19:59:53.2767230Z [6434/7043] 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-04T19:59:53.2933967Z [6435/7043] 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-04T19:59:53.3098451Z [6436/7043] 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-04T19:59:53.3747269Z [6437/7043] 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-04T19:59:53.3801573Z [6438/7043] 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-04T19:59:53.3850718Z [6439/7043] 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-04T19:59:53.4033956Z [6440/7043] 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-04T19:59:53.4322291Z [6441/7043] 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-04T19:59:53.4369790Z [6442/7043] 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-04T19:59:53.4570296Z [6443/7043] 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-04T19:59:53.4945675Z [6444/7043] 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-04T19:59:53.5106648Z [6445/7043] 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-04T19:59:53.5155137Z [6446/7043] 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-04T19:59:53.5561315Z [6447/7043] 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-04T19:59:53.5685859Z [6448/7043] 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-04T19:59:53.5831215Z [6449/7043] 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-04T19:59:53.5843250Z [6450/7043] 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-04T19:59:53.6369174Z [6451/7043] 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-04T19:59:53.6434437Z [6452/7043] 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-04T19:59:53.6447277Z [6453/7043] 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-04T19:59:53.6930195Z [6454/7043] 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-04T19:59:53.7040598Z [6455/7043] 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-04T19:59:53.7408226Z [6456/7043] 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-04T19:59:53.7589108Z [6457/7043] 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-04T19:59:53.7637364Z [6458/7043] 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-04T19:59:53.7905945Z [6459/7043] 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-04T19:59:53.8097040Z [6460/7043] 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-04T19:59:53.8173678Z [6461/7043] 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-04T19:59:53.8247811Z [6462/7043] 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-04T19:59:53.8726763Z [6463/7043] 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-04T19:59:53.8821489Z [6464/7043] 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-04T19:59:53.9145461Z [6465/7043] 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-04T19:59:53.9267321Z [6466/7043] 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-04T19:59:53.9358876Z [6467/7043] 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-04T19:59:53.9456513Z [6468/7043] 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-04T19:59:53.9526604Z [6469/7043] 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-04T19:59:54.0146139Z [6470/7043] 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-04T19:59:54.0194386Z [6471/7043] 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-04T19:59:54.0643813Z [6472/7043] 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-04T19:59:54.0911356Z [6473/7043] 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-04T19:59:54.1034441Z [6474/7043] 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-04T19:59:54.1102837Z [6475/7043] 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-04T19:59:54.1187752Z [6476/7043] 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-04T19:59:54.1492959Z [6477/7043] 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-04T19:59:54.1599695Z [6478/7043] 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-04T19:59:54.2173384Z [6479/7043] 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-04T19:59:54.2244350Z [6480/7043] 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-04T19:59:54.2316841Z [6481/7043] 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-04T19:59:54.2584091Z [6482/7043] 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-04T19:59:54.2689818Z [6483/7043] 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-04T19:59:54.2792716Z [6484/7043] 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-04T19:59:54.3365845Z [6485/7043] 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-04T19:59:54.3509023Z [6486/7043] 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-04T19:59:54.4013796Z [6487/7043] 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-04T19:59:54.4069327Z [6488/7043] 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-04T19:59:54.4236591Z [6489/7043] 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-04T19:59:54.4249944Z [6490/7043] 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-04T19:59:54.4357391Z [6491/7043] 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-04T19:59:54.4685385Z [6492/7043] 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-04T19:59:54.4810581Z [6493/7043] 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-04T19:59:54.5256114Z [6494/7043] 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-04T19:59:54.5430958Z [6495/7043] 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-04T19:59:54.5596507Z [6496/7043] 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-04T19:59:54.5690154Z [6497/7043] 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-04T19:59:54.5763221Z [6498/7043] 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-04T19:59:54.6010833Z [6499/7043] 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-04T19:59:54.6242883Z [6500/7043] 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-04T19:59:54.6744736Z [6501/7043] 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-04T19:59:54.6844154Z [6502/7043] 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-04T19:59:54.7039310Z [6503/7043] 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-04T19:59:54.7107798Z [6504/7043] 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-04T19:59:54.7155115Z [6505/7043] 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-04T19:59:54.7332943Z [6506/7043] 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-04T19:59:54.7549066Z [6507/7043] 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-04T19:59:54.8202325Z [6508/7043] 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-04T19:59:54.8215706Z [6509/7043] 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-04T19:59:54.8371421Z [6510/7043] 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-04T19:59:54.8456192Z [6511/7043] 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-04T19:59:54.8660570Z [6512/7043] 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-04T19:59:54.8728594Z [6513/7043] 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-04T19:59:54.8837780Z [6514/7043] 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-04T19:59:54.9530856Z [6515/7043] 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-04T19:59:54.9651461Z [6516/7043] 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-04T19:59:54.9740252Z [6517/7043] 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-04T19:59:54.9943925Z [6518/7043] 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-04T19:59:54.9998342Z [6519/7043] 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-04T19:59:55.0187233Z [6520/7043] 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-04T19:59:55.0569784Z [6521/7043] 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-04T19:59:55.0990822Z [6522/7043] 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-04T19:59:55.1038767Z [6523/7043] 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-04T19:59:55.1238622Z [6524/7043] 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-04T19:59:55.1315555Z [6525/7043] 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-04T19:59:55.1336283Z [6526/7043] 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-04T19:59:55.1942363Z [6527/7043] 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-04T19:59:55.2072634Z [6528/7043] 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-04T19:59:55.2312007Z [6529/7043] 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-04T19:59:55.2360561Z [6530/7043] 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-04T19:59:55.2482224Z [6531/7043] 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-04T19:59:55.2557962Z [6532/7043] 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-04T19:59:55.2620365Z [6533/7043] 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-04T19:59:55.3270669Z [6534/7043] 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-04T19:59:55.3437411Z [6535/7043] 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-04T19:59:55.3685572Z [6536/7043] 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-04T19:59:55.3825442Z [6537/7043] 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-04T19:59:55.3876118Z [6538/7043] 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-04T19:59:55.3892080Z [6539/7043] 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-04T19:59:55.4267694Z [6540/7043] 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-04T19:59:55.4583936Z [6541/7043] 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-04T19:59:55.4839891Z [6542/7043] 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-04T19:59:55.5079035Z [6543/7043] 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-04T19:59:55.5374280Z [6544/7043] 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-04T19:59:55.5438006Z [6545/7043] 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-04T19:59:55.5453833Z [6546/7043] 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-04T19:59:55.5828363Z [6547/7043] 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-04T19:59:55.5922012Z [6548/7043] 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-04T19:59:55.6042194Z [6549/7043] 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-04T19:59:55.6675373Z [6550/7043] 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-04T19:59:55.6766285Z [6551/7043] 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-04T19:59:55.6827151Z [6552/7043] 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-04T19:59:55.7066152Z [6553/7043] 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-04T19:59:55.7222720Z [6554/7043] 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-04T19:59:55.7388077Z [6555/7043] 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-04T19:59:55.7448150Z [6556/7043] 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-04T19:59:55.8012724Z [6557/7043] 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-04T19:59:55.8033573Z [6558/7043] 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-04T19:59:55.8272734Z [6559/7043] 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-04T19:59:55.8633422Z [6560/7043] 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-04T19:59:55.8649977Z [6561/7043] 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-04T19:59:55.8728587Z [6562/7043] 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-04T19:59:55.9276221Z [6563/7043] 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-04T19:59:55.9450563Z [6564/7043] 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-04T19:59:55.9540433Z [6565/7043] 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-04T19:59:55.9656987Z [6566/7043] 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-04T19:59:56.0060657Z [6567/7043] 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-04T19:59:56.0113088Z [6568/7043] 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-04T19:59:56.0364738Z [6569/7043] 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-04T19:59:56.0567343Z [6570/7043] 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-04T19:59:56.0876176Z [6571/7043] 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-04T19:59:56.1062121Z [6572/7043] 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-04T19:59:56.1342494Z [6573/7043] 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-04T19:59:56.1353619Z [6574/7043] 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-04T19:59:56.1496443Z [6575/7043] 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-04T19:59:56.1765317Z [6576/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u64.c.obj 2025-03-04T19:59:56.1820951Z [6577/7043] 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-04T19:59:56.1977505Z [6578/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256-acc4.c.obj 2025-03-04T19:59:56.2171461Z [6579/7043] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256-acc2.c.obj 2025-03-04T19:59:56.2578620Z [6580/7043] 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-04T19:59:56.2683571Z [6581/7043] 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-04T19:59:56.2781434Z [6582/7043] 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-04T19:59:56.3119373Z [6583/7043] 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-04T19:59:56.3225562Z [6584/7043] 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-04T19:59:56.3396475Z [6585/7043] 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-04T19:59:56.3604295Z [6586/7043] 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-04T19:59:56.3916055Z [6587/7043] 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-04T19:59:56.3983968Z [6588/7043] 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-04T19:59:56.4212134Z [6589/7043] 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-04T19:59:56.4529317Z [6590/7043] 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-04T19:59:56.4625711Z [6591/7043] 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-04T19:59:56.4804501Z [6592/7043] 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-04T19:59:56.4859125Z [6593/7043] 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-04T19:59:56.5276508Z [6594/7043] 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-04T19:59:56.5455735Z [6595/7043] 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-04T19:59:56.5509720Z [6596/7043] 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-04T19:59:56.5967247Z [6597/7043] 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-04T19:59:56.6121542Z [6598/7043] 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-04T19:59:56.6168709Z [6599/7043] 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-04T19:59:56.6523873Z [6600/7043] 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-04T19:59:56.6725518Z [6601/7043] 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-04T19:59:56.6777060Z [6602/7043] 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-04T19:59:56.7154575Z [6603/7043] 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-04T19:59:56.7266602Z [6604/7043] 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-04T19:59:56.7435705Z [6605/7043] 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-04T19:59:56.7484585Z [6606/7043] 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-04T19:59:56.7771872Z [6607/7043] 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-04T19:59:56.7932268Z [6608/7043] 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-04T19:59:56.8094371Z [6609/7043] 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-04T19:59:56.8633786Z [6610/7043] 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-04T19:59:56.8776573Z [6611/7043] 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-04T19:59:56.8834416Z [6612/7043] 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-04T19:59:56.9068600Z [6613/7043] 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-04T19:59:56.9258231Z [6614/7043] 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-04T19:59:56.9325436Z [6615/7043] 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-04T19:59:56.9543419Z [6616/7043] 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-04T19:59:56.9912054Z [6617/7043] 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-04T19:59:57.0145874Z [6618/7043] 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-04T19:59:57.0193439Z [6619/7043] 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-04T19:59:57.0364585Z [6620/7043] 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-04T19:59:57.0586843Z [6621/7043] 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-04T19:59:57.0990814Z [6622/7043] Linking CXX static library lib\gmock.lib 2025-03-04T19:59:57.1099766Z [6623/7043] 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-04T19:59:57.1294740Z [6624/7043] 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-04T19:59:57.1362204Z [6625/7043] 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-04T19:59:57.1374058Z [6626/7043] 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-04T19:59:57.1384712Z [6627/7043] Linking CXX static library lib\gtest_main.lib 2025-03-04T19:59:57.1950298Z [6628/7043] Linking CXX static library lib\benchmark.lib 2025-03-04T19:59:57.3692545Z [6629/7043] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark_main.dir\benchmark_main.cc.obj 2025-03-04T19:59:57.3913809Z [6630/7043] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock-all.cc.obj 2025-03-04T19:59:57.4464092Z [6631/7043] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock_main.cc.obj 2025-03-04T19:59:57.4710204Z [6632/7043] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\format.cc.obj 2025-03-04T19:59:57.4808254Z [6633/7043] Building CXX object c10\test\CMakeFiles\c10_CompileTimeFunctionPointer_test.dir\core\CompileTimeFunctionPointer_test.cpp.obj 2025-03-04T19:59:57.5499813Z [6634/7043] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\os.cc.obj 2025-03-04T19:59:57.6433743Z [6635/7043] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\__\googletest\src\gtest-all.cc.obj 2025-03-04T19:59:57.6977144Z [6636/7043] Building CXX object c10\test\CMakeFiles\c10_DeviceGuard_test.dir\core\DeviceGuard_test.cpp.obj 2025-03-04T19:59:57.7121229Z [6637/7043] Building CXX object c10\test\CMakeFiles\c10_Device_test.dir\core\Device_test.cpp.obj 2025-03-04T19:59:57.7396815Z [6638/7043] Building CXX object c10\test\CMakeFiles\c10_StreamGuard_test.dir\core\StreamGuard_test.cpp.obj 2025-03-04T19:59:57.8336025Z [6639/7043] Building CXX object c10\test\CMakeFiles\c10_DispatchKeySet_test.dir\core\DispatchKeySet_test.cpp.obj 2025-03-04T19:59:57.8716227Z [6640/7043] Building CXX object c10\test\CMakeFiles\c10_Scalar_test.dir\core\Scalar_test.cpp.obj 2025-03-04T19:59:57.8973753Z [6641/7043] Building CXX object c10\test\CMakeFiles\c10_SymInt_test.dir\core\SymInt_test.cpp.obj 2025-03-04T19:59:58.0314031Z [6642/7043] Building CXX object c10\test\CMakeFiles\c10_InlineDeviceGuard_test.dir\core\impl\InlineDeviceGuard_test.cpp.obj 2025-03-04T19:59:58.0912336Z [6643/7043] Building CXX object c10\test\CMakeFiles\c10_InlineStreamGuard_test.dir\core\impl\InlineStreamGuard_test.cpp.obj 2025-03-04T19:59:58.1036955Z [6644/7043] Building CXX object c10\test\CMakeFiles\c10_SizesAndStrides_test.dir\core\impl\SizesAndStrides_test.cpp.obj 2025-03-04T19:59:58.1239585Z [6645/7043] Building CXX object c10\test\CMakeFiles\c10_ConstexprCrc_test.dir\util\ConstexprCrc_test.cpp.obj 2025-03-04T19:59:58.1643835Z [6646/7043] Building CXX object c10\test\CMakeFiles\c10_cow_test.dir\core\impl\cow_test.cpp.obj 2025-03-04T19:59:58.1917538Z [6647/7043] Building CXX object c10\test\CMakeFiles\c10_ArrayRef_test.dir\util\ArrayRef_test.cpp.obj 2025-03-04T19:59:58.2153731Z [6648/7043] Building CXX object c10\test\CMakeFiles\c10_Bitset_test.dir\util\Bitset_test.cpp.obj 2025-03-04T19:59:58.3334618Z [6649/7043] Building CXX object c10\test\CMakeFiles\c10_DeadlockDetection_test.dir\util\DeadlockDetection_test.cpp.obj 2025-03-04T19:59:58.4216063Z [6650/7043] Building CXX object c10\test\CMakeFiles\c10_Half_test.dir\util\Half_test.cpp.obj 2025-03-04T19:59:58.4375914Z [6651/7043] Building CXX object c10\test\CMakeFiles\c10_LeftRight_test.dir\util\LeftRight_test.cpp.obj 2025-03-04T19:59:58.4742102Z [6652/7043] Building CXX object c10\test\CMakeFiles\c10_NetworkFlow_test.dir\util\NetworkFlow_test.cpp.obj 2025-03-04T19:59:58.4886473Z [6653/7043] Building CXX object c10\test\CMakeFiles\c10_Metaprogramming_test.dir\util\Metaprogramming_test.cpp.obj 2025-03-04T19:59:58.5178917Z [6654/7043] Building CXX object c10\test\CMakeFiles\c10_Synchronized_test.dir\util\Synchronized_test.cpp.obj 2025-03-04T19:59:58.5437308Z [6655/7043] Building CXX object c10\test\CMakeFiles\c10_ThreadLocal_test.dir\util\ThreadLocal_test.cpp.obj 2025-03-04T19:59:58.6627221Z [6656/7043] Building CXX object c10\test\CMakeFiles\c10_TypeIndex_test.dir\util\TypeIndex_test.cpp.obj 2025-03-04T19:59:58.7279472Z [6657/7043] Building CXX object c10\test\CMakeFiles\c10_TypeList_test.dir\util\TypeList_test.cpp.obj 2025-03-04T19:59:58.7351382Z [6658/7043] Building CXX object c10\test\CMakeFiles\c10_TypeTraits_test.dir\util\TypeTraits_test.cpp.obj 2025-03-04T19:59:58.8018484Z [6659/7043] Building CXX object c10\test\CMakeFiles\c10_accumulate_test.dir\util\accumulate_test.cpp.obj 2025-03-04T19:59:58.8729618Z [6660/7043] Building CXX object c10\test\CMakeFiles\c10_bit_cast_test.dir\util\bit_cast_test.cpp.obj 2025-03-04T19:59:58.9018109Z [6661/7043] Building CXX object c10\test\CMakeFiles\c10_bfloat16_test.dir\util\bfloat16_test.cpp.obj 2025-03-04T19:59:58.9473891Z [6662/7043] Building CXX object c10\test\CMakeFiles\c10_complex_math_test.dir\util\complex_math_test.cpp.obj 2025-03-04T19:59:59.0178007Z [6663/7043] Building CXX object c10\test\CMakeFiles\c10_complex_test.dir\util\complex_test.cpp.obj 2025-03-04T19:59:59.0451464Z [6664/7043] Building CXX object c10\test\CMakeFiles\c10_error_test.dir\util\error_test.cpp.obj 2025-03-04T19:59:59.1064087Z [6665/7043] Building CXX object c10\test\CMakeFiles\c10_flags_test.dir\util\flags_test.cpp.obj 2025-03-04T19:59:59.1254871Z [6666/7043] Building CXX object c10\test\CMakeFiles\c10_exception_test.dir\util\exception_test.cpp.obj 2025-03-04T19:59:59.2268821Z [6667/7043] Building CXX object c10\test\CMakeFiles\c10_generic_math_test.dir\util\generic_math_test.cpp.obj 2025-03-04T19:59:59.3173731Z [6668/7043] Building CXX object c10\test\CMakeFiles\c10_intrusive_ptr_test.dir\util\intrusive_ptr_test.cpp.obj 2025-03-04T19:59:59.3241329Z [6669/7043] Building CXX object c10\test\CMakeFiles\c10_irange_test.dir\util\irange_test.cpp.obj 2025-03-04T19:59:59.3756809Z [6670/7043] Building CXX object c10\test\CMakeFiles\c10_lazy_test.dir\util\lazy_test.cpp.obj 2025-03-04T19:59:59.4475643Z [6671/7043] Building CXX object c10\test\CMakeFiles\c10_logging_test.dir\util\logging_test.cpp.obj 2025-03-04T19:59:59.4914457Z [6672/7043] Building CXX object c10\test\CMakeFiles\c10_optional_test.dir\util\optional_test.cpp.obj 2025-03-04T19:59:59.4916656Z 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-04T19:59:59.4919367Z 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-04T19:59:59.4921122Z with 2025-03-04T19:59:59.4921469Z [ 2025-03-04T19:59:59.4921826Z T=Type 2025-03-04T19:59:59.4922201Z ] 2025-03-04T19:59:59.4924252Z 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-04T19:59:59.4926472Z with 2025-03-04T19:59:59.4926818Z [ 2025-03-04T19:59:59.4927143Z T=Type 2025-03-04T19:59:59.4927538Z ] 2025-03-04T19:59:59.4929577Z 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-04T19:59:59.4935705Z 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-04T19:59:59.4944068Z 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-04T19:59:59.5162093Z 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-04T19:59:59.5164079Z [6673/7043] Building CXX object c10\test\CMakeFiles\c10_ordered_preserving_dict_test.dir\util\ordered_preserving_dict_test.cpp.obj 2025-03-04T19:59:59.5736163Z [6674/7043] Building CXX object c10\test\CMakeFiles\c10_registry_test.dir\util\registry_test.cpp.obj 2025-03-04T19:59:59.6549858Z [6675/7043] Building CXX object c10\test\CMakeFiles\c10_string_util_test.dir\util\string_util_test.cpp.obj 2025-03-04T19:59:59.6770026Z [6676/7043] Building CXX object c10\test\CMakeFiles\c10_ssize_test.dir\util\ssize_test.cpp.obj 2025-03-04T19:59:59.7158718Z [6677/7043] Building C object caffe2\CMakeFiles\torch_global_deps.dir\__\torch\csrc\empty.c.obj 2025-03-04T19:59:59.7239754Z [6678/7043] Building CXX object c10\test\CMakeFiles\c10_small_vector_test.dir\util\small_vector_test.cpp.obj 2025-03-04T19:59:59.7817489Z [6679/7043] Building CXX object c10\test\CMakeFiles\c10_string_view_test.dir\util\string_view_test.cpp.obj 2025-03-04T19:59:59.7935482Z [6680/7043] Building CXX object c10\test\CMakeFiles\c10_tempfile_test.dir\util\tempfile_test.cpp.obj 2025-03-04T19:59:59.8575262Z [6681/7043] Building CXX object c10\benchmark\CMakeFiles\c10_intrusive_ptr_benchmark.dir\intrusive_ptr_benchmark.cpp.obj 2025-03-04T19:59:59.9414799Z [6682/7043] Building CXX object c10\test\CMakeFiles\c10_typeid_test.dir\util\typeid_test.cpp.obj 2025-03-04T20:00:00.1508069Z [6683/7043] Building CXX object caffe2\CMakeFiles\Dimname_test.dir\__\aten\src\ATen\test\Dimname_test.cpp.obj 2025-03-04T20:00:00.3140993Z [6684/7043] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX512.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2025-03-04T20:00:00.3252519Z [6685/7043] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX2.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2025-03-04T20:00:00.3253865Z 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-04T20:00:00.3255106Z 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-04T20:00:00.3492759Z 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-04T20:00:00.3495168Z 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-04T20:00:00.3497235Z [6686/7043] Building CXX object caffe2\CMakeFiles\vec_test_all_types_DEFAULT.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2025-03-04T20:00:02.5770803Z [6687/7043] Building CXX object caffe2\CMakeFiles\MaybeOwned_test.dir\__\aten\src\ATen\test\MaybeOwned_test.cpp.obj 2025-03-04T20:00:02.6513026Z [6688/7043] Building CXX object caffe2\CMakeFiles\Dict_test.dir\__\aten\src\ATen\test\Dict_test.cpp.obj 2025-03-04T20:00:02.7214895Z [6689/7043] Building CXX object caffe2\CMakeFiles\NamedTensor_test.dir\__\aten\src\ATen\test\NamedTensor_test.cpp.obj 2025-03-04T20:00:02.8942882Z [6690/7043] Building CXX object caffe2\CMakeFiles\apply_utils_test.dir\__\aten\src\ATen\test\apply_utils_test.cpp.obj 2025-03-04T20:00:03.0616605Z [6691/7043] Building CXX object caffe2\CMakeFiles\atest.dir\__\aten\src\ATen\test\atest.cpp.obj 2025-03-04T20:00:03.1318912Z [6692/7043] Building CXX object caffe2\CMakeFiles\basic.dir\__\aten\src\ATen\test\basic.cpp.obj 2025-03-04T20:00:03.2194131Z [6693/7043] Building CXX object caffe2\CMakeFiles\broadcast_test.dir\__\aten\src\ATen\test\broadcast_test.cpp.obj 2025-03-04T20:00:05.3281976Z [6694/7043] Building CXX object caffe2\CMakeFiles\cpu_allocator_test.dir\__\aten\src\ATen\test\cpu_allocator_test.cpp.obj 2025-03-04T20:00:05.4222222Z [6695/7043] Building CXX object caffe2\CMakeFiles\cpu_generator_test.dir\__\aten\src\ATen\test\cpu_generator_test.cpp.obj 2025-03-04T20:00:05.4510792Z [6696/7043] Building CXX object caffe2\CMakeFiles\cpu_profiling_allocator_test.dir\__\aten\src\ATen\test\cpu_profiling_allocator_test.cpp.obj 2025-03-04T20:00:05.8174318Z [6697/7043] Building CXX object caffe2\CMakeFiles\dlconvertor_test.dir\__\aten\src\ATen\test\dlconvertor_test.cpp.obj 2025-03-04T20:00:05.8992028Z [6698/7043] Building CXX object caffe2\CMakeFiles\dispatch_key_set_test.dir\__\aten\src\ATen\test\dispatch_key_set_test.cpp.obj 2025-03-04T20:00:05.9705978Z [6699/7043] Building CXX object caffe2\CMakeFiles\extension_backend_test.dir\__\aten\src\ATen\test\extension_backend_test.cpp.obj 2025-03-04T20:00:06.1495497Z [6700/7043] Building CXX object caffe2\CMakeFiles\cpu_rng_test.dir\__\aten\src\ATen\test\cpu_rng_test.cpp.obj 2025-03-04T20:00:08.1713479Z [6701/7043] Building CXX object caffe2\CMakeFiles\half_test.dir\__\aten\src\ATen\test\half_test.cpp.obj 2025-03-04T20:00:08.2592010Z [6702/7043] Building CXX object caffe2\CMakeFiles\lazy_tensor_test.dir\__\aten\src\ATen\test\lazy_tensor_test.cpp.obj 2025-03-04T20:00:08.4297241Z [6703/7043] Building CXX object caffe2\CMakeFiles\ivalue_test.dir\__\aten\src\ATen\test\ivalue_test.cpp.obj 2025-03-04T20:00:08.5574714Z [6704/7043] Building CXX object caffe2\CMakeFiles\operator_name_test.dir\__\aten\src\ATen\test\operator_name_test.cpp.obj 2025-03-04T20:00:08.6798641Z [6705/7043] Building CXX object caffe2\CMakeFiles\math_kernel_test.dir\__\aten\src\ATen\test\math_kernel_test.cpp.obj 2025-03-04T20:00:08.7244532Z [6706/7043] Building CXX object caffe2\CMakeFiles\memory_overlapping_test.dir\__\aten\src\ATen\test\memory_overlapping_test.cpp.obj 2025-03-04T20:00:08.7833664Z [6707/7043] Building CXX object caffe2\CMakeFiles\memory_format_test.dir\__\aten\src\ATen\test\memory_format_test.cpp.obj 2025-03-04T20:00:09.2305995Z [6708/7043] Building CXX object caffe2\CMakeFiles\mobile_memory_cleanup.dir\__\aten\src\ATen\test\mobile_memory_cleanup.cpp.obj 2025-03-04T20:00:10.9103483Z [6709/7043] Building CXX object caffe2\CMakeFiles\native_test.dir\__\aten\src\ATen\test\native_test.cpp.obj 2025-03-04T20:00:11.1634114Z [6710/7043] Building CXX object caffe2\CMakeFiles\operators_test.dir\__\aten\src\ATen\test\operators_test.cpp.obj 2025-03-04T20:00:11.4017848Z [6711/7043] Building CXX object caffe2\CMakeFiles\packedtensoraccessor_test.dir\__\aten\src\ATen\test\packedtensoraccessor_test.cpp.obj 2025-03-04T20:00:11.4881503Z [6712/7043] Building CXX object caffe2\CMakeFiles\quantized_test.dir\__\aten\src\ATen\test\quantized_test.cpp.obj 2025-03-04T20:00:11.5396677Z [6713/7043] Building CXX object caffe2\CMakeFiles\pow_test.dir\__\aten\src\ATen\test\pow_test.cpp.obj 2025-03-04T20:00:11.6275774Z [6714/7043] Building CXX object caffe2\CMakeFiles\reduce_ops_test.dir\__\aten\src\ATen\test\reduce_ops_test.cpp.obj 2025-03-04T20:00:11.8923163Z [6715/7043] Building CXX object caffe2\CMakeFiles\reportMemoryUsage_test.dir\__\aten\src\ATen\test\reportMemoryUsage_test.cpp.obj 2025-03-04T20:00:13.3446646Z [6716/7043] Building CXX object caffe2\CMakeFiles\StorageUtils_test.dir\__\aten\src\ATen\test\StorageUtils_test.cpp.obj 2025-03-04T20:00:13.7101296Z [6717/7043] Building CXX object caffe2\CMakeFiles\scalar_tensor_test.dir\__\aten\src\ATen\test\scalar_tensor_test.cpp.obj 2025-03-04T20:00:13.9633076Z [6718/7043] Building CXX object caffe2\CMakeFiles\scalar_test.dir\__\aten\src\ATen\test\scalar_test.cpp.obj 2025-03-04T20:00:14.1091545Z [6719/7043] Building CXX object caffe2\CMakeFiles\type_ptr_test.dir\__\aten\src\ATen\test\type_ptr_test.cpp.obj 2025-03-04T20:00:14.1813730Z [6720/7043] Building CXX object caffe2\CMakeFiles\stride_properties_test.dir\__\aten\src\ATen\test\stride_properties_test.cpp.obj 2025-03-04T20:00:14.3698368Z [6721/7043] Building CXX object caffe2\CMakeFiles\tensor_iterator_test.dir\__\aten\src\ATen\test\tensor_iterator_test.cpp.obj 2025-03-04T20:00:14.5320308Z [6722/7043] Building CXX object caffe2\CMakeFiles\thread_init_test.dir\__\aten\src\ATen\test\thread_init_test.cpp.obj 2025-03-04T20:00:14.6395444Z [6723/7043] Building CXX object caffe2\CMakeFiles\test_parallel.dir\__\aten\src\ATen\test\test_parallel.cpp.obj 2025-03-04T20:00:16.7521570Z [6724/7043] Building CXX object caffe2\CMakeFiles\type_test.dir\__\aten\src\ATen\test\type_test.cpp.obj 2025-03-04T20:00:16.8188910Z [6725/7043] Building CXX object caffe2\CMakeFiles\verify_api_visibility.dir\__\aten\src\ATen\test\verify_api_visibility.cpp.obj 2025-03-04T20:00:16.8995224Z [6726/7043] Building CXX object caffe2\CMakeFiles\undefined_tensor_test.dir\__\aten\src\ATen\test\undefined_tensor_test.cpp.obj 2025-03-04T20:00:16.9768151Z [6727/7043] Building CXX object caffe2\CMakeFiles\legacy_vmap_test.dir\__\aten\src\ATen\test\legacy_vmap_test.cpp.obj 2025-03-04T20:00:17.1269879Z [6728/7043] Building CXX object caffe2\CMakeFiles\weakref_test.dir\__\aten\src\ATen\test\weakref_test.cpp.obj 2025-03-04T20:00:17.2476996Z [6729/7043] Building CXX object caffe2\CMakeFiles\wrapdim_test.dir\__\aten\src\ATen\test\wrapdim_test.cpp.obj 2025-03-04T20:00:17.3632814Z [6730/7043] Building CXX object caffe2\CMakeFiles\xla_tensor_test.dir\__\aten\src\ATen\test\xla_tensor_test.cpp.obj 2025-03-04T20:00:17.6289401Z [6731/7043] Building CXX object caffe2\CMakeFiles\List_test.dir\__\aten\src\ATen\core\List_test.cpp.obj 2025-03-04T20:00:17.8017249Z [6732/7043] Building CXX object caffe2\CMakeFiles\kernel_function_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_legacy_test.cpp.obj 2025-03-04T20:00:17.9585547Z [6733/7043] Building CXX object caffe2\CMakeFiles\kernel_function_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_test.cpp.obj 2025-03-04T20:00:18.2168116Z [6734/7043] Building CXX object caffe2\CMakeFiles\kernel_lambda_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_legacy_test.cpp.obj 2025-03-04T20:00:18.2802033Z [6735/7043] Building CXX object caffe2\CMakeFiles\kernel_lambda_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_test.cpp.obj 2025-03-04T20:00:18.3221289Z [6736/7043] Building CXX object caffe2\CMakeFiles\CppSignature_test.dir\__\aten\src\ATen\core\dispatch\CppSignature_test.cpp.obj 2025-03-04T20:00:18.4734571Z [6737/7043] Building CXX object caffe2\CMakeFiles\kernel_stackbased_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_stackbased_test.cpp.obj 2025-03-04T20:00:18.6497344Z [6738/7043] Building CXX object caffe2\CMakeFiles\op_allowlist_test.dir\__\aten\src\ATen\core\op_registration\op_allowlist_test.cpp.obj 2025-03-04T20:00:18.6627392Z [6739/7043] Building CXX object caffe2\CMakeFiles\IListRef_test.dir\__\aten\src\ATen\core\IListRef_test.cpp.obj 2025-03-04T20:00:18.7177163Z [6740/7043] 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-04T20:00:18.7500493Z [6741/7043] Building C object sleef\src\libm\CMakeFiles\mkrename_gnuabi.dir\mkrename_gnuabi.c.obj 2025-03-04T20:00:18.7717171Z [6742/7043] Building C object sleef\src\libm\CMakeFiles\mkmasked_gnuabi.dir\mkmasked_gnuabi.c.obj 2025-03-04T20:00:18.8155551Z [6743/7043] Building C object sleef\src\common\CMakeFiles\addSuffix.dir\addSuffix.c.obj 2025-03-04T20:00:18.8930453Z [6744/7043] Building CXX object caffe2\CMakeFiles\inline_container_test.dir\serialize\inline_container_test.cc.obj 2025-03-04T20:00:19.0891373Z [6745/7043] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_main.cpp.obj 2025-03-04T20:00:19.2300569Z [6746/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\__\common\main.cpp.obj 2025-03-04T20:00:19.2732078Z [6747/7043] Building CXX object caffe2\CMakeFiles\op_registration_test.dir\__\aten\src\ATen\core\op_registration\op_registration_test.cpp.obj 2025-03-04T20:00:19.7180751Z [6748/7043] Building CXX object caffe2\CMakeFiles\KernelFunction_test.dir\__\aten\src\ATen\core\boxing\KernelFunction_test.cpp.obj 2025-03-04T20:00:19.9189900Z [6749/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_add_if_then_else.cpp.obj 2025-03-04T20:00:20.9156131Z [6750/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_load_upgraders.cpp.obj 2025-03-04T20:00:21.0584283Z [6751/7043] Building CXX object caffe2\CMakeFiles\backend_fallback_test.dir\__\aten\src\ATen\core\dispatch\backend_fallback_test.cpp.obj 2025-03-04T20:00:21.3622056Z [6752/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_alias_analysis.cpp.obj 2025-03-04T20:00:21.4566119Z [6753/7043] Building CXX object test_jit\CMakeFiles\torchbind_test.dir\test_custom_class_registrations.cpp.obj 2025-03-04T20:00:21.5238651Z [6754/7043] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_operator_registration.cpp.obj 2025-03-04T20:00:21.8726976Z [6755/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_op_replacement.cpp.obj 2025-03-04T20:00:21.9319487Z [6756/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_upgrader_utils.cpp.obj 2025-03-04T20:00:22.1496405Z [6757/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_argument_spec.cpp.obj 2025-03-04T20:00:22.4856081Z [6758/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_parser.cpp.obj 2025-03-04T20:00:22.7618305Z [6759/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_autodiff.cpp.obj 2025-03-04T20:00:22.8282578Z [6760/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_code_template.cpp.obj 2025-03-04T20:00:23.3665167Z [6761/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_constant_pooling.cpp.obj 2025-03-04T20:00:23.6598956Z [6762/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cleanup_passes.cpp.obj 2025-03-04T20:00:23.7258074Z [6763/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_create_autodiff_subgraphs.cpp.obj 2025-03-04T20:00:24.1980008Z [6764/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_concat_opt.cpp.obj 2025-03-04T20:00:24.5591129Z [6765/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_backend.cpp.obj 2025-03-04T20:00:24.6526054Z [6766/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_import.cpp.obj 2025-03-04T20:00:25.0248377Z [6767/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_type.cpp.obj 2025-03-04T20:00:25.1411049Z [6768/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_dce.cpp.obj 2025-03-04T20:00:26.2996103Z [6769/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class.cpp.obj 2025-03-04T20:00:26.6032083Z [6770/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class_registrations.cpp.obj 2025-03-04T20:00:26.6800698Z [6771/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_operators.cpp.obj 2025-03-04T20:00:27.2014975Z [6772/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_inliner.cpp.obj 2025-03-04T20:00:27.6005360Z [6773/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_fuser.cpp.obj 2025-03-04T20:00:27.7706442Z [6774/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_executor.cpp.obj 2025-03-04T20:00:28.1067807Z [6775/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_iterator.cpp.obj 2025-03-04T20:00:28.1407841Z [6776/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_ir.cpp.obj 2025-03-04T20:00:28.1882296Z [6777/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cs_debug_info_serialization.cpp.obj 2025-03-04T20:00:28.4784423Z [6778/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_irparser.cpp.obj 2025-03-04T20:00:28.7036227Z [6779/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_type.cpp.obj 2025-03-04T20:00:29.4382593Z [6780/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_memory_dag.cpp.obj 2025-03-04T20:00:29.7187149Z [6781/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interpreter.cpp.obj 2025-03-04T20:00:29.7397122Z [6782/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interface.cpp.obj 2025-03-04T20:00:30.3571922Z [6783/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_mobile_type_parser.cpp.obj 2025-03-04T20:00:30.7050726Z [6784/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_peephole_optimize.cpp.obj 2025-03-04T20:00:30.7464805Z [6785/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_qualified_name.cpp.obj 2025-03-04T20:00:31.1206921Z [6786/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter.cpp.obj 2025-03-04T20:00:31.1889166Z [6787/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter_direct.cpp.obj 2025-03-04T20:00:31.3255732Z [6788/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_trainer.cpp.obj 2025-03-04T20:00:31.9174452Z [6789/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_misc.cpp.obj 2025-03-04T20:00:32.1056777Z [6790/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_matching.cpp.obj 2025-03-04T20:00:32.2249310Z [6791/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_matcher.cpp.obj 2025-03-04T20:00:32.7209100Z [6792/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_info.cpp.obj 2025-03-04T20:00:32.8364949Z [6793/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_rewriter.cpp.obj 2025-03-04T20:00:32.9086560Z [6794/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_module_api.cpp.obj 2025-03-04T20:00:32.9509139Z [6795/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_utils.cpp.obj 2025-03-04T20:00:33.1125077Z [6796/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_stack_opt.cpp.obj 2025-03-04T20:00:33.1921333Z [6797/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_union.cpp.obj 2025-03-04T20:00:33.4909037Z [6798/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_file_format.cpp.obj 2025-03-04T20:00:33.7888065Z [6799/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_save_load.cpp.obj 2025-03-04T20:00:33.8155219Z [6800/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_logging_levels.cpp.obj 2025-03-04T20:00:33.8310664Z [6801/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_script_profile.cpp.obj 2025-03-04T20:00:33.8893274Z [6802/7043] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_approx.cpp.obj 2025-03-04T20:00:34.1062821Z [6803/7043] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\__\common\main.cpp.obj 2025-03-04T20:00:35.6317632Z [6804/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_utils.cpp.obj 2025-03-04T20:00:35.8480897Z [6805/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_shape_analysis.cpp.obj 2025-03-04T20:00:35.9794583Z [6806/7043] Building CXX object test_inductor\CMakeFiles\aoti_custom_ops.dir\custom_ops.cpp.obj 2025-03-04T20:00:36.2995194Z [6807/7043] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_flatbuffer.cpp.obj 2025-03-04T20:00:36.4745745Z [6808/7043] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\padded_buffer.cpp.obj 2025-03-04T20:00:36.6596966Z [6809/7043] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_aten.cpp.obj 2025-03-04T20:00:36.7742799Z [6810/7043] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_boundsinference.cpp.obj 2025-03-04T20:00:37.6777258Z [6811/7043] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_printer.cpp.obj 2025-03-04T20:00:38.4910208Z [6812/7043] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_verifier.cpp.obj 2025-03-04T20:00:38.6171503Z [6813/7043] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_cpp_codegen.cpp.obj 2025-03-04T20:00:38.6782513Z [6814/7043] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_conv.cpp.obj 2025-03-04T20:00:38.9524678Z [6815/7043] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_dynamic_shapes.cpp.obj 2025-03-04T20:00:39.0419179Z [6816/7043] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_expr.cpp.obj 2025-03-04T20:00:39.4139257Z [6817/7043] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_external_calls.cpp.obj 2025-03-04T20:00:39.6930898Z [6818/7043] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_graph_opt.cpp.obj 2025-03-04T20:00:41.4673593Z [6819/7043] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_loopnest.cpp.obj 2025-03-04T20:00:41.4958000Z [6820/7043] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memdependency.cpp.obj 2025-03-04T20:00:41.5714971Z [6821/7043] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_kernel.cpp.obj 2025-03-04T20:00:41.9590846Z [6822/7043] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ops.cpp.obj 2025-03-04T20:00:42.1095677Z [6823/7043] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_quantization.cpp.obj 2025-03-04T20:00:42.1459992Z [6824/7043] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memplanning.cpp.obj 2025-03-04T20:00:42.4068628Z [6825/7043] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_reductions.cpp.obj 2025-03-04T20:00:43.2765517Z [6826/7043] Building CXX object test_cpp_c10d\CMakeFiles\BackoffTest.dir\BackoffTest.cpp.obj 2025-03-04T20:00:44.0908595Z [6827/7043] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type_specializations.cpp.obj 2025-03-04T20:00:44.1287865Z [6828/7043] Building CXX object test_cpp_c10d\CMakeFiles\FileStoreTest.dir\FileStoreTest.cpp.obj 2025-03-04T20:00:44.2572795Z [6829/7043] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_registerizer.cpp.obj 2025-03-04T20:00:44.3256089Z [6830/7043] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_simplify.cpp.obj 2025-03-04T20:00:44.4301608Z [6831/7043] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_te_fuser_pass.cpp.obj 2025-03-04T20:00:44.5676330Z [6832/7043] Building CXX object test_api\CMakeFiles\test_api.dir\__\common\main.cpp.obj 2025-03-04T20:00:44.6030191Z [6833/7043] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type.cpp.obj 2025-03-04T20:00:44.8971123Z [6834/7043] Building CXX object test_cpp_c10d\CMakeFiles\TCPStoreTest.dir\TCPStoreTest.cpp.obj 2025-03-04T20:00:45.0304232Z [6835/7043] Building CXX object test_tensorexpr\CMakeFiles\tutorial_tensorexpr.dir\tutorial.cpp.obj 2025-03-04T20:00:47.1397296Z [6836/7043] Building CXX object test_cpp_c10d\CMakeFiles\ProcessGroupGlooTest.dir\ProcessGroupGlooTest.cpp.obj 2025-03-04T20:00:47.3366590Z [6837/7043] Building CXX object test_api\CMakeFiles\test_api.dir\any.cpp.obj 2025-03-04T20:00:47.3992910Z [6838/7043] Building CXX object test_api\CMakeFiles\test_api.dir\autograd.cpp.obj 2025-03-04T20:00:47.5918917Z [6839/7043] Building CXX object test_api\CMakeFiles\test_api.dir\enum.cpp.obj 2025-03-04T20:00:47.6741004Z [6840/7043] Building CXX object test_api\CMakeFiles\test_api.dir\dataloader.cpp.obj 2025-03-04T20:00:47.8860892Z [6841/7043] Building CXX object test_api\CMakeFiles\test_api.dir\expanding-array.cpp.obj 2025-03-04T20:00:47.9350318Z [6842/7043] Building CXX object test_api\CMakeFiles\test_api.dir\fft.cpp.obj 2025-03-04T20:00:48.2496949Z [6843/7043] Building CXX object test_api\CMakeFiles\test_api.dir\memory.cpp.obj 2025-03-04T20:00:50.1854966Z [6844/7043] Building CXX object test_api\CMakeFiles\test_api.dir\functional.cpp.obj 2025-03-04T20:00:50.2232906Z [6845/7043] Building CXX object test_api\CMakeFiles\test_api.dir\init.cpp.obj 2025-03-04T20:00:50.3759139Z [6846/7043] Building CXX object test_api\CMakeFiles\test_api.dir\integration.cpp.obj 2025-03-04T20:00:50.6236424Z [6847/7043] Building CXX object test_api\CMakeFiles\test_api.dir\ivalue.cpp.obj 2025-03-04T20:00:50.6893382Z [6848/7043] Building CXX object test_api\CMakeFiles\test_api.dir\jit.cpp.obj 2025-03-04T20:00:50.9859550Z [6849/7043] Building CXX object test_api\CMakeFiles\test_api.dir\meta_tensor.cpp.obj 2025-03-04T20:00:51.1566908Z [6850/7043] Building CXX object test_api\CMakeFiles\test_api.dir\misc.cpp.obj 2025-03-04T20:00:53.1735102Z [6851/7043] Building CXX object test_api\CMakeFiles\test_api.dir\moduledict.cpp.obj 2025-03-04T20:00:53.2548729Z [6852/7043] Building CXX object test_api\CMakeFiles\test_api.dir\module.cpp.obj 2025-03-04T20:00:53.3003997Z [6853/7043] Building CXX object test_api\CMakeFiles\test_api.dir\modulelist.cpp.obj 2025-03-04T20:00:53.6751856Z [6854/7043] Building CXX object test_api\CMakeFiles\test_api.dir\modules.cpp.obj 2025-03-04T20:00:53.7259210Z [6855/7043] Building CXX object test_api\CMakeFiles\test_api.dir\nested.cpp.obj 2025-03-04T20:00:53.9312747Z [6856/7043] Building CXX object test_api\CMakeFiles\test_api.dir\parameterdict.cpp.obj 2025-03-04T20:00:54.1054022Z [6857/7043] Building CXX object test_api\CMakeFiles\test_api.dir\parameterlist.cpp.obj 2025-03-04T20:00:56.2018791Z [6858/7043] Building CXX object test_api\CMakeFiles\test_api.dir\nn_utils.cpp.obj 2025-03-04T20:00:56.3032947Z [6859/7043] Building CXX object test_api\CMakeFiles\test_api.dir\namespace.cpp.obj 2025-03-04T20:00:56.3777242Z [6860/7043] Building CXX object test_api\CMakeFiles\test_api.dir\optim.cpp.obj 2025-03-04T20:00:56.5691053Z [6861/7043] Building CXX object test_api\CMakeFiles\test_api.dir\rnn.cpp.obj 2025-03-04T20:00:56.6584707Z [6862/7043] Building CXX object test_api\CMakeFiles\test_api.dir\ordered_dict.cpp.obj 2025-03-04T20:00:56.9810788Z [6863/7043] Building CXX object test_api\CMakeFiles\test_api.dir\sequential.cpp.obj 2025-03-04T20:00:57.0667362Z [6864/7043] Building CXX object test_api\CMakeFiles\test_api.dir\transformer.cpp.obj 2025-03-04T20:00:59.2365068Z [6865/7043] Building CXX object test_api\CMakeFiles\test_api.dir\special.cpp.obj 2025-03-04T20:00:59.2642477Z [6866/7043] Building CXX object test_api\CMakeFiles\test_api.dir\serialize.cpp.obj 2025-03-04T20:00:59.3468234Z [6867/7043] Building CXX object test_api\CMakeFiles\test_api.dir\support.cpp.obj 2025-03-04T20:00:59.3594082Z [6868/7043] Building CXX object test_api\CMakeFiles\test_api.dir\static.cpp.obj 2025-03-04T20:00:59.4308776Z [6869/7043] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_cuda.cpp.obj 2025-03-04T20:00:59.8431079Z [6870/7043] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_indexing.cpp.obj 2025-03-04T20:01:00.0135295Z [6871/7043] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options_cuda.cpp.obj 2025-03-04T20:01:02.1924871Z [6872/7043] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options.cpp.obj 2025-03-04T20:01:02.2662932Z [6873/7043] Building CXX object test_api\CMakeFiles\test_api.dir\tensor.cpp.obj 2025-03-04T20:01:02.2859427Z [6874/7043] Building CXX object test_api\CMakeFiles\test_api.dir\inference_mode.cpp.obj 2025-03-04T20:01:02.3684232Z [6875/7043] Building CXX object test_api\CMakeFiles\test_api.dir\grad_mode.cpp.obj 2025-03-04T20:01:02.4442577Z [6876/7043] Building CXX object test_api\CMakeFiles\test_api.dir\torch_include.cpp.obj 2025-03-04T20:01:02.5904745Z [6877/7043] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\__\common\main.cpp.obj 2025-03-04T20:01:02.8721179Z [6878/7043] Building CXX object test_api\CMakeFiles\test_api.dir\operations.cpp.obj 2025-03-04T20:01:02.9479840Z [6879/7043] Building CXX object test_api\CMakeFiles\test_api.dir\nested_int.cpp.obj 2025-03-04T20:01:03.3851717Z [6880/7043] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir.cpp.obj 2025-03-04T20:01:03.3953728Z [6881/7043] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_permutation_util.cpp.obj 2025-03-04T20:01:03.4415976Z [6882/7043] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir_util.cpp.obj 2025-03-04T20:01:03.5866641Z [6883/7043] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_cache.cpp.obj 2025-03-04T20:01:03.5940326Z [6884/7043] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_misc.cpp.obj 2025-03-04T20:01:03.8189935Z [6885/7043] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_util.cpp.obj 2025-03-04T20:01:04.2151029Z [6886/7043] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_shape.cpp.obj 2025-03-04T20:01:04.2336100Z [6887/7043] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_trie_cache.cpp.obj 2025-03-04T20:01:05.0041670Z [6888/7043] Building CXX object test_api\CMakeFiles\parallel_benchmark.dir\parallel_benchmark.cpp.obj 2025-03-04T20:01:05.2409161Z [6889/7043] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_backend_device.cpp.obj 2025-03-04T20:01:05.4759126Z [6890/7043] Building C object functorch\CMakeFiles\functorch.dir\csrc\dim\dim_opcode.c.obj 2025-03-04T20:01:06.5815422Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(40): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2025-03-04T20:01:06.5817055Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2025-03-04T20:01:06.5818446Z [6891/7043] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops.cpp.obj 2025-03-04T20:01:06.6534313Z [6892/7043] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_graph_executor.cpp.obj 2025-03-04T20:01:06.6725031Z [6893/7043] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops_util.cpp.obj 2025-03-04T20:01:06.7164624Z [6894/7043] Linking C static library lib\cpuinfo_internals.lib 2025-03-04T20:01:06.7897053Z [6895/7043] Linking CXX static library lib\gmock_main.lib 2025-03-04T20:01:06.8158560Z [6896/7043] Linking CXX static library lib\benchmark_main.lib 2025-03-04T20:01:06.8475353Z [6897/7043] Linking CXX static library lib\fmt.lib 2025-03-04T20:01:06.9908058Z [6898/7043] Linking CXX static library lib\libprotobuf-lite.lib 2025-03-04T20:01:07.2843771Z [6899/7043] Linking CXX executable bin\c10_CompileTimeFunctionPointer_test.exe 2025-03-04T20:01:07.2854717Z [6900/7043] Linking CXX executable bin\c10_DeviceGuard_test.exe 2025-03-04T20:01:07.3160845Z [6901/7043] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_lib.cpp.obj 2025-03-04T20:01:07.4617197Z [6902/7043] Linking CXX executable bin\c10_DispatchKeySet_test.exe 2025-03-04T20:01:07.4626869Z [6903/7043] Linking CXX executable bin\c10_Device_test.exe 2025-03-04T20:01:07.4764194Z [6904/7043] Linking CXX executable bin\c10_Scalar_test.exe 2025-03-04T20:01:07.5067117Z [6905/7043] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_preprocess.cpp.obj 2025-03-04T20:01:07.5965881Z [6906/7043] Linking CXX executable bin\c10_StreamGuard_test.exe 2025-03-04T20:01:07.6183361Z [6907/7043] Linking CXX executable bin\c10_InlineDeviceGuard_test.exe 2025-03-04T20:01:07.7255439Z [6908/7043] Linking CXX executable bin\c10_SymInt_test.exe 2025-03-04T20:01:07.7397601Z [6909/7043] Linking CXX executable bin\c10_SizesAndStrides_test.exe 2025-03-04T20:01:07.7649798Z [6910/7043] Linking CXX executable bin\c10_InlineStreamGuard_test.exe 2025-03-04T20:01:07.7732057Z [6911/7043] Linking CXX executable bin\c10_cow_test.exe 2025-03-04T20:01:07.8664779Z [6912/7043] Linking CXX executable bin\c10_ArrayRef_test.exe 2025-03-04T20:01:07.8877656Z [6913/7043] Linking CXX executable bin\c10_ConstexprCrc_test.exe 2025-03-04T20:01:07.9130462Z [6914/7043] Linking CXX executable bin\c10_DeadlockDetection_test.exe 2025-03-04T20:01:08.0223459Z [6915/7043] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\dim\dim.cpp.obj 2025-03-04T20:01:08.0468260Z [6916/7043] Linking CXX executable bin\c10_Bitset_test.exe 2025-03-04T20:01:08.1370811Z [6917/7043] Linking CXX executable bin\c10_Half_test.exe 2025-03-04T20:01:08.1452279Z [6918/7043] Linking CXX executable bin\c10_Metaprogramming_test.exe 2025-03-04T20:01:08.1487238Z [6919/7043] Linking CXX executable bin\c10_LeftRight_test.exe 2025-03-04T20:01:08.2053739Z [6920/7043] Linking CXX executable bin\c10_NetworkFlow_test.exe 2025-03-04T20:01:08.2484046Z [6921/7043] Linking CXX executable bin\c10_Synchronized_test.exe 2025-03-04T20:01:08.3564162Z [6922/7043] Linking CXX executable bin\c10_TypeList_test.exe 2025-03-04T20:01:08.3585473Z [6923/7043] Linking CXX executable bin\c10_ThreadLocal_test.exe 2025-03-04T20:01:08.3706554Z [6924/7043] Linking CXX executable bin\c10_TypeIndex_test.exe 2025-03-04T20:01:08.4189464Z [6925/7043] Linking CXX executable bin\c10_TypeTraits_test.exe 2025-03-04T20:01:08.4280484Z [6926/7043] Linking CXX executable bin\c10_accumulate_test.exe 2025-03-04T20:01:08.5530830Z [6927/7043] Linking CXX executable bin\c10_bfloat16_test.exe 2025-03-04T20:01:08.5668150Z [6928/7043] Linking CXX executable bin\c10_complex_math_test.exe 2025-03-04T20:01:08.5871442Z [6929/7043] Linking CXX executable bin\c10_complex_test.exe 2025-03-04T20:01:08.5993592Z [6930/7043] Linking CXX executable bin\c10_error_test.exe 2025-03-04T20:01:08.6178974Z [6931/7043] Linking CXX executable bin\c10_bit_cast_test.exe 2025-03-04T20:01:08.7255146Z [6932/7043] Linking CXX executable bin\c10_exception_test.exe 2025-03-04T20:01:08.7582091Z [6933/7043] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\init_dim_only.cpp.obj 2025-03-04T20:01:08.7596192Z [6934/7043] Linking CXX executable bin\c10_generic_math_test.exe 2025-03-04T20:01:08.7732619Z [6935/7043] Linking CXX executable bin\c10_irange_test.exe 2025-03-04T20:01:08.8222524Z [6936/7043] Linking CXX executable bin\c10_flags_test.exe 2025-03-04T20:01:08.8354862Z [6937/7043] Linking CXX executable bin\c10_intrusive_ptr_test.exe 2025-03-04T20:01:08.8928528Z [6938/7043] Linking CXX executable bin\c10_lazy_test.exe 2025-03-04T20:01:08.9491938Z [6939/7043] Linking CXX executable bin\c10_ordered_preserving_dict_test.exe 2025-03-04T20:01:08.9598625Z [6940/7043] Linking CXX executable bin\c10_optional_test.exe 2025-03-04T20:01:09.0450691Z [6941/7043] Linking CXX executable bin\c10_logging_test.exe 2025-03-04T20:01:09.0654071Z [6942/7043] Linking CXX executable bin\c10_ssize_test.exe 2025-03-04T20:01:09.0773769Z [6943/7043] Linking CXX executable bin\c10_small_vector_test.exe 2025-03-04T20:01:09.1241316Z [6944/7043] Linking CXX executable bin\c10_registry_test.exe 2025-03-04T20:01:09.1285741Z [6945/7043] Linking CXX executable bin\c10_string_view_test.exe 2025-03-04T20:01:09.2040420Z [6946/7043] Linking CXX executable bin\c10_string_util_test.exe 2025-03-04T20:01:09.2517445Z [6947/7043] Linking C executable sleef\bin\mkrename_gnuabi.exe 2025-03-04T20:01:09.2761045Z [6948/7043] Linking CXX executable bin\c10_typeid_test.exe 2025-03-04T20:01:09.3033682Z [6949/7043] Linking CXX executable bin\c10_intrusive_ptr_benchmark.exe 2025-03-04T20:01:09.3074395Z [6950/7043] Linking C shared library bin\torch_global_deps.dll 2025-03-04T20:01:09.3087447Z [6951/7043] Linking C executable sleef\bin\mkmasked_gnuabi.exe 2025-03-04T20:01:09.3115296Z [6952/7043] Linking CXX executable bin\c10_tempfile_test.exe 2025-03-04T20:01:09.3863471Z [6953/7043] Linking C executable sleef\bin\addSuffix.exe 2025-03-04T20:01:09.4503311Z [6954/7043] Building C object sleef\src\common\CMakeFiles\arraymap.dir\arraymap.c.obj 2025-03-04T20:01:09.5360615Z [6955/7043] Linking C static library lib\microkernels-all.lib 2025-03-04T20:04:38.2776009Z [6956/7043] Linking CXX shared library bin\torch_cpu.dll 2025-03-04T20:04:38.5505133Z [6957/7043] Linking CXX shared library bin\torch.dll 2025-03-04T20:04:38.6655186Z [6958/7043] Linking CXX static library lib\unbox_lib.lib 2025-03-04T20:04:38.7921145Z [6959/7043] Linking CXX shared library bin\shm.dll 2025-03-04T20:04:39.0294053Z [6960/7043] Linking CXX shared library bin\jitbackend_test.dll 2025-03-04T20:04:39.3176991Z [6961/7043] Linking CXX executable bin\TCPStoreTest.exe 2025-03-04T20:04:39.3233982Z [6962/7043] Linking CXX executable bin\ProcessGroupGlooTest.exe 2025-03-04T20:04:39.3278046Z [6963/7043] Linking CXX shared library bin\backend_with_compiler.dll 2025-03-04T20:04:39.3288924Z [6964/7043] Linking CXX executable bin\BackoffTest.exe 2025-03-04T20:04:39.3298346Z [6965/7043] Linking CXX executable bin\FileStoreTest.exe 2025-03-04T20:04:39.6472019Z [6966/7043] Linking CXX executable bin\Dimname_test.exe 2025-03-04T20:04:39.9137151Z [6967/7043] Linking CXX executable bin\NamedTensor_test.exe 2025-03-04T20:04:40.0693595Z [6968/7043] Linking CXX executable bin\Dict_test.exe 2025-03-04T20:04:40.0762448Z [6969/7043] Linking CXX executable bin\MaybeOwned_test.exe 2025-03-04T20:04:40.1936999Z [6970/7043] Linking CXX executable bin\apply_utils_test.exe 2025-03-04T20:04:40.3607288Z [6971/7043] Linking CXX executable bin\atest.exe 2025-03-04T20:04:40.6230770Z [6972/7043] Linking CXX executable bin\basic.exe 2025-03-04T20:04:40.6501905Z [6973/7043] Linking CXX executable bin\broadcast_test.exe 2025-03-04T20:04:40.6844712Z [6974/7043] Linking CXX executable bin\cpu_allocator_test.exe 2025-03-04T20:04:40.9748068Z [6975/7043] Linking CXX executable bin\cpu_generator_test.exe 2025-03-04T20:04:41.0182799Z [6976/7043] Linking CXX executable bin\cpu_profiling_allocator_test.exe 2025-03-04T20:04:41.1528423Z [6977/7043] Linking CXX executable bin\dispatch_key_set_test.exe 2025-03-04T20:04:41.4599350Z [6978/7043] Linking CXX executable bin\dlconvertor_test.exe 2025-03-04T20:04:41.4929347Z [6979/7043] Linking CXX executable bin\extension_backend_test.exe 2025-03-04T20:04:41.8192850Z [6980/7043] Linking CXX executable bin\half_test.exe 2025-03-04T20:04:41.8628202Z [6981/7043] Linking CXX executable bin\cpu_rng_test.exe 2025-03-04T20:04:41.9277357Z [6982/7043] Linking CXX executable bin\lazy_tensor_test.exe 2025-03-04T20:04:42.2250262Z [6983/7043] Linking CXX executable bin\memory_format_test.exe 2025-03-04T20:04:42.2265349Z [6984/7043] Linking CXX executable bin\ivalue_test.exe 2025-03-04T20:04:42.2280285Z [6985/7043] Linking CXX executable bin\math_kernel_test.exe 2025-03-04T20:04:42.3450396Z [6986/7043] Linking CXX executable bin\memory_overlapping_test.exe 2025-03-04T20:04:42.5171625Z [6987/7043] Linking CXX executable bin\operator_name_test.exe 2025-03-04T20:04:42.6723157Z [6988/7043] Linking CXX executable bin\mobile_memory_cleanup.exe 2025-03-04T20:04:42.8327331Z [6989/7043] Linking CXX executable bin\native_test.exe 2025-03-04T20:04:42.8362142Z [6990/7043] Linking CXX executable bin\operators_test.exe 2025-03-04T20:04:43.0945081Z [6991/7043] Linking CXX executable bin\packedtensoraccessor_test.exe 2025-03-04T20:04:43.3297774Z [6992/7043] Linking CXX executable bin\vec_test_all_types_DEFAULT.exe 2025-03-04T20:04:43.3401713Z [6993/7043] Linking CXX executable bin\reduce_ops_test.exe 2025-03-04T20:04:43.3711073Z [6994/7043] Linking CXX executable bin\pow_test.exe 2025-03-04T20:04:43.3747677Z [6995/7043] Linking CXX executable bin\quantized_test.exe 2025-03-04T20:04:43.6093815Z [6996/7043] Linking CXX executable bin\reportMemoryUsage_test.exe 2025-03-04T20:04:43.8130057Z [6997/7043] Linking CXX executable bin\StorageUtils_test.exe 2025-03-04T20:04:43.8220719Z [6998/7043] Linking CXX executable bin\stride_properties_test.exe 2025-03-04T20:04:44.0050447Z [6999/7043] Linking CXX executable bin\scalar_tensor_test.exe 2025-03-04T20:04:44.0237252Z [7000/7043] Linking CXX executable bin\vec_test_all_types_AVX2.exe 2025-03-04T20:04:44.0658378Z [7001/7043] Linking CXX executable bin\scalar_test.exe 2025-03-04T20:04:44.2492717Z [7002/7043] Linking CXX executable bin\thread_init_test.exe 2025-03-04T20:04:44.3107133Z [7003/7043] Linking CXX executable bin\test_parallel.exe 2025-03-04T20:04:44.3568103Z [7004/7043] Linking CXX executable bin\vec_test_all_types_AVX512.exe 2025-03-04T20:04:44.3633788Z [7005/7043] Linking CXX executable bin\type_ptr_test.exe 2025-03-04T20:04:44.5846479Z [7006/7043] Linking CXX executable bin\undefined_tensor_test.exe 2025-03-04T20:04:44.5910283Z [7007/7043] Linking CXX executable bin\verify_api_visibility.exe 2025-03-04T20:04:44.5920714Z [7008/7043] Linking CXX executable bin\type_test.exe 2025-03-04T20:04:44.5978040Z [7009/7043] Linking CXX executable bin\tensor_iterator_test.exe 2025-03-04T20:04:44.8109617Z [7010/7043] Linking CXX executable bin\weakref_test.exe 2025-03-04T20:04:44.8150459Z [7011/7043] Linking CXX executable bin\wrapdim_test.exe 2025-03-04T20:04:45.0115606Z [7012/7043] Linking CXX executable bin\xla_tensor_test.exe 2025-03-04T20:04:45.0156041Z [7013/7043] Linking CXX executable bin\legacy_vmap_test.exe 2025-03-04T20:04:45.1325097Z [7014/7043] Linking CXX executable bin\KernelFunction_test.exe 2025-03-04T20:04:45.2213927Z [7015/7043] Linking CXX executable bin\IListRef_test.exe 2025-03-04T20:04:45.4986099Z [7016/7043] Linking CXX executable bin\List_test.exe 2025-03-04T20:04:45.7195828Z [7017/7043] Linking CXX executable bin\kernel_stackbased_test.exe 2025-03-04T20:04:45.8028712Z [7018/7043] Linking CXX executable bin\CppSignature_test.exe 2025-03-04T20:04:46.0424653Z [7019/7043] Linking CXX executable bin\op_allowlist_test.exe 2025-03-04T20:04:46.0679112Z [7020/7043] Linking CXX executable bin\kernel_function_test.exe 2025-03-04T20:04:46.1552947Z [7021/7043] Linking CXX executable bin\backend_fallback_test.exe 2025-03-04T20:04:46.4146931Z [7022/7043] Linking CXX executable bin\make_boxed_from_unboxed_functor_test.exe 2025-03-04T20:04:46.5718087Z [7023/7043] Linking CXX executable bin\kernel_lambda_test.exe 2025-03-04T20:04:46.6037311Z [7024/7043] Linking CXX executable bin\test_edge_op_registration.exe 2025-03-04T20:04:46.6729245Z [7025/7043] Linking CXX executable bin\inline_container_test.exe 2025-03-04T20:04:46.8626688Z [7026/7043] Linking CXX executable bin\kernel_function_legacy_test.exe 2025-03-04T20:04:47.2757259Z [7027/7043] Linking CXX executable bin\tutorial_tensorexpr.exe 2025-03-04T20:04:47.2892350Z [7028/7043] Linking CXX shared library bin\aoti_custom_ops.dll 2025-03-04T20:04:47.3251861Z [7029/7043] Linking CXX executable bin\kernel_lambda_legacy_test.exe 2025-03-04T20:04:47.6163298Z [7030/7043] Linking CXX executable bin\parallel_benchmark.exe 2025-03-04T20:04:48.2487646Z [7031/7043] Linking CXX shared library bin\torchbind_test.dll 2025-03-04T20:04:50.6256855Z [7032/7043] Linking CXX executable bin\test_lazy.exe 2025-03-04T20:04:50.8105198Z [7033/7043] Linking CXX executable bin\op_registration_test.exe 2025-03-04T20:04:52.8121307Z [7034/7043] Linking CXX executable bin\test_tensorexpr.exe 2025-03-04T20:04:55.3266491Z [7035/7043] Linking CXX executable bin\test_jit.exe 2025-03-04T20:04:56.5617032Z [7036/7043] Linking CXX executable bin\test_api.exe 2025-03-04T20:05:04.2309470Z [7037/7043] Linking CXX shared library bin\torch_python.dll 2025-03-04T20:05:04.5340278Z [7038/7043] Linking CXX shared module functorch\functorch.pyd 2025-03-04T20:05:04.6461021Z [7039/7043] Linking CXX shared library bin\nnapi_backend.dll 2025-03-04T20:05:04.6461978Z [7039/7043] Install the project... 2025-03-04T20:05:04.6999132Z -- Install configuration: "Release" 2025-03-04T20:05:51.8801934Z -- Building version 2.7.0a0+git1b74980 2025-03-04T20:05:51.8802375Z -- Checkout nccl release tag: v2.25.1-1 2025-03-04T20:05:51.8814314Z 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.7.0a0+git1b74980 -DTORCH_CUDA_ARCH_LIST=8.6 -DUSE_CUDA=0 -DUSE_NUMPY=True -DUSE_XPU=0 C:\actions-runner\_work\pytorch\pytorch 2025-03-04T20:05:51.8817005Z cmake --build . --target install --config Release -j 8 2025-03-04T20:05:51.8824891Z running bdist_wheel 2025-03-04T20:05:53.8097489Z running build 2025-03-04T20:05:53.8116421Z running build_py 2025-03-04T20:05:53.8222392Z creating build\lib.win-amd64-cpython-39\functorch 2025-03-04T20:05:53.8226897Z copying functorch\__init__.py -> build\lib.win-amd64-cpython-39\functorch 2025-03-04T20:05:53.8263511Z creating build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8266593Z copying torch\functional.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8309112Z copying torch\hub.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8346517Z copying torch\library.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8392414Z copying torch\overrides.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8453291Z copying torch\quasirandom.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8473154Z copying torch\random.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8490830Z copying torch\return_types.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8500897Z copying torch\serialization.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8568134Z copying torch\storage.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8602446Z copying torch\torch_version.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8613570Z copying torch\types.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8631326Z copying torch\version.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8636793Z copying torch\_appdirs.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8657202Z copying torch\_classes.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8682806Z copying torch\_compile.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8691867Z copying torch\_custom_ops.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8704490Z copying torch\_deploy.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8723086Z copying torch\_environment.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8723820Z copying torch\_guards.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8759009Z copying torch\_jit_internal.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8787515Z copying torch\_linalg_utils.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8798963Z copying torch\_lobpcg.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8827290Z copying torch\_lowrank.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8840491Z copying torch\_meta_registrations.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8954020Z copying torch\_namedtensor_internals.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.8972968Z copying torch\_ops.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.9021350Z copying torch\_python_dispatcher.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.9036376Z copying torch\_size_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.9046815Z copying torch\_sources.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.9073207Z copying torch\_storage_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.9083718Z copying torch\_streambase.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.9089314Z copying torch\_tensor.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.9141961Z copying torch\_tensor_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.9221124Z copying torch\_tensor_str.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.9237377Z copying torch\_thread_safe_fork.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.9247048Z copying torch\_torch_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.9439278Z copying torch\_utils.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.9467420Z copying torch\_utils_internal.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.9468007Z copying torch\_VF.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.9476670Z copying torch\_vmap_internals.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.9487015Z copying torch\_weights_only_unpickler.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.9517647Z copying torch\__config__.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.9518380Z copying torch\__future__.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.9527193Z copying torch\__init__.py -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:53.9578112Z creating build\lib.win-amd64-cpython-39\torchgen 2025-03-04T20:05:53.9578865Z copying torchgen\code_template.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-04T20:05:53.9587609Z copying torchgen\context.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-04T20:05:53.9611350Z copying torchgen\gen.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-04T20:05:53.9662302Z copying torchgen\gen_aoti_c_shim.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-04T20:05:53.9686114Z copying torchgen\gen_backend_stubs.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-04T20:05:53.9710468Z copying torchgen\gen_executorch.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-04T20:05:53.9731459Z copying torchgen\gen_functionalization_type.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-04T20:05:53.9751924Z copying torchgen\gen_lazy_tensor.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-04T20:05:53.9780344Z copying torchgen\gen_schema_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-04T20:05:53.9789692Z copying torchgen\gen_vmap_plumbing.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-04T20:05:53.9807959Z copying torchgen\local.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-04T20:05:53.9816851Z copying torchgen\model.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-04T20:05:53.9859896Z copying torchgen\native_function_generation.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-04T20:05:53.9895167Z copying torchgen\utils.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-04T20:05:53.9909391Z copying torchgen\yaml_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-04T20:05:53.9920566Z copying torchgen\__init__.py -> build\lib.win-amd64-cpython-39\torchgen 2025-03-04T20:05:53.9933861Z creating build\lib.win-amd64-cpython-39\functorch\compile 2025-03-04T20:05:53.9934482Z copying functorch\compile\__init__.py -> build\lib.win-amd64-cpython-39\functorch\compile 2025-03-04T20:05:53.9968240Z creating build\lib.win-amd64-cpython-39\functorch\dim 2025-03-04T20:05:53.9968983Z copying functorch\dim\batch_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-04T20:05:53.9983581Z copying functorch\dim\delayed_mul_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-04T20:05:54.0000876Z copying functorch\dim\dim.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-04T20:05:54.0009169Z copying functorch\dim\magic_trace.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-04T20:05:54.0027483Z copying functorch\dim\op_properties.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-04T20:05:54.0043077Z copying functorch\dim\reference.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-04T20:05:54.0072017Z copying functorch\dim\tree_map.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-04T20:05:54.0072848Z copying functorch\dim\wrap_type.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-04T20:05:54.0092655Z copying functorch\dim\__init__.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-03-04T20:05:54.0104958Z creating build\lib.win-amd64-cpython-39\functorch\einops 2025-03-04T20:05:54.0107743Z copying functorch\einops\rearrange.py -> build\lib.win-amd64-cpython-39\functorch\einops 2025-03-04T20:05:54.0139878Z copying functorch\einops\_parsing.py -> build\lib.win-amd64-cpython-39\functorch\einops 2025-03-04T20:05:54.0155991Z copying functorch\einops\__init__.py -> build\lib.win-amd64-cpython-39\functorch\einops 2025-03-04T20:05:54.0163144Z creating build\lib.win-amd64-cpython-39\functorch\experimental 2025-03-04T20:05:54.0181800Z copying functorch\experimental\control_flow.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2025-03-04T20:05:54.0183240Z copying functorch\experimental\ops.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2025-03-04T20:05:54.0197895Z copying functorch\experimental\__init__.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2025-03-04T20:05:54.0198561Z creating build\lib.win-amd64-cpython-39\functorch\_src 2025-03-04T20:05:54.0199359Z copying functorch\_src\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src 2025-03-04T20:05:54.0212427Z creating build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2025-03-04T20:05:54.0213247Z copying functorch\_src\aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2025-03-04T20:05:54.0214845Z creating build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2025-03-04T20:05:54.0221029Z copying functorch\_src\eager_transforms\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2025-03-04T20:05:54.0238464Z creating build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2025-03-04T20:05:54.0250215Z copying functorch\_src\make_functional\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2025-03-04T20:05:54.0256710Z creating build\lib.win-amd64-cpython-39\functorch\_src\vmap 2025-03-04T20:05:54.0272677Z copying functorch\_src\vmap\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\vmap 2025-03-04T20:05:54.0273323Z creating build\lib.win-amd64-cpython-39\torch\accelerator 2025-03-04T20:05:54.0273914Z copying torch\accelerator\_utils.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2025-03-04T20:05:54.0285650Z copying torch\accelerator\__init__.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2025-03-04T20:05:54.0295825Z creating build\lib.win-amd64-cpython-39\torch\amp 2025-03-04T20:05:54.0309087Z copying torch\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\amp 2025-03-04T20:05:54.0333407Z copying torch\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\amp 2025-03-04T20:05:54.0350395Z copying torch\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\amp 2025-03-04T20:05:54.0358467Z creating build\lib.win-amd64-cpython-39\torch\ao 2025-03-04T20:05:54.0359458Z copying torch\ao\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao 2025-03-04T20:05:54.0367518Z creating build\lib.win-amd64-cpython-39\torch\autograd 2025-03-04T20:05:54.0380062Z copying torch\autograd\anomaly_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-04T20:05:54.0388998Z copying torch\autograd\forward_ad.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-04T20:05:54.0411019Z copying torch\autograd\function.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-04T20:05:54.0436934Z copying torch\autograd\functional.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-04T20:05:54.0490909Z copying torch\autograd\gradcheck.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-04T20:05:54.0541719Z copying torch\autograd\grad_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-04T20:05:54.0554906Z copying torch\autograd\graph.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-04T20:05:54.0576853Z copying torch\autograd\profiler.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-04T20:05:54.0613365Z copying torch\autograd\profiler_legacy.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-04T20:05:54.0627102Z copying torch\autograd\profiler_util.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-04T20:05:54.0661590Z copying torch\autograd\variable.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-04T20:05:54.0662420Z copying torch\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-03-04T20:05:54.0679950Z creating build\lib.win-amd64-cpython-39\torch\backends 2025-03-04T20:05:54.0698015Z copying torch\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends 2025-03-04T20:05:54.0709142Z creating build\lib.win-amd64-cpython-39\torch\compiler 2025-03-04T20:05:54.0712251Z copying torch\compiler\config.py -> build\lib.win-amd64-cpython-39\torch\compiler 2025-03-04T20:05:54.0729138Z copying torch\compiler\_cache.py -> build\lib.win-amd64-cpython-39\torch\compiler 2025-03-04T20:05:54.0739434Z copying torch\compiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\compiler 2025-03-04T20:05:54.0757305Z creating build\lib.win-amd64-cpython-39\torch\contrib 2025-03-04T20:05:54.0760551Z copying torch\contrib\_tensorboard_vis.py -> build\lib.win-amd64-cpython-39\torch\contrib 2025-03-04T20:05:54.0770684Z copying torch\contrib\__init__.py -> build\lib.win-amd64-cpython-39\torch\contrib 2025-03-04T20:05:54.0776203Z creating build\lib.win-amd64-cpython-39\torch\cpu 2025-03-04T20:05:54.0778948Z copying torch\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu 2025-03-04T20:05:54.0792739Z creating build\lib.win-amd64-cpython-39\torch\cuda 2025-03-04T20:05:54.0795670Z copying torch\cuda\comm.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-04T20:05:54.0801271Z copying torch\cuda\error.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-04T20:05:54.0805805Z copying torch\cuda\gds.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-04T20:05:54.0816857Z copying torch\cuda\graphs.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-04T20:05:54.0832933Z copying torch\cuda\jiterator.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-04T20:05:54.0843522Z copying torch\cuda\memory.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-04T20:05:54.0887247Z copying torch\cuda\nccl.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-04T20:05:54.0902136Z copying torch\cuda\nvtx.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-04T20:05:54.0912956Z copying torch\cuda\profiler.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-04T20:05:54.0923608Z copying torch\cuda\random.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-04T20:05:54.0942181Z copying torch\cuda\sparse.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-04T20:05:54.0947835Z copying torch\cuda\streams.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-04T20:05:54.0962371Z copying torch\cuda\tunable.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-04T20:05:54.0979182Z copying torch\cuda\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-04T20:05:54.0995198Z copying torch\cuda\_memory_viz.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-04T20:05:54.1011811Z copying torch\cuda\_sanitizer.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-04T20:05:54.1035555Z copying torch\cuda\_utils.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-04T20:05:54.1048674Z copying torch\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-03-04T20:05:54.1087426Z creating build\lib.win-amd64-cpython-39\torch\distributed 2025-03-04T20:05:54.1090516Z copying torch\distributed\argparse_util.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-04T20:05:54.1101023Z copying torch\distributed\c10d_logger.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-04T20:05:54.1112600Z copying torch\distributed\collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-04T20:05:54.1131846Z copying torch\distributed\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-04T20:05:54.1142179Z copying torch\distributed\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-04T20:05:54.1171500Z copying torch\distributed\distributed_c10d.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-04T20:05:54.1280071Z copying torch\distributed\launch.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-04T20:05:54.1306416Z copying torch\distributed\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-04T20:05:54.1313068Z copying torch\distributed\remote_device.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-04T20:05:54.1327111Z copying torch\distributed\rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-04T20:05:54.1338152Z copying torch\distributed\run.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-04T20:05:54.1371320Z copying torch\distributed\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-04T20:05:54.1384283Z copying torch\distributed\_checkpointable.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-04T20:05:54.1394930Z copying torch\distributed\_composable_state.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-04T20:05:54.1405271Z copying torch\distributed\_functional_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-04T20:05:54.1434008Z copying torch\distributed\_functional_collectives_impl.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-04T20:05:54.1444377Z copying torch\distributed\_serialization.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-04T20:05:54.1459975Z copying torch\distributed\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-04T20:05:54.1478613Z copying torch\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-03-04T20:05:54.1498004Z creating build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1501020Z copying torch\distributions\bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1513196Z copying torch\distributions\beta.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1524173Z copying torch\distributions\binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1539195Z copying torch\distributions\categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1558782Z copying torch\distributions\cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1572753Z copying torch\distributions\chi2.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1583802Z copying torch\distributions\constraints.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1599559Z copying torch\distributions\constraint_registry.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1616286Z copying torch\distributions\continuous_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1629936Z copying torch\distributions\dirichlet.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1641098Z copying torch\distributions\distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1658177Z copying torch\distributions\exponential.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1676630Z copying torch\distributions\exp_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1722021Z copying torch\distributions\fishersnedecor.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1722863Z copying torch\distributions\gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1723652Z copying torch\distributions\geometric.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1730786Z copying torch\distributions\gumbel.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1746430Z copying torch\distributions\half_cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1757481Z copying torch\distributions\half_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1769673Z copying torch\distributions\independent.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1780564Z copying torch\distributions\inverse_gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1791177Z copying torch\distributions\kl.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1815138Z copying torch\distributions\kumaraswamy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1845947Z copying torch\distributions\laplace.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1858842Z copying torch\distributions\lkj_cholesky.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1875451Z copying torch\distributions\logistic_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1889159Z copying torch\distributions\log_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1900503Z copying torch\distributions\lowrank_multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1912016Z copying torch\distributions\mixture_same_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1938569Z copying torch\distributions\multinomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1956355Z copying torch\distributions\multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1968651Z copying torch\distributions\negative_binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.1991095Z copying torch\distributions\normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.2002202Z copying torch\distributions\one_hot_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.2013506Z copying torch\distributions\pareto.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.2024389Z copying torch\distributions\poisson.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.2034527Z copying torch\distributions\relaxed_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.2044409Z copying torch\distributions\relaxed_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.2058534Z copying torch\distributions\studentT.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.2070956Z copying torch\distributions\transformed_distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.2083935Z copying torch\distributions\transforms.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.2120254Z copying torch\distributions\uniform.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.2129947Z copying torch\distributions\utils.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.2141289Z copying torch\distributions\von_mises.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.2162211Z copying torch\distributions\weibull.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.2185113Z copying torch\distributions\wishart.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.2197361Z copying torch\distributions\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-03-04T20:05:54.2213391Z creating build\lib.win-amd64-cpython-39\torch\export 2025-03-04T20:05:54.2216883Z copying torch\export\custom_obj.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-04T20:05:54.2222855Z copying torch\export\custom_ops.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-04T20:05:54.2234291Z copying torch\export\decomp_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-04T20:05:54.2247859Z copying torch\export\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-04T20:05:54.2286893Z copying torch\export\exported_program.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-04T20:05:54.2314577Z copying torch\export\graph_signature.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-04T20:05:54.2330263Z copying torch\export\unflatten.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-04T20:05:54.2360944Z copying torch\export\_draft_export.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-04T20:05:54.2390443Z copying torch\export\_remove_auto_functionalized_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-04T20:05:54.2400950Z copying torch\export\_remove_effect_tokens_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-04T20:05:54.2411982Z copying torch\export\_safeguard.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-04T20:05:54.2433313Z copying torch\export\_swap.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-04T20:05:54.2453462Z copying torch\export\_trace.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-04T20:05:54.2513743Z copying torch\export\_tree_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-04T20:05:54.2527325Z copying torch\export\_unlift.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-04T20:05:54.2541766Z copying torch\export\__init__.py -> build\lib.win-amd64-cpython-39\torch\export 2025-03-04T20:05:54.2562579Z creating build\lib.win-amd64-cpython-39\torch\fft 2025-03-04T20:05:54.2565272Z copying torch\fft\__init__.py -> build\lib.win-amd64-cpython-39\torch\fft 2025-03-04T20:05:54.2603633Z creating build\lib.win-amd64-cpython-39\torch\func 2025-03-04T20:05:54.2606701Z copying torch\func\__init__.py -> build\lib.win-amd64-cpython-39\torch\func 2025-03-04T20:05:54.2630364Z creating build\lib.win-amd64-cpython-39\torch\futures 2025-03-04T20:05:54.2630982Z copying torch\futures\__init__.py -> build\lib.win-amd64-cpython-39\torch\futures 2025-03-04T20:05:54.2639689Z creating build\lib.win-amd64-cpython-39\torch\fx 2025-03-04T20:05:54.2640221Z copying torch\fx\annotate.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-04T20:05:54.2653280Z copying torch\fx\config.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-04T20:05:54.2659201Z copying torch\fx\graph.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-04T20:05:54.2694971Z copying torch\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-04T20:05:54.2723925Z copying torch\fx\immutable_collections.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-04T20:05:54.2745342Z copying torch\fx\interpreter.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-04T20:05:54.2761649Z copying torch\fx\node.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-04T20:05:54.2784781Z copying torch\fx\operator_schemas.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-04T20:05:54.2800608Z copying torch\fx\proxy.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-04T20:05:54.2818216Z copying torch\fx\subgraph_rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-04T20:05:54.2833480Z copying torch\fx\tensor_type.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-04T20:05:54.2843972Z copying torch\fx\traceback.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-04T20:05:54.2855695Z copying torch\fx\_compatibility.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-04T20:05:54.2866473Z copying torch\fx\_graph_pickler.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-04T20:05:54.2887291Z copying torch\fx\_lazy_graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-04T20:05:54.2898672Z copying torch\fx\_pytree.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-04T20:05:54.2909198Z copying torch\fx\_symbolic_trace.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-04T20:05:54.2947792Z copying torch\fx\_utils.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-04T20:05:54.2973584Z copying torch\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-03-04T20:05:54.2989906Z creating build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.2993101Z copying torch\jit\annotations.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3010023Z copying torch\jit\frontend.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3032340Z copying torch\jit\generate_bytecode.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3043432Z copying torch\jit\quantized.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3062136Z copying torch\jit\supported_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3073770Z copying torch\jit\unsupported_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3084743Z copying torch\jit\_async.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3096220Z copying torch\jit\_await.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3106410Z copying torch\jit\_builtins.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3121420Z copying torch\jit\_check.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3134274Z copying torch\jit\_dataclass_impls.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3146246Z copying torch\jit\_decompositions.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3156579Z copying torch\jit\_decomposition_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3162662Z copying torch\jit\_freeze.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3175262Z copying torch\jit\_fuser.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3190651Z copying torch\jit\_ir_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3202983Z copying torch\jit\_logging.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3208815Z copying torch\jit\_monkeytype_config.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3225528Z copying torch\jit\_pickle.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3238444Z copying torch\jit\_recursive.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3275586Z copying torch\jit\_script.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3316006Z copying torch\jit\_serialization.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3327956Z copying torch\jit\_shape_functions.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3362857Z copying torch\jit\_state.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3376483Z copying torch\jit\_trace.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3404368Z copying torch\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:54.3419293Z creating build\lib.win-amd64-cpython-39\torch\linalg 2025-03-04T20:05:54.3422493Z copying torch\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\linalg 2025-03-04T20:05:54.3489214Z creating build\lib.win-amd64-cpython-39\torch\masked 2025-03-04T20:05:54.3502452Z copying torch\masked\_docs.py -> build\lib.win-amd64-cpython-39\torch\masked 2025-03-04T20:05:54.3542437Z copying torch\masked\_ops.py -> build\lib.win-amd64-cpython-39\torch\masked 2025-03-04T20:05:54.3576537Z copying torch\masked\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked 2025-03-04T20:05:54.3588235Z creating build\lib.win-amd64-cpython-39\torch\monitor 2025-03-04T20:05:54.3591320Z copying torch\monitor\__init__.py -> build\lib.win-amd64-cpython-39\torch\monitor 2025-03-04T20:05:54.3603636Z creating build\lib.win-amd64-cpython-39\torch\mps 2025-03-04T20:05:54.3606685Z copying torch\mps\event.py -> build\lib.win-amd64-cpython-39\torch\mps 2025-03-04T20:05:54.3616597Z copying torch\mps\profiler.py -> build\lib.win-amd64-cpython-39\torch\mps 2025-03-04T20:05:54.3628020Z copying torch\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\mps 2025-03-04T20:05:54.3640124Z creating build\lib.win-amd64-cpython-39\torch\mtia 2025-03-04T20:05:54.3642963Z copying torch\mtia\memory.py -> build\lib.win-amd64-cpython-39\torch\mtia 2025-03-04T20:05:54.3653120Z copying torch\mtia\_utils.py -> build\lib.win-amd64-cpython-39\torch\mtia 2025-03-04T20:05:54.3663984Z copying torch\mtia\__init__.py -> build\lib.win-amd64-cpython-39\torch\mtia 2025-03-04T20:05:54.3678748Z creating build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-03-04T20:05:54.3681767Z copying torch\multiprocessing\pool.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-03-04T20:05:54.3703276Z copying torch\multiprocessing\queue.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-03-04T20:05:54.3704667Z copying torch\multiprocessing\reductions.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-03-04T20:05:54.3728560Z copying torch\multiprocessing\spawn.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-03-04T20:05:54.3739554Z copying torch\multiprocessing\_atfork.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-03-04T20:05:54.3760488Z copying torch\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-03-04T20:05:54.3771070Z creating build\lib.win-amd64-cpython-39\torch\nested 2025-03-04T20:05:54.3773839Z copying torch\nested\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested 2025-03-04T20:05:54.3798725Z creating build\lib.win-amd64-cpython-39\torch\nn 2025-03-04T20:05:54.3801727Z copying torch\nn\common_types.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-04T20:05:54.3812137Z copying torch\nn\cpp.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-04T20:05:54.3822734Z copying torch\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-04T20:05:54.3958908Z copying torch\nn\grad.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-04T20:05:54.3970984Z copying torch\nn\init.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-04T20:05:54.3995748Z copying torch\nn\parameter.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-04T20:05:54.4006749Z copying torch\nn\_reduction.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-04T20:05:54.4018116Z copying torch\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-04T20:05:54.4034941Z creating build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.4059546Z copying torch\onnx\errors.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.4060215Z copying torch\onnx\operators.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.4061908Z copying torch\onnx\symbolic_caffe2.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.4073669Z copying torch\onnx\symbolic_helper.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.4120896Z copying torch\onnx\symbolic_opset10.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.4150552Z copying torch\onnx\symbolic_opset11.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.4181580Z copying torch\onnx\symbolic_opset12.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.4191908Z copying torch\onnx\symbolic_opset13.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.4257356Z copying torch\onnx\symbolic_opset14.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.4258103Z copying torch\onnx\symbolic_opset15.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.4258759Z copying torch\onnx\symbolic_opset16.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.4260972Z copying torch\onnx\symbolic_opset17.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.4280402Z copying torch\onnx\symbolic_opset18.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.4292297Z copying torch\onnx\symbolic_opset19.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.4298040Z copying torch\onnx\symbolic_opset20.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.4309040Z copying torch\onnx\symbolic_opset7.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.4319505Z copying torch\onnx\symbolic_opset8.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.4332695Z copying torch\onnx\symbolic_opset9.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.4453711Z copying torch\onnx\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.4490910Z copying torch\onnx\verification.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.5607769Z copying torch\onnx\_constants.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.5622627Z copying torch\onnx\_experimental.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.5634086Z copying torch\onnx\_flags.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.5644001Z copying torch\onnx\_globals.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.5655458Z copying torch\onnx\_onnx_supported_ops.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.5667196Z copying torch\onnx\_type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.5678782Z copying torch\onnx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-03-04T20:05:54.5700096Z creating build\lib.win-amd64-cpython-39\torch\optim 2025-03-04T20:05:54.5703203Z copying torch\optim\adadelta.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-04T20:05:54.5721871Z copying torch\optim\adagrad.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-04T20:05:54.5744148Z copying torch\optim\adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-04T20:05:54.5767575Z copying torch\optim\adamax.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-04T20:05:54.5783702Z copying torch\optim\adamw.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-04T20:05:54.5794478Z copying torch\optim\asgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-04T20:05:54.5808948Z copying torch\optim\lbfgs.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-04T20:05:54.5827139Z copying torch\optim\lr_scheduler.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-04T20:05:54.5871084Z copying torch\optim\nadam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-04T20:05:54.5894922Z copying torch\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-04T20:05:54.5921502Z copying torch\optim\radam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-04T20:05:54.5939915Z copying torch\optim\rmsprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-04T20:05:54.5958063Z copying torch\optim\rprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-04T20:05:54.5974835Z copying torch\optim\sgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-04T20:05:54.5989827Z copying torch\optim\sparse_adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-04T20:05:54.6010828Z copying torch\optim\swa_utils.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-04T20:05:54.6028962Z copying torch\optim\_adafactor.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-04T20:05:54.6053019Z copying torch\optim\_functional.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-04T20:05:54.6063927Z copying torch\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-03-04T20:05:54.6077629Z creating build\lib.win-amd64-cpython-39\torch\package 2025-03-04T20:05:54.6080919Z copying torch\package\file_structure_representation.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-04T20:05:54.6096099Z copying torch\package\find_file_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-04T20:05:54.6107102Z copying torch\package\glob_group.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-04T20:05:54.6122444Z copying torch\package\importer.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-04T20:05:54.6134280Z copying torch\package\package_exporter.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-04T20:05:54.6181719Z copying torch\package\package_importer.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-04T20:05:54.6200321Z copying torch\package\_digraph.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-04T20:05:54.6210599Z copying torch\package\_directory_reader.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-04T20:05:54.6220626Z copying torch\package\_importlib.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-04T20:05:54.6237538Z copying torch\package\_mangling.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-04T20:05:54.6248249Z copying torch\package\_mock.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-04T20:05:54.6258687Z copying torch\package\_package_pickler.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-04T20:05:54.6270640Z copying torch\package\_package_unpickler.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-04T20:05:54.6280754Z copying torch\package\_stdlib.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-04T20:05:54.6294192Z copying torch\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\package 2025-03-04T20:05:54.6301618Z creating build\lib.win-amd64-cpython-39\torch\profiler 2025-03-04T20:05:54.6304623Z copying torch\profiler\itt.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-03-04T20:05:54.6316804Z copying torch\profiler\profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-03-04T20:05:54.6345342Z copying torch\profiler\python_tracer.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-03-04T20:05:54.6351048Z copying torch\profiler\_memory_profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-03-04T20:05:54.6384435Z copying torch\profiler\_pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-03-04T20:05:54.6405201Z copying torch\profiler\_utils.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-03-04T20:05:54.6422480Z copying torch\profiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-03-04T20:05:54.6435418Z creating build\lib.win-amd64-cpython-39\torch\quantization 2025-03-04T20:05:54.6438576Z copying torch\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-04T20:05:54.6448662Z copying torch\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-04T20:05:54.6454289Z copying torch\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-04T20:05:54.6469719Z copying torch\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-04T20:05:54.6480304Z copying torch\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-04T20:05:54.6490992Z copying torch\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-04T20:05:54.6501133Z copying torch\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-04T20:05:54.6512332Z copying torch\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-04T20:05:54.6522710Z copying torch\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-04T20:05:54.6533299Z copying torch\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-04T20:05:54.6538954Z copying torch\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-04T20:05:54.6544556Z copying torch\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-04T20:05:54.6554904Z copying torch\quantization\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-04T20:05:54.6565116Z copying torch\quantization\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-04T20:05:54.6575321Z copying torch\quantization\_quantized_conversions.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-04T20:05:54.6589849Z copying torch\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-03-04T20:05:54.6601106Z creating build\lib.win-amd64-cpython-39\torch\signal 2025-03-04T20:05:54.6604045Z copying torch\signal\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal 2025-03-04T20:05:54.6611443Z creating build\lib.win-amd64-cpython-39\torch\sparse 2025-03-04T20:05:54.6614444Z copying torch\sparse\semi_structured.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-03-04T20:05:54.6719562Z copying torch\sparse\_semi_structured_conversions.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-03-04T20:05:54.6720479Z copying torch\sparse\_semi_structured_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-03-04T20:05:54.6721149Z copying torch\sparse\_triton_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-03-04T20:05:54.6753328Z copying torch\sparse\_triton_ops_meta.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-03-04T20:05:54.6975765Z copying torch\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-03-04T20:05:54.6999942Z creating build\lib.win-amd64-cpython-39\torch\special 2025-03-04T20:05:54.7002290Z copying torch\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\special 2025-03-04T20:05:54.7029964Z creating build\lib.win-amd64-cpython-39\torch\testing 2025-03-04T20:05:54.7032893Z copying torch\testing\_comparison.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-03-04T20:05:54.7071083Z copying torch\testing\_creation.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-03-04T20:05:54.7083827Z copying torch\testing\_utils.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-03-04T20:05:54.7093961Z copying torch\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-03-04T20:05:54.7107086Z creating build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7110374Z copying torch\utils\backend_registration.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7136406Z copying torch\utils\bundled_inputs.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7157477Z copying torch\utils\checkpoint.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7194902Z copying torch\utils\collect_env.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7220397Z copying torch\utils\cpp_backtrace.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7226113Z copying torch\utils\cpp_extension.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7281247Z copying torch\utils\deterministic.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7291502Z copying torch\utils\dlpack.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7305865Z copying torch\utils\file_baton.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7317719Z copying torch\utils\flop_counter.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7341256Z copying torch\utils\hooks.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7356520Z copying torch\utils\mkldnn.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7369627Z copying torch\utils\mobile_optimizer.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7383768Z copying torch\utils\model_zoo.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7389401Z copying torch\utils\module_tracker.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7400654Z copying torch\utils\show_pickle.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7412401Z copying torch\utils\throughput_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7423235Z copying torch\utils\weak.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7440100Z copying torch\utils\_appending_byte_serializer.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7451171Z copying torch\utils\_backport_slots.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7461627Z copying torch\utils\_config_module.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7488298Z copying torch\utils\_content_store.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7500310Z copying torch\utils\_contextlib.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7515307Z copying torch\utils\_cpp_embed_headers.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7528239Z copying torch\utils\_cpp_extension_versioner.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7539081Z copying torch\utils\_cxx_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7565485Z copying torch\utils\_device.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7575122Z copying torch\utils\_exposed_in.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7586613Z copying torch\utils\_filelock.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7597341Z copying torch\utils\_foreach_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7608562Z copying torch\utils\_freeze.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7623743Z copying torch\utils\_functools.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7634700Z copying torch\utils\_get_clean_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7650077Z copying torch\utils\_import_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7661889Z copying torch\utils\_mode_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7667616Z copying torch\utils\_ordered_set.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7688152Z copying torch\utils\_python_dispatch.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7704618Z copying torch\utils\_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7737623Z copying torch\utils\_stats.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7751629Z copying torch\utils\_thunk.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7757287Z copying torch\utils\_traceback.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7774178Z copying torch\utils\_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7790065Z copying torch\utils\_typing_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7795734Z copying torch\utils\_zip.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7806492Z copying torch\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:05:54.7824586Z creating build\lib.win-amd64-cpython-39\torch\xpu 2025-03-04T20:05:54.7827830Z copying torch\xpu\memory.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-03-04T20:05:54.7838646Z copying torch\xpu\random.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-03-04T20:05:54.7850076Z copying torch\xpu\streams.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-03-04T20:05:54.7862058Z copying torch\xpu\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-03-04T20:05:54.7871964Z copying torch\xpu\_utils.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-03-04T20:05:54.7882268Z copying torch\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-03-04T20:05:54.7906503Z creating build\lib.win-amd64-cpython-39\torch\_awaits 2025-03-04T20:05:54.7909283Z copying torch\_awaits\__init__.py -> build\lib.win-amd64-cpython-39\torch\_awaits 2025-03-04T20:05:54.7920480Z creating build\lib.win-amd64-cpython-39\torch\_custom_op 2025-03-04T20:05:54.7923513Z copying torch\_custom_op\autograd.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2025-03-04T20:05:54.7937712Z copying torch\_custom_op\impl.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2025-03-04T20:05:54.7961782Z copying torch\_custom_op\__init__.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2025-03-04T20:05:54.7968024Z creating build\lib.win-amd64-cpython-39\torch\_decomp 2025-03-04T20:05:54.7971118Z copying torch\_decomp\decompositions.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-03-04T20:05:54.8058374Z copying torch\_decomp\decompositions_for_jvp.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-03-04T20:05:54.8069906Z copying torch\_decomp\decompositions_for_rng.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-03-04T20:05:54.8085415Z copying torch\_decomp\__init__.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-03-04T20:05:54.8101360Z creating build\lib.win-amd64-cpython-39\torch\_dispatch 2025-03-04T20:05:54.8104356Z copying torch\_dispatch\python.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2025-03-04T20:05:54.8117297Z copying torch\_dispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2025-03-04T20:05:54.8130397Z creating build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8132827Z copying torch\_dynamo\bytecode_analysis.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8144241Z copying torch\_dynamo\bytecode_transformation.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8179343Z copying torch\_dynamo\cache_size.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8194321Z copying torch\_dynamo\callback.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8205493Z copying torch\_dynamo\codegen.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8227345Z copying torch\_dynamo\code_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8238725Z copying torch\_dynamo\compiled_autograd.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8290182Z copying torch\_dynamo\comptime.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8301336Z copying torch\_dynamo\config.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8326584Z copying torch\_dynamo\convert_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8364405Z copying torch\_dynamo\create_parameter_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8374524Z copying torch\_dynamo\current_scope_id.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8385351Z copying torch\_dynamo\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8405405Z copying torch\_dynamo\decorators.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8425361Z copying torch\_dynamo\device_interface.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8436581Z copying torch\_dynamo\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8448501Z copying torch\_dynamo\eval_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8488315Z copying torch\_dynamo\exc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8503993Z copying torch\_dynamo\external_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8515177Z copying torch\_dynamo\funcname_cache.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8531559Z copying torch\_dynamo\graph_break_hints.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8544913Z copying torch\_dynamo\graph_deduplication.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8555598Z copying torch\_dynamo\graph_region_tracker.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8567404Z copying torch\_dynamo\guards.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8619018Z copying torch\_dynamo\hooks.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8629396Z copying torch\_dynamo\logging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8639247Z copying torch\_dynamo\metrics_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8649865Z copying torch\_dynamo\mutation_guard.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8662901Z copying torch\_dynamo\output_graph.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8704084Z copying torch\_dynamo\pgo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8721552Z copying torch\_dynamo\profiler.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8737508Z copying torch\_dynamo\replay_record.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8750719Z copying torch\_dynamo\resume_execution.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8776299Z copying torch\_dynamo\side_effects.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8805014Z copying torch\_dynamo\source.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8826616Z copying torch\_dynamo\symbolic_convert.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8882535Z copying torch\_dynamo\tensor_version_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8893225Z copying torch\_dynamo\testing.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8912492Z copying torch\_dynamo\test_case.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8924140Z copying torch\_dynamo\test_minifier_common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.8935390Z copying torch\_dynamo\trace_rules.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.9000136Z copying torch\_dynamo\types.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.9010575Z copying torch\_dynamo\utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.9078184Z copying torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.9092972Z copying torch\_dynamo\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-03-04T20:05:54.9105618Z creating build\lib.win-amd64-cpython-39\torch\_export 2025-03-04T20:05:54.9108611Z copying torch\_export\converter.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-04T20:05:54.9141304Z copying torch\_export\error.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-04T20:05:54.9151261Z copying torch\_export\non_strict_utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-04T20:05:54.9171550Z copying torch\_export\pass_base.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-04T20:05:54.9195631Z copying torch\_export\tools.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-04T20:05:54.9209495Z copying torch\_export\utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-04T20:05:54.9234582Z copying torch\_export\verifier.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-04T20:05:54.9248502Z copying torch\_export\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-04T20:05:54.9258159Z copying torch\_export\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-03-04T20:05:54.9273214Z creating build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-04T20:05:54.9276392Z copying torch\_functorch\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-04T20:05:54.9312075Z copying torch\_functorch\apis.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-04T20:05:54.9327494Z copying torch\_functorch\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-04T20:05:54.9345519Z copying torch\_functorch\batch_norm_replacement.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-04T20:05:54.9359125Z copying torch\_functorch\benchmark_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-04T20:05:54.9375719Z copying torch\_functorch\compilers.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-04T20:05:54.9392295Z copying torch\_functorch\compile_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-04T20:05:54.9403563Z copying torch\_functorch\config.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-04T20:05:54.9417836Z copying torch\_functorch\deprecated.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-04T20:05:54.9435574Z copying torch\_functorch\eager_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-04T20:05:54.9475167Z copying torch\_functorch\functional_call.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-04T20:05:54.9490730Z copying torch\_functorch\fx_minifier.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-04T20:05:54.9506812Z copying torch\_functorch\make_functional.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-04T20:05:54.9524275Z copying torch\_functorch\partitioners.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-04T20:05:54.9564924Z copying torch\_functorch\pyfunctorch.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-04T20:05:54.9575664Z copying torch\_functorch\python_key.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-04T20:05:54.9581364Z copying torch\_functorch\pytree_hacks.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-04T20:05:54.9591884Z copying torch\_functorch\top_operators_github_usage.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-04T20:05:54.9608855Z copying torch\_functorch\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-04T20:05:54.9618752Z copying torch\_functorch\vmap.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-04T20:05:54.9639014Z copying torch\_functorch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-03-04T20:05:54.9653717Z creating build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-04T20:05:54.9656946Z copying torch\_higher_order_ops\aoti_call_delegate.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-04T20:05:54.9670445Z copying torch\_higher_order_ops\associative_scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-04T20:05:54.9685881Z copying torch\_higher_order_ops\auto_functionalize.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-04T20:05:54.9717860Z copying torch\_higher_order_ops\base_hop.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-04T20:05:54.9728390Z copying torch\_higher_order_ops\cond.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-04T20:05:54.9744576Z copying torch\_higher_order_ops\effects.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-04T20:05:54.9754710Z copying torch\_higher_order_ops\executorch_call_delegate.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-04T20:05:54.9764939Z copying torch\_higher_order_ops\flat_apply.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-04T20:05:54.9775465Z copying torch\_higher_order_ops\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-04T20:05:54.9807188Z copying torch\_higher_order_ops\foreach_map.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-04T20:05:54.9823851Z copying torch\_higher_order_ops\hints_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-04T20:05:54.9835194Z copying torch\_higher_order_ops\invoke_subgraph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-04T20:05:54.9845580Z copying torch\_higher_order_ops\map.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-04T20:05:54.9862071Z copying torch\_higher_order_ops\out_dtype.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-04T20:05:54.9873719Z copying torch\_higher_order_ops\run_const_graph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-04T20:05:54.9883555Z copying torch\_higher_order_ops\scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-04T20:05:54.9900182Z copying torch\_higher_order_ops\strict_mode.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-04T20:05:54.9912559Z copying torch\_higher_order_ops\torchbind.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-04T20:05:54.9923851Z copying torch\_higher_order_ops\triton_kernel_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-04T20:05:54.9958937Z copying torch\_higher_order_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-04T20:05:54.9974349Z copying torch\_higher_order_ops\while_loop.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-04T20:05:54.9990929Z copying torch\_higher_order_ops\wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-04T20:05:55.0005959Z copying torch\_higher_order_ops\_invoke_quant.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-04T20:05:55.0016238Z copying torch\_higher_order_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-03-04T20:05:55.0035893Z creating build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0038881Z copying torch\_inductor\analyze_preserves_zero_mask.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0051350Z copying torch\_inductor\aoti_eager.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0063149Z copying torch\_inductor\async_compile.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0089414Z copying torch\_inductor\autotune_process.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0112974Z copying torch\_inductor\bounds.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0123396Z copying torch\_inductor\choices.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0133693Z copying torch\_inductor\codecache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0210964Z copying torch\_inductor\comms.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0267334Z copying torch\_inductor\comm_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0268043Z copying torch\_inductor\comm_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0268751Z copying torch\_inductor\compiler_bisector.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0276196Z copying torch\_inductor\compile_fx.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0311098Z copying torch\_inductor\compile_fx_ext.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0330317Z copying torch\_inductor\compile_fx_subproc.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0341169Z copying torch\_inductor\config.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0388026Z copying torch\_inductor\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0403205Z copying torch\_inductor\cpp_builder.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0442392Z copying torch\_inductor\cpu_vec_isa.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0454190Z copying torch\_inductor\cudagraph_trees.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0510159Z copying torch\_inductor\cudagraph_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0523293Z copying torch\_inductor\custom_graph_pass.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0537263Z copying torch\_inductor\debug.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0579782Z copying torch\_inductor\decomposition.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0601958Z copying torch\_inductor\dependencies.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0622385Z copying torch\_inductor\dtype_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0634415Z copying torch\_inductor\exc.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0649874Z copying torch\_inductor\extern_node_serializer.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0661630Z copying torch\_inductor\freezing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0673699Z copying torch\_inductor\freezing_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0687167Z copying torch\_inductor\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0719374Z copying torch\_inductor\fx_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0730452Z copying torch\_inductor\graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0780356Z copying torch\_inductor\hooks.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0791022Z copying torch\_inductor\index_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0803888Z copying torch\_inductor\inductor_prims.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0814785Z copying torch\_inductor\ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0948435Z copying torch\_inductor\jagged_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0959433Z copying torch\_inductor\loop_body.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.0980869Z copying torch\_inductor\lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.1095818Z copying torch\_inductor\memory.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.1113299Z copying torch\_inductor\metrics.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.1126766Z copying torch\_inductor\mkldnn_ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.1154574Z copying torch\_inductor\mkldnn_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.1181598Z copying torch\_inductor\mock_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.1192351Z copying torch\_inductor\ops_handler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.1220249Z copying torch\_inductor\optimize_indexing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.1234943Z copying torch\_inductor\output_code.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.1250912Z copying torch\_inductor\pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.1287908Z copying torch\_inductor\quantized_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.1299446Z copying torch\_inductor\remote_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.1310358Z copying torch\_inductor\scheduler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.1390427Z copying torch\_inductor\select_algorithm.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.1426435Z copying torch\_inductor\sizevars.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.1462314Z copying torch\_inductor\subgraph_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.1473561Z copying torch\_inductor\test_case.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.1493835Z copying torch\_inductor\test_operators.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.1504200Z copying torch\_inductor\triton_bundler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.1517137Z copying torch\_inductor\utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.1565174Z copying torch\_inductor\virtualized.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.1580029Z copying torch\_inductor\wrapper_benchmark.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.1595559Z copying torch\_inductor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-03-04T20:05:55.1609708Z creating build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-04T20:05:55.1612984Z copying torch\_lazy\closure.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-04T20:05:55.1623314Z copying torch\_lazy\computation.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-04T20:05:55.1639539Z copying torch\_lazy\config.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-04T20:05:55.1645069Z copying torch\_lazy\debug.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-04T20:05:55.1655449Z copying torch\_lazy\device_context.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-04T20:05:55.1671693Z copying torch\_lazy\extract_compiled_graph.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-04T20:05:55.1682712Z copying torch\_lazy\ir_cache.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-04T20:05:55.1688308Z copying torch\_lazy\metrics.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-04T20:05:55.1694045Z copying torch\_lazy\tensor_factory_functions.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-04T20:05:55.1704756Z copying torch\_lazy\ts_backend.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-04T20:05:55.1710408Z copying torch\_lazy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-03-04T20:05:55.1723970Z creating build\lib.win-amd64-cpython-39\torch\_library 2025-03-04T20:05:55.1726909Z copying torch\_library\autograd.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-04T20:05:55.1739787Z copying torch\_library\custom_ops.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-04T20:05:55.1760791Z copying torch\_library\fake_class_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-04T20:05:55.1771820Z copying torch\_library\fake_impl.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-04T20:05:55.1793683Z copying torch\_library\infer_schema.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-04T20:05:55.1805695Z copying torch\_library\simple_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-04T20:05:55.1815645Z copying torch\_library\triton.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-04T20:05:55.1825917Z copying torch\_library\utils.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-04T20:05:55.1839760Z copying torch\_library\__init__.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-03-04T20:05:55.1846536Z creating build\lib.win-amd64-cpython-39\torch\_logging 2025-03-04T20:05:55.1849624Z copying torch\_logging\scribe.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-03-04T20:05:55.1862095Z copying torch\_logging\structured.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-03-04T20:05:55.1874429Z copying torch\_logging\_internal.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-03-04T20:05:55.1895943Z copying torch\_logging\_registrations.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-03-04T20:05:55.1915997Z copying torch\_logging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-03-04T20:05:55.1932149Z creating build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-04T20:05:55.1935218Z copying torch\_numpy\fft.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-04T20:05:55.1950713Z copying torch\_numpy\linalg.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-04T20:05:55.1962117Z copying torch\_numpy\random.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-04T20:05:55.1978299Z copying torch\_numpy\_binary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-04T20:05:55.1991775Z copying torch\_numpy\_casting_dicts.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-04T20:05:55.2019468Z copying torch\_numpy\_dtypes.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-04T20:05:55.2036835Z copying torch\_numpy\_dtypes_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-04T20:05:55.2048028Z copying torch\_numpy\_funcs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-04T20:05:55.2060676Z copying torch\_numpy\_funcs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-04T20:05:55.2097229Z copying torch\_numpy\_getlimits.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-04T20:05:55.2103017Z copying torch\_numpy\_ndarray.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-04T20:05:55.2130559Z copying torch\_numpy\_normalizations.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-04T20:05:55.2145207Z copying torch\_numpy\_reductions_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-04T20:05:55.2157081Z copying torch\_numpy\_ufuncs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-04T20:05:55.2170612Z copying torch\_numpy\_unary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-04T20:05:55.2181411Z copying torch\_numpy\_util.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-04T20:05:55.2194152Z copying torch\_numpy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-03-04T20:05:55.2201785Z creating build\lib.win-amd64-cpython-39\torch\_prims 2025-03-04T20:05:55.2205215Z copying torch\_prims\context.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-03-04T20:05:55.2218520Z copying torch\_prims\debug_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-03-04T20:05:55.2229114Z copying torch\_prims\executor.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-03-04T20:05:55.2240280Z copying torch\_prims\rng_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-03-04T20:05:55.2255508Z copying torch\_prims\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-03-04T20:05:55.2303846Z creating build\lib.win-amd64-cpython-39\torch\_prims_common 2025-03-04T20:05:55.2306817Z copying torch\_prims_common\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2025-03-04T20:05:55.2323064Z copying torch\_prims_common\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2025-03-04T20:05:55.2365276Z creating build\lib.win-amd64-cpython-39\torch\_refs 2025-03-04T20:05:55.2368190Z copying torch\_refs\fft.py -> build\lib.win-amd64-cpython-39\torch\_refs 2025-03-04T20:05:55.2384282Z copying torch\_refs\_conversions.py -> build\lib.win-amd64-cpython-39\torch\_refs 2025-03-04T20:05:55.2394878Z copying torch\_refs\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs 2025-03-04T20:05:55.2516657Z creating build\lib.win-amd64-cpython-39\torch\_strobelight 2025-03-04T20:05:55.2524581Z copying torch\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2025-03-04T20:05:55.2535835Z copying torch\_strobelight\compile_time_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2025-03-04T20:05:55.2546189Z copying torch\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2025-03-04T20:05:55.2556934Z creating build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-04T20:05:55.2560080Z copying torch\_subclasses\fake_impls.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-04T20:05:55.2584161Z copying torch\_subclasses\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-04T20:05:55.2645333Z copying torch\_subclasses\fake_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-04T20:05:55.2662419Z copying torch\_subclasses\functional_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-04T20:05:55.2688416Z copying torch\_subclasses\meta_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-04T20:05:55.2749119Z copying torch\_subclasses\schema_check_mode.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-04T20:05:55.2765913Z copying torch\_subclasses\_fake_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-04T20:05:55.2777712Z copying torch\_subclasses\__init__.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-03-04T20:05:55.2784530Z creating build\lib.win-amd64-cpython-39\torch\_vendor 2025-03-04T20:05:55.2787328Z copying torch\_vendor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor 2025-03-04T20:05:55.2793028Z creating build\lib.win-amd64-cpython-39\torch\ao\nn 2025-03-04T20:05:55.2795801Z copying torch\ao\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn 2025-03-04T20:05:55.2809600Z creating build\lib.win-amd64-cpython-39\torch\ao\ns 2025-03-04T20:05:55.2812538Z copying torch\ao\ns\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2025-03-04T20:05:55.2829366Z copying torch\ao\ns\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2025-03-04T20:05:55.2850129Z copying torch\ao\ns\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2025-03-04T20:05:55.2856335Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning 2025-03-04T20:05:55.2859445Z copying torch\ao\pruning\_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2025-03-04T20:05:55.2869590Z copying torch\ao\pruning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2025-03-04T20:05:55.2878802Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-04T20:05:55.2881916Z copying torch\ao\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-04T20:05:55.2899378Z copying torch\ao\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-04T20:05:55.2910289Z copying torch\ao\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-04T20:05:55.2925236Z copying torch\ao\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-04T20:05:55.2965820Z copying torch\ao\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-04T20:05:55.2984033Z copying torch\ao\quantization\qconfig_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-04T20:05:55.2999603Z copying torch\ao\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-04T20:05:55.3011025Z copying torch\ao\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-04T20:05:55.3030561Z copying torch\ao\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-04T20:05:55.3056993Z copying torch\ao\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-04T20:05:55.3068195Z copying torch\ao\quantization\quantize_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-04T20:05:55.3079979Z copying torch\ao\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-04T20:05:55.3090094Z copying torch\ao\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-04T20:05:55.3100551Z copying torch\ao\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-04T20:05:55.3124839Z copying torch\ao\quantization\_correct_bias.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-04T20:05:55.3141235Z copying torch\ao\quantization\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-04T20:05:55.3153451Z copying torch\ao\quantization\_learnable_fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-04T20:05:55.3163928Z copying torch\ao\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-03-04T20:05:55.3184382Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2025-03-04T20:05:55.3187370Z copying torch\ao\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2025-03-04T20:05:55.3199061Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2025-03-04T20:05:55.3201868Z copying torch\ao\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2025-03-04T20:05:55.3208435Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2025-03-04T20:05:55.3211338Z copying torch\ao\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2025-03-04T20:05:55.3218185Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2025-03-04T20:05:55.3227027Z copying torch\ao\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2025-03-04T20:05:55.3242282Z copying torch\ao\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2025-03-04T20:05:55.3248833Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2025-03-04T20:05:55.3251656Z copying torch\ao\nn\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2025-03-04T20:05:55.3258264Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2025-03-04T20:05:55.3261327Z copying torch\ao\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2025-03-04T20:05:55.3274862Z copying torch\ao\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2025-03-04T20:05:55.3281477Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2025-03-04T20:05:55.3284322Z copying torch\ao\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2025-03-04T20:05:55.3290678Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2025-03-04T20:05:55.3293683Z copying torch\ao\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2025-03-04T20:05:55.3300851Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-03-04T20:05:55.3303908Z copying torch\ao\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-03-04T20:05:55.3327454Z copying torch\ao\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-03-04T20:05:55.3338038Z copying torch\ao\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-03-04T20:05:55.3349668Z copying torch\ao\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-03-04T20:05:55.3362841Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2025-03-04T20:05:55.3365960Z copying torch\ao\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2025-03-04T20:05:55.3373361Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-03-04T20:05:55.3376546Z copying torch\ao\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-03-04T20:05:55.3387526Z copying torch\ao\nn\intrinsic\quantized\modules\conv_add.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-03-04T20:05:55.3407108Z copying torch\ao\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-03-04T20:05:55.3418208Z copying torch\ao\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-03-04T20:05:55.3429485Z copying torch\ao\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-03-04T20:05:55.3440947Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-03-04T20:05:55.3444206Z 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-04T20:05:55.3461202Z 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-04T20:05:55.3467645Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2025-03-04T20:05:55.3470755Z copying torch\ao\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2025-03-04T20:05:55.3477916Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-03-04T20:05:55.3481175Z copying torch\ao\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-03-04T20:05:55.3493278Z copying torch\ao\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-03-04T20:05:55.3505218Z copying torch\ao\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-03-04T20:05:55.3515928Z copying torch\ao\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-03-04T20:05:55.3523046Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2025-03-04T20:05:55.3526178Z copying torch\ao\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2025-03-04T20:05:55.3536717Z copying torch\ao\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2025-03-04T20:05:55.3543683Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-03-04T20:05:55.3546952Z copying torch\ao\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-03-04T20:05:55.3566289Z copying torch\ao\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-03-04T20:05:55.3584095Z copying torch\ao\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-03-04T20:05:55.3590842Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2025-03-04T20:05:55.3593904Z copying torch\ao\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2025-03-04T20:05:55.3602060Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-04T20:05:55.3605277Z copying torch\ao\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-04T20:05:55.3617811Z copying torch\ao\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-04T20:05:55.3631195Z copying torch\ao\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-04T20:05:55.3666839Z copying torch\ao\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-04T20:05:55.3677127Z copying torch\ao\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-04T20:05:55.3692712Z copying torch\ao\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-04T20:05:55.3708073Z copying torch\ao\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-04T20:05:55.3721257Z copying torch\ao\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-04T20:05:55.3734040Z copying torch\ao\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-04T20:05:55.3744195Z copying torch\ao\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-04T20:05:55.3755061Z copying torch\ao\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-03-04T20:05:55.3769742Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2025-03-04T20:05:55.3777551Z copying torch\ao\nn\quantized\reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2025-03-04T20:05:55.3784580Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-03-04T20:05:55.3787660Z copying torch\ao\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-03-04T20:05:55.3806496Z copying torch\ao\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-03-04T20:05:55.3816977Z copying torch\ao\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-03-04T20:05:55.3844998Z copying torch\ao\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-03-04T20:05:55.3852246Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-03-04T20:05:55.3855294Z copying torch\ao\nn\quantized\reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-03-04T20:05:55.3867144Z copying torch\ao\nn\quantized\reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-03-04T20:05:55.3878641Z copying torch\ao\nn\quantized\reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-03-04T20:05:55.3910952Z copying torch\ao\nn\quantized\reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-03-04T20:05:55.3921883Z copying torch\ao\nn\quantized\reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-03-04T20:05:55.3935096Z copying torch\ao\nn\quantized\reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-03-04T20:05:55.3941834Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-03-04T20:05:55.3944894Z copying torch\ao\nn\sparse\quantized\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-03-04T20:05:55.3956248Z copying torch\ao\nn\sparse\quantized\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-03-04T20:05:55.3966830Z copying torch\ao\nn\sparse\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-03-04T20:05:55.3973595Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2025-03-04T20:05:55.3976709Z copying torch\ao\nn\sparse\quantized\dynamic\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2025-03-04T20:05:55.3986904Z copying torch\ao\nn\sparse\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2025-03-04T20:05:55.3996582Z creating build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-04T20:05:55.3999646Z copying torch\ao\ns\fx\graph_matcher.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-04T20:05:55.4020916Z copying torch\ao\ns\fx\graph_passes.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-04T20:05:55.4055551Z copying torch\ao\ns\fx\mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-04T20:05:55.4076665Z copying torch\ao\ns\fx\ns_types.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-04T20:05:55.4088545Z copying torch\ao\ns\fx\n_shadows_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-04T20:05:55.4136879Z copying torch\ao\ns\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-04T20:05:55.4149549Z copying torch\ao\ns\fx\qconfig_multi_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-04T20:05:55.4160401Z copying torch\ao\ns\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-04T20:05:55.4176847Z copying torch\ao\ns\fx\weight_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-04T20:05:55.4190605Z copying torch\ao\ns\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-03-04T20:05:55.4197263Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-03-04T20:05:55.4200447Z copying torch\ao\pruning\scheduler\base_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-03-04T20:05:55.4211918Z copying torch\ao\pruning\scheduler\cubic_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-03-04T20:05:55.4222831Z copying torch\ao\pruning\scheduler\lambda_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-03-04T20:05:55.4239515Z copying torch\ao\pruning\scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-03-04T20:05:55.4245987Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-03-04T20:05:55.4253489Z copying torch\ao\pruning\sparsifier\base_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-03-04T20:05:55.4268712Z copying torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-03-04T20:05:55.4279157Z copying torch\ao\pruning\sparsifier\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-03-04T20:05:55.4298894Z copying torch\ao\pruning\sparsifier\weight_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-03-04T20:05:55.4314707Z copying torch\ao\pruning\sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-03-04T20:05:55.4320269Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2025-03-04T20:05:55.4323174Z copying torch\ao\pruning\_experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2025-03-04T20:05:55.4329520Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2025-03-04T20:05:55.4333010Z copying torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2025-03-04T20:05:55.4350089Z copying torch\ao\pruning\_experimental\activation_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2025-03-04T20:05:55.4355907Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2025-03-04T20:05:55.4359119Z 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-04T20:05:55.4370797Z copying torch\ao\pruning\_experimental\data_scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2025-03-04T20:05:55.4377630Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-03-04T20:05:55.4387046Z 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-04T20:05:55.4398312Z 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-04T20:05:55.4408941Z copying torch\ao\pruning\_experimental\data_sparsifier\quantization_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-03-04T20:05:55.4423560Z copying torch\ao\pruning\_experimental\data_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-03-04T20:05:55.4431346Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-04T20:05:55.4434682Z copying torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-04T20:05:55.4449265Z copying torch\ao\pruning\_experimental\pruner\FPGM_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-04T20:05:55.4461470Z copying torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-04T20:05:55.4475923Z copying torch\ao\pruning\_experimental\pruner\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-04T20:05:55.4488221Z copying torch\ao\pruning\_experimental\pruner\parametrization.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-04T20:05:55.4499913Z copying torch\ao\pruning\_experimental\pruner\prune_functions.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-04T20:05:55.4518096Z copying torch\ao\pruning\_experimental\pruner\saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-04T20:05:55.4528479Z copying torch\ao\pruning\_experimental\pruner\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-03-04T20:05:55.4535204Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-03-04T20:05:55.4538523Z 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-04T20:05:55.4544722Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-03-04T20:05:55.4548368Z 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-04T20:05:55.4559640Z 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-04T20:05:55.4571322Z 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-04T20:05:55.4583917Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-04T20:05:55.4587281Z copying torch\ao\quantization\backend_config\backend_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-04T20:05:55.4611006Z copying torch\ao\quantization\backend_config\executorch.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-04T20:05:55.4634342Z copying torch\ao\quantization\backend_config\fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-04T20:05:55.4646082Z copying torch\ao\quantization\backend_config\native.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-04T20:05:55.4663792Z copying torch\ao\quantization\backend_config\observation_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-04T20:05:55.4668989Z copying torch\ao\quantization\backend_config\onednn.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-04T20:05:55.4687045Z copying torch\ao\quantization\backend_config\qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-04T20:05:55.4698239Z copying torch\ao\quantization\backend_config\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-04T20:05:55.4711234Z copying torch\ao\quantization\backend_config\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-04T20:05:55.4724691Z copying torch\ao\quantization\backend_config\x86.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-04T20:05:55.4736019Z copying torch\ao\quantization\backend_config\_common_operator_config_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-04T20:05:55.4762597Z copying torch\ao\quantization\backend_config\_qnnpack_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-04T20:05:55.4774752Z copying torch\ao\quantization\backend_config\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-03-04T20:05:55.4788491Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-04T20:05:55.4791805Z copying torch\ao\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-04T20:05:55.4832970Z copying torch\ao\quantization\fx\custom_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-04T20:05:55.4850762Z copying torch\ao\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-04T20:05:55.4863358Z copying torch\ao\quantization\fx\fuse_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-04T20:05:55.4875312Z copying torch\ao\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-04T20:05:55.4891281Z copying torch\ao\quantization\fx\lower_to_fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-04T20:05:55.4903287Z copying torch\ao\quantization\fx\lower_to_qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-04T20:05:55.4909047Z copying torch\ao\quantization\fx\lstm_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-04T20:05:55.4921264Z copying torch\ao\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-04T20:05:55.4933799Z copying torch\ao\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-04T20:05:55.4946278Z copying torch\ao\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-04T20:05:55.4993065Z copying torch\ao\quantization\fx\qconfig_mapping_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-04T20:05:55.5007037Z copying torch\ao\quantization\fx\quantize_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-04T20:05:55.5018004Z copying torch\ao\quantization\fx\tracer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-04T20:05:55.5030087Z copying torch\ao\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-04T20:05:55.5051606Z copying torch\ao\quantization\fx\_decomposed.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-04T20:05:55.5084459Z copying torch\ao\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-04T20:05:55.5106882Z copying torch\ao\quantization\fx\_lower_to_native_backend.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-04T20:05:55.5139628Z copying torch\ao\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-03-04T20:05:55.5148281Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-04T20:05:55.5151600Z copying torch\ao\quantization\pt2e\duplicate_dq_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-04T20:05:55.5163226Z copying torch\ao\quantization\pt2e\export_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-04T20:05:55.5174730Z copying torch\ao\quantization\pt2e\graph_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-04T20:05:55.5185850Z copying torch\ao\quantization\pt2e\port_metadata_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-04T20:05:55.5210647Z copying torch\ao\quantization\pt2e\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-04T20:05:55.5227828Z copying torch\ao\quantization\pt2e\qat_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-04T20:05:55.5250539Z copying torch\ao\quantization\pt2e\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-04T20:05:55.5267141Z copying torch\ao\quantization\pt2e\_affine_quantization.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-04T20:05:55.5290356Z copying torch\ao\quantization\pt2e\_numeric_debugger.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-04T20:05:55.5301746Z copying torch\ao\quantization\pt2e\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-03-04T20:05:55.5309020Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-04T20:05:55.5312441Z copying torch\ao\quantization\quantizer\composable_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-04T20:05:55.5322435Z copying torch\ao\quantization\quantizer\embedding_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-04T20:05:55.5334704Z copying torch\ao\quantization\quantizer\quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-04T20:05:55.5351289Z copying torch\ao\quantization\quantizer\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-04T20:05:55.5363546Z copying torch\ao\quantization\quantizer\x86_inductor_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-04T20:05:55.5402618Z copying torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-04T20:05:55.5418770Z copying torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-04T20:05:55.5509739Z copying torch\ao\quantization\quantizer\xpu_inductor_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-04T20:05:55.5519693Z copying torch\ao\quantization\quantizer\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-03-04T20:05:55.5527279Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-03-04T20:05:55.5530468Z copying torch\ao\quantization\fx\_model_report\detector.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-03-04T20:05:55.5564931Z copying torch\ao\quantization\fx\_model_report\model_report.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-03-04T20:05:55.5586002Z 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-04T20:05:55.5604610Z 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-04T20:05:55.5633038Z copying torch\ao\quantization\fx\_model_report\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-03-04T20:05:55.5639082Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2025-03-04T20:05:55.5642359Z copying torch\ao\quantization\pt2e\representation\rewrite.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2025-03-04T20:05:55.5659611Z copying torch\ao\quantization\pt2e\representation\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2025-03-04T20:05:55.5667180Z creating build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-03-04T20:05:55.5670246Z copying torch\autograd\_functions\tensor.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-03-04T20:05:55.5682443Z copying torch\autograd\_functions\utils.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-03-04T20:05:55.5695246Z copying torch\autograd\_functions\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-03-04T20:05:55.5702379Z creating build\lib.win-amd64-cpython-39\torch\backends\cpu 2025-03-04T20:05:55.5705244Z copying torch\backends\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cpu 2025-03-04T20:05:55.5712167Z creating build\lib.win-amd64-cpython-39\torch\backends\cuda 2025-03-04T20:05:55.5714983Z copying torch\backends\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cuda 2025-03-04T20:05:55.5735715Z creating build\lib.win-amd64-cpython-39\torch\backends\cudnn 2025-03-04T20:05:55.5738774Z copying torch\backends\cudnn\rnn.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2025-03-04T20:05:55.5749235Z copying torch\backends\cudnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2025-03-04T20:05:55.5761839Z creating build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2025-03-04T20:05:55.5764671Z copying torch\backends\cusparselt\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2025-03-04T20:05:55.5775972Z creating build\lib.win-amd64-cpython-39\torch\backends\kleidiai 2025-03-04T20:05:55.5783033Z copying torch\backends\kleidiai\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\kleidiai 2025-03-04T20:05:55.5789708Z creating build\lib.win-amd64-cpython-39\torch\backends\mha 2025-03-04T20:05:55.5792765Z copying torch\backends\mha\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mha 2025-03-04T20:05:55.5803766Z creating build\lib.win-amd64-cpython-39\torch\backends\mkl 2025-03-04T20:05:55.5807124Z copying torch\backends\mkl\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkl 2025-03-04T20:05:55.5818865Z creating build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2025-03-04T20:05:55.5821598Z copying torch\backends\mkldnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2025-03-04T20:05:55.5834616Z creating build\lib.win-amd64-cpython-39\torch\backends\mps 2025-03-04T20:05:55.5837406Z copying torch\backends\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mps 2025-03-04T20:05:55.5848406Z creating build\lib.win-amd64-cpython-39\torch\backends\nnpack 2025-03-04T20:05:55.5851207Z copying torch\backends\nnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\nnpack 2025-03-04T20:05:55.5862508Z creating build\lib.win-amd64-cpython-39\torch\backends\openmp 2025-03-04T20:05:55.5865277Z copying torch\backends\openmp\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\openmp 2025-03-04T20:05:55.5871832Z creating build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2025-03-04T20:05:55.5874705Z copying torch\backends\opt_einsum\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2025-03-04T20:05:55.5885677Z creating build\lib.win-amd64-cpython-39\torch\backends\quantized 2025-03-04T20:05:55.5888738Z copying torch\backends\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\quantized 2025-03-04T20:05:55.5903078Z creating build\lib.win-amd64-cpython-39\torch\backends\xeon 2025-03-04T20:05:55.5905719Z copying torch\backends\xeon\run_cpu.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2025-03-04T20:05:55.5929810Z copying torch\backends\xeon\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2025-03-04T20:05:55.5935257Z creating build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2025-03-04T20:05:55.5938092Z copying torch\backends\xnnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2025-03-04T20:05:55.5949449Z creating build\lib.win-amd64-cpython-39\torch\backends\_coreml 2025-03-04T20:05:55.5952573Z copying torch\backends\_coreml\preprocess.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2025-03-04T20:05:55.5968336Z copying torch\backends\_coreml\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2025-03-04T20:05:55.5974354Z creating build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-03-04T20:05:55.5977418Z copying torch\backends\_nnapi\prepare.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-03-04T20:05:55.5992580Z copying torch\backends\_nnapi\serializer.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-03-04T20:05:55.6031973Z copying torch\backends\_nnapi\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-03-04T20:05:55.6038352Z creating build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-03-04T20:05:55.6041288Z copying torch\cpu\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-03-04T20:05:55.6051669Z copying torch\cpu\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-03-04T20:05:55.6061822Z copying torch\cpu\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-03-04T20:05:55.6068923Z creating build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-03-04T20:05:55.6072076Z copying torch\cuda\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-03-04T20:05:55.6082364Z copying torch\cuda\amp\common.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-03-04T20:05:55.6088021Z copying torch\cuda\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-03-04T20:05:55.6097980Z copying torch\cuda\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-03-04T20:05:55.6105280Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2025-03-04T20:05:55.6109050Z copying torch\distributed\algorithms\join.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2025-03-04T20:05:55.6127538Z copying torch\distributed\algorithms\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2025-03-04T20:05:55.6133551Z creating build\lib.win-amd64-cpython-39\torch\distributed\autograd 2025-03-04T20:05:55.6141613Z copying torch\distributed\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\autograd 2025-03-04T20:05:55.6161425Z creating build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6164500Z copying torch\distributed\checkpoint\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6175243Z copying torch\distributed\checkpoint\default_planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6193164Z copying torch\distributed\checkpoint\filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6219600Z copying torch\distributed\checkpoint\format_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6235695Z copying torch\distributed\checkpoint\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6245834Z copying torch\distributed\checkpoint\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6252008Z copying torch\distributed\checkpoint\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6262680Z copying torch\distributed\checkpoint\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6276492Z copying torch\distributed\checkpoint\planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6288205Z copying torch\distributed\checkpoint\planner_helpers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6305929Z copying torch\distributed\checkpoint\resharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6317139Z copying torch\distributed\checkpoint\staging.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6333203Z copying torch\distributed\checkpoint\stateful.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6343788Z copying torch\distributed\checkpoint\state_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6383505Z copying torch\distributed\checkpoint\state_dict_loader.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6398646Z copying torch\distributed\checkpoint\state_dict_saver.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6412183Z copying torch\distributed\checkpoint\storage.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6427466Z copying torch\distributed\checkpoint\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6439146Z copying torch\distributed\checkpoint\_checkpointer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6449431Z copying torch\distributed\checkpoint\_dedup_save_plans.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6460562Z copying torch\distributed\checkpoint\_dedup_tensors.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6471911Z copying torch\distributed\checkpoint\_extension.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6483785Z copying torch\distributed\checkpoint\_fsspec_filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6499603Z copying torch\distributed\checkpoint\_hf_storage.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6510591Z copying torch\distributed\checkpoint\_nested_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6521659Z copying torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6531989Z copying torch\distributed\checkpoint\_storage_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6547756Z copying torch\distributed\checkpoint\_traverse.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6558410Z copying torch\distributed\checkpoint\_version.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6563913Z copying torch\distributed\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-03-04T20:05:55.6570643Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic 2025-03-04T20:05:55.6573976Z copying torch\distributed\elastic\control_plane.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2025-03-04T20:05:55.6584533Z copying torch\distributed\elastic\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2025-03-04T20:05:55.6598621Z creating build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-04T20:05:55.6601487Z copying torch\distributed\fsdp\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-04T20:05:55.6621655Z copying torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-04T20:05:55.6663285Z copying torch\distributed\fsdp\sharded_grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-04T20:05:55.6685901Z copying torch\distributed\fsdp\wrap.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-04T20:05:55.6705687Z copying torch\distributed\fsdp\_common_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-04T20:05:55.6729152Z copying torch\distributed\fsdp\_debug_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-04T20:05:55.6742367Z copying torch\distributed\fsdp\_dynamo_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-04T20:05:55.6753712Z copying torch\distributed\fsdp\_exec_order_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-04T20:05:55.6769465Z copying torch\distributed\fsdp\_flat_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-04T20:05:55.6822909Z copying torch\distributed\fsdp\_fsdp_extensions.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-04T20:05:55.6834125Z copying torch\distributed\fsdp\_init_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-04T20:05:55.6856779Z copying torch\distributed\fsdp\_limiter_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-04T20:05:55.6870988Z copying torch\distributed\fsdp\_optim_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-04T20:05:55.6923778Z copying torch\distributed\fsdp\_runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-04T20:05:55.6962761Z copying torch\distributed\fsdp\_shard_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-04T20:05:55.6974814Z copying torch\distributed\fsdp\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-04T20:05:55.7001431Z copying torch\distributed\fsdp\_trace_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-04T20:05:55.7012981Z copying torch\distributed\fsdp\_traversal_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-04T20:05:55.7023975Z copying torch\distributed\fsdp\_unshard_param_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-04T20:05:55.7036883Z copying torch\distributed\fsdp\_wrap_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-04T20:05:55.7053280Z copying torch\distributed\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-03-04T20:05:55.7065765Z creating build\lib.win-amd64-cpython-39\torch\distributed\launcher 2025-03-04T20:05:55.7068931Z copying torch\distributed\launcher\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2025-03-04T20:05:55.7080118Z copying torch\distributed\launcher\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2025-03-04T20:05:55.7086785Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn 2025-03-04T20:05:55.7090141Z copying torch\distributed\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2025-03-04T20:05:55.7101431Z copying torch\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2025-03-04T20:05:55.7111237Z creating build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-04T20:05:55.7114579Z copying torch\distributed\optim\apply_optimizer_in_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-04T20:05:55.7126192Z copying torch\distributed\optim\functional_adadelta.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-04T20:05:55.7140086Z copying torch\distributed\optim\functional_adagrad.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-04T20:05:55.7154856Z copying torch\distributed\optim\functional_adam.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-04T20:05:55.7166369Z copying torch\distributed\optim\functional_adamax.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-04T20:05:55.7178842Z copying torch\distributed\optim\functional_adamw.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-04T20:05:55.7190266Z copying torch\distributed\optim\functional_rmsprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-04T20:05:55.7201365Z copying torch\distributed\optim\functional_rprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-04T20:05:55.7212452Z copying torch\distributed\optim\functional_sgd.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-04T20:05:55.7223402Z copying torch\distributed\optim\named_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-04T20:05:55.7243178Z copying torch\distributed\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-04T20:05:55.7257140Z copying torch\distributed\optim\post_localSGD_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-04T20:05:55.7269249Z copying torch\distributed\optim\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-04T20:05:55.7284759Z copying torch\distributed\optim\zero_redundancy_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-04T20:05:55.7320207Z copying torch\distributed\optim\_deprecation_warning.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-04T20:05:55.7325742Z copying torch\distributed\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-04T20:05:55.7343048Z creating build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-04T20:05:55.7345988Z copying torch\distributed\pipelining\microbatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-04T20:05:55.7361075Z copying torch\distributed\pipelining\schedules.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-04T20:05:55.7400749Z copying torch\distributed\pipelining\stage.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-04T20:05:55.7426853Z copying torch\distributed\pipelining\_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-04T20:05:55.7446141Z copying torch\distributed\pipelining\_debug.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-04T20:05:55.7451839Z copying torch\distributed\pipelining\_IR.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-04T20:05:55.7484416Z copying torch\distributed\pipelining\_unflatten.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-04T20:05:55.7495640Z copying torch\distributed\pipelining\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-04T20:05:55.7506484Z copying torch\distributed\pipelining\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-03-04T20:05:55.7514885Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-04T20:05:55.7517881Z copying torch\distributed\rpc\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-04T20:05:55.7541329Z copying torch\distributed\rpc\backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-04T20:05:55.7557494Z copying torch\distributed\rpc\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-04T20:05:55.7567518Z copying torch\distributed\rpc\functions.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-04T20:05:55.7591405Z copying torch\distributed\rpc\internal.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-04T20:05:55.7605620Z copying torch\distributed\rpc\options.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-04T20:05:55.7616494Z copying torch\distributed\rpc\rref_proxy.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-04T20:05:55.7626618Z copying torch\distributed\rpc\server_process_global_profiler.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-04T20:05:55.7639192Z copying torch\distributed\rpc\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-04T20:05:55.7650416Z copying torch\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-03-04T20:05:55.7664523Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-04T20:05:55.7667666Z copying torch\distributed\tensor\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-04T20:05:55.7673679Z copying torch\distributed\tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-04T20:05:55.7689975Z copying torch\distributed\tensor\_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-04T20:05:55.7716197Z copying torch\distributed\tensor\_collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-04T20:05:55.7736144Z copying torch\distributed\tensor\_dispatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-04T20:05:55.7755401Z copying torch\distributed\tensor\_dtensor_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-04T20:05:55.7774779Z copying torch\distributed\tensor\_op_schema.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-04T20:05:55.7794302Z copying torch\distributed\tensor\_random.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-04T20:05:55.7811518Z copying torch\distributed\tensor\_redistribute.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-04T20:05:55.7823453Z copying torch\distributed\tensor\_sharding_prop.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-04T20:05:55.7842856Z copying torch\distributed\tensor\_shards_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-04T20:05:55.7853667Z copying torch\distributed\tensor\_tp_conv.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-04T20:05:55.7864018Z copying torch\distributed\tensor\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-04T20:05:55.7874910Z copying torch\distributed\tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-03-04T20:05:55.7887884Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-03-04T20:05:55.7891056Z copying torch\distributed\_composable\checkpoint_activation.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-03-04T20:05:55.7902792Z copying torch\distributed\_composable\contract.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-03-04T20:05:55.7913972Z copying torch\distributed\_composable\replicate.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-03-04T20:05:55.7925244Z copying torch\distributed\_composable\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-03-04T20:05:55.7936731Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-03-04T20:05:55.7939687Z copying torch\distributed\_shard\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-03-04T20:05:55.7956872Z copying torch\distributed\_shard\common_op_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-03-04T20:05:55.7969981Z copying torch\distributed\_shard\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-03-04T20:05:55.7980024Z copying torch\distributed\_shard\op_registry_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-03-04T20:05:55.7994385Z copying torch\distributed\_shard\sharder.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-03-04T20:05:55.8010321Z copying torch\distributed\_shard\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-03-04T20:05:55.8020274Z copying torch\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-03-04T20:05:55.8026943Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2025-03-04T20:05:55.8029992Z copying torch\distributed\_sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2025-03-04T20:05:55.8036488Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2025-03-04T20:05:55.8039408Z copying torch\distributed\_sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2025-03-04T20:05:55.8045942Z creating build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2025-03-04T20:05:55.8048869Z copying torch\distributed\_symmetric_memory\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2025-03-04T20:05:55.8087455Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-03-04T20:05:55.8090389Z copying torch\distributed\_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-03-04T20:05:55.8095906Z copying torch\distributed\_tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-03-04T20:05:55.8101332Z copying torch\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-03-04T20:05:55.8120092Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-04T20:05:55.8123129Z copying torch\distributed\_tools\fsdp2_mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-04T20:05:55.8146608Z copying torch\distributed\_tools\ilp_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-04T20:05:55.8158677Z copying torch\distributed\_tools\memory_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-04T20:05:55.8169848Z copying torch\distributed\_tools\mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-04T20:05:55.8335562Z copying torch\distributed\_tools\mod_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-04T20:05:55.8348213Z copying torch\distributed\_tools\runtime_estimator.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-04T20:05:55.8372644Z copying torch\distributed\_tools\sac_estimator.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-04T20:05:55.8397096Z copying torch\distributed\_tools\sac_ilp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-04T20:05:55.8407351Z copying torch\distributed\_tools\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-03-04T20:05:55.8415387Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-04T20:05:55.8419102Z 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-04T20:05:55.8440677Z copying torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-04T20:05:55.8451699Z copying torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-04T20:05:55.8466122Z 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-04T20:05:55.8476682Z 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-04T20:05:55.8491302Z 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-04T20:05:55.8503474Z copying torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-04T20:05:55.8563771Z copying torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-04T20:05:55.8565106Z copying torch\distributed\algorithms\ddp_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-03-04T20:05:55.8575240Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-03-04T20:05:55.8576148Z copying torch\distributed\algorithms\model_averaging\averagers.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-03-04T20:05:55.8577360Z copying torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-03-04T20:05:55.8586154Z copying torch\distributed\algorithms\model_averaging\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-03-04T20:05:55.8604678Z copying torch\distributed\algorithms\model_averaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-03-04T20:05:55.8610313Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2025-03-04T20:05:55.8613496Z copying torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2025-03-04T20:05:55.8623902Z copying torch\distributed\algorithms\_checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2025-03-04T20:05:55.8629901Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2025-03-04T20:05:55.8633144Z copying torch\distributed\algorithms\_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2025-03-04T20:05:55.8643999Z copying torch\distributed\algorithms\_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2025-03-04T20:05:55.8650668Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2025-03-04T20:05:55.8654096Z copying torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2025-03-04T20:05:55.8665888Z copying torch\distributed\algorithms\_optimizer_overlap\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2025-03-04T20:05:55.8672651Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2025-03-04T20:05:55.8675904Z copying torch\distributed\algorithms\_quantization\quantization.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2025-03-04T20:05:55.8687396Z copying torch\distributed\algorithms\_quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2025-03-04T20:05:55.8692944Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2025-03-04T20:05:55.8695839Z copying torch\distributed\elastic\agent\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2025-03-04T20:05:55.8702028Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-03-04T20:05:55.8705187Z copying torch\distributed\elastic\events\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-03-04T20:05:55.8716284Z copying torch\distributed\elastic\events\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-03-04T20:05:55.8722345Z copying torch\distributed\elastic\events\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-03-04T20:05:55.8735172Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2025-03-04T20:05:55.8738194Z copying torch\distributed\elastic\metrics\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2025-03-04T20:05:55.8755082Z copying torch\distributed\elastic\metrics\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2025-03-04T20:05:55.8770334Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-03-04T20:05:55.8778221Z copying torch\distributed\elastic\multiprocessing\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-03-04T20:05:55.8800130Z copying torch\distributed\elastic\multiprocessing\redirects.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-03-04T20:05:55.8815921Z copying torch\distributed\elastic\multiprocessing\tail_log.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-03-04T20:05:55.8829341Z copying torch\distributed\elastic\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-03-04T20:05:55.8842930Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-04T20:05:55.8846517Z copying torch\distributed\elastic\rendezvous\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-04T20:05:55.8861095Z copying torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-04T20:05:55.8873711Z copying torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-04T20:05:55.8906973Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-04T20:05:55.8942597Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-04T20:05:55.8953042Z copying torch\distributed\elastic\rendezvous\etcd_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-04T20:05:55.8964367Z copying torch\distributed\elastic\rendezvous\etcd_store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-04T20:05:55.8976931Z copying torch\distributed\elastic\rendezvous\registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-04T20:05:55.8988667Z copying torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-04T20:05:55.8998891Z copying torch\distributed\elastic\rendezvous\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-04T20:05:55.9016658Z copying torch\distributed\elastic\rendezvous\_etcd_stub.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-04T20:05:55.9030606Z copying torch\distributed\elastic\rendezvous\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-03-04T20:05:55.9045393Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-03-04T20:05:55.9048302Z copying torch\distributed\elastic\timer\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-03-04T20:05:55.9060266Z copying torch\distributed\elastic\timer\debug_info_logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-03-04T20:05:55.9070862Z copying torch\distributed\elastic\timer\file_based_local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-03-04T20:05:55.9088220Z copying torch\distributed\elastic\timer\local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-03-04T20:05:55.9103201Z copying torch\distributed\elastic\timer\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-03-04T20:05:55.9115436Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-03-04T20:05:55.9118568Z copying torch\distributed\elastic\utils\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-03-04T20:05:55.9129080Z copying torch\distributed\elastic\utils\distributed.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-03-04T20:05:55.9140301Z copying torch\distributed\elastic\utils\logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-03-04T20:05:55.9150586Z copying torch\distributed\elastic\utils\log_level.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-03-04T20:05:55.9156998Z copying torch\distributed\elastic\utils\store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-03-04T20:05:55.9179094Z copying torch\distributed\elastic\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-03-04T20:05:55.9186174Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-03-04T20:05:55.9190003Z copying torch\distributed\elastic\agent\server\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-03-04T20:05:55.9218539Z copying torch\distributed\elastic\agent\server\health_check_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-03-04T20:05:55.9232794Z copying torch\distributed\elastic\agent\server\local_elastic_agent.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-03-04T20:05:55.9250567Z copying torch\distributed\elastic\agent\server\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-03-04T20:05:55.9263478Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-03-04T20:05:55.9271195Z copying torch\distributed\elastic\multiprocessing\errors\error_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-03-04T20:05:55.9281580Z copying torch\distributed\elastic\multiprocessing\errors\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-03-04T20:05:55.9287315Z copying torch\distributed\elastic\multiprocessing\errors\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-03-04T20:05:55.9300202Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-03-04T20:05:55.9303366Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-03-04T20:05:55.9315404Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\subprocess_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-03-04T20:05:55.9326659Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-03-04T20:05:55.9333369Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-03-04T20:05:55.9336342Z copying torch\distributed\elastic\utils\data\cycling_iterator.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-03-04T20:05:55.9349548Z copying torch\distributed\elastic\utils\data\elastic_distributed_sampler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-03-04T20:05:55.9361534Z copying torch\distributed\elastic\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-03-04T20:05:55.9369602Z creating build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-04T20:05:55.9372538Z copying torch\distributed\fsdp\_fully_shard\_fsdp_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-04T20:05:55.9383546Z copying torch\distributed\fsdp\_fully_shard\_fsdp_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-04T20:05:55.9402480Z copying torch\distributed\fsdp\_fully_shard\_fsdp_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-04T20:05:55.9418728Z copying torch\distributed\fsdp\_fully_shard\_fsdp_init.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-04T20:05:55.9429827Z copying torch\distributed\fsdp\_fully_shard\_fsdp_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-04T20:05:55.9463060Z copying torch\distributed\fsdp\_fully_shard\_fsdp_param_group.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-04T20:05:55.9492553Z copying torch\distributed\fsdp\_fully_shard\_fsdp_state.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-04T20:05:55.9511724Z copying torch\distributed\fsdp\_fully_shard\_fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-04T20:05:55.9528968Z copying torch\distributed\fsdp\_fully_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-03-04T20:05:55.9535637Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2025-03-04T20:05:55.9538796Z copying torch\distributed\nn\api\remote_module.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2025-03-04T20:05:55.9556353Z copying torch\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2025-03-04T20:05:55.9562450Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2025-03-04T20:05:55.9565509Z copying torch\distributed\nn\jit\instantiator.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2025-03-04T20:05:55.9577081Z copying torch\distributed\nn\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2025-03-04T20:05:55.9583321Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2025-03-04T20:05:55.9586516Z copying torch\distributed\nn\jit\templates\remote_module_template.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2025-03-04T20:05:55.9597588Z copying torch\distributed\nn\jit\templates\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2025-03-04T20:05:55.9603882Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2025-03-04T20:05:55.9607212Z copying torch\distributed\rpc\_testing\faulty_agent_backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2025-03-04T20:05:55.9618859Z copying torch\distributed\rpc\_testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2025-03-04T20:05:55.9626074Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-03-04T20:05:55.9629258Z copying torch\distributed\tensor\debug\_comm_mode.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-03-04T20:05:55.9650008Z copying torch\distributed\tensor\debug\_op_coverage.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-03-04T20:05:55.9662769Z copying torch\distributed\tensor\debug\_visualize_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-03-04T20:05:55.9679418Z copying torch\distributed\tensor\debug\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-03-04T20:05:55.9698677Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-03-04T20:05:55.9701870Z copying torch\distributed\tensor\experimental\_attention.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-03-04T20:05:55.9733912Z copying torch\distributed\tensor\experimental\_func_map.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-03-04T20:05:55.9747938Z copying torch\distributed\tensor\experimental\_register_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-03-04T20:05:55.9763683Z copying torch\distributed\tensor\experimental\_tp_transform.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-03-04T20:05:55.9778840Z copying torch\distributed\tensor\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-03-04T20:05:55.9790852Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-04T20:05:55.9793924Z copying torch\distributed\tensor\parallel\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-04T20:05:55.9804402Z copying torch\distributed\tensor\parallel\ddp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-04T20:05:55.9815728Z copying torch\distributed\tensor\parallel\fsdp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-04T20:05:55.9827847Z copying torch\distributed\tensor\parallel\input_reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-04T20:05:55.9838383Z copying torch\distributed\tensor\parallel\loss.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-04T20:05:55.9855598Z copying torch\distributed\tensor\parallel\style.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-04T20:05:55.9877258Z copying torch\distributed\tensor\parallel\_data_parallel_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-04T20:05:55.9888616Z copying torch\distributed\tensor\parallel\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-04T20:05:55.9899967Z copying torch\distributed\tensor\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-03-04T20:05:55.9908434Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-04T20:05:55.9911614Z copying torch\distributed\tensor\_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-04T20:05:55.9925128Z copying torch\distributed\tensor\_ops\_common_rules.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-04T20:05:55.9938325Z copying torch\distributed\tensor\_ops\_conv_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-04T20:05:55.9949585Z copying torch\distributed\tensor\_ops\_einsum_strategy.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-04T20:05:55.9964678Z copying torch\distributed\tensor\_ops\_embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-04T20:05:55.9978754Z copying torch\distributed\tensor\_ops\_experimental_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-04T20:05:55.9990936Z copying torch\distributed\tensor\_ops\_math_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-04T20:05:56.0016407Z copying torch\distributed\tensor\_ops\_matrix_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-04T20:05:56.0035079Z copying torch\distributed\tensor\_ops\_pointwise_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-04T20:05:56.0052819Z copying torch\distributed\tensor\_ops\_random_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-04T20:05:56.0064979Z copying torch\distributed\tensor\_ops\_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-04T20:05:56.0083382Z copying torch\distributed\tensor\_ops\_view_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-04T20:05:56.0102137Z copying torch\distributed\tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-03-04T20:05:56.0109099Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2025-03-04T20:05:56.0112350Z copying torch\distributed\_composable\fsdp\fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2025-03-04T20:05:56.0118099Z copying torch\distributed\_composable\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2025-03-04T20:05:56.0125555Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2025-03-04T20:05:56.0129114Z copying torch\distributed\_shard\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2025-03-04T20:05:56.0136010Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2025-03-04T20:05:56.0139090Z copying torch\distributed\_shard\sharded_optim\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2025-03-04T20:05:56.0150946Z copying torch\distributed\_shard\sharded_optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2025-03-04T20:05:56.0164435Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-04T20:05:56.0167569Z copying torch\distributed\_shard\sharded_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-04T20:05:56.0198567Z copying torch\distributed\_shard\sharded_tensor\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-04T20:05:56.0215611Z copying torch\distributed\_shard\sharded_tensor\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-04T20:05:56.0221416Z copying torch\distributed\_shard\sharded_tensor\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-04T20:05:56.0235881Z copying torch\distributed\_shard\sharded_tensor\reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-04T20:05:56.0251742Z copying torch\distributed\_shard\sharded_tensor\shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-04T20:05:56.0262192Z copying torch\distributed\_shard\sharded_tensor\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-04T20:05:56.0273998Z copying torch\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-03-04T20:05:56.0292851Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2025-03-04T20:05:56.0295861Z copying torch\distributed\_shard\sharding_plan\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2025-03-04T20:05:56.0306979Z copying torch\distributed\_shard\sharding_plan\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2025-03-04T20:05:56.0314236Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-03-04T20:05:56.0317083Z copying torch\distributed\_shard\sharding_spec\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-03-04T20:05:56.0328890Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-03-04T20:05:56.0345580Z copying torch\distributed\_shard\sharding_spec\_internals.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-03-04T20:05:56.0360102Z copying torch\distributed\_shard\sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-03-04T20:05:56.0372179Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-03-04T20:05:56.0375415Z copying torch\distributed\_shard\sharded_tensor\_ops\binary_cmp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-03-04T20:05:56.0387075Z copying torch\distributed\_shard\sharded_tensor\_ops\init.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-03-04T20:05:56.0399292Z copying torch\distributed\_shard\sharded_tensor\_ops\misc_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-03-04T20:05:56.0405053Z copying torch\distributed\_shard\sharded_tensor\_ops\tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-03-04T20:05:56.0420704Z copying torch\distributed\_shard\sharded_tensor\_ops\_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-03-04T20:05:56.0442010Z copying torch\distributed\_shard\sharded_tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-03-04T20:05:56.0458116Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-03-04T20:05:56.0461565Z 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-04T20:05:56.0473094Z 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-04T20:05:56.0490233Z 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-04T20:05:56.0505523Z 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-04T20:05:56.0511077Z creating build\lib.win-amd64-cpython-39\torch\export\experimental 2025-03-04T20:05:56.0514447Z copying torch\export\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\experimental 2025-03-04T20:05:56.0526066Z creating build\lib.win-amd64-cpython-39\torch\export\passes 2025-03-04T20:05:56.0528981Z copying torch\export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\passes 2025-03-04T20:05:56.0545079Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-04T20:05:56.0548376Z copying torch\fx\experimental\accelerator_partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-04T20:05:56.0572959Z copying torch\fx\experimental\const_fold.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-04T20:05:56.0585255Z copying torch\fx\experimental\debug.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-04T20:05:56.0601113Z copying torch\fx\experimental\graph_gradual_typechecker.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-04T20:05:56.0624622Z copying torch\fx\experimental\merge_matmul.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-04T20:05:56.0641784Z copying torch\fx\experimental\meta_tracer.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-04T20:05:56.0656226Z copying torch\fx\experimental\normalize.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-04T20:05:56.0671635Z copying torch\fx\experimental\optimization.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-04T20:05:56.0691604Z copying torch\fx\experimental\partitioner_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-04T20:05:56.0707669Z copying torch\fx\experimental\proxy_tensor.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-04T20:05:56.0754046Z copying torch\fx\experimental\recording.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-04T20:05:56.0775381Z copying torch\fx\experimental\refinement_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-04T20:05:56.0781061Z copying torch\fx\experimental\rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-04T20:05:56.0792434Z copying torch\fx\experimental\schema_type_annotation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-04T20:05:56.0803163Z copying torch\fx\experimental\symbolic_shapes.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-04T20:05:56.0954512Z copying torch\fx\experimental\sym_node.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-04T20:05:56.0982860Z copying torch\fx\experimental\unify_refinements.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-04T20:05:56.0994694Z copying torch\fx\experimental\validator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-04T20:05:56.1017158Z copying torch\fx\experimental\_backward_state.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-04T20:05:56.1027167Z copying torch\fx\experimental\_config.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-04T20:05:56.1039152Z copying torch\fx\experimental\_constant_symnode.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-04T20:05:56.1054952Z copying torch\fx\experimental\_dynamism.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-04T20:05:56.1069988Z copying torch\fx\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-03-04T20:05:56.1078912Z creating build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-04T20:05:56.1082117Z copying torch\fx\passes\annotate_getitem_nodes.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-04T20:05:56.1095002Z copying torch\fx\passes\fake_tensor_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-04T20:05:56.1104956Z copying torch\fx\passes\graph_drawer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-04T20:05:56.1121502Z copying torch\fx\passes\graph_manipulation.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-04T20:05:56.1136891Z copying torch\fx\passes\graph_transform_observer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-04T20:05:56.1148819Z copying torch\fx\passes\net_min_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-04T20:05:56.1172740Z copying torch\fx\passes\operator_support.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-04T20:05:56.1184687Z copying torch\fx\passes\param_fetch.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-04T20:05:56.1199004Z copying torch\fx\passes\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-04T20:05:56.1211827Z copying torch\fx\passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-04T20:05:56.1239813Z copying torch\fx\passes\runtime_assert.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-04T20:05:56.1262978Z copying torch\fx\passes\shape_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-04T20:05:56.1275245Z copying torch\fx\passes\splitter_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-04T20:05:56.1298345Z copying torch\fx\passes\split_module.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-04T20:05:56.1315952Z copying torch\fx\passes\split_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-04T20:05:56.1327088Z copying torch\fx\passes\tools_common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-04T20:05:56.1338129Z copying torch\fx\passes\_tensorify_python_scalars.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-04T20:05:56.1349369Z copying torch\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-03-04T20:05:56.1357545Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-04T20:05:56.1360806Z copying torch\fx\experimental\migrate_gradual_types\constraint.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-04T20:05:56.1379069Z copying torch\fx\experimental\migrate_gradual_types\constraint_generator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-04T20:05:56.1417617Z copying torch\fx\experimental\migrate_gradual_types\constraint_transformation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-04T20:05:56.1452866Z copying torch\fx\experimental\migrate_gradual_types\operation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-04T20:05:56.1459029Z 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-04T20:05:56.1478230Z copying torch\fx\experimental\migrate_gradual_types\util.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-04T20:05:56.1489612Z copying torch\fx\experimental\migrate_gradual_types\z3_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-04T20:05:56.1500954Z copying torch\fx\experimental\migrate_gradual_types\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-03-04T20:05:56.1507975Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-04T20:05:56.1511298Z copying torch\fx\experimental\unification\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-04T20:05:56.1521719Z copying torch\fx\experimental\unification\dispatch.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-04T20:05:56.1527364Z copying torch\fx\experimental\unification\match.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-04T20:05:56.1538837Z copying torch\fx\experimental\unification\more.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-04T20:05:56.1550007Z copying torch\fx\experimental\unification\unification_tools.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-04T20:05:56.1566611Z copying torch\fx\experimental\unification\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-04T20:05:56.1577903Z copying torch\fx\experimental\unification\variable.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-04T20:05:56.1588123Z copying torch\fx\experimental\unification\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-03-04T20:05:56.1595946Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-03-04T20:05:56.1599298Z copying torch\fx\experimental\unification\multipledispatch\conflict.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-03-04T20:05:56.1610225Z copying torch\fx\experimental\unification\multipledispatch\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-03-04T20:05:56.1622242Z copying torch\fx\experimental\unification\multipledispatch\dispatcher.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-03-04T20:05:56.1634441Z copying torch\fx\experimental\unification\multipledispatch\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-03-04T20:05:56.1645524Z copying torch\fx\experimental\unification\multipledispatch\variadic.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-03-04T20:05:56.1661002Z copying torch\fx\experimental\unification\multipledispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-03-04T20:05:56.1668596Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2025-03-04T20:05:56.1671313Z copying torch\fx\passes\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2025-03-04T20:05:56.1682602Z copying torch\fx\passes\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2025-03-04T20:05:56.1688128Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2025-03-04T20:05:56.1696109Z copying torch\fx\passes\dialect\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2025-03-04T20:05:56.1702175Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-03-04T20:05:56.1705262Z copying torch\fx\passes\infra\partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-03-04T20:05:56.1723465Z copying torch\fx\passes\infra\pass_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-03-04T20:05:56.1735296Z copying torch\fx\passes\infra\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-03-04T20:05:56.1751364Z copying torch\fx\passes\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-03-04T20:05:56.1765214Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2025-03-04T20:05:56.1769101Z copying torch\fx\passes\tests\test_pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2025-03-04T20:05:56.1784700Z copying torch\fx\passes\tests\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2025-03-04T20:05:56.1791542Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-03-04T20:05:56.1795136Z copying torch\fx\passes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-03-04T20:05:56.1808934Z copying torch\fx\passes\utils\fuser_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-03-04T20:05:56.1822732Z copying torch\fx\passes\utils\matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-03-04T20:05:56.1842050Z copying torch\fx\passes\utils\matcher_with_name_node_map_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-03-04T20:05:56.1858364Z copying torch\fx\passes\utils\source_matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-03-04T20:05:56.1870513Z copying torch\fx\passes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-03-04T20:05:56.1877823Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2025-03-04T20:05:56.1881195Z copying torch\fx\passes\dialect\common\cse_pass.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2025-03-04T20:05:56.1898619Z copying torch\fx\passes\dialect\common\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2025-03-04T20:05:56.1904365Z creating build\lib.win-amd64-cpython-39\torch\jit\mobile 2025-03-04T20:05:56.1907322Z copying torch\jit\mobile\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\mobile 2025-03-04T20:05:56.1923095Z creating build\lib.win-amd64-cpython-39\torch\jit\_passes 2025-03-04T20:05:56.1926106Z copying torch\jit\_passes\_property_propagation.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2025-03-04T20:05:56.1937987Z copying torch\jit\_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2025-03-04T20:05:56.1944671Z creating build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-04T20:05:56.1947805Z copying torch\masked\maskedtensor\binary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-04T20:05:56.1959921Z copying torch\masked\maskedtensor\core.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-04T20:05:56.1976391Z copying torch\masked\maskedtensor\creation.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-04T20:05:56.1981974Z copying torch\masked\maskedtensor\passthrough.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-04T20:05:56.1995447Z copying torch\masked\maskedtensor\reductions.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-04T20:05:56.2010629Z copying torch\masked\maskedtensor\unary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-04T20:05:56.2021397Z copying torch\masked\maskedtensor\_ops_refs.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-04T20:05:56.2039027Z copying torch\masked\maskedtensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-03-04T20:05:56.2045985Z creating build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-03-04T20:05:56.2049087Z copying torch\nested\_internal\nested_int.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-03-04T20:05:56.2060282Z copying torch\nested\_internal\nested_tensor.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-03-04T20:05:56.2078184Z copying torch\nested\_internal\ops.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-03-04T20:05:56.2133770Z copying torch\nested\_internal\sdpa.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-03-04T20:05:56.2162572Z copying torch\nested\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-03-04T20:05:56.2168580Z creating build\lib.win-amd64-cpython-39\torch\nn\attention 2025-03-04T20:05:56.2172026Z copying torch\nn\attention\bias.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-03-04T20:05:56.2195798Z copying torch\nn\attention\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-03-04T20:05:56.2233291Z copying torch\nn\attention\_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-03-04T20:05:56.2244060Z copying torch\nn\attention\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-03-04T20:05:56.2257495Z creating build\lib.win-amd64-cpython-39\torch\nn\backends 2025-03-04T20:05:56.2260515Z copying torch\nn\backends\thnn.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2025-03-04T20:05:56.2266118Z copying torch\nn\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2025-03-04T20:05:56.2272173Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2025-03-04T20:05:56.2275056Z copying torch\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2025-03-04T20:05:56.2290157Z creating build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2293118Z copying torch\nn\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2322988Z copying torch\nn\modules\adaptive.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2335194Z copying torch\nn\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2365494Z copying torch\nn\modules\channelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2379549Z copying torch\nn\modules\container.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2402822Z copying torch\nn\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2435205Z copying torch\nn\modules\distance.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2446189Z copying torch\nn\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2458264Z copying torch\nn\modules\flatten.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2470911Z copying torch\nn\modules\fold.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2482945Z copying torch\nn\modules\instancenorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2502560Z copying torch\nn\modules\lazy.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2514741Z copying torch\nn\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2526644Z copying torch\nn\modules\loss.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2569681Z copying torch\nn\modules\module.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2632460Z copying torch\nn\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2649297Z copying torch\nn\modules\padding.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2667359Z copying torch\nn\modules\pixelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2678074Z copying torch\nn\modules\pooling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2713983Z copying torch\nn\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2753197Z copying torch\nn\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2781829Z copying torch\nn\modules\transformer.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2812295Z copying torch\nn\modules\upsampling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2823262Z copying torch\nn\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2835054Z copying torch\nn\modules\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2848713Z copying torch\nn\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-03-04T20:05:56.2863701Z creating build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-04T20:05:56.2866696Z copying torch\nn\parallel\comm.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-04T20:05:56.2882445Z copying torch\nn\parallel\data_parallel.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-04T20:05:56.2895887Z copying torch\nn\parallel\distributed.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-04T20:05:56.2950671Z copying torch\nn\parallel\parallel_apply.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-04T20:05:56.2968621Z copying torch\nn\parallel\replicate.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-04T20:05:56.2980691Z copying torch\nn\parallel\scatter_gather.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-04T20:05:56.2992361Z copying torch\nn\parallel\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-04T20:05:56.3003336Z copying torch\nn\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-03-04T20:05:56.3019591Z creating build\lib.win-amd64-cpython-39\torch\nn\qat 2025-03-04T20:05:56.3022344Z copying torch\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat 2025-03-04T20:05:56.3028921Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable 2025-03-04T20:05:56.3031942Z copying torch\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable 2025-03-04T20:05:56.3038437Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized 2025-03-04T20:05:56.3041432Z copying torch\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2025-03-04T20:05:56.3046862Z copying torch\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2025-03-04T20:05:56.3061505Z creating build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-04T20:05:56.3064517Z copying torch\nn\utils\clip_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-04T20:05:56.3076393Z copying torch\nn\utils\convert_parameters.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-04T20:05:56.3087940Z copying torch\nn\utils\fusion.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-04T20:05:56.3099537Z copying torch\nn\utils\init.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-04T20:05:56.3110585Z copying torch\nn\utils\memory_format.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-04T20:05:56.3128147Z copying torch\nn\utils\parametrizations.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-04T20:05:56.3154088Z copying torch\nn\utils\parametrize.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-04T20:05:56.3181950Z copying torch\nn\utils\prune.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-04T20:05:56.3214521Z copying torch\nn\utils\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-04T20:05:56.3232450Z copying torch\nn\utils\spectral_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-04T20:05:56.3245541Z copying torch\nn\utils\stateless.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-04T20:05:56.3257966Z copying torch\nn\utils\weight_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-04T20:05:56.3272372Z copying torch\nn\utils\_deprecation_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-04T20:05:56.3290314Z copying torch\nn\utils\_named_member_accessor.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-04T20:05:56.3302328Z copying torch\nn\utils\_per_sample_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-04T20:05:56.3314602Z copying torch\nn\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-03-04T20:05:56.3327012Z creating build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2025-03-04T20:05:56.3334690Z copying torch\nn\attention\experimental\_paged_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2025-03-04T20:05:56.3348064Z copying torch\nn\attention\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2025-03-04T20:05:56.3354681Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2025-03-04T20:05:56.3357683Z copying torch\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2025-03-04T20:05:56.3363082Z copying torch\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2025-03-04T20:05:56.3369391Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2025-03-04T20:05:56.3372583Z copying torch\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2025-03-04T20:05:56.3379049Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2025-03-04T20:05:56.3381922Z copying torch\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2025-03-04T20:05:56.3389060Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-03-04T20:05:56.3392292Z copying torch\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-03-04T20:05:56.3404767Z copying torch\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-03-04T20:05:56.3410257Z copying torch\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-03-04T20:05:56.3415901Z copying torch\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-03-04T20:05:56.3426581Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2025-03-04T20:05:56.3429470Z copying torch\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2025-03-04T20:05:56.3436425Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-03-04T20:05:56.3439470Z copying torch\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-03-04T20:05:56.3445142Z copying torch\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-03-04T20:05:56.3450554Z copying torch\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-03-04T20:05:56.3455932Z copying torch\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-03-04T20:05:56.3462732Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2025-03-04T20:05:56.3465752Z copying torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2025-03-04T20:05:56.3471375Z copying torch\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2025-03-04T20:05:56.3477685Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2025-03-04T20:05:56.3480510Z copying torch\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2025-03-04T20:05:56.3487434Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-03-04T20:05:56.3490260Z copying torch\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-03-04T20:05:56.3495653Z copying torch\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-03-04T20:05:56.3501225Z copying torch\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-03-04T20:05:56.3506564Z copying torch\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-03-04T20:05:56.3513221Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2025-03-04T20:05:56.3516136Z copying torch\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2025-03-04T20:05:56.3521436Z copying torch\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2025-03-04T20:05:56.3528095Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-03-04T20:05:56.3531058Z copying torch\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-03-04T20:05:56.3536742Z copying torch\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-03-04T20:05:56.3542031Z copying torch\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-03-04T20:05:56.3548939Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2025-03-04T20:05:56.3551924Z copying torch\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2025-03-04T20:05:56.3559855Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-04T20:05:56.3563005Z copying torch\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-04T20:05:56.3568854Z copying torch\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-04T20:05:56.3574389Z copying torch\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-04T20:05:56.3579832Z copying torch\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-04T20:05:56.3585329Z copying torch\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-04T20:05:56.3596461Z copying torch\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-04T20:05:56.3602640Z copying torch\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-04T20:05:56.3608272Z copying torch\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-04T20:05:56.3620612Z copying torch\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-04T20:05:56.3626310Z copying torch\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-04T20:05:56.3631920Z copying torch\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-03-04T20:05:56.3643291Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2025-03-04T20:05:56.3652487Z copying torch\nn\quantized\_reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2025-03-04T20:05:56.3659845Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-03-04T20:05:56.3662916Z copying torch\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-03-04T20:05:56.3668544Z copying torch\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-03-04T20:05:56.3674603Z copying torch\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-03-04T20:05:56.3686233Z copying torch\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-03-04T20:05:56.3698589Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-03-04T20:05:56.3701805Z copying torch\nn\quantized\_reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-03-04T20:05:56.3707475Z copying torch\nn\quantized\_reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-03-04T20:05:56.3713187Z copying torch\nn\quantized\_reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-03-04T20:05:56.3718783Z copying torch\nn\quantized\_reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-03-04T20:05:56.3724342Z copying torch\nn\quantized\_reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-03-04T20:05:56.3729799Z copying torch\nn\quantized\_reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-03-04T20:05:56.3744822Z creating build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-04T20:05:56.3748454Z copying torch\nn\utils\_expanded_weights\conv_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-04T20:05:56.3766180Z copying torch\nn\utils\_expanded_weights\conv_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-04T20:05:56.3780919Z copying torch\nn\utils\_expanded_weights\embedding_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-04T20:05:56.3796457Z copying torch\nn\utils\_expanded_weights\expanded_weights_impl.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-04T20:05:56.3808784Z copying torch\nn\utils\_expanded_weights\expanded_weights_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-04T20:05:56.3826301Z copying torch\nn\utils\_expanded_weights\group_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-04T20:05:56.3840581Z copying torch\nn\utils\_expanded_weights\instance_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-04T20:05:56.3852932Z copying torch\nn\utils\_expanded_weights\layer_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-04T20:05:56.3868733Z copying torch\nn\utils\_expanded_weights\linear_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-04T20:05:56.3878732Z copying torch\nn\utils\_expanded_weights\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-03-04T20:05:56.3886125Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-04T20:05:56.3889442Z copying torch\onnx\_internal\io_adapter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-04T20:05:56.3916974Z copying torch\onnx\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-04T20:05:56.3930381Z copying torch\onnx\_internal\onnxruntime.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-04T20:05:56.3974967Z copying torch\onnx\_internal\onnx_proto_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-04T20:05:56.3986402Z copying torch\onnx\_internal\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-04T20:05:56.3998558Z copying torch\onnx\_internal\_exporter_legacy.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-04T20:05:56.4020239Z copying torch\onnx\_internal\_lazy_import.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-04T20:05:56.4030505Z copying torch\onnx\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-03-04T20:05:56.4036625Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2025-03-04T20:05:56.4040244Z copying torch\onnx\_internal\diagnostics\_diagnostic.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2025-03-04T20:05:56.4051407Z copying torch\onnx\_internal\diagnostics\_rules.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2025-03-04T20:05:56.4103995Z copying torch\onnx\_internal\diagnostics\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2025-03-04T20:05:56.4113625Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-04T20:05:56.4116704Z copying torch\onnx\_internal\exporter\_analysis.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-04T20:05:56.4134164Z copying torch\onnx\_internal\exporter\_building.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-04T20:05:56.4153363Z copying torch\onnx\_internal\exporter\_capture_strategies.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-04T20:05:56.4164860Z copying torch\onnx\_internal\exporter\_compat.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-04T20:05:56.4185018Z copying torch\onnx\_internal\exporter\_constants.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-04T20:05:56.4191757Z copying torch\onnx\_internal\exporter\_core.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-04T20:05:56.4217729Z copying torch\onnx\_internal\exporter\_decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-04T20:05:56.4228917Z copying torch\onnx\_internal\exporter\_dispatching.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-04T20:05:56.4240384Z copying torch\onnx\_internal\exporter\_dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-04T20:05:56.4251603Z copying torch\onnx\_internal\exporter\_errors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-04T20:05:56.4257110Z copying torch\onnx\_internal\exporter\_fx_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-04T20:05:56.4268515Z copying torch\onnx\_internal\exporter\_ir_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-04T20:05:56.4280380Z copying torch\onnx\_internal\exporter\_isolated.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-04T20:05:56.4290808Z copying torch\onnx\_internal\exporter\_onnx_program.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-04T20:05:56.4302956Z copying torch\onnx\_internal\exporter\_registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-04T20:05:56.4320307Z copying torch\onnx\_internal\exporter\_reporting.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-04T20:05:56.5513802Z copying torch\onnx\_internal\exporter\_schemas.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-04T20:05:56.5530136Z copying torch\onnx\_internal\exporter\_tensors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-04T20:05:56.5546745Z copying torch\onnx\_internal\exporter\_testing.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-04T20:05:56.5559136Z copying torch\onnx\_internal\exporter\_verification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-04T20:05:56.5570056Z copying torch\onnx\_internal\exporter\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-03-04T20:05:56.5578433Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-04T20:05:56.5581616Z copying torch\onnx\_internal\fx\decomposition_skip.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-04T20:05:56.5595808Z copying torch\onnx\_internal\fx\decomposition_table.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-04T20:05:56.5606966Z copying torch\onnx\_internal\fx\diagnostics.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-04T20:05:56.5619276Z copying torch\onnx\_internal\fx\dynamo_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-04T20:05:56.5642904Z copying torch\onnx\_internal\fx\fx_onnx_interpreter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-04T20:05:56.5667312Z copying torch\onnx\_internal\fx\fx_symbolic_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-04T20:05:56.5679680Z copying torch\onnx\_internal\fx\onnxfunction_dispatcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-04T20:05:56.5699539Z copying torch\onnx\_internal\fx\patcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-04T20:05:56.5711022Z copying torch\onnx\_internal\fx\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-04T20:05:56.5722495Z copying torch\onnx\_internal\fx\serialization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-04T20:05:56.5738451Z copying torch\onnx\_internal\fx\type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-04T20:05:56.5751331Z copying torch\onnx\_internal\fx\_pass.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-04T20:05:56.5763813Z copying torch\onnx\_internal\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-03-04T20:05:56.5771899Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-03-04T20:05:56.5774946Z copying torch\onnx\_internal\diagnostics\infra\context.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-03-04T20:05:56.5795145Z copying torch\onnx\_internal\diagnostics\infra\decorator.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-03-04T20:05:56.5806466Z copying torch\onnx\_internal\diagnostics\infra\formatter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-03-04T20:05:56.5817535Z copying torch\onnx\_internal\diagnostics\infra\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-03-04T20:05:56.5828078Z copying torch\onnx\_internal\diagnostics\infra\_infra.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-03-04T20:05:56.5850940Z copying torch\onnx\_internal\diagnostics\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-03-04T20:05:56.5866500Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.5869761Z copying torch\onnx\_internal\diagnostics\infra\sarif\version.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.5875489Z copying torch\onnx\_internal\diagnostics\infra\sarif\_address.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.5888201Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.5905615Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_change.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.5918461Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_content.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.5939913Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.5953562Z copying torch\onnx\_internal\diagnostics\infra\sarif\_attachment.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.5966877Z copying torch\onnx\_internal\diagnostics\infra\sarif\_code_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.5987943Z copying torch\onnx\_internal\diagnostics\infra\sarif\_configuration_override.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6001622Z copying torch\onnx\_internal\diagnostics\infra\sarif\_conversion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6012376Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6022245Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6033745Z copying torch\onnx\_internal\diagnostics\infra\sarif\_exception.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6045486Z copying torch\onnx\_internal\diagnostics\infra\sarif\_external_properties.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6055852Z 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-04T20:05:56.6072023Z 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-04T20:05:56.6084820Z copying torch\onnx\_internal\diagnostics\infra\sarif\_fix.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6095508Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6105847Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6115795Z copying torch\onnx\_internal\diagnostics\infra\sarif\_invocation.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6126389Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6144400Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location_relationship.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6155664Z copying torch\onnx\_internal\diagnostics\infra\sarif\_logical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6166113Z copying torch\onnx\_internal\diagnostics\infra\sarif\_message.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6178421Z 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-04T20:05:56.6189395Z copying torch\onnx\_internal\diagnostics\infra\sarif\_node.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6199732Z copying torch\onnx\_internal\diagnostics\infra\sarif\_notification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6213495Z copying torch\onnx\_internal\diagnostics\infra\sarif\_physical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6224385Z copying torch\onnx\_internal\diagnostics\infra\sarif\_property_bag.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6230234Z copying torch\onnx\_internal\diagnostics\infra\sarif\_rectangle.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6241224Z copying torch\onnx\_internal\diagnostics\infra\sarif\_region.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6258269Z copying torch\onnx\_internal\diagnostics\infra\sarif\_replacement.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6269357Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_configuration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6280172Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6290991Z 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-04T20:05:56.6302044Z 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-04T20:05:56.6313566Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6324344Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result_provenance.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6335534Z copying torch\onnx\_internal\diagnostics\infra\sarif\_run.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6346251Z 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-04T20:05:56.6363165Z copying torch\onnx\_internal\diagnostics\infra\sarif\_sarif_log.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6382766Z copying torch\onnx\_internal\diagnostics\infra\sarif\_special_locations.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6396842Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6408638Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack_frame.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6419353Z copying torch\onnx\_internal\diagnostics\infra\sarif\_suppression.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6430250Z copying torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6443849Z 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-04T20:05:56.6455362Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6466557Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool_component.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6477549Z 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-04T20:05:56.6489305Z copying torch\onnx\_internal\diagnostics\infra\sarif\_translation_metadata.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6504051Z 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-04T20:05:56.6519080Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_request.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6531555Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_response.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6543130Z copying torch\onnx\_internal\diagnostics\infra\sarif\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:05:56.6556467Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-03-04T20:05:56.6559696Z copying torch\onnx\_internal\exporter\_torchlib\_tensor_typing.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-03-04T20:05:56.6573689Z copying torch\onnx\_internal\exporter\_torchlib\_torchlib_registry.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-03-04T20:05:56.6585409Z copying torch\onnx\_internal\exporter\_torchlib\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-03-04T20:05:56.6591536Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-03-04T20:05:56.6599175Z copying torch\onnx\_internal\exporter\_torchlib\ops\core.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-03-04T20:05:56.6610271Z copying torch\onnx\_internal\exporter\_torchlib\ops\hop.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-03-04T20:05:56.6622151Z copying torch\onnx\_internal\exporter\_torchlib\ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-03-04T20:05:56.6629009Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2025-03-04T20:05:56.6632276Z copying torch\onnx\_internal\fx\analysis\unsupported_nodes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2025-03-04T20:05:56.6643921Z copying torch\onnx\_internal\fx\analysis\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2025-03-04T20:05:56.6651475Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-04T20:05:56.6654550Z copying torch\onnx\_internal\fx\passes\decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-04T20:05:56.6666882Z copying torch\onnx\_internal\fx\passes\functionalization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-04T20:05:56.6678794Z copying torch\onnx\_internal\fx\passes\modularization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-04T20:05:56.6704970Z copying torch\onnx\_internal\fx\passes\readability.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-04T20:05:56.6725186Z copying torch\onnx\_internal\fx\passes\type_promotion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-04T20:05:56.6769618Z copying torch\onnx\_internal\fx\passes\virtualization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-04T20:05:56.6782724Z copying torch\onnx\_internal\fx\passes\_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-04T20:05:56.6799214Z copying torch\onnx\_internal\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-03-04T20:05:56.6806378Z creating build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-03-04T20:05:56.6809510Z copying torch\optim\_multi_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-03-04T20:05:56.6822485Z creating build\lib.win-amd64-cpython-39\torch\package\analyze 2025-03-04T20:05:56.6825920Z copying torch\package\analyze\find_first_use_of_broken_modules.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-03-04T20:05:56.6836495Z copying torch\package\analyze\is_from_package.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-03-04T20:05:56.6842236Z copying torch\package\analyze\trace_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-03-04T20:05:56.6859036Z copying torch\package\analyze\__init__.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-03-04T20:05:56.6866928Z creating build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-04T20:05:56.6870063Z copying torch\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-04T20:05:56.6875606Z copying torch\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-04T20:05:56.6881425Z copying torch\quantization\fx\fusion_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-04T20:05:56.6886919Z copying torch\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-04T20:05:56.6893139Z copying torch\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-04T20:05:56.6905215Z copying torch\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-04T20:05:56.6921554Z copying torch\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-04T20:05:56.6926821Z copying torch\quantization\fx\quantization_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-04T20:05:56.6939456Z copying torch\quantization\fx\quantization_types.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-04T20:05:56.6945184Z copying torch\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-04T20:05:56.6955689Z copying torch\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-04T20:05:56.6965832Z copying torch\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-03-04T20:05:56.6972557Z creating build\lib.win-amd64-cpython-39\torch\signal\windows 2025-03-04T20:05:56.6975614Z copying torch\signal\windows\windows.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2025-03-04T20:05:56.7001742Z copying torch\signal\windows\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2025-03-04T20:05:56.7015088Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.7023705Z copying torch\testing\_internal\autocast_test_lists.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.7046128Z copying torch\testing\_internal\autograd_function_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.7065213Z copying torch\testing\_internal\check_kernel_launches.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.7080241Z copying torch\testing\_internal\common_cuda.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.7092233Z copying torch\testing\_internal\common_device_type.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.7139831Z copying torch\testing\_internal\common_distributed.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.7180631Z copying torch\testing\_internal\common_dist_composable.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.7194196Z copying torch\testing\_internal\common_dtype.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.7206328Z copying torch\testing\_internal\common_fsdp.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.7249000Z copying torch\testing\_internal\common_jit.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.7262746Z copying torch\testing\_internal\common_methods_invocations.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.7776225Z copying torch\testing\_internal\common_mkldnn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.7788134Z copying torch\testing\_internal\common_modules.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.7919051Z copying torch\testing\_internal\common_nn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.7989487Z copying torch\testing\_internal\common_optimizers.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8039799Z copying torch\testing\_internal\common_pruning.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8051789Z copying torch\testing\_internal\common_quantization.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8109461Z copying torch\testing\_internal\common_quantized.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8127377Z copying torch\testing\_internal\common_subclass.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8140940Z copying torch\testing\_internal\common_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8236985Z copying torch\testing\_internal\composite_compliance.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8254769Z copying torch\testing\_internal\custom_op_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8271726Z copying torch\testing\_internal\custom_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8295979Z copying torch\testing\_internal\dist_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8313818Z copying torch\testing\_internal\dynamo_test_failures.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8326001Z copying torch\testing\_internal\fake_config_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8338574Z copying torch\testing\_internal\fake_config_module2.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8344215Z copying torch\testing\_internal\fake_config_module3.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8349884Z copying torch\testing\_internal\hop_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8366205Z copying torch\testing\_internal\hypothesis_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8384011Z copying torch\testing\_internal\inductor_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8397566Z copying torch\testing\_internal\jit_metaprogramming_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8424669Z copying torch\testing\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8457908Z copying torch\testing\_internal\logging_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8473821Z copying torch\testing\_internal\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8489690Z copying torch\testing\_internal\quantization_torch_package_models.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8499458Z copying torch\testing\_internal\static_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8512980Z copying torch\testing\_internal\subclasses.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8530755Z copying torch\testing\_internal\torchbind_impls.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8541252Z copying torch\testing\_internal\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8556129Z copying torch\testing\_internal\two_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8569310Z copying torch\testing\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-03-04T20:05:56.8575554Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2025-03-04T20:05:56.8578506Z copying torch\testing\_internal\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2025-03-04T20:05:56.8585757Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-03-04T20:05:56.8588797Z copying torch\testing\_internal\data\network1.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-03-04T20:05:56.8595361Z copying torch\testing\_internal\data\network2.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-03-04T20:05:56.8600676Z copying torch\testing\_internal\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-03-04T20:05:56.8608729Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-04T20:05:56.8612331Z copying torch\testing\_internal\distributed\checkpoint_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-04T20:05:56.8624585Z copying torch\testing\_internal\distributed\common_state_dict.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-04T20:05:56.8635817Z copying torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-04T20:05:56.8658368Z copying torch\testing\_internal\distributed\distributed_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-04T20:05:56.8813372Z copying torch\testing\_internal\distributed\distributed_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-04T20:05:56.8823355Z copying torch\testing\_internal\distributed\fake_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-04T20:05:56.8833684Z copying torch\testing\_internal\distributed\multi_threaded_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-04T20:05:56.8851424Z copying torch\testing\_internal\distributed\rpc_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-04T20:05:56.8861610Z copying torch\testing\_internal\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-03-04T20:05:56.8867955Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2025-03-04T20:05:56.8871247Z copying torch\testing\_internal\generated\annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2025-03-04T20:05:56.9126416Z copying torch\testing\_internal\generated\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2025-03-04T20:05:56.9132344Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-03-04T20:05:56.9135294Z copying torch\testing\_internal\opinfo\core.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-03-04T20:05:56.9193372Z copying torch\testing\_internal\opinfo\refs.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-03-04T20:05:56.9204803Z copying torch\testing\_internal\opinfo\utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-03-04T20:05:56.9215652Z copying torch\testing\_internal\opinfo\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-03-04T20:05:56.9222996Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-03-04T20:05:56.9226427Z copying torch\testing\_internal\optests\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-03-04T20:05:56.9238391Z copying torch\testing\_internal\optests\autograd_registration.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-03-04T20:05:56.9250318Z copying torch\testing\_internal\optests\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-03-04T20:05:56.9255859Z copying torch\testing\_internal\optests\generate_tests.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-03-04T20:05:56.9278053Z copying torch\testing\_internal\optests\make_fx.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-03-04T20:05:56.9288958Z copying torch\testing\_internal\optests\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-03-04T20:05:56.9295884Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-03-04T20:05:56.9298988Z copying torch\testing\_internal\test_module\future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-03-04T20:05:56.9304506Z copying torch\testing\_internal\test_module\no_future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-03-04T20:05:56.9309923Z copying torch\testing\_internal\test_module\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-03-04T20:05:56.9315688Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2025-03-04T20:05:56.9318591Z copying torch\testing\_internal\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2025-03-04T20:05:56.9325613Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-03-04T20:05:56.9328840Z copying torch\testing\_internal\distributed\rpc\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-03-04T20:05:56.9387869Z copying torch\testing\_internal\distributed\rpc\dist_optimizer_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-03-04T20:05:56.9403188Z copying torch\testing\_internal\distributed\rpc\faulty_agent_rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-03-04T20:05:56.9418788Z 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-04T20:05:56.9429281Z copying torch\testing\_internal\distributed\rpc\rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-03-04T20:05:56.9443559Z copying torch\testing\_internal\distributed\rpc\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-03-04T20:05:56.9558452Z 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-04T20:05:56.9568001Z copying torch\testing\_internal\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-03-04T20:05:56.9573982Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2025-03-04T20:05:56.9577088Z copying torch\testing\_internal\distributed\_shard\test_common.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2025-03-04T20:05:56.9588317Z copying torch\testing\_internal\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2025-03-04T20:05:56.9595000Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2025-03-04T20:05:56.9598126Z copying torch\testing\_internal\distributed\_tensor\common_dtensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2025-03-04T20:05:56.9621749Z copying torch\testing\_internal\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2025-03-04T20:05:56.9627956Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2025-03-04T20:05:56.9631497Z 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-04T20:05:56.9651681Z copying torch\testing\_internal\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2025-03-04T20:05:56.9657911Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-03-04T20:05:56.9661717Z 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-04T20:05:56.9675609Z 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-04T20:05:56.9687050Z copying torch\testing\_internal\distributed\rpc\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-03-04T20:05:56.9693543Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-03-04T20:05:56.9696660Z 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-04T20:05:56.9708079Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-03-04T20:05:56.9732899Z 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-04T20:05:56.9744763Z copying torch\testing\_internal\distributed\rpc\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-03-04T20:05:56.9751039Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-03-04T20:05:56.9754337Z 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-04T20:05:56.9765103Z 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-04T20:05:56.9782714Z 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-04T20:05:56.9797745Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-04T20:05:56.9801288Z copying torch\testing\_internal\opinfo\definitions\fft.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-04T20:05:56.9817874Z copying torch\testing\_internal\opinfo\definitions\linalg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-04T20:05:56.9877369Z copying torch\testing\_internal\opinfo\definitions\nested.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-04T20:05:56.9905866Z copying torch\testing\_internal\opinfo\definitions\signal.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-04T20:05:56.9916903Z copying torch\testing\_internal\opinfo\definitions\sparse.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-04T20:05:56.9938284Z copying torch\testing\_internal\opinfo\definitions\special.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-04T20:05:56.9965310Z copying torch\testing\_internal\opinfo\definitions\_masked.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-04T20:05:56.9986053Z copying torch\testing\_internal\opinfo\definitions\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-03-04T20:05:56.9992578Z creating build\lib.win-amd64-cpython-39\torch\utils\backcompat 2025-03-04T20:05:56.9995454Z copying torch\utils\backcompat\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\backcompat 2025-03-04T20:05:57.0002098Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark 2025-03-04T20:05:57.0004965Z copying torch\utils\benchmark\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark 2025-03-04T20:05:57.0012419Z creating build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2025-03-04T20:05:57.0015247Z copying torch\utils\bottleneck\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2025-03-04T20:05:57.0019878Z copying torch\utils\bottleneck\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2025-03-04T20:05:57.0032601Z creating build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-04T20:05:57.0035440Z copying torch\utils\data\backward_compatibility.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-04T20:05:57.0040959Z copying torch\utils\data\dataloader.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-04T20:05:57.0080778Z copying torch\utils\data\dataset.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-04T20:05:57.0095777Z copying torch\utils\data\distributed.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-04T20:05:57.0111221Z copying torch\utils\data\graph.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-04T20:05:57.0121645Z copying torch\utils\data\graph_settings.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-04T20:05:57.0138166Z copying torch\utils\data\sampler.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-04T20:05:57.0152225Z copying torch\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-03-04T20:05:57.0163796Z creating build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-03-04T20:05:57.0167028Z copying torch\utils\hipify\constants.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-03-04T20:05:57.0178220Z copying torch\utils\hipify\cuda_to_hip_mappings.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-03-04T20:05:57.0364968Z copying torch\utils\hipify\hipify_python.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-03-04T20:05:57.0392582Z copying torch\utils\hipify\version.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-03-04T20:05:57.0401580Z copying torch\utils\hipify\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-03-04T20:05:57.0408056Z creating build\lib.win-amd64-cpython-39\torch\utils\jit 2025-03-04T20:05:57.0411269Z copying torch\utils\jit\log_extract.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2025-03-04T20:05:57.0421310Z copying torch\utils\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2025-03-04T20:05:57.0427075Z creating build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-03-04T20:05:57.0430382Z copying torch\utils\model_dump\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-03-04T20:05:57.0446021Z copying torch\utils\model_dump\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-03-04T20:05:57.0452344Z creating build\lib.win-amd64-cpython-39\torch\utils\serialization 2025-03-04T20:05:57.0455378Z copying torch\utils\serialization\config.py -> build\lib.win-amd64-cpython-39\torch\utils\serialization 2025-03-04T20:05:57.0460548Z copying torch\utils\serialization\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\serialization 2025-03-04T20:05:57.0468069Z creating build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-04T20:05:57.0471219Z copying torch\utils\tensorboard\summary.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-04T20:05:57.0498354Z copying torch\utils\tensorboard\writer.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-04T20:05:57.0521070Z copying torch\utils\tensorboard\_convert_np.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-04T20:05:57.0531081Z copying torch\utils\tensorboard\_embedding.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-04T20:05:57.0545270Z copying torch\utils\tensorboard\_onnx_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-04T20:05:57.0555671Z copying torch\utils\tensorboard\_proto_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-04T20:05:57.0566706Z copying torch\utils\tensorboard\_pytorch_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-04T20:05:57.0577114Z copying torch\utils\tensorboard\_utils.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-04T20:05:57.0588562Z copying torch\utils\tensorboard\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-03-04T20:05:57.0595390Z creating build\lib.win-amd64-cpython-39\torch\utils\viz 2025-03-04T20:05:57.0598244Z copying torch\utils\viz\_cycles.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2025-03-04T20:05:57.0763397Z copying torch\utils\viz\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2025-03-04T20:05:57.0763996Z creating build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2025-03-04T20:05:57.0764693Z copying torch\utils\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2025-03-04T20:05:57.0773255Z copying torch\utils\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2025-03-04T20:05:57.0780850Z creating build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-04T20:05:57.0784505Z copying torch\utils\_sympy\functions.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-04T20:05:57.0811584Z copying torch\utils\_sympy\interp.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-04T20:05:57.0822794Z copying torch\utils\_sympy\numbers.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-04T20:05:57.0835508Z copying torch\utils\_sympy\printers.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-04T20:05:57.0851876Z copying torch\utils\_sympy\reference.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-04T20:05:57.0874311Z copying torch\utils\_sympy\singleton_int.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-04T20:05:57.0884562Z copying torch\utils\_sympy\solve.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-04T20:05:57.0897274Z copying torch\utils\_sympy\symbol.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-04T20:05:57.0910378Z copying torch\utils\_sympy\value_ranges.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-04T20:05:57.0937397Z copying torch\utils\_sympy\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-03-04T20:05:57.0944157Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-03-04T20:05:57.0947269Z copying torch\utils\benchmark\examples\blas_compare_setup.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-03-04T20:05:57.0957508Z copying torch\utils\benchmark\examples\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-03-04T20:05:57.0969249Z copying torch\utils\benchmark\examples\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-03-04T20:05:57.0979094Z copying torch\utils\benchmark\examples\op_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-03-04T20:05:57.0991845Z copying torch\utils\benchmark\examples\simple_timeit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-03-04T20:05:57.1002312Z copying torch\utils\benchmark\examples\spectral_ops_fuzz_test.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-03-04T20:05:57.1014147Z copying torch\utils\benchmark\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-03-04T20:05:57.1021148Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-03-04T20:05:57.1023386Z copying torch\utils\benchmark\op_fuzzers\binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-03-04T20:05:57.1036509Z copying torch\utils\benchmark\op_fuzzers\sparse_binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-03-04T20:05:57.1047966Z copying torch\utils\benchmark\op_fuzzers\sparse_unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-03-04T20:05:57.1059386Z copying torch\utils\benchmark\op_fuzzers\spectral.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-03-04T20:05:57.1075210Z copying torch\utils\benchmark\op_fuzzers\unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-03-04T20:05:57.1084599Z copying torch\utils\benchmark\op_fuzzers\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-03-04T20:05:57.1091171Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-04T20:05:57.1094106Z copying torch\utils\benchmark\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-04T20:05:57.1105994Z copying torch\utils\benchmark\utils\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-04T20:05:57.1122742Z copying torch\utils\benchmark\utils\compile.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-04T20:05:57.1134192Z copying torch\utils\benchmark\utils\cpp_jit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-04T20:05:57.1145805Z copying torch\utils\benchmark\utils\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-04T20:05:57.1165809Z copying torch\utils\benchmark\utils\sparse_fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-04T20:05:57.1188829Z copying torch\utils\benchmark\utils\timer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-04T20:05:57.1206934Z copying torch\utils\benchmark\utils\_stubs.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-04T20:05:57.1216609Z copying torch\utils\benchmark\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-04T20:05:57.1222430Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-04T20:05:57.1225630Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_interface.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-04T20:05:57.1248609Z copying torch\utils\benchmark\utils\valgrind_wrapper\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-04T20:05:57.1255438Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-04T20:05:57.1258618Z copying torch\utils\data\datapipes\datapipe.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-04T20:05:57.1289796Z copying torch\utils\data\datapipes\gen_pyi.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-04T20:05:57.1301591Z copying torch\utils\data\datapipes\_decorator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-04T20:05:57.1320563Z copying torch\utils\data\datapipes\_hook_iterator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-04T20:05:57.1342278Z copying torch\utils\data\datapipes\_typing.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-04T20:05:57.1371636Z copying torch\utils\data\datapipes\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-04T20:05:57.1378672Z creating build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-03-04T20:05:57.1389632Z copying torch\utils\data\_utils\collate.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-03-04T20:05:57.1403071Z copying torch\utils\data\_utils\fetch.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-03-04T20:05:57.1414166Z copying torch\utils\data\_utils\pin_memory.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-03-04T20:05:57.1426049Z copying torch\utils\data\_utils\signal_handling.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-03-04T20:05:57.1436939Z copying torch\utils\data\_utils\worker.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-03-04T20:05:57.1460189Z copying torch\utils\data\_utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-03-04T20:05:57.1472403Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-03-04T20:05:57.1475481Z copying torch\utils\data\datapipes\dataframe\dataframes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-03-04T20:05:57.1490396Z copying torch\utils\data\datapipes\dataframe\dataframe_wrapper.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-03-04T20:05:57.1501850Z copying torch\utils\data\datapipes\dataframe\datapipes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-03-04T20:05:57.1522264Z copying torch\utils\data\datapipes\dataframe\structures.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-03-04T20:05:57.1532812Z copying torch\utils\data\datapipes\dataframe\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-03-04T20:05:57.1540928Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-04T20:05:57.1543934Z copying torch\utils\data\datapipes\iter\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-04T20:05:57.1560464Z copying torch\utils\data\datapipes\iter\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-04T20:05:57.1571424Z copying torch\utils\data\datapipes\iter\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-04T20:05:57.1591958Z copying torch\utils\data\datapipes\iter\filelister.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-04T20:05:57.1606007Z copying torch\utils\data\datapipes\iter\fileopener.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-04T20:05:57.1618194Z copying torch\utils\data\datapipes\iter\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-04T20:05:57.1631407Z copying torch\utils\data\datapipes\iter\routeddecoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-04T20:05:57.1642232Z copying torch\utils\data\datapipes\iter\selecting.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-04T20:05:57.1653330Z copying torch\utils\data\datapipes\iter\sharding.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-04T20:05:57.1664973Z copying torch\utils\data\datapipes\iter\streamreader.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-04T20:05:57.1676979Z copying torch\utils\data\datapipes\iter\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-04T20:05:57.1687345Z copying torch\utils\data\datapipes\iter\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-03-04T20:05:57.1700977Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-03-04T20:05:57.1704194Z copying torch\utils\data\datapipes\map\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-03-04T20:05:57.1714168Z copying torch\utils\data\datapipes\map\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-03-04T20:05:57.1726205Z copying torch\utils\data\datapipes\map\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-03-04T20:05:57.1736293Z copying torch\utils\data\datapipes\map\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-03-04T20:05:57.1747964Z copying torch\utils\data\datapipes\map\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-03-04T20:05:57.1761709Z copying torch\utils\data\datapipes\map\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-03-04T20:05:57.1768880Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-03-04T20:05:57.1771865Z copying torch\utils\data\datapipes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-03-04T20:05:57.1782901Z copying torch\utils\data\datapipes\utils\decoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-03-04T20:05:57.1794418Z copying torch\utils\data\datapipes\utils\snapshot.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-03-04T20:05:57.1805875Z copying torch\utils\data\datapipes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-03-04T20:05:57.1813110Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-04T20:05:57.1816070Z copying torch\_dynamo\backends\common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-04T20:05:57.1832108Z copying torch\_dynamo\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-04T20:05:57.1845165Z copying torch\_dynamo\backends\debugging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-04T20:05:57.1857212Z copying torch\_dynamo\backends\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-04T20:05:57.1879993Z copying torch\_dynamo\backends\inductor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-04T20:05:57.1890640Z copying torch\_dynamo\backends\onnxrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-04T20:05:57.1903767Z copying torch\_dynamo\backends\registry.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-04T20:05:57.1917470Z copying torch\_dynamo\backends\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-04T20:05:57.1922775Z copying torch\_dynamo\backends\torchxla.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-04T20:05:57.1938190Z copying torch\_dynamo\backends\tvm.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-04T20:05:57.1949562Z copying torch\_dynamo\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-03-04T20:05:57.1956501Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-04T20:05:57.1959541Z copying torch\_dynamo\polyfills\builtins.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-04T20:05:57.1976784Z copying torch\_dynamo\polyfills\functools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-04T20:05:57.1986735Z copying torch\_dynamo\polyfills\fx.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-04T20:05:57.1997317Z copying torch\_dynamo\polyfills\itertools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-04T20:05:57.2013886Z copying torch\_dynamo\polyfills\loader.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-04T20:05:57.2025222Z copying torch\_dynamo\polyfills\operator.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-04T20:05:57.2035356Z copying torch\_dynamo\polyfills\os.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-04T20:05:57.2047089Z copying torch\_dynamo\polyfills\pytree.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-04T20:05:57.2060007Z copying torch\_dynamo\polyfills\sys.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-04T20:05:57.2066074Z copying torch\_dynamo\polyfills\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-03-04T20:05:57.2078147Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-03-04T20:05:57.2081250Z copying torch\_dynamo\repro\after_aot.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-03-04T20:05:57.2115010Z copying torch\_dynamo\repro\after_dynamo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-03-04T20:05:57.2139289Z copying torch\_dynamo\repro\aoti.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-03-04T20:05:57.2158340Z copying torch\_dynamo\repro\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-03-04T20:05:57.2167438Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-04T20:05:57.2170512Z copying torch\_dynamo\variables\base.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-04T20:05:57.2187893Z copying torch\_dynamo\variables\builder.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-04T20:05:57.2255008Z copying torch\_dynamo\variables\builtin.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-04T20:05:57.2306684Z copying torch\_dynamo\variables\constant.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-04T20:05:57.2322159Z copying torch\_dynamo\variables\ctx_manager.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-04T20:05:57.2354679Z copying torch\_dynamo\variables\dicts.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-04T20:05:57.2389081Z copying torch\_dynamo\variables\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-04T20:05:57.2400997Z copying torch\_dynamo\variables\functions.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-04T20:05:57.2443246Z copying torch\_dynamo\variables\higher_order_ops.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-04T20:05:57.2501255Z copying torch\_dynamo\variables\iter.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-04T20:05:57.2516467Z copying torch\_dynamo\variables\lazy.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-04T20:05:57.2531917Z copying torch\_dynamo\variables\lists.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-04T20:05:57.2559982Z copying torch\_dynamo\variables\misc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-04T20:05:57.2599942Z copying torch\_dynamo\variables\nn_module.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-04T20:05:57.2636865Z copying torch\_dynamo\variables\optimizer.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-04T20:05:57.2651424Z copying torch\_dynamo\variables\script_object.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-04T20:05:57.2662725Z copying torch\_dynamo\variables\sdpa.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-04T20:05:57.2674128Z copying torch\_dynamo\variables\tensor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-04T20:05:57.2707964Z copying torch\_dynamo\variables\torch.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-04T20:05:57.2742156Z copying torch\_dynamo\variables\torch_function.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-04T20:05:57.2765926Z copying torch\_dynamo\variables\user_defined.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-04T20:05:57.2801962Z copying torch\_dynamo\variables\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-03-04T20:05:57.2820297Z creating build\lib.win-amd64-cpython-39\torch\_export\db 2025-03-04T20:05:57.2823188Z copying torch\_export\db\case.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-03-04T20:05:57.2834409Z copying torch\_export\db\gen_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-03-04T20:05:57.2839850Z copying torch\_export\db\logging.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-03-04T20:05:57.2856184Z copying torch\_export\db\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-03-04T20:05:57.2865584Z creating build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-04T20:05:57.2869393Z copying torch\_export\passes\add_runtime_assertions_for_constraints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-04T20:05:57.2881733Z copying torch\_export\passes\collect_tracepoints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-04T20:05:57.2893022Z copying torch\_export\passes\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-04T20:05:57.2907716Z copying torch\_export\passes\functionalize_side_effectful_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-04T20:05:57.2918503Z copying torch\_export\passes\insert_custom_op_guards.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-04T20:05:57.2928537Z copying torch\_export\passes\lift_constants_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-04T20:05:57.2940944Z copying torch\_export\passes\remove_runtime_assertions.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-04T20:05:57.2952276Z copying torch\_export\passes\replace_autocast_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-04T20:05:57.2964412Z copying torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-04T20:05:57.2983122Z copying torch\_export\passes\replace_set_grad_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-04T20:05:57.2994121Z copying torch\_export\passes\replace_view_ops_with_view_copy_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-04T20:05:57.3004950Z copying torch\_export\passes\replace_with_hop_pass_util.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-04T20:05:57.3015846Z copying torch\_export\passes\_node_metadata_hook.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-04T20:05:57.3029123Z copying torch\_export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-03-04T20:05:57.3036280Z creating build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-03-04T20:05:57.3039376Z copying torch\_export\pass_infra\node_metadata.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-03-04T20:05:57.3055531Z copying torch\_export\pass_infra\proxy_value.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-03-04T20:05:57.3065146Z copying torch\_export\pass_infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-03-04T20:05:57.3071821Z creating build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-04T20:05:57.3074812Z copying torch\_export\serde\aoti_schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-04T20:05:57.3080323Z copying torch\_export\serde\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-04T20:05:57.3091640Z copying torch\_export\serde\schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-04T20:05:57.3106963Z copying torch\_export\serde\schema_check.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-04T20:05:57.3133398Z copying torch\_export\serde\serialize.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-04T20:05:57.3196759Z copying torch\_export\serde\union.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-04T20:05:57.3208727Z copying torch\_export\serde\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-04T20:05:57.3220722Z creating build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3224005Z copying torch\_export\db\examples\assume_constant_result.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3229999Z copying torch\_export\db\examples\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3242291Z copying torch\_export\db\examples\class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3252349Z copying torch\_export\db\examples\cond_branch_class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3262750Z copying torch\_export\db\examples\cond_branch_nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3274036Z copying torch\_export\db\examples\cond_branch_nonlocal_variables.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3285113Z copying torch\_export\db\examples\cond_closed_over_variable.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3290830Z copying torch\_export\db\examples\cond_operands.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3301862Z copying torch\_export\db\examples\cond_predicate.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3316559Z copying torch\_export\db\examples\constrain_as_size_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3328373Z copying torch\_export\db\examples\constrain_as_value_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3338587Z copying torch\_export\db\examples\decorator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3344466Z copying torch\_export\db\examples\dictionary.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3350459Z copying torch\_export\db\examples\dynamic_shape_assert.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3356598Z copying torch\_export\db\examples\dynamic_shape_constructor.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3362324Z copying torch\_export\db\examples\dynamic_shape_if_guard.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3368439Z copying torch\_export\db\examples\dynamic_shape_map.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3374386Z copying torch\_export\db\examples\dynamic_shape_round.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3384755Z copying torch\_export\db\examples\dynamic_shape_slicing.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3390387Z copying torch\_export\db\examples\dynamic_shape_view.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3396183Z copying torch\_export\db\examples\fn_with_kwargs.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3407118Z copying torch\_export\db\examples\list_contains.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3412689Z copying torch\_export\db\examples\list_unpack.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3418459Z copying torch\_export\db\examples\model_attr_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3428955Z copying torch\_export\db\examples\nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3434997Z copying torch\_export\db\examples\null_context_manager.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3446410Z copying torch\_export\db\examples\optional_input.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3452584Z copying torch\_export\db\examples\pytree_flatten.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3458406Z copying torch\_export\db\examples\scalar_output.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3464924Z copying torch\_export\db\examples\specialized_attribute.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3470808Z copying torch\_export\db\examples\static_for_loop.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3476458Z copying torch\_export\db\examples\static_if.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3482542Z copying torch\_export\db\examples\tensor_setattr.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3488216Z copying torch\_export\db\examples\type_reflection_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3493869Z copying torch\_export\db\examples\unsupported_operator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3505345Z copying torch\_export\db\examples\user_input_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3510889Z copying torch\_export\db\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-03-04T20:05:57.3523265Z creating build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-03-04T20:05:57.3526478Z copying torch\_functorch\_activation_checkpointing\ac_logging_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-03-04T20:05:57.3539486Z copying torch\_functorch\_activation_checkpointing\graph_info_provider.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-03-04T20:05:57.3552058Z copying torch\_functorch\_activation_checkpointing\knapsack.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-03-04T20:05:57.3567214Z copying torch\_functorch\_activation_checkpointing\knapsack_evaluator.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-03-04T20:05:57.3578597Z copying torch\_functorch\_activation_checkpointing\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-03-04T20:05:57.3587510Z creating build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-04T20:05:57.3590933Z copying torch\_functorch\_aot_autograd\autograd_cache.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-04T20:05:57.3613906Z copying torch\_functorch\_aot_autograd\collect_metadata_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-04T20:05:57.3635608Z copying torch\_functorch\_aot_autograd\dispatch_and_compile_graph.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-04T20:05:57.3656427Z copying torch\_functorch\_aot_autograd\functional_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-04T20:05:57.3672285Z copying torch\_functorch\_aot_autograd\input_output_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-04T20:05:57.3687920Z copying torch\_functorch\_aot_autograd\jit_compile_runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-04T20:05:57.3713288Z copying torch\_functorch\_aot_autograd\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-04T20:05:57.3723707Z copying torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-04T20:05:57.3765486Z copying torch\_functorch\_aot_autograd\schemas.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-04T20:05:57.3792849Z copying torch\_functorch\_aot_autograd\subclass_parametrization.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-04T20:05:57.3804275Z copying torch\_functorch\_aot_autograd\subclass_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-04T20:05:57.3820832Z copying torch\_functorch\_aot_autograd\traced_function_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-04T20:05:57.3850722Z copying torch\_functorch\_aot_autograd\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-04T20:05:57.3875663Z copying torch\_functorch\_aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-03-04T20:05:57.3883178Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-03-04T20:05:57.3886569Z copying torch\_inductor\autoheuristic\autoheuristic.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-03-04T20:05:57.3899508Z copying torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-03-04T20:05:57.3911310Z copying torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-03-04T20:05:57.3925816Z copying torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-03-04T20:05:57.3935906Z copying torch\_inductor\autoheuristic\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-03-04T20:05:57.3946359Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.3949507Z copying torch\_inductor\codegen\aoti_hipify_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.3961339Z copying torch\_inductor\codegen\block_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.3971578Z copying torch\_inductor\codegen\common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4008464Z copying torch\_inductor\codegen\cpp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4118116Z copying torch\_inductor\codegen\cpp_bmm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4134217Z copying torch\_inductor\codegen\cpp_flex_attention_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4161581Z copying torch\_inductor\codegen\cpp_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4194383Z copying torch\_inductor\codegen\cpp_grouped_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4209855Z copying torch\_inductor\codegen\cpp_micro_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4238677Z copying torch\_inductor\codegen\cpp_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4249872Z copying torch\_inductor\codegen\cpp_template_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4266779Z copying torch\_inductor\codegen\cpp_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4289163Z copying torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4328814Z copying torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4360445Z copying torch\_inductor\codegen\cpp_wrapper_gpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4379379Z copying torch\_inductor\codegen\cpu_device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4389972Z copying torch\_inductor\codegen\cuda_combined_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4400059Z copying torch\_inductor\codegen\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4413589Z copying torch\_inductor\codegen\halide.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4443018Z copying torch\_inductor\codegen\memory_planning.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4465730Z copying torch\_inductor\codegen\mps.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4480845Z copying torch\_inductor\codegen\mps_device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4486623Z copying torch\_inductor\codegen\multi_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4502950Z copying torch\_inductor\codegen\simd.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4539834Z copying torch\_inductor\codegen\simd_kernel_features.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4555893Z copying torch\_inductor\codegen\triton.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4616499Z copying torch\_inductor\codegen\triton_combo_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4642713Z copying torch\_inductor\codegen\triton_split_scan.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4654658Z copying torch\_inductor\codegen\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4665310Z copying torch\_inductor\codegen\wrapper.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4744717Z copying torch\_inductor\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:05:57.4751236Z creating build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-03-04T20:05:57.4754477Z copying torch\_inductor\compile_worker\subproc_pool.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-03-04T20:05:57.4767188Z copying torch\_inductor\compile_worker\watchdog.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-03-04T20:05:57.4777282Z copying torch\_inductor\compile_worker\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-03-04T20:05:57.4781827Z copying torch\_inductor\compile_worker\__main__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-03-04T20:05:57.4797093Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-04T20:05:57.4800105Z copying torch\_inductor\fx_passes\b2b_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-04T20:05:57.4818065Z copying torch\_inductor\fx_passes\binary_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-04T20:05:57.4837556Z copying torch\_inductor\fx_passes\ddp_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-04T20:05:57.4855505Z copying torch\_inductor\fx_passes\decompose_mem_bound_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-04T20:05:57.4869951Z copying torch\_inductor\fx_passes\dedupe_symint_uses.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-04T20:05:57.4881151Z copying torch\_inductor\fx_passes\efficient_conv_bn_eval.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-04T20:05:57.4891955Z copying torch\_inductor\fx_passes\freezing_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-04T20:05:57.4902084Z copying torch\_inductor\fx_passes\fuse_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-04T20:05:57.4922773Z copying torch\_inductor\fx_passes\group_batch_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-04T20:05:57.4954346Z copying torch\_inductor\fx_passes\joint_graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-04T20:05:57.4970446Z copying torch\_inductor\fx_passes\micro_pipeline_tp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-04T20:05:57.5005602Z copying torch\_inductor\fx_passes\misc_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-04T20:05:57.5016955Z copying torch\_inductor\fx_passes\mkldnn_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-04T20:05:57.5052632Z copying torch\_inductor\fx_passes\numeric_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-04T20:05:57.5062849Z copying torch\_inductor\fx_passes\pad_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-04T20:05:57.5081085Z copying torch\_inductor\fx_passes\post_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-04T20:05:57.5113745Z copying torch\_inductor\fx_passes\pre_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-04T20:05:57.5135836Z copying torch\_inductor\fx_passes\quantization.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-04T20:05:57.5202225Z copying torch\_inductor\fx_passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-04T20:05:57.5219186Z copying torch\_inductor\fx_passes\replace_random.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-04T20:05:57.5234130Z copying torch\_inductor\fx_passes\split_cat.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-04T20:05:57.5278962Z copying torch\_inductor\fx_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-03-04T20:05:57.5287393Z creating build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-04T20:05:57.5290629Z copying torch\_inductor\kernel\bmm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-04T20:05:57.5302159Z copying torch\_inductor\kernel\conv.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-04T20:05:57.5322439Z copying torch\_inductor\kernel\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-04T20:05:57.5369529Z copying torch\_inductor\kernel\flex_decoding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-04T20:05:57.5388625Z copying torch\_inductor\kernel\mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-04T20:05:57.5411909Z copying torch\_inductor\kernel\mm_common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-04T20:05:57.5437903Z copying torch\_inductor\kernel\mm_plus_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-04T20:05:57.5453750Z copying torch\_inductor\kernel\mm_scaled.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-04T20:05:57.5471922Z copying torch\_inductor\kernel\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-03-04T20:05:57.5479180Z creating build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-03-04T20:05:57.5482167Z copying torch\_inductor\package\build_package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-03-04T20:05:57.5487526Z copying torch\_inductor\package\package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-03-04T20:05:57.5499776Z copying torch\_inductor\package\pt2_archive_constants.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-03-04T20:05:57.5505073Z copying torch\_inductor\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-03-04T20:05:57.5513465Z creating build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-04T20:05:57.5516429Z copying torch\_inductor\runtime\autotune_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-04T20:05:57.5533305Z copying torch\_inductor\runtime\benchmarking.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-04T20:05:57.5545146Z copying torch\_inductor\runtime\cache_dir_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-04T20:05:57.5556439Z copying torch\_inductor\runtime\compile_tasks.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-04T20:05:57.5572644Z copying torch\_inductor\runtime\coordinate_descent_tuner.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-04T20:05:57.5593427Z copying torch\_inductor\runtime\halide_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-04T20:05:57.5608146Z copying torch\_inductor\runtime\hints.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-04T20:05:57.5619168Z copying torch\_inductor\runtime\runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-04T20:05:57.5631551Z copying torch\_inductor\runtime\triton_compat.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-04T20:05:57.5643197Z copying torch\_inductor\runtime\triton_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-04T20:05:57.5664843Z copying torch\_inductor\runtime\triton_heuristics.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-04T20:05:57.5727897Z copying torch\_inductor\runtime\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-03-04T20:05:57.5734389Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-03-04T20:05:57.5737778Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-03-04T20:05:57.5748759Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-03-04T20:05:57.5760347Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-03-04T20:05:57.5782525Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-03-04T20:05:57.5811507Z copying torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-03-04T20:05:57.5822849Z copying torch\_inductor\autoheuristic\artifacts\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-03-04T20:05:57.5829790Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-04T20:05:57.5837552Z copying torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-04T20:05:57.5849495Z copying torch\_inductor\codegen\cuda\cuda_env.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-04T20:05:57.5859557Z copying torch\_inductor\codegen\cuda\cuda_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-04T20:05:57.5875784Z copying torch\_inductor\codegen\cuda\cuda_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-04T20:05:57.5890883Z copying torch\_inductor\codegen\cuda\cutlass_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-04T20:05:57.5902616Z copying torch\_inductor\codegen\cuda\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-04T20:05:57.5914032Z copying torch\_inductor\codegen\cuda\gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-04T20:05:57.5949712Z copying torch\_inductor\codegen\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-03-04T20:05:57.5956634Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-04T20:05:57.5959667Z copying torch\_inductor\codegen\rocm\ck_conv_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-04T20:05:57.5976597Z copying torch\_inductor\codegen\rocm\ck_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-04T20:05:57.5989891Z copying torch\_inductor\codegen\rocm\ck_universal_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-04T20:05:57.6017454Z copying torch\_inductor\codegen\rocm\compile_command.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-04T20:05:57.6034526Z copying torch\_inductor\codegen\rocm\rocm_benchmark_request.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-04T20:05:57.6048449Z copying torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-04T20:05:57.6064013Z copying torch\_inductor\codegen\rocm\rocm_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-04T20:05:57.6077715Z copying torch\_inductor\codegen\rocm\rocm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-04T20:05:57.6089479Z copying torch\_inductor\codegen\rocm\rocm_template_buffer.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-04T20:05:57.6100802Z copying torch\_inductor\codegen\rocm\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-03-04T20:05:57.6106755Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2025-03-04T20:05:57.6109985Z copying torch\_inductor\codegen\xpu\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2025-03-04T20:05:57.6121642Z copying torch\_inductor\codegen\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2025-03-04T20:05:57.6127604Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-03-04T20:05:57.6131008Z 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-04T20:05:57.6142526Z 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-04T20:05:57.6152318Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-04T20:05:57.6155635Z copying torch\_inductor\fx_passes\serialized_patterns\addmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-04T20:05:57.6166048Z copying torch\_inductor\fx_passes\serialized_patterns\bmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-04T20:05:57.6176315Z copying torch\_inductor\fx_passes\serialized_patterns\mm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-04T20:05:57.6193551Z 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-04T20:05:57.6205928Z 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-04T20:05:57.6218977Z 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-04T20:05:57.6231679Z 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-04T20:05:57.6243380Z 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-04T20:05:57.6254041Z 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-04T20:05:57.6266511Z 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-04T20:05:57.6284266Z 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-04T20:05:57.6326451Z 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-04T20:05:57.6342549Z 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-04T20:05:57.6368014Z 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-04T20:05:57.6383531Z 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-04T20:05:57.6396098Z 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-04T20:05:57.6407337Z 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-04T20:05:57.6418657Z 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-04T20:05:57.6429696Z 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-04T20:05:57.6447801Z 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-04T20:05:57.6459899Z 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-04T20:05:57.6476337Z 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-04T20:05:57.6495114Z copying torch\_inductor\fx_passes\serialized_patterns\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-03-04T20:05:57.6502384Z creating build\lib.win-amd64-cpython-39\torch\_numpy\testing 2025-03-04T20:05:57.6506650Z copying torch\_numpy\testing\utils.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2025-03-04T20:05:57.6537874Z copying torch\_numpy\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2025-03-04T20:05:57.6544398Z creating build\lib.win-amd64-cpython-39\torch\_refs\linalg 2025-03-04T20:05:57.6547559Z copying torch\_refs\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\linalg 2025-03-04T20:05:57.6558697Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn 2025-03-04T20:05:57.6561530Z copying torch\_refs\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn 2025-03-04T20:05:57.6568119Z creating build\lib.win-amd64-cpython-39\torch\_refs\special 2025-03-04T20:05:57.6576862Z copying torch\_refs\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\special 2025-03-04T20:05:57.6587855Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2025-03-04T20:05:57.6591024Z copying torch\_refs\nn\functional\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2025-03-04T20:05:57.6616621Z creating build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-03-04T20:05:57.6619954Z copying torch\_vendor\packaging\version.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-03-04T20:05:57.6637114Z copying torch\_vendor\packaging\_structures.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-03-04T20:05:57.6651574Z copying torch\_vendor\packaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-03-04T20:05:57.6658183Z creating build\lib.win-amd64-cpython-39\torchgen\aoti 2025-03-04T20:05:57.6661121Z copying torchgen\aoti\fallback_ops.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2025-03-04T20:05:57.6673445Z copying torchgen\aoti\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2025-03-04T20:05:57.6680532Z creating build\lib.win-amd64-cpython-39\torchgen\api 2025-03-04T20:05:57.6683465Z copying torchgen\api\autograd.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-04T20:05:57.6707236Z copying torchgen\api\cpp.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-04T20:05:57.6724191Z copying torchgen\api\dispatcher.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-04T20:05:57.6734280Z copying torchgen\api\functionalization.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-04T20:05:57.6745788Z copying torchgen\api\lazy.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-04T20:05:57.6767877Z copying torchgen\api\meta.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-04T20:05:57.6773048Z copying torchgen\api\native.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-04T20:05:57.6784435Z copying torchgen\api\python.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-04T20:05:57.6814487Z copying torchgen\api\structured.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-04T20:05:57.6828255Z copying torchgen\api\translate.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-04T20:05:57.6845687Z copying torchgen\api\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-04T20:05:57.6858874Z copying torchgen\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-04T20:05:57.6878708Z copying torchgen\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-03-04T20:05:57.6885297Z creating build\lib.win-amd64-cpython-39\torchgen\dest 2025-03-04T20:05:57.6888102Z copying torchgen\dest\lazy_ir.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-03-04T20:05:57.6910111Z copying torchgen\dest\lazy_ts_lowering.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-03-04T20:05:57.6920482Z copying torchgen\dest\native_functions.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-03-04T20:05:57.6931423Z copying torchgen\dest\register_dispatch_key.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-03-04T20:05:57.6962976Z copying torchgen\dest\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-03-04T20:05:57.6979380Z copying torchgen\dest\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-03-04T20:05:57.6990275Z creating build\lib.win-amd64-cpython-39\torchgen\executorch 2025-03-04T20:05:57.6993226Z copying torchgen\executorch\model.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2025-03-04T20:05:57.7004243Z copying torchgen\executorch\parse.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2025-03-04T20:05:57.7014211Z copying torchgen\executorch\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2025-03-04T20:05:57.7020117Z creating build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-03-04T20:05:57.7023201Z copying torchgen\operator_versions\gen_mobile_upgraders.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-03-04T20:05:57.7034474Z copying torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-03-04T20:05:57.7039691Z copying torchgen\operator_versions\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-03-04T20:05:57.7049947Z creating build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-03-04T20:05:57.7052907Z copying torchgen\selective_build\operator.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-03-04T20:05:57.7063503Z copying torchgen\selective_build\selector.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-03-04T20:05:57.7074427Z copying torchgen\selective_build\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-03-04T20:05:57.7080214Z creating build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-03-04T20:05:57.7087635Z copying torchgen\static_runtime\config.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-03-04T20:05:57.7099829Z copying torchgen\static_runtime\generator.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-03-04T20:05:57.7128305Z copying torchgen\static_runtime\gen_static_runtime_ops.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-03-04T20:05:57.7148400Z copying torchgen\static_runtime\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-03-04T20:05:57.7154574Z creating build\lib.win-amd64-cpython-39\torchgen\api\types 2025-03-04T20:05:57.7157663Z copying torchgen\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-03-04T20:05:57.7170464Z copying torchgen\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-03-04T20:05:57.7182781Z copying torchgen\api\types\types_base.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-03-04T20:05:57.7193380Z copying torchgen\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-03-04T20:05:57.7199995Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-03-04T20:05:57.7203081Z copying torchgen\executorch\api\custom_ops.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-03-04T20:05:57.7214313Z copying torchgen\executorch\api\et_cpp.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-03-04T20:05:57.7226591Z copying torchgen\executorch\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-03-04T20:05:57.7236790Z copying torchgen\executorch\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-03-04T20:05:57.7242877Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2025-03-04T20:05:57.7245832Z copying torchgen\executorch\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2025-03-04T20:05:57.7257439Z copying torchgen\executorch\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2025-03-04T20:05:57.7267741Z copying torchgen\executorch\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2025-03-04T20:05:58.2950522Z copying torch\return_types.pyi -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:58.2979887Z copying torch\_VF.pyi -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:58.3560294Z copying torch\py.typed -> build\lib.win-amd64-cpython-39\torch 2025-03-04T20:05:58.3564892Z creating build\lib.win-amd64-cpython-39\torch\bin 2025-03-04T20:05:58.3567818Z copying torch\bin\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-04T20:05:58.3578301Z copying torch\bin\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-04T20:05:58.3627208Z copying torch\bin\FileStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-04T20:05:58.3637935Z copying torch\bin\protoc.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-04T20:05:58.3669633Z copying torch\bin\TCPStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-04T20:05:58.3685253Z copying torch\bin\test_api.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-04T20:05:58.3768957Z copying torch\bin\test_edge_op_registration.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-04T20:05:58.3779070Z copying torch\bin\test_jit.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-04T20:05:58.3833558Z copying torch\bin\test_lazy.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-04T20:05:58.3861106Z copying torch\bin\test_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-04T20:05:58.3917245Z copying torch\bin\tutorial_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-03-04T20:05:58.3924741Z creating build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.3927647Z copying torch\test\apply_utils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.3938135Z copying torch\test\atest.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.3948734Z copying torch\test\backend_fallback_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.3959170Z copying torch\test\basic.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.3974861Z copying torch\test\broadcast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.3984862Z copying torch\test\c10_accumulate_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.3994787Z copying torch\test\c10_ArrayRef_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4004033Z copying torch\test\c10_bfloat16_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4013926Z copying torch\test\c10_Bitset_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4023511Z copying torch\test\c10_bit_cast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4033530Z copying torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4043106Z copying torch\test\c10_complex_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4052895Z copying torch\test\c10_complex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4062813Z copying torch\test\c10_ConstexprCrc_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4072470Z copying torch\test\c10_cow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4082384Z copying torch\test\c10_DeadlockDetection_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4092645Z copying torch\test\c10_DeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4102720Z copying torch\test\c10_Device_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4118089Z copying torch\test\c10_DispatchKeySet_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4128336Z copying torch\test\c10_error_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4138289Z copying torch\test\c10_exception_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4148191Z copying torch\test\c10_flags_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4158528Z copying torch\test\c10_generic_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4168348Z copying torch\test\c10_Half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4178474Z copying torch\test\c10_InlineDeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4188577Z copying torch\test\c10_InlineStreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4203752Z copying torch\test\c10_intrusive_ptr_benchmark.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4213098Z copying torch\test\c10_intrusive_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4229823Z copying torch\test\c10_irange_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4239846Z copying torch\test\c10_lazy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4249665Z copying torch\test\c10_LeftRight_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4259625Z copying torch\test\c10_logging_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4270037Z copying torch\test\c10_Metaprogramming_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4279885Z copying torch\test\c10_NetworkFlow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4290047Z copying torch\test\c10_optional_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4306535Z copying torch\test\c10_ordered_preserving_dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4317186Z copying torch\test\c10_registry_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4326795Z copying torch\test\c10_Scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4336971Z copying torch\test\c10_SizesAndStrides_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4346778Z copying torch\test\c10_small_vector_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4361971Z copying torch\test\c10_ssize_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4371700Z copying torch\test\c10_StreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4381011Z copying torch\test\c10_string_util_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4390781Z copying torch\test\c10_string_view_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4411333Z copying torch\test\c10_SymInt_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4421614Z copying torch\test\c10_Synchronized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4432833Z copying torch\test\c10_tempfile_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4443304Z copying torch\test\c10_ThreadLocal_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4453504Z copying torch\test\c10_typeid_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4463451Z copying torch\test\c10_TypeIndex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4473212Z copying torch\test\c10_TypeList_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4482944Z copying torch\test\c10_TypeTraits_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4498015Z copying torch\test\CppSignature_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4508110Z copying torch\test\cpu_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4518531Z copying torch\test\cpu_generator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4528803Z copying torch\test\cpu_profiling_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4538682Z copying torch\test\cpu_rng_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4551296Z copying torch\test\Dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4562284Z copying torch\test\Dimname_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4572105Z copying torch\test\dispatch_key_set_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4582270Z copying torch\test\dlconvertor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4597218Z copying torch\test\extension_backend_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4607298Z copying torch\test\half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4617225Z copying torch\test\IListRef_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4627898Z copying torch\test\inline_container_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4638580Z copying torch\test\ivalue_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4651052Z copying torch\test\KernelFunction_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4662037Z copying torch\test\kernel_function_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4676292Z copying torch\test\kernel_function_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4693665Z copying torch\test\kernel_lambda_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4708012Z copying torch\test\kernel_lambda_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4721145Z copying torch\test\kernel_stackbased_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4731619Z copying torch\test\lazy_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4741484Z copying torch\test\legacy_vmap_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4753533Z copying torch\test\List_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4766660Z copying torch\test\make_boxed_from_unboxed_functor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4779251Z copying torch\test\math_kernel_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4789124Z copying torch\test\MaybeOwned_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4800459Z copying torch\test\memory_format_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4810993Z copying torch\test\memory_overlapping_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4821121Z copying torch\test\mobile_memory_cleanup.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4831550Z copying torch\test\NamedTensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4841794Z copying torch\test\native_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4852105Z copying torch\test\operators_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4862407Z copying torch\test\operator_name_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4872845Z copying torch\test\op_allowlist_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4888807Z copying torch\test\op_registration_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4913060Z copying torch\test\packedtensoraccessor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4923012Z copying torch\test\pow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4934425Z copying torch\test\quantized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4944483Z copying torch\test\reduce_ops_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4955078Z copying torch\test\reportMemoryUsage_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4964830Z copying torch\test\scalar_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4974860Z copying torch\test\scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4985368Z copying torch\test\StorageUtils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.4995524Z copying torch\test\stride_properties_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.5005501Z copying torch\test\tensor_iterator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.5017147Z copying torch\test\test_parallel.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.5027256Z copying torch\test\thread_init_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.5035242Z copying torch\test\type_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.5044757Z copying torch\test\type_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.5054739Z copying torch\test\undefined_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.5064760Z copying torch\test\verify_api_visibility.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.5072388Z copying torch\test\weakref_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.5090001Z copying torch\test\wrapdim_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.5100071Z copying torch\test\xla_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-03-04T20:05:58.5115660Z creating build\lib.win-amd64-cpython-39\torch\_C 2025-03-04T20:05:58.5116161Z copying torch\_C\_aoti.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-04T20:05:58.5125544Z copying torch\_C\_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-04T20:05:58.5136788Z copying torch\_C\_cpu.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-04T20:05:58.5142947Z copying torch\_C\_cudnn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-04T20:05:58.5148766Z copying torch\_C\_cusparselt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-04T20:05:58.5161914Z copying torch\_C\_distributed_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-04T20:05:58.5173530Z copying torch\_C\_distributed_c10d.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-04T20:05:58.5196903Z copying torch\_C\_distributed_rpc.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-04T20:05:58.5209923Z copying torch\_C\_distributed_rpc_testing.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-04T20:05:58.5226956Z copying torch\_C\_export.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-04T20:05:58.5233178Z copying torch\_C\_functions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-04T20:05:58.5245065Z copying torch\_C\_functorch.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-04T20:05:58.5256901Z copying torch\_C\_instruction_counter.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-04T20:05:58.5263123Z copying torch\_C\_itt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-04T20:05:58.5269445Z copying torch\_C\_lazy.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-04T20:05:58.5281827Z copying torch\_C\_lazy_ts_backend.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-04T20:05:58.5288354Z copying torch\_C\_monitor.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-04T20:05:58.5302273Z copying torch\_C\_nn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-04T20:05:58.5313958Z copying torch\_C\_nvtx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-04T20:05:58.5320195Z copying torch\_C\_onnx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-04T20:05:58.5333043Z copying torch\_C\_profiler.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-04T20:05:58.5346525Z copying torch\_C\_VariableFunctions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-04T20:05:58.5904495Z copying torch\_C\_verbose.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-04T20:05:58.5910776Z copying torch\_C\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-03-04T20:05:58.6116351Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:05:58.6130886Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-04T20:05:58.6147590Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-04T20:05:58.6159712Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-04T20:05:58.6189870Z creating build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:05:58.6192761Z copying torch\lib\shm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:05:58.6199524Z copying torch\lib\shm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:05:58.6205393Z creating build\lib.win-amd64-cpython-39\torch\include 2025-03-04T20:05:58.6208245Z copying torch\include\cpuinfo.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-04T20:05:58.6215699Z copying torch\include\dnnl.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-04T20:05:58.6221752Z copying torch\include\dnnl_config.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-04T20:05:58.6228034Z copying torch\include\dnnl_debug.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-04T20:05:58.6234443Z copying torch\include\dnnl_ocl.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-04T20:05:58.6244970Z copying torch\include\dnnl_sycl.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-04T20:05:58.6251242Z copying torch\include\dnnl_sycl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-04T20:05:58.6257477Z copying torch\include\dnnl_threadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-04T20:05:58.6264232Z copying torch\include\dnnl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-04T20:05:58.6270624Z copying torch\include\dnnl_version.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-04T20:05:58.6277126Z copying torch\include\experiments-config.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-04T20:05:58.6283172Z copying torch\include\fp16.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-04T20:05:58.6289106Z copying torch\include\fxdiv.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-04T20:05:58.6295468Z copying torch\include\libshm.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-04T20:05:58.6301714Z copying torch\include\psimd.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-04T20:05:58.6308582Z copying torch\include\pthreadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-04T20:05:58.6316296Z copying torch\include\sleef.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-04T20:05:58.6325525Z copying torch\include\xnnpack.h -> build\lib.win-amd64-cpython-39\torch\include 2025-03-04T20:05:58.6333173Z creating build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6336012Z copying torch\include\ATen\AccumulateType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6342251Z copying torch\include\ATen\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6348137Z copying torch\include\ATen\ATen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6354475Z copying torch\include\ATen\autocast_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6361260Z copying torch\include\ATen\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6371688Z copying torch\include\ATen\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6377730Z copying torch\include\ATen\BlasBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6383960Z copying torch\include\ATen\CachedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6390210Z copying torch\include\ATen\ceil_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6396302Z copying torch\include\ATen\code_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6402590Z copying torch\include\ATen\CollapseDims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6409064Z copying torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6415506Z copying torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6422836Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6429439Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6436707Z copying torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6444036Z copying torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6452203Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6459942Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6471553Z copying torch\include\ATen\Config.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6477993Z copying torch\include\ATen\Context.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6485482Z copying torch\include\ATen\cpp_custom_type_hack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6492005Z copying torch\include\ATen\CPUApplyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6498735Z copying torch\include\ATen\CPUFixedAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6505086Z copying torch\include\ATen\CPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6511597Z copying torch\include\ATen\CPUFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6518674Z copying torch\include\ATen\CPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6525165Z copying torch\include\ATen\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6531514Z copying torch\include\ATen\CUDAFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6543429Z copying torch\include\ATen\Device.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6549342Z copying torch\include\ATen\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6555608Z copying torch\include\ATen\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6561999Z copying torch\include\ATen\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6567818Z copying torch\include\ATen\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6574728Z copying torch\include\ATen\Dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6581742Z copying torch\include\ATen\Dispatch_v2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6589018Z copying torch\include\ATen\div_rtn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6595003Z copying torch\include\ATen\DLConvertor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6601295Z copying torch\include\ATen\dlpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6607481Z copying torch\include\ATen\DynamicLibrary.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6613893Z copying torch\include\ATen\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6625197Z copying torch\include\ATen\ExpandBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6631534Z copying torch\include\ATen\ExpandUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6638154Z copying torch\include\ATen\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6644420Z copying torch\include\ATen\FunctionalStorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6650825Z copying torch\include\ATen\FunctionalTensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6657475Z copying torch\include\ATen\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6664684Z copying torch\include\ATen\FuncTorchTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6671020Z copying torch\include\ATen\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6676966Z copying torch\include\ATen\InferSize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6687728Z copying torch\include\ATen\InitialTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6696148Z copying torch\include\ATen\jiterator_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6702618Z copying torch\include\ATen\jit_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6708593Z copying torch\include\ATen\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6714932Z copying torch\include\ATen\LegacyBatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6721203Z copying torch\include\ATen\LegacyBatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6727473Z copying torch\include\ATen\LegacyVmapMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6733839Z copying torch\include\ATen\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6740137Z copying torch\include\ATen\LinalgBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6746385Z copying torch\include\ATen\MapAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6753309Z copying torch\include\ATen\MatrixRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6768248Z copying torch\include\ATen\MemoryOverlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6774568Z copying torch\include\ATen\MetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6780863Z copying torch\include\ATen\MetaFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6787221Z copying torch\include\ATen\MethodOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6793788Z copying torch\include\ATen\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6799945Z copying torch\include\ATen\NamedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6806361Z copying torch\include\ATen\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6820666Z copying torch\include\ATen\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6828326Z copying torch\include\ATen\NestedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6839680Z copying torch\include\ATen\NumericUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6846174Z copying torch\include\ATen\OpaqueTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6852591Z copying torch\include\ATen\Operators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6860080Z copying torch\include\ATen\OpMathType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6866586Z copying torch\include\ATen\PadNd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6873233Z copying torch\include\ATen\Parallel-inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6880380Z copying torch\include\ATen\Parallel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6898365Z copying torch\include\ATen\ParallelFuture.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6904891Z copying torch\include\ATen\ParallelNative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6911169Z copying torch\include\ATen\ParallelOpenMP.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6922409Z copying torch\include\ATen\PTThreadPool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6929523Z copying torch\include\ATen\PythonTorchFunctionTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6935890Z copying torch\include\ATen\record_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6948161Z copying torch\include\ATen\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6973761Z copying torch\include\ATen\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6988205Z copying torch\include\ATen\ROCmFABackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.6999001Z copying torch\include\ATen\SavedTensorHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7005210Z copying torch\include\ATen\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7011136Z copying torch\include\ATen\ScalarOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7017319Z copying torch\include\ATen\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7023290Z copying torch\include\ATen\SDPBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7029060Z copying torch\include\ATen\SequenceNumber.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7035187Z copying torch\include\ATen\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7040989Z copying torch\include\ATen\SparseCsrTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7047323Z copying torch\include\ATen\SparseCsrTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7054071Z copying torch\include\ATen\SparseTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7060570Z copying torch\include\ATen\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7066276Z copying torch\include\ATen\StorageUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7077219Z copying torch\include\ATen\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7082894Z copying torch\include\ATen\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7092734Z copying torch\include\ATen\TensorGeometry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7098781Z copying torch\include\ATen\TensorIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7105410Z copying torch\include\ATen\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7112345Z copying torch\include\ATen\TensorIteratorInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7118978Z copying torch\include\ATen\TensorMeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7125158Z copying torch\include\ATen\TensorNames.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7131630Z copying torch\include\ATen\TensorOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7138255Z copying torch\include\ATen\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7144746Z copying torch\include\ATen\TensorSubclassLikeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7151686Z copying torch\include\ATen\TensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7164716Z copying torch\include\ATen\ThreadLocalPythonObjects.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7171078Z copying torch\include\ATen\ThreadLocalState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7177908Z copying torch\include\ATen\TracerMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7184120Z copying torch\include\ATen\TypeDefault.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7190103Z copying torch\include\ATen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7196199Z copying torch\include\ATen\Version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7207249Z copying torch\include\ATen\VmapGeneratedPlumbing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7229121Z copying torch\include\ATen\WrapDimUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7235776Z copying torch\include\ATen\WrapDimUtilsMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-03-04T20:05:58.7241501Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-03-04T20:05:58.7264066Z copying torch\include\ATen\cpu\FlushDenormal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-03-04T20:05:58.7264960Z copying torch\include\ATen\cpu\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-03-04T20:05:58.7265655Z copying torch\include\ATen\cpu\vml.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-03-04T20:05:58.7266263Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-03-04T20:05:58.7267140Z copying torch\include\ATen\cpu\vec\vec128\vec128.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-03-04T20:05:58.7271882Z 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-04T20:05:58.7285211Z copying torch\include\ATen\cpu\vec\vec128\vec128_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-03-04T20:05:58.7291719Z 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-04T20:05:58.7303543Z 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-04T20:05:58.7315648Z 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-04T20:05:58.7321255Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-04T20:05:58.7324490Z 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-04T20:05:58.7331184Z 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-04T20:05:58.7342301Z copying torch\include\ATen\cpu\vec\vec256\vec256.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-04T20:05:58.7348732Z 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-04T20:05:58.7361461Z copying torch\include\ATen\cpu\vec\vec256\vec256_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-04T20:05:58.7368392Z 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-04T20:05:58.7375271Z 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-04T20:05:58.7382619Z copying torch\include\ATen\cpu\vec\vec256\vec256_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-04T20:05:58.7389166Z copying torch\include\ATen\cpu\vec\vec256\vec256_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-04T20:05:58.7395687Z copying torch\include\ATen\cpu\vec\vec256\vec256_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-04T20:05:58.7402600Z copying torch\include\ATen\cpu\vec\vec256\vec256_half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-04T20:05:58.7408989Z copying torch\include\ATen\cpu\vec\vec256\vec256_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-04T20:05:58.7416204Z copying torch\include\ATen\cpu\vec\vec256\vec256_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-04T20:05:58.7429459Z copying torch\include\ATen\cpu\vec\vec256\vec256_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-03-04T20:05:58.7436425Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-04T20:05:58.7439181Z 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-04T20:05:58.7445496Z 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-04T20:05:58.7451889Z 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-04T20:05:58.7464012Z 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-04T20:05:58.7475759Z 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-04T20:05:58.7482692Z 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-04T20:05:58.7489340Z 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-04T20:05:58.7495834Z 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-04T20:05:58.7502286Z 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-04T20:05:58.7508618Z 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-04T20:05:58.7521119Z 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-04T20:05:58.7528339Z 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-04T20:05:58.7535238Z 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-04T20:05:58.7546048Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch 2025-03-04T20:05:58.7548907Z 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-04T20:05:58.7555538Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-04T20:05:58.7558327Z copying torch\include\ATen\cpu\vec\vec512\vec512.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-04T20:05:58.7564793Z copying torch\include\ATen\cpu\vec\vec512\vec512_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-04T20:05:58.7571834Z 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-04T20:05:58.7578487Z 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-04T20:05:58.7592994Z copying torch\include\ATen\cpu\vec\vec512\vec512_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-04T20:05:58.7599677Z copying torch\include\ATen\cpu\vec\vec512\vec512_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-04T20:05:58.7606510Z copying torch\include\ATen\cpu\vec\vec512\vec512_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-04T20:05:58.7617167Z copying torch\include\ATen\cpu\vec\vec512\vec512_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-04T20:05:58.7624546Z copying torch\include\ATen\cpu\vec\vec512\vec512_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-04T20:05:58.7631152Z copying torch\include\ATen\cpu\vec\vec512\vec512_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-03-04T20:05:58.7639128Z copying torch\include\ATen\cpu\vec\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-04T20:05:58.7644959Z copying torch\include\ATen\cpu\vec\functional_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-04T20:05:58.7659936Z copying torch\include\ATen\cpu\vec\functional_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-04T20:05:58.7667370Z copying torch\include\ATen\cpu\vec\intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-04T20:05:58.7673742Z copying torch\include\ATen\cpu\vec\vec.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-04T20:05:58.7680501Z copying torch\include\ATen\cpu\vec\vec_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-04T20:05:58.7686897Z copying torch\include\ATen\cpu\vec\vec_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-04T20:05:58.7693247Z copying torch\include\ATen\cpu\vec\vec_half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-04T20:05:58.7699408Z copying torch\include\ATen\cpu\vec\vec_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-04T20:05:58.7705397Z copying torch\include\ATen\cpu\vec\vec_n.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-03-04T20:05:58.7710697Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-03-04T20:05:58.7713460Z copying torch\include\ATen\cpu\vec\sve\sve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-03-04T20:05:58.7719507Z 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-04T20:05:58.7725593Z copying torch\include\ATen\cpu\vec\sve\vec_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-03-04T20:05:58.7732365Z copying torch\include\ATen\cpu\vec\sve\vec_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-03-04T20:05:58.7749863Z copying torch\include\ATen\cpu\vec\sve\vec_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-03-04T20:05:58.7756602Z copying torch\include\ATen\cpu\vec\sve\vec_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-03-04T20:05:58.7767463Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7770244Z copying torch\include\ATen\core\alias_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7776162Z copying torch\include\ATen\core\Array.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7782022Z copying torch\include\ATen\core\ATenGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7787796Z copying torch\include\ATen\core\ATenOpList.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7799729Z copying torch\include\ATen\core\ATen_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7816684Z copying torch\include\ATen\core\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7823952Z copying torch\include\ATen\core\ATen_pch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7830012Z copying torch\include\ATen\core\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7840605Z copying torch\include\ATen\core\blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7847117Z copying torch\include\ATen\core\builtin_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7853167Z copying torch\include\ATen\core\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7864588Z copying torch\include\ATen\core\CheckMemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7870807Z copying torch\include\ATen\core\class_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7877134Z copying torch\include\ATen\core\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7887704Z copying torch\include\ATen\core\DeprecatedTypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7894622Z copying torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7901114Z copying torch\include\ATen\core\Dict.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7911860Z copying torch\include\ATen\core\Dict_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7918703Z copying torch\include\ATen\core\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7925376Z copying torch\include\ATen\core\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7931902Z copying torch\include\ATen\core\DistributionsHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7939243Z copying torch\include\ATen\core\dynamic_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7950615Z copying torch\include\ATen\core\enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7962886Z copying torch\include\ATen\core\enum_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7969654Z copying torch\include\ATen\core\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7975946Z copying torch\include\ATen\core\function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7986610Z copying torch\include\ATen\core\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.7993250Z copying torch\include\ATen\core\function_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8000057Z copying torch\include\ATen\core\function_schema_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8010290Z copying torch\include\ATen\core\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8016554Z copying torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8022808Z copying torch\include\ATen\core\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8038424Z copying torch\include\ATen\core\IListRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8050002Z copying torch\include\ATen\core\IListRef_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8056855Z copying torch\include\ATen\core\interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8063457Z copying torch\include\ATen\core\interned_strings_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8069638Z copying torch\include\ATen\core\ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8076848Z copying torch\include\ATen\core\ivalue_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8098593Z copying torch\include\ATen\core\ivalue_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8104958Z copying torch\include\ATen\core\jit_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8112536Z copying torch\include\ATen\core\jit_type_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8127407Z copying torch\include\ATen\core\LegacyTypeDispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8133761Z copying torch\include\ATen\core\List.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8140468Z copying torch\include\ATen\core\List_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8147164Z copying torch\include\ATen\core\MT19937RNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8158255Z copying torch\include\ATen\core\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8164733Z copying torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8171101Z copying torch\include\ATen\core\operator_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8177658Z copying torch\include\ATen\core\PhiloxRNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8183940Z copying torch\include\ATen\core\PythonFallbackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8190775Z copying torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8197157Z copying torch\include\ATen\core\qualified_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8203696Z copying torch\include\ATen\core\QuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8210085Z copying torch\include\ATen\core\Range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8216272Z copying torch\include\ATen\core\Reduction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8228717Z copying torch\include\ATen\core\rref_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8235050Z copying torch\include\ATen\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8241051Z copying torch\include\ATen\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8247131Z copying torch\include\ATen\core\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8253798Z copying torch\include\ATen\core\symbol.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8260107Z copying torch\include\ATen\core\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8266777Z copying torch\include\ATen\core\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8273319Z copying torch\include\ATen\core\TensorBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8280446Z copying torch\include\ATen\core\TensorBody.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8289709Z copying torch\include\ATen\core\TorchDispatchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8296308Z copying torch\include\ATen\core\TransformationHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8310928Z copying torch\include\ATen\core\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8316858Z copying torch\include\ATen\core\type_factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8323502Z copying torch\include\ATen\core\type_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8329931Z copying torch\include\ATen\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8336156Z copying torch\include\ATen\core\UnsafeFromTH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8342840Z copying torch\include\ATen\core\VariableHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8349199Z copying torch\include\ATen\core\Variadic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8355545Z copying torch\include\ATen\core\Vitals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-03-04T20:05:58.8360885Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8363839Z copying torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8369976Z copying torch\include\ATen\cuda\AsmUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8376193Z copying torch\include\ATen\cuda\Atomic.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8382775Z copying torch\include\ATen\cuda\cub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8390012Z copying torch\include\ATen\cuda\cub_definitions.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8401821Z copying torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8408971Z copying torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8415413Z copying torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8421684Z copying torch\include\ATen\cuda\DeviceUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8428664Z copying torch\include\ATen\cuda\NumericLimits.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8435021Z copying torch\include\ATen\cuda\PhiloxUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8441619Z copying torch\include\ATen\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8448602Z copying torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8455188Z copying torch\include\ATen\cuda\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8461826Z copying torch\include\ATen\cuda\cub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8468432Z copying torch\include\ATen\cuda\CUDABlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8474942Z copying torch\include\ATen\cuda\CUDAContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8481530Z copying torch\include\ATen\cuda\CUDAContextLight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8488091Z copying torch\include\ATen\cuda\CUDADataType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8494664Z copying torch\include\ATen\cuda\CUDADevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8501113Z copying torch\include\ATen\cuda\CUDAEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8512166Z copying torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8518481Z copying torch\include\ATen\cuda\CUDAGraph.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8525045Z copying torch\include\ATen\cuda\CUDASparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8531397Z copying torch\include\ATen\cuda\CUDASparseBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8537920Z copying torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8544243Z copying torch\include\ATen\cuda\CUDAUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8550433Z copying torch\include\ATen\cuda\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8556575Z copying torch\include\ATen\cuda\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8563156Z copying torch\include\ATen\cuda\jiterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8575922Z copying torch\include\ATen\cuda\jiterator_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8582176Z copying torch\include\ATen\cuda\llvm_jit_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8588312Z copying torch\include\ATen\cuda\PeerToPeerAccess.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8594459Z copying torch\include\ATen\cuda\PhiloxCudaState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8600872Z copying torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8606745Z copying torch\include\ATen\cuda\Sleep.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8612864Z copying torch\include\ATen\cuda\ThrustAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-03-04T20:05:58.8618247Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-04T20:05:58.8621118Z copying torch\include\ATen\cuda\detail\IndexUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-04T20:05:58.8627432Z copying torch\include\ATen\cuda\detail\IntegerDivider.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-04T20:05:58.8633907Z copying torch\include\ATen\cuda\detail\OffsetCalculator.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-04T20:05:58.8645219Z copying torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-04T20:05:58.8651409Z copying torch\include\ATen\cuda\detail\TensorInfo.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-04T20:05:58.8657720Z copying torch\include\ATen\cuda\detail\UnpackRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-04T20:05:58.8663942Z copying torch\include\ATen\cuda\detail\CUDAHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-04T20:05:58.8670260Z copying torch\include\ATen\cuda\detail\DeviceThreadHandles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-04T20:05:58.8676878Z copying torch\include\ATen\cuda\detail\KernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-04T20:05:58.8683102Z copying torch\include\ATen\cuda\detail\LazyNVRTC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-03-04T20:05:58.8688453Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-03-04T20:05:58.8691331Z copying torch\include\ATen\cuda\tunable\GemmCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-03-04T20:05:58.8697842Z copying torch\include\ATen\cuda\tunable\GemmHipblaslt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-03-04T20:05:58.8704717Z copying torch\include\ATen\cuda\tunable\GemmRocblas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-03-04T20:05:58.8711299Z copying torch\include\ATen\cuda\tunable\StreamTimer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-03-04T20:05:58.8722336Z copying torch\include\ATen\cuda\tunable\Tunable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-03-04T20:05:58.8728487Z copying torch\include\ATen\cuda\tunable\TunableGemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-03-04T20:05:58.8734789Z copying torch\include\ATen\cuda\tunable\TunableOp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-03-04T20:05:58.8740492Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-03-04T20:05:58.8743413Z copying torch\include\ATen\cudnn\cudnn-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-03-04T20:05:58.8749279Z copying torch\include\ATen\cudnn\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-03-04T20:05:58.8755705Z copying torch\include\ATen\cudnn\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-03-04T20:05:58.8762135Z copying torch\include\ATen\cudnn\Handles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-03-04T20:05:58.8767865Z copying torch\include\ATen\cudnn\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-03-04T20:05:58.8778175Z copying torch\include\ATen\cudnn\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-03-04T20:05:58.8783613Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-04T20:05:58.8786543Z copying torch\include\ATen\functorch\ADInterpreters.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-04T20:05:58.8793189Z copying torch\include\ATen\functorch\BatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-04T20:05:58.8799594Z copying torch\include\ATen\functorch\BatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-04T20:05:58.8812075Z copying torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-04T20:05:58.8818937Z copying torch\include\ATen\functorch\BatchRulesHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-04T20:05:58.8825553Z copying torch\include\ATen\functorch\DynamicLayer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-04T20:05:58.8832241Z copying torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-04T20:05:58.8838671Z copying torch\include\ATen\functorch\Interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-04T20:05:58.8845364Z copying torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-04T20:05:58.8852101Z copying torch\include\ATen\functorch\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-04T20:05:58.8858629Z copying torch\include\ATen\functorch\PlumbingHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-04T20:05:58.8864975Z copying torch\include\ATen\functorch\TensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-04T20:05:58.8871561Z copying torch\include\ATen\functorch\VmapInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-03-04T20:05:58.8877054Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.8879997Z copying torch\include\ATen\ops\abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.8886232Z copying torch\include\ATen\ops\absolute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.8892840Z copying torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.8899669Z copying torch\include\ATen\ops\absolute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.8916814Z copying torch\include\ATen\ops\absolute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.8923442Z copying torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.8930076Z copying torch\include\ATen\ops\abs_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.8936640Z copying torch\include\ATen\ops\abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.8943022Z copying torch\include\ATen\ops\abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.8949384Z copying torch\include\ATen\ops\abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.8955699Z copying torch\include\ATen\ops\acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.8961987Z copying torch\include\ATen\ops\acosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.8968758Z copying torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.8974878Z copying torch\include\ATen\ops\acosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.8981648Z copying torch\include\ATen\ops\acosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.8987910Z copying torch\include\ATen\ops\acosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.8994352Z copying torch\include\ATen\ops\acosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9000729Z copying torch\include\ATen\ops\acosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9007611Z copying torch\include\ATen\ops\acosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9016599Z copying torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9029193Z copying torch\include\ATen\ops\acos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9035938Z copying torch\include\ATen\ops\acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9042077Z copying torch\include\ATen\ops\acos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9048630Z copying torch\include\ATen\ops\acos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9056195Z copying torch\include\ATen\ops\acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9062888Z copying torch\include\ATen\ops\acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9069388Z copying torch\include\ATen\ops\adaptive_avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9076245Z copying torch\include\ATen\ops\adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9082856Z copying torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9094652Z copying torch\include\ATen\ops\adaptive_avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9101249Z copying torch\include\ATen\ops\adaptive_avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9107626Z copying torch\include\ATen\ops\adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9114670Z copying torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9121181Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9127749Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9134655Z copying torch\include\ATen\ops\adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9141254Z copying torch\include\ATen\ops\adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9153508Z copying torch\include\ATen\ops\adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9160366Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9167159Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9173874Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9180760Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9188276Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9195230Z copying torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9201884Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9209225Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9216150Z copying torch\include\ATen\ops\adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9222984Z copying torch\include\ATen\ops\adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9241275Z copying torch\include\ATen\ops\adaptive_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9248180Z copying torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9254801Z copying torch\include\ATen\ops\adaptive_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9261420Z copying torch\include\ATen\ops\adaptive_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9268101Z copying torch\include\ATen\ops\adaptive_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9275318Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9283102Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9290464Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9297373Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9304324Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9311519Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9323010Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9336149Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9343762Z copying torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9350591Z copying torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9357409Z copying torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9364355Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9371172Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9383745Z copying torch\include\ATen\ops\adaptive_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9390670Z copying torch\include\ATen\ops\adaptive_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9398381Z copying torch\include\ATen\ops\adaptive_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9405133Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9412503Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9425625Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9432400Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9439234Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9446025Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9453163Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9460486Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9467770Z copying torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9474454Z copying torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9481039Z copying torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9487787Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9494635Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9501681Z copying torch\include\ATen\ops\adaptive_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9508270Z copying torch\include\ATen\ops\adaptive_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9514923Z copying torch\include\ATen\ops\add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9521156Z copying torch\include\ATen\ops\addbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9527491Z copying torch\include\ATen\ops\addbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9533864Z copying torch\include\ATen\ops\addbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9540844Z copying torch\include\ATen\ops\addbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9547784Z copying torch\include\ATen\ops\addbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9554622Z copying torch\include\ATen\ops\addbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9561036Z copying torch\include\ATen\ops\addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9567723Z copying torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9573987Z copying torch\include\ATen\ops\addcdiv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9580433Z copying torch\include\ATen\ops\addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9593196Z copying torch\include\ATen\ops\addcdiv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9619015Z copying torch\include\ATen\ops\addcdiv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9625540Z copying torch\include\ATen\ops\addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9632174Z copying torch\include\ATen\ops\addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9638628Z copying torch\include\ATen\ops\addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9645358Z copying torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9652076Z copying torch\include\ATen\ops\addcmul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9658983Z copying torch\include\ATen\ops\addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9665420Z copying torch\include\ATen\ops\addcmul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9672306Z copying torch\include\ATen\ops\addcmul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9678892Z copying torch\include\ATen\ops\addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9685464Z copying torch\include\ATen\ops\addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9691816Z copying torch\include\ATen\ops\addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9698655Z copying torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9704939Z copying torch\include\ATen\ops\addmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9711755Z copying torch\include\ATen\ops\addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9718379Z copying torch\include\ATen\ops\addmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9725310Z copying torch\include\ATen\ops\addmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9731884Z copying torch\include\ATen\ops\addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9738556Z copying torch\include\ATen\ops\addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9745089Z copying torch\include\ATen\ops\addmv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9752028Z copying torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9763109Z copying torch\include\ATen\ops\addmv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9769670Z copying torch\include\ATen\ops\addmv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9776287Z copying torch\include\ATen\ops\addmv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9783225Z copying torch\include\ATen\ops\addmv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9790360Z copying torch\include\ATen\ops\addmv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9796948Z copying torch\include\ATen\ops\addmv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9803698Z copying torch\include\ATen\ops\addr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9810389Z copying torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9817073Z copying torch\include\ATen\ops\addr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9823628Z copying torch\include\ATen\ops\addr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9830334Z copying torch\include\ATen\ops\addr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9837316Z copying torch\include\ATen\ops\addr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9844163Z copying torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9850781Z copying torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9857346Z copying torch\include\ATen\ops\add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9863920Z copying torch\include\ATen\ops\add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9870820Z copying torch\include\ATen\ops\add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9877154Z copying torch\include\ATen\ops\add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9884792Z copying torch\include\ATen\ops\add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9891576Z copying torch\include\ATen\ops\add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9898018Z copying torch\include\ATen\ops\adjoint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9904700Z copying torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9912249Z copying torch\include\ATen\ops\adjoint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9919505Z copying torch\include\ATen\ops\adjoint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9926369Z copying torch\include\ATen\ops\affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9933355Z copying torch\include\ATen\ops\affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9940474Z copying torch\include\ATen\ops\affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9947073Z copying torch\include\ATen\ops\affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9953773Z copying torch\include\ATen\ops\affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9961021Z copying torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9972482Z copying torch\include\ATen\ops\affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9979465Z copying torch\include\ATen\ops\affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9986157Z copying torch\include\ATen\ops\alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9992497Z copying torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:58.9998783Z copying torch\include\ATen\ops\alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0005842Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0012639Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0019423Z copying torch\include\ATen\ops\alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0025991Z copying torch\include\ATen\ops\alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0032767Z copying torch\include\ATen\ops\alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0039071Z copying torch\include\ATen\ops\alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0045605Z copying torch\include\ATen\ops\align_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0051906Z copying torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0058286Z copying torch\include\ATen\ops\align_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0064548Z copying torch\include\ATen\ops\align_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0071129Z copying torch\include\ATen\ops\align_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0078243Z copying torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0084808Z copying torch\include\ATen\ops\align_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0091368Z copying torch\include\ATen\ops\align_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0097909Z copying torch\include\ATen\ops\align_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0104213Z copying torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0110765Z copying torch\include\ATen\ops\align_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0117379Z copying torch\include\ATen\ops\align_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0124021Z copying torch\include\ATen\ops\all.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0130523Z copying torch\include\ATen\ops\allclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0137059Z copying torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0143547Z copying torch\include\ATen\ops\allclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0149992Z copying torch\include\ATen\ops\allclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0156792Z copying torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0163385Z copying torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0170064Z copying torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0176641Z copying torch\include\ATen\ops\all_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0183122Z copying torch\include\ATen\ops\all_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0189431Z copying torch\include\ATen\ops\all_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0195714Z copying torch\include\ATen\ops\all_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0201990Z copying torch\include\ATen\ops\all_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0208765Z copying torch\include\ATen\ops\all_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0216265Z copying torch\include\ATen\ops\alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0222930Z copying torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0229631Z copying torch\include\ATen\ops\alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0241758Z copying torch\include\ATen\ops\alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0248173Z copying torch\include\ATen\ops\amax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0254942Z copying torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0261271Z copying torch\include\ATen\ops\amax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0267673Z copying torch\include\ATen\ops\amax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0274775Z copying torch\include\ATen\ops\amax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0281655Z copying torch\include\ATen\ops\amax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0287985Z copying torch\include\ATen\ops\amax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0294493Z copying torch\include\ATen\ops\amax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0300558Z copying torch\include\ATen\ops\amin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0306796Z copying torch\include\ATen\ops\aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0313941Z copying torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0320231Z copying torch\include\ATen\ops\aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0326726Z copying torch\include\ATen\ops\aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0333274Z copying torch\include\ATen\ops\aminmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0339899Z copying torch\include\ATen\ops\aminmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0346380Z copying torch\include\ATen\ops\aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0352939Z copying torch\include\ATen\ops\aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0360054Z copying torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0366434Z copying torch\include\ATen\ops\amin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0372925Z copying torch\include\ATen\ops\amin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0379616Z copying torch\include\ATen\ops\amin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0386115Z copying torch\include\ATen\ops\amin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0392479Z copying torch\include\ATen\ops\amin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0399036Z copying torch\include\ATen\ops\amin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0405001Z copying torch\include\ATen\ops\and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0412021Z copying torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0418388Z copying torch\include\ATen\ops\and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0424735Z copying torch\include\ATen\ops\and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0431035Z copying torch\include\ATen\ops\angle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0437669Z copying torch\include\ATen\ops\angle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0444264Z copying torch\include\ATen\ops\angle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0450648Z copying torch\include\ATen\ops\angle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0457178Z copying torch\include\ATen\ops\angle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0463553Z copying torch\include\ATen\ops\any.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0470317Z copying torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0476816Z copying torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0483483Z copying torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0490158Z copying torch\include\ATen\ops\any_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0496677Z copying torch\include\ATen\ops\any_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0509543Z copying torch\include\ATen\ops\any_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0516015Z copying torch\include\ATen\ops\any_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0522413Z copying torch\include\ATen\ops\any_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0529334Z copying torch\include\ATen\ops\any_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0535557Z copying torch\include\ATen\ops\arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0542084Z copying torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0548746Z copying torch\include\ATen\ops\arange_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0555621Z copying torch\include\ATen\ops\arange_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0562171Z copying torch\include\ATen\ops\arange_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0568613Z copying torch\include\ATen\ops\arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0575231Z copying torch\include\ATen\ops\arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0581946Z copying torch\include\ATen\ops\arccos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0588088Z copying torch\include\ATen\ops\arccosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0594636Z copying torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0601357Z copying torch\include\ATen\ops\arccosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0607748Z copying torch\include\ATen\ops\arccosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0614526Z copying torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0620955Z copying torch\include\ATen\ops\arccos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0627418Z copying torch\include\ATen\ops\arccos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0634083Z copying torch\include\ATen\ops\arcsin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0640480Z copying torch\include\ATen\ops\arcsinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0647038Z copying torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0653724Z copying torch\include\ATen\ops\arcsinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0660050Z copying torch\include\ATen\ops\arcsinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0666891Z copying torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0673352Z copying torch\include\ATen\ops\arcsin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0679826Z copying torch\include\ATen\ops\arcsin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0686436Z copying torch\include\ATen\ops\arctan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0692616Z copying torch\include\ATen\ops\arctan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0699392Z copying torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0705853Z copying torch\include\ATen\ops\arctan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0712507Z copying torch\include\ATen\ops\arctan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0719577Z copying torch\include\ATen\ops\arctanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0726158Z copying torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0732539Z copying torch\include\ATen\ops\arctanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0739179Z copying torch\include\ATen\ops\arctanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0745914Z copying torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0752758Z copying torch\include\ATen\ops\arctan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0758953Z copying torch\include\ATen\ops\arctan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0765486Z copying torch\include\ATen\ops\argmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0772901Z copying torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0779388Z copying torch\include\ATen\ops\argmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0786175Z copying torch\include\ATen\ops\argmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0792918Z copying torch\include\ATen\ops\argmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0799786Z copying torch\include\ATen\ops\argmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0806357Z copying torch\include\ATen\ops\argmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0812854Z copying torch\include\ATen\ops\argmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0819675Z copying torch\include\ATen\ops\argmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0826683Z copying torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0833231Z copying torch\include\ATen\ops\argmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0840597Z copying torch\include\ATen\ops\argmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0847300Z copying torch\include\ATen\ops\argmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0854435Z copying torch\include\ATen\ops\argmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0861200Z copying torch\include\ATen\ops\argmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0867717Z copying torch\include\ATen\ops\argmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0875224Z copying torch\include\ATen\ops\argsort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0881896Z copying torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0888665Z copying torch\include\ATen\ops\argsort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0895344Z copying torch\include\ATen\ops\argsort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0902300Z copying torch\include\ATen\ops\argwhere.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0909701Z copying torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0916870Z copying torch\include\ATen\ops\argwhere_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0923897Z copying torch\include\ATen\ops\argwhere_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0930612Z copying torch\include\ATen\ops\asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0936876Z copying torch\include\ATen\ops\asinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0944316Z copying torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0951345Z copying torch\include\ATen\ops\asinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0961021Z copying torch\include\ATen\ops\asinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0967773Z copying torch\include\ATen\ops\asinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0973975Z copying torch\include\ATen\ops\asinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0980717Z copying torch\include\ATen\ops\asinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0987284Z copying torch\include\ATen\ops\asinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.0994609Z copying torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1000850Z copying torch\include\ATen\ops\asin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1008049Z copying torch\include\ATen\ops\asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1014699Z copying torch\include\ATen\ops\asin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1021173Z copying torch\include\ATen\ops\asin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1027571Z copying torch\include\ATen\ops\asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1033964Z copying torch\include\ATen\ops\asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1040271Z copying torch\include\ATen\ops\as_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1047091Z copying torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1053733Z copying torch\include\ATen\ops\as_strided_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1061150Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1068128Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1074777Z copying torch\include\ATen\ops\as_strided_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1087758Z copying torch\include\ATen\ops\as_strided_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1094280Z copying torch\include\ATen\ops\as_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1100962Z copying torch\include\ATen\ops\as_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1107513Z copying torch\include\ATen\ops\as_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1114344Z copying torch\include\ATen\ops\as_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1120763Z copying torch\include\ATen\ops\as_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1127362Z copying torch\include\ATen\ops\as_strided_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1134323Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1141065Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1147611Z copying torch\include\ATen\ops\as_strided_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1154592Z copying torch\include\ATen\ops\as_strided_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1161055Z copying torch\include\ATen\ops\atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1167546Z copying torch\include\ATen\ops\atan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1174045Z copying torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1180292Z copying torch\include\ATen\ops\atan2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1187093Z copying torch\include\ATen\ops\atan2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1193425Z copying torch\include\ATen\ops\atan2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1200213Z copying torch\include\ATen\ops\atan2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1206699Z copying torch\include\ATen\ops\atan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1213306Z copying torch\include\ATen\ops\atan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1219843Z copying torch\include\ATen\ops\atanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1226775Z copying torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1233168Z copying torch\include\ATen\ops\atanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1239509Z copying torch\include\ATen\ops\atanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1245889Z copying torch\include\ATen\ops\atanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1252223Z copying torch\include\ATen\ops\atanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1258594Z copying torch\include\ATen\ops\atanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1265578Z copying torch\include\ATen\ops\atanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1272440Z copying torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1278966Z copying torch\include\ATen\ops\atan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1285353Z copying torch\include\ATen\ops\atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1291602Z copying torch\include\ATen\ops\atan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1297798Z copying torch\include\ATen\ops\atan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1304399Z copying torch\include\ATen\ops\atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1311011Z copying torch\include\ATen\ops\atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1317511Z copying torch\include\ATen\ops\atleast_1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1324351Z copying torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1331082Z copying torch\include\ATen\ops\atleast_1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1337283Z copying torch\include\ATen\ops\atleast_1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1343737Z copying torch\include\ATen\ops\atleast_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1351432Z copying torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1358634Z copying torch\include\ATen\ops\atleast_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1365213Z copying torch\include\ATen\ops\atleast_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1371765Z copying torch\include\ATen\ops\atleast_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1379156Z copying torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1385905Z copying torch\include\ATen\ops\atleast_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1392266Z copying torch\include\ATen\ops\atleast_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1398937Z copying torch\include\ATen\ops\avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1406554Z copying torch\include\ATen\ops\avg_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1414010Z copying torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1421130Z copying torch\include\ATen\ops\avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1428404Z copying torch\include\ATen\ops\avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1435234Z copying torch\include\ATen\ops\avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1442028Z copying torch\include\ATen\ops\avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1449117Z copying torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1455956Z copying torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1462959Z copying torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1469468Z copying torch\include\ATen\ops\avg_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1476088Z copying torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1483472Z copying torch\include\ATen\ops\avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1490042Z copying torch\include\ATen\ops\avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1497513Z copying torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1503982Z copying torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1510633Z copying torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1517135Z copying torch\include\ATen\ops\avg_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1523709Z copying torch\include\ATen\ops\avg_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1530225Z copying torch\include\ATen\ops\avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1536705Z copying torch\include\ATen\ops\avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1543328Z copying torch\include\ATen\ops\avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1550253Z copying torch\include\ATen\ops\avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1557310Z copying torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1563717Z copying torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1570418Z copying torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1576797Z copying torch\include\ATen\ops\avg_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1583682Z copying torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1590382Z copying torch\include\ATen\ops\avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1603103Z copying torch\include\ATen\ops\avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1610037Z copying torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1616561Z copying torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1623248Z copying torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1630182Z copying torch\include\ATen\ops\avg_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1637417Z copying torch\include\ATen\ops\avg_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1644029Z copying torch\include\ATen\ops\avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1655425Z copying torch\include\ATen\ops\avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1661892Z copying torch\include\ATen\ops\baddbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1668532Z copying torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1675678Z copying torch\include\ATen\ops\baddbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1682071Z copying torch\include\ATen\ops\baddbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1688769Z copying torch\include\ATen\ops\baddbmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1695484Z copying torch\include\ATen\ops\baddbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1701975Z copying torch\include\ATen\ops\baddbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1708338Z copying torch\include\ATen\ops\baddbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1715010Z copying torch\include\ATen\ops\bartlett_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1722007Z copying torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1728614Z copying torch\include\ATen\ops\bartlett_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1735509Z copying torch\include\ATen\ops\bartlett_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1742094Z copying torch\include\ATen\ops\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1748895Z copying torch\include\ATen\ops\batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1756036Z copying torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1762638Z copying torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1769361Z copying torch\include\ATen\ops\batch_norm_backward_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1776539Z copying torch\include\ATen\ops\batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1783492Z copying torch\include\ATen\ops\batch_norm_backward_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1790423Z copying torch\include\ATen\ops\batch_norm_backward_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1797202Z copying torch\include\ATen\ops\batch_norm_backward_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1803853Z copying torch\include\ATen\ops\batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1811188Z copying torch\include\ATen\ops\batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1818101Z copying torch\include\ATen\ops\batch_norm_backward_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1829859Z copying torch\include\ATen\ops\batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1836844Z copying torch\include\ATen\ops\batch_norm_backward_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1843671Z copying torch\include\ATen\ops\batch_norm_backward_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1850422Z copying torch\include\ATen\ops\batch_norm_backward_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1857861Z copying torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1864483Z copying torch\include\ATen\ops\batch_norm_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1871770Z copying torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1878371Z copying torch\include\ATen\ops\batch_norm_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1885298Z copying torch\include\ATen\ops\batch_norm_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1892251Z copying torch\include\ATen\ops\batch_norm_gather_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1899340Z copying torch\include\ATen\ops\batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1906151Z copying torch\include\ATen\ops\batch_norm_gather_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1913486Z copying torch\include\ATen\ops\batch_norm_gather_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1920877Z copying torch\include\ATen\ops\batch_norm_gather_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1928653Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1936374Z 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-04T20:05:59.1943405Z 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-04T20:05:59.1950489Z 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-04T20:05:59.1957263Z 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-04T20:05:59.1964138Z copying torch\include\ATen\ops\batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1970783Z copying torch\include\ATen\ops\batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1977204Z copying torch\include\ATen\ops\batch_norm_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1984179Z copying torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1991568Z copying torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.1998367Z copying torch\include\ATen\ops\batch_norm_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2005060Z copying torch\include\ATen\ops\batch_norm_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2011782Z copying torch\include\ATen\ops\batch_norm_update_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2023592Z copying torch\include\ATen\ops\batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2030112Z copying torch\include\ATen\ops\batch_norm_update_stats_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2036850Z copying torch\include\ATen\ops\batch_norm_update_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2043659Z copying torch\include\ATen\ops\batch_norm_update_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2050217Z copying torch\include\ATen\ops\batch_norm_update_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2056742Z copying torch\include\ATen\ops\bernoulli.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2063813Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2070581Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2077405Z copying torch\include\ATen\ops\bernoulli_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2084233Z copying torch\include\ATen\ops\bernoulli_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2098663Z copying torch\include\ATen\ops\bernoulli_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2105148Z copying torch\include\ATen\ops\bernoulli_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2111696Z copying torch\include\ATen\ops\bernoulli_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2118251Z copying torch\include\ATen\ops\bilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2124699Z copying torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2131047Z copying torch\include\ATen\ops\bilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2137288Z copying torch\include\ATen\ops\bilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2149927Z copying torch\include\ATen\ops\binary_cross_entropy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2156492Z copying torch\include\ATen\ops\binary_cross_entropy_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2163344Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2174505Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2181183Z copying torch\include\ATen\ops\binary_cross_entropy_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2187739Z copying torch\include\ATen\ops\binary_cross_entropy_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2200939Z copying torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2207822Z copying torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2214666Z copying torch\include\ATen\ops\binary_cross_entropy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2226300Z copying torch\include\ATen\ops\binary_cross_entropy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2233453Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2240622Z 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-04T20:05:59.2247596Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2254465Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2261073Z copying torch\include\ATen\ops\bincount.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2267694Z copying torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2274364Z copying torch\include\ATen\ops\bincount_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2281116Z copying torch\include\ATen\ops\bincount_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2293305Z copying torch\include\ATen\ops\bincount_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2300025Z copying torch\include\ATen\ops\bincount_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2306846Z copying torch\include\ATen\ops\binomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2318518Z copying torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2324970Z copying torch\include\ATen\ops\binomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2332893Z copying torch\include\ATen\ops\binomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2339541Z copying torch\include\ATen\ops\binomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2346268Z copying torch\include\ATen\ops\binomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2353286Z copying torch\include\ATen\ops\bitwise_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2360738Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2367651Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2374232Z copying torch\include\ATen\ops\bitwise_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2381640Z copying torch\include\ATen\ops\bitwise_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2387693Z copying torch\include\ATen\ops\bitwise_and_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2394580Z copying torch\include\ATen\ops\bitwise_and_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2410691Z copying torch\include\ATen\ops\bitwise_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2418112Z copying torch\include\ATen\ops\bitwise_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2425524Z copying torch\include\ATen\ops\bitwise_left_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2432955Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2439796Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2446688Z copying torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2453710Z copying torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2460216Z copying torch\include\ATen\ops\bitwise_left_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2467085Z copying torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2473835Z copying torch\include\ATen\ops\bitwise_left_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2480755Z copying torch\include\ATen\ops\bitwise_left_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2487477Z copying torch\include\ATen\ops\bitwise_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2494425Z copying torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2501019Z copying torch\include\ATen\ops\bitwise_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2507822Z copying torch\include\ATen\ops\bitwise_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2514532Z copying torch\include\ATen\ops\bitwise_not_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2521172Z copying torch\include\ATen\ops\bitwise_not_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2527818Z copying torch\include\ATen\ops\bitwise_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2534301Z copying torch\include\ATen\ops\bitwise_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2541170Z copying torch\include\ATen\ops\bitwise_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2548189Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2554924Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2561518Z copying torch\include\ATen\ops\bitwise_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2568248Z copying torch\include\ATen\ops\bitwise_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2575039Z copying torch\include\ATen\ops\bitwise_or_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2582255Z copying torch\include\ATen\ops\bitwise_or_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2588818Z copying torch\include\ATen\ops\bitwise_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2595515Z copying torch\include\ATen\ops\bitwise_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2602109Z copying torch\include\ATen\ops\bitwise_right_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2609174Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2615977Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2622537Z copying torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2629370Z copying torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2636091Z copying torch\include\ATen\ops\bitwise_right_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2647912Z copying torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2655327Z copying torch\include\ATen\ops\bitwise_right_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2656523Z copying torch\include\ATen\ops\bitwise_right_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2666315Z copying torch\include\ATen\ops\bitwise_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2670417Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2677755Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2684730Z copying torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2691481Z copying torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2698322Z copying torch\include\ATen\ops\bitwise_xor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2705116Z copying torch\include\ATen\ops\bitwise_xor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2711943Z copying torch\include\ATen\ops\bitwise_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2718675Z copying torch\include\ATen\ops\bitwise_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2725522Z copying torch\include\ATen\ops\blackman_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2732794Z copying torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2743974Z copying torch\include\ATen\ops\blackman_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2750805Z copying torch\include\ATen\ops\blackman_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2757590Z copying torch\include\ATen\ops\block_diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2764512Z copying torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2771231Z copying torch\include\ATen\ops\block_diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2777642Z copying torch\include\ATen\ops\block_diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2784422Z copying torch\include\ATen\ops\bmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2791407Z copying torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2798160Z copying torch\include\ATen\ops\bmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2804519Z copying torch\include\ATen\ops\bmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2810982Z copying torch\include\ATen\ops\bmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2817419Z copying torch\include\ATen\ops\bmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2829993Z copying torch\include\ATen\ops\bmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2836477Z copying torch\include\ATen\ops\bmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2842877Z copying torch\include\ATen\ops\broadcast_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2849857Z copying torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2856480Z copying torch\include\ATen\ops\broadcast_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2863030Z copying torch\include\ATen\ops\broadcast_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2869894Z copying torch\include\ATen\ops\broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2877301Z copying torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2884004Z copying torch\include\ATen\ops\broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2890739Z copying torch\include\ATen\ops\broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2897449Z copying torch\include\ATen\ops\bucketize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2904328Z copying torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2911323Z copying torch\include\ATen\ops\bucketize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2918335Z copying torch\include\ATen\ops\bucketize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2925409Z copying torch\include\ATen\ops\bucketize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2932264Z copying torch\include\ATen\ops\bucketize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2939027Z copying torch\include\ATen\ops\can_cast.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2946249Z copying torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2952995Z copying torch\include\ATen\ops\can_cast_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2959495Z copying torch\include\ATen\ops\can_cast_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2965997Z copying torch\include\ATen\ops\cartesian_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2973092Z copying torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2979776Z copying torch\include\ATen\ops\cartesian_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2986134Z copying torch\include\ATen\ops\cartesian_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2992772Z copying torch\include\ATen\ops\cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.2999472Z copying torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3006235Z copying torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3013412Z copying torch\include\ATen\ops\cat_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3025263Z copying torch\include\ATen\ops\cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3031876Z copying torch\include\ATen\ops\cat_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3038319Z copying torch\include\ATen\ops\cat_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3044711Z copying torch\include\ATen\ops\cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3050918Z copying torch\include\ATen\ops\cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3057279Z copying torch\include\ATen\ops\cauchy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3063968Z copying torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3070627Z copying torch\include\ATen\ops\cauchy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3077222Z copying torch\include\ATen\ops\cauchy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3090865Z copying torch\include\ATen\ops\cauchy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3104927Z copying torch\include\ATen\ops\cauchy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3111579Z copying torch\include\ATen\ops\cauchy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3118119Z copying torch\include\ATen\ops\ccol_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3124667Z copying torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3131137Z copying torch\include\ATen\ops\ccol_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3138212Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3145242Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3152110Z copying torch\include\ATen\ops\ccol_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3158765Z copying torch\include\ATen\ops\ccol_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3165657Z copying torch\include\ATen\ops\ccol_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3171990Z copying torch\include\ATen\ops\ccol_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3178835Z copying torch\include\ATen\ops\cdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3185098Z copying torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3191644Z copying torch\include\ATen\ops\cdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3197914Z copying torch\include\ATen\ops\cdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3204385Z copying torch\include\ATen\ops\ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3211051Z copying torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3222326Z copying torch\include\ATen\ops\ceil_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3229448Z copying torch\include\ATen\ops\ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3236038Z copying torch\include\ATen\ops\ceil_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3242835Z copying torch\include\ATen\ops\ceil_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3249451Z copying torch\include\ATen\ops\ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3256077Z copying torch\include\ATen\ops\ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3262528Z copying torch\include\ATen\ops\celu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3269229Z copying torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3276215Z copying torch\include\ATen\ops\celu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3282737Z copying torch\include\ATen\ops\celu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3289291Z copying torch\include\ATen\ops\chain_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3296197Z copying torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3303395Z copying torch\include\ATen\ops\chain_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3309778Z copying torch\include\ATen\ops\chain_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3316360Z copying torch\include\ATen\ops\chalf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3322852Z copying torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3329363Z copying torch\include\ATen\ops\chalf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3335863Z copying torch\include\ATen\ops\chalf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3342586Z copying torch\include\ATen\ops\channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3349475Z copying torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3356314Z copying torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3363001Z copying torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3369765Z copying torch\include\ATen\ops\channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3376631Z copying torch\include\ATen\ops\channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3383262Z copying torch\include\ATen\ops\cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3390275Z copying torch\include\ATen\ops\cholesky_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3397283Z copying torch\include\ATen\ops\cholesky_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3404238Z copying torch\include\ATen\ops\cholesky_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3410967Z copying torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3418551Z copying torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3425387Z copying torch\include\ATen\ops\cholesky_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3432763Z copying torch\include\ATen\ops\cholesky_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3439742Z copying torch\include\ATen\ops\cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3446616Z copying torch\include\ATen\ops\cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3454047Z copying torch\include\ATen\ops\cholesky_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3461118Z copying torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3467921Z copying torch\include\ATen\ops\cholesky_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3474451Z copying torch\include\ATen\ops\cholesky_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3481196Z copying torch\include\ATen\ops\choose_qparams_optimized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3487986Z copying torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3494469Z copying torch\include\ATen\ops\choose_qparams_optimized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3501050Z copying torch\include\ATen\ops\choose_qparams_optimized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3507585Z copying torch\include\ATen\ops\chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3514419Z copying torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3521782Z copying torch\include\ATen\ops\chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3528150Z copying torch\include\ATen\ops\chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3534568Z copying torch\include\ATen\ops\clamp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3541377Z copying torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3547764Z copying torch\include\ATen\ops\clamp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3554095Z copying torch\include\ATen\ops\clamp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3560613Z copying torch\include\ATen\ops\clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3567452Z copying torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3573728Z copying torch\include\ATen\ops\clamp_max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3580285Z copying torch\include\ATen\ops\clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3587107Z copying torch\include\ATen\ops\clamp_max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3594095Z copying torch\include\ATen\ops\clamp_max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3601142Z copying torch\include\ATen\ops\clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3607673Z copying torch\include\ATen\ops\clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3614211Z copying torch\include\ATen\ops\clamp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3620863Z copying torch\include\ATen\ops\clamp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3627453Z copying torch\include\ATen\ops\clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3634419Z copying torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3641121Z copying torch\include\ATen\ops\clamp_min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3647731Z copying torch\include\ATen\ops\clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3654551Z copying torch\include\ATen\ops\clamp_min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3661344Z copying torch\include\ATen\ops\clamp_min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3668425Z copying torch\include\ATen\ops\clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3674879Z copying torch\include\ATen\ops\clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3681473Z copying torch\include\ATen\ops\clamp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3688157Z copying torch\include\ATen\ops\clamp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3694626Z copying torch\include\ATen\ops\clip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3701046Z copying torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3707479Z copying torch\include\ATen\ops\clip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3714259Z copying torch\include\ATen\ops\clip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3720853Z copying torch\include\ATen\ops\clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3727541Z copying torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3733826Z copying torch\include\ATen\ops\clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3740565Z copying torch\include\ATen\ops\clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3747291Z copying torch\include\ATen\ops\coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3753489Z copying torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3759745Z copying torch\include\ATen\ops\coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3766123Z copying torch\include\ATen\ops\coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3772795Z copying torch\include\ATen\ops\col2im.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3779270Z copying torch\include\ATen\ops\col2im_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3785705Z copying torch\include\ATen\ops\col2im_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3792078Z copying torch\include\ATen\ops\col2im_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3798618Z copying torch\include\ATen\ops\col2im_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3805226Z copying torch\include\ATen\ops\column_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3812131Z copying torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3823961Z copying torch\include\ATen\ops\column_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3830556Z copying torch\include\ATen\ops\column_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3837467Z copying torch\include\ATen\ops\col_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3844145Z copying torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3850938Z copying torch\include\ATen\ops\col_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3857860Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3864438Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3870933Z copying torch\include\ATen\ops\col_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3877410Z copying torch\include\ATen\ops\col_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3883870Z copying torch\include\ATen\ops\col_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3890292Z copying torch\include\ATen\ops\col_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3896591Z copying torch\include\ATen\ops\combinations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3903210Z copying torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3909459Z copying torch\include\ATen\ops\combinations_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3915954Z copying torch\include\ATen\ops\combinations_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3922163Z copying torch\include\ATen\ops\complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3928444Z copying torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3934778Z copying torch\include\ATen\ops\complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3942805Z copying torch\include\ATen\ops\complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3950177Z copying torch\include\ATen\ops\complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3957365Z copying torch\include\ATen\ops\complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3964034Z copying torch\include\ATen\ops\concat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3971107Z copying torch\include\ATen\ops\concatenate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3978588Z copying torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3985811Z copying torch\include\ATen\ops\concatenate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.3993187Z copying torch\include\ATen\ops\concatenate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4000704Z copying torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4007245Z copying torch\include\ATen\ops\concat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4013997Z copying torch\include\ATen\ops\concat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4020634Z copying torch\include\ATen\ops\conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4026931Z copying torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4033188Z copying torch\include\ATen\ops\conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4039116Z copying torch\include\ATen\ops\conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4045942Z copying torch\include\ATen\ops\conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4052680Z copying torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4059339Z copying torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4065858Z copying torch\include\ATen\ops\conj_physical_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4072715Z copying torch\include\ATen\ops\conj_physical_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4079339Z copying torch\include\ATen\ops\conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4085919Z copying torch\include\ATen\ops\conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4092609Z copying torch\include\ATen\ops\constant_pad_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4099745Z copying torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4106062Z copying torch\include\ATen\ops\constant_pad_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4112562Z copying torch\include\ATen\ops\constant_pad_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4119081Z copying torch\include\ATen\ops\contiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4132871Z copying torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4139302Z copying torch\include\ATen\ops\contiguous_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4145806Z copying torch\include\ATen\ops\contiguous_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4152374Z copying torch\include\ATen\ops\conv1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4159385Z copying torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4165478Z copying torch\include\ATen\ops\conv1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4171928Z copying torch\include\ATen\ops\conv1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4178525Z copying torch\include\ATen\ops\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4185458Z copying torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4192261Z copying torch\include\ATen\ops\conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4198954Z copying torch\include\ATen\ops\conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4205199Z copying torch\include\ATen\ops\conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4211824Z copying torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4218110Z copying torch\include\ATen\ops\conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4224542Z copying torch\include\ATen\ops\conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4231105Z copying torch\include\ATen\ops\convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4238142Z copying torch\include\ATen\ops\convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4245449Z copying torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4252863Z copying torch\include\ATen\ops\convolution_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4260901Z copying torch\include\ATen\ops\convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4268170Z copying torch\include\ATen\ops\convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4275824Z copying torch\include\ATen\ops\convolution_backward_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4283044Z copying torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4289726Z copying torch\include\ATen\ops\convolution_backward_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4296566Z copying torch\include\ATen\ops\convolution_backward_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4303793Z copying torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4310303Z copying torch\include\ATen\ops\convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4317446Z copying torch\include\ATen\ops\convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4324112Z copying torch\include\ATen\ops\convolution_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4331403Z copying torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4338088Z copying torch\include\ATen\ops\convolution_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4344879Z copying torch\include\ATen\ops\convolution_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4351944Z copying torch\include\ATen\ops\conv_depthwise3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4358894Z copying torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4365761Z copying torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4372417Z copying torch\include\ATen\ops\conv_depthwise3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4379094Z copying torch\include\ATen\ops\conv_depthwise3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4385601Z copying torch\include\ATen\ops\conv_tbc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4391896Z copying torch\include\ATen\ops\conv_tbc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4398738Z copying torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4405349Z copying torch\include\ATen\ops\conv_tbc_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4412102Z copying torch\include\ATen\ops\conv_tbc_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4419223Z copying torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4425997Z copying torch\include\ATen\ops\conv_tbc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4432675Z copying torch\include\ATen\ops\conv_tbc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4439192Z copying torch\include\ATen\ops\conv_transpose1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4446107Z copying torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4452604Z copying torch\include\ATen\ops\conv_transpose1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4459342Z copying torch\include\ATen\ops\conv_transpose1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4466169Z copying torch\include\ATen\ops\conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4473495Z copying torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4479914Z copying torch\include\ATen\ops\conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4486519Z copying torch\include\ATen\ops\conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4493209Z copying torch\include\ATen\ops\conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4500198Z copying torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4512247Z copying torch\include\ATen\ops\conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4518935Z copying torch\include\ATen\ops\conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4525495Z copying torch\include\ATen\ops\copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4532055Z copying torch\include\ATen\ops\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4539808Z copying torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4547027Z copying torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4554349Z copying torch\include\ATen\ops\copysign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4561732Z copying torch\include\ATen\ops\copysign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4568964Z copying torch\include\ATen\ops\copysign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4576307Z copying torch\include\ATen\ops\copysign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4583142Z copying torch\include\ATen\ops\copysign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4589900Z copying torch\include\ATen\ops\copysign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4596970Z copying torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4603512Z copying torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4609957Z copying torch\include\ATen\ops\copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4616117Z copying torch\include\ATen\ops\copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4623196Z copying torch\include\ATen\ops\copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4629392Z copying torch\include\ATen\ops\copy_sparse_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4636716Z copying torch\include\ATen\ops\copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4643485Z copying torch\include\ATen\ops\copy_sparse_to_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4650275Z copying torch\include\ATen\ops\copy_sparse_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4657496Z copying torch\include\ATen\ops\copy_sparse_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4664166Z copying torch\include\ATen\ops\corrcoef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4670838Z copying torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4677542Z copying torch\include\ATen\ops\corrcoef_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4684199Z copying torch\include\ATen\ops\corrcoef_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4690947Z copying torch\include\ATen\ops\cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4697303Z copying torch\include\ATen\ops\cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4704445Z copying torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4711183Z copying torch\include\ATen\ops\cosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4717725Z copying torch\include\ATen\ops\cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4724557Z copying torch\include\ATen\ops\cosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4731399Z copying torch\include\ATen\ops\cosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4738083Z copying torch\include\ATen\ops\cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4744299Z copying torch\include\ATen\ops\cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4750756Z copying torch\include\ATen\ops\cosine_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4757702Z copying torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4764602Z copying torch\include\ATen\ops\cosine_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4772462Z copying torch\include\ATen\ops\cosine_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4779913Z copying torch\include\ATen\ops\cosine_similarity.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4788425Z copying torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4796423Z copying torch\include\ATen\ops\cosine_similarity_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4803968Z copying torch\include\ATen\ops\cosine_similarity_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4811511Z copying torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4817981Z copying torch\include\ATen\ops\cos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4824464Z copying torch\include\ATen\ops\cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4831196Z copying torch\include\ATen\ops\cos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4837921Z copying torch\include\ATen\ops\cos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4844331Z copying torch\include\ATen\ops\cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4850730Z copying torch\include\ATen\ops\cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4857012Z copying torch\include\ATen\ops\count_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4864054Z copying torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4870943Z copying torch\include\ATen\ops\count_nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4878044Z copying torch\include\ATen\ops\count_nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4884751Z copying torch\include\ATen\ops\count_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4891404Z copying torch\include\ATen\ops\count_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4897936Z copying torch\include\ATen\ops\cov.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4904451Z copying torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4910979Z copying torch\include\ATen\ops\cov_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4917282Z copying torch\include\ATen\ops\cov_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4923925Z copying torch\include\ATen\ops\cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4930779Z copying torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4936981Z copying torch\include\ATen\ops\cross_entropy_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4944038Z copying torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4950524Z copying torch\include\ATen\ops\cross_entropy_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4957292Z copying torch\include\ATen\ops\cross_entropy_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4963853Z copying torch\include\ATen\ops\cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4970170Z copying torch\include\ATen\ops\cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4976902Z copying torch\include\ATen\ops\crow_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4983713Z copying torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4990322Z copying torch\include\ATen\ops\crow_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.4997606Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5004646Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5011375Z copying torch\include\ATen\ops\crow_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5018284Z copying torch\include\ATen\ops\crow_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5025762Z copying torch\include\ATen\ops\crow_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5032763Z copying torch\include\ATen\ops\crow_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5039839Z copying torch\include\ATen\ops\ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5046943Z copying torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5053700Z copying torch\include\ATen\ops\ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5060127Z copying torch\include\ATen\ops\ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5066849Z copying torch\include\ATen\ops\cudnn_affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5207699Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5214855Z 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-04T20:05:59.5221721Z 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-04T20:05:59.5228878Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5236035Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5243268Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5250475Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5257478Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5264782Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5271701Z copying torch\include\ATen\ops\cudnn_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5278565Z copying torch\include\ATen\ops\cudnn_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5285825Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5292963Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5304784Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5312178Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5319345Z copying torch\include\ATen\ops\cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5326322Z copying torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5333376Z copying torch\include\ATen\ops\cudnn_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5340391Z copying torch\include\ATen\ops\cudnn_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5347261Z copying torch\include\ATen\ops\cudnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5354854Z copying torch\include\ATen\ops\cudnn_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5362031Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5368668Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5375246Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5381840Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5388566Z copying torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5395629Z copying torch\include\ATen\ops\cudnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5402215Z copying torch\include\ATen\ops\cudnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5432869Z copying torch\include\ATen\ops\cudnn_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5439972Z copying torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5446893Z copying torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5453586Z copying torch\include\ATen\ops\cudnn_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5460637Z copying torch\include\ATen\ops\cudnn_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5467752Z copying torch\include\ATen\ops\cudnn_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5474883Z copying torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5481769Z copying torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5488783Z copying torch\include\ATen\ops\cudnn_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5496332Z copying torch\include\ATen\ops\cudnn_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5503977Z copying torch\include\ATen\ops\cudnn_grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5512688Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5520806Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5527831Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5534845Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5543131Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5550351Z copying torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5556959Z copying torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5563448Z copying torch\include\ATen\ops\cudnn_grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5569937Z copying torch\include\ATen\ops\cudnn_grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5576733Z copying torch\include\ATen\ops\cudnn_is_acceptable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5583952Z copying torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5590900Z copying torch\include\ATen\ops\cudnn_is_acceptable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5597454Z copying torch\include\ATen\ops\cudnn_is_acceptable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5604074Z copying torch\include\ATen\ops\cummax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5610680Z copying torch\include\ATen\ops\cummaxmin_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5617579Z copying torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5624247Z copying torch\include\ATen\ops\cummaxmin_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5631038Z copying torch\include\ATen\ops\cummaxmin_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5638733Z copying torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5651591Z copying torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5657970Z copying torch\include\ATen\ops\cummax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5665340Z copying torch\include\ATen\ops\cummax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5671372Z copying torch\include\ATen\ops\cummin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5677882Z copying torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5684814Z copying torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5691132Z copying torch\include\ATen\ops\cummin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5697639Z copying torch\include\ATen\ops\cummin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5704280Z copying torch\include\ATen\ops\cumprod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5710788Z copying torch\include\ATen\ops\cumprod_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5717520Z copying torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5723890Z copying torch\include\ATen\ops\cumprod_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5730451Z copying torch\include\ATen\ops\cumprod_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5737431Z copying torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5744370Z copying torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5751094Z copying torch\include\ATen\ops\cumprod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5758090Z copying torch\include\ATen\ops\cumprod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5764355Z copying torch\include\ATen\ops\cumprod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5771140Z copying torch\include\ATen\ops\cumprod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5778014Z copying torch\include\ATen\ops\cumprod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5784479Z copying torch\include\ATen\ops\cumprod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5790976Z copying torch\include\ATen\ops\cumsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5797579Z copying torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5803881Z copying torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5810177Z copying torch\include\ATen\ops\cumsum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5816904Z copying torch\include\ATen\ops\cumsum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5823830Z copying torch\include\ATen\ops\cumsum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5830644Z copying torch\include\ATen\ops\cumsum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5837893Z copying torch\include\ATen\ops\cumsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5844345Z copying torch\include\ATen\ops\cumsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5851124Z copying torch\include\ATen\ops\cumulative_trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5857802Z copying torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5872301Z copying torch\include\ATen\ops\cumulative_trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5879468Z copying torch\include\ATen\ops\cumulative_trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5885896Z copying torch\include\ATen\ops\data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5892058Z copying torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5898373Z copying torch\include\ATen\ops\data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5905090Z copying torch\include\ATen\ops\data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5911486Z copying torch\include\ATen\ops\deg2rad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5918002Z copying torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5924341Z copying torch\include\ATen\ops\deg2rad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5931400Z copying torch\include\ATen\ops\deg2rad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5938539Z copying torch\include\ATen\ops\dense_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5945871Z copying torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5953048Z copying torch\include\ATen\ops\dense_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5959921Z copying torch\include\ATen\ops\dense_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5966684Z copying torch\include\ATen\ops\dequantize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5973726Z copying torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5980610Z copying torch\include\ATen\ops\dequantize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5987244Z copying torch\include\ATen\ops\dequantize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.5994096Z copying torch\include\ATen\ops\dequantize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6000713Z copying torch\include\ATen\ops\dequantize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6007510Z copying torch\include\ATen\ops\det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6013614Z copying torch\include\ATen\ops\detach.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6020143Z copying torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6026665Z copying torch\include\ATen\ops\detach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6033871Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6040661Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6047181Z copying torch\include\ATen\ops\detach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6053715Z copying torch\include\ATen\ops\detach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6060207Z copying torch\include\ATen\ops\detach_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6066519Z copying torch\include\ATen\ops\detach_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6073458Z copying torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6080243Z copying torch\include\ATen\ops\det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6086581Z copying torch\include\ATen\ops\det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6092822Z copying torch\include\ATen\ops\diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6099082Z copying torch\include\ATen\ops\diagflat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6105473Z copying torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6111993Z copying torch\include\ATen\ops\diagflat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6118357Z copying torch\include\ATen\ops\diagflat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6124941Z copying torch\include\ATen\ops\diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6131546Z copying torch\include\ATen\ops\diagonal_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6138528Z copying torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6145054Z copying torch\include\ATen\ops\diagonal_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6151864Z copying torch\include\ATen\ops\diagonal_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6158712Z copying torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6165422Z copying torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6172162Z copying torch\include\ATen\ops\diagonal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6179227Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6186048Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6192695Z copying torch\include\ATen\ops\diagonal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6199763Z copying torch\include\ATen\ops\diagonal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6207076Z copying torch\include\ATen\ops\diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6213478Z copying torch\include\ATen\ops\diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6220283Z copying torch\include\ATen\ops\diagonal_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6227314Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6234155Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6240855Z copying torch\include\ATen\ops\diagonal_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6248248Z copying torch\include\ATen\ops\diagonal_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6255521Z copying torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6263105Z copying torch\include\ATen\ops\diag_embed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6271007Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6278498Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6285541Z copying torch\include\ATen\ops\diag_embed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6292146Z copying torch\include\ATen\ops\diag_embed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6298774Z copying torch\include\ATen\ops\diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6305303Z copying torch\include\ATen\ops\diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6318169Z copying torch\include\ATen\ops\diff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6325016Z copying torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6331512Z copying torch\include\ATen\ops\diff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6338071Z copying torch\include\ATen\ops\diff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6344450Z copying torch\include\ATen\ops\digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6351672Z copying torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6357979Z copying torch\include\ATen\ops\digamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6364812Z copying torch\include\ATen\ops\digamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6371716Z copying torch\include\ATen\ops\digamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6378183Z copying torch\include\ATen\ops\digamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6384966Z copying torch\include\ATen\ops\digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6391703Z copying torch\include\ATen\ops\digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6398267Z copying torch\include\ATen\ops\dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6404629Z copying torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6412351Z copying torch\include\ATen\ops\dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6418714Z copying torch\include\ATen\ops\dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6430204Z copying torch\include\ATen\ops\div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6436472Z copying torch\include\ATen\ops\divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6443333Z copying torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6449842Z copying torch\include\ATen\ops\divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6456189Z copying torch\include\ATen\ops\divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6463127Z copying torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6469666Z copying torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6476353Z copying torch\include\ATen\ops\div_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6482882Z copying torch\include\ATen\ops\div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6489293Z copying torch\include\ATen\ops\div_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6495841Z copying torch\include\ATen\ops\div_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6502190Z copying torch\include\ATen\ops\div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6508706Z copying torch\include\ATen\ops\div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6515214Z copying torch\include\ATen\ops\dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6522176Z copying torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6528486Z copying torch\include\ATen\ops\dot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6535323Z copying torch\include\ATen\ops\dot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6541714Z copying torch\include\ATen\ops\dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6548100Z copying torch\include\ATen\ops\dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6554542Z copying torch\include\ATen\ops\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6561119Z copying torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6567433Z copying torch\include\ATen\ops\dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6573750Z copying torch\include\ATen\ops\dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6580118Z copying torch\include\ATen\ops\dsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6587055Z copying torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6593601Z copying torch\include\ATen\ops\dsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6600018Z copying torch\include\ATen\ops\dsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6606384Z copying torch\include\ATen\ops\dstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6612979Z copying torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6619340Z copying torch\include\ATen\ops\dstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6625494Z copying torch\include\ATen\ops\dstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6632060Z copying torch\include\ATen\ops\einsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6638947Z copying torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6645302Z copying torch\include\ATen\ops\einsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6651754Z copying torch\include\ATen\ops\einsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6658111Z copying torch\include\ATen\ops\elu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6664409Z copying torch\include\ATen\ops\elu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6671401Z copying torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6677877Z copying torch\include\ATen\ops\elu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6684578Z copying torch\include\ATen\ops\elu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6690882Z copying torch\include\ATen\ops\elu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6697532Z copying torch\include\ATen\ops\elu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6704122Z copying torch\include\ATen\ops\elu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6710503Z copying torch\include\ATen\ops\elu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6717670Z copying torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6724098Z copying torch\include\ATen\ops\elu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6730559Z copying torch\include\ATen\ops\elu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6736996Z copying torch\include\ATen\ops\elu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6743222Z copying torch\include\ATen\ops\elu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6749907Z copying torch\include\ATen\ops\elu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6756381Z copying torch\include\ATen\ops\elu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6762796Z copying torch\include\ATen\ops\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6769574Z copying torch\include\ATen\ops\embedding_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6776722Z copying torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6783668Z copying torch\include\ATen\ops\embedding_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6790225Z copying torch\include\ATen\ops\embedding_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6797113Z copying torch\include\ATen\ops\embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6804202Z copying torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6810891Z copying torch\include\ATen\ops\embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6817602Z copying torch\include\ATen\ops\embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6824776Z copying torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6832166Z copying torch\include\ATen\ops\embedding_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6839315Z copying torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6846100Z copying torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6852970Z copying torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6860184Z copying torch\include\ATen\ops\embedding_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6867070Z copying torch\include\ATen\ops\embedding_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6873783Z copying torch\include\ATen\ops\embedding_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6885742Z copying torch\include\ATen\ops\embedding_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6892512Z copying torch\include\ATen\ops\embedding_renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6899728Z copying torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6906671Z copying torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6921296Z copying torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6928571Z copying torch\include\ATen\ops\embedding_renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6935393Z copying torch\include\ATen\ops\embedding_renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6942354Z copying torch\include\ATen\ops\embedding_renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6954964Z copying torch\include\ATen\ops\embedding_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6962164Z copying torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6968932Z copying torch\include\ATen\ops\embedding_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6976125Z copying torch\include\ATen\ops\embedding_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6982882Z copying torch\include\ATen\ops\empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6989458Z copying torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.6996392Z copying torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7002805Z copying torch\include\ATen\ops\empty_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7009787Z copying torch\include\ATen\ops\empty_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7016387Z copying torch\include\ATen\ops\empty_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7023229Z copying torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7029960Z copying torch\include\ATen\ops\empty_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7036828Z copying torch\include\ATen\ops\empty_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7043529Z copying torch\include\ATen\ops\empty_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7050150Z copying torch\include\ATen\ops\empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7056656Z copying torch\include\ATen\ops\empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7068457Z copying torch\include\ATen\ops\empty_permuted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7075347Z copying torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7082071Z copying torch\include\ATen\ops\empty_permuted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7088685Z copying torch\include\ATen\ops\empty_permuted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7095559Z copying torch\include\ATen\ops\empty_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7102883Z copying torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7109308Z copying torch\include\ATen\ops\empty_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7115638Z copying torch\include\ATen\ops\empty_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7121990Z copying torch\include\ATen\ops\empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7128861Z copying torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7135221Z copying torch\include\ATen\ops\empty_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7141585Z copying torch\include\ATen\ops\empty_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7148098Z copying torch\include\ATen\ops\empty_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7154600Z copying torch\include\ATen\ops\empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7161012Z copying torch\include\ATen\ops\empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7167421Z copying torch\include\ATen\ops\eq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7183877Z copying torch\include\ATen\ops\equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7190125Z copying torch\include\ATen\ops\equal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7196895Z copying torch\include\ATen\ops\equal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7203342Z copying torch\include\ATen\ops\equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7209873Z copying torch\include\ATen\ops\equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7216604Z copying torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7223200Z copying torch\include\ATen\ops\eq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7229870Z copying torch\include\ATen\ops\eq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7242025Z copying torch\include\ATen\ops\eq_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7248333Z copying torch\include\ATen\ops\eq_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7254895Z copying torch\include\ATen\ops\eq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7261266Z copying torch\include\ATen\ops\eq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7273271Z copying torch\include\ATen\ops\erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7279550Z copying torch\include\ATen\ops\erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7286310Z copying torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7303506Z copying torch\include\ATen\ops\erfc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7314946Z copying torch\include\ATen\ops\erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7321572Z copying torch\include\ATen\ops\erfc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7328001Z copying torch\include\ATen\ops\erfc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7334583Z copying torch\include\ATen\ops\erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7346166Z copying torch\include\ATen\ops\erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7352807Z copying torch\include\ATen\ops\erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7359729Z copying torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7366302Z copying torch\include\ATen\ops\erfinv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7378290Z copying torch\include\ATen\ops\erfinv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7384937Z copying torch\include\ATen\ops\erfinv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7391679Z copying torch\include\ATen\ops\erfinv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7398417Z copying torch\include\ATen\ops\erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7405389Z copying torch\include\ATen\ops\erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7412540Z copying torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7419092Z copying torch\include\ATen\ops\erf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7425718Z copying torch\include\ATen\ops\erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7438580Z copying torch\include\ATen\ops\erf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7445399Z copying torch\include\ATen\ops\erf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7452084Z copying torch\include\ATen\ops\erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7459601Z copying torch\include\ATen\ops\erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7466614Z copying torch\include\ATen\ops\exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7473566Z copying torch\include\ATen\ops\exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7481207Z copying torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7487774Z copying torch\include\ATen\ops\exp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7494636Z copying torch\include\ATen\ops\exp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7501441Z copying torch\include\ATen\ops\exp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7507920Z copying torch\include\ATen\ops\exp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7514539Z copying torch\include\ATen\ops\exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7521255Z copying torch\include\ATen\ops\exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7527516Z copying torch\include\ATen\ops\expand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7533884Z copying torch\include\ATen\ops\expand_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7540710Z copying torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7547429Z copying torch\include\ATen\ops\expand_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7553848Z copying torch\include\ATen\ops\expand_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7560585Z copying torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7567157Z copying torch\include\ATen\ops\expand_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7579112Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7585815Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7592535Z copying torch\include\ATen\ops\expand_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7599504Z copying torch\include\ATen\ops\expand_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7606074Z copying torch\include\ATen\ops\expand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7612489Z copying torch\include\ATen\ops\expand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7618996Z copying torch\include\ATen\ops\expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7625602Z copying torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7632232Z copying torch\include\ATen\ops\expm1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7638818Z copying torch\include\ATen\ops\expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7645493Z copying torch\include\ATen\ops\expm1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7651873Z copying torch\include\ATen\ops\expm1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7658467Z copying torch\include\ATen\ops\expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7665503Z copying torch\include\ATen\ops\expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7672228Z copying torch\include\ATen\ops\exponential.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7679542Z copying torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7686447Z copying torch\include\ATen\ops\exponential_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7692987Z copying torch\include\ATen\ops\exponential_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7700095Z copying torch\include\ATen\ops\exponential_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7706344Z copying torch\include\ATen\ops\exponential_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7713000Z copying torch\include\ATen\ops\exponential_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7719942Z copying torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7732398Z copying torch\include\ATen\ops\exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7738849Z copying torch\include\ATen\ops\exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7745073Z copying torch\include\ATen\ops\exp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7751712Z copying torch\include\ATen\ops\exp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7758451Z copying torch\include\ATen\ops\exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7764812Z copying torch\include\ATen\ops\exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7778430Z copying torch\include\ATen\ops\eye.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7785029Z copying torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7791626Z copying torch\include\ATen\ops\eye_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7797993Z copying torch\include\ATen\ops\eye_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7812361Z copying torch\include\ATen\ops\eye_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7818902Z copying torch\include\ATen\ops\eye_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7825394Z copying torch\include\ATen\ops\eye_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7831954Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7838741Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7845725Z 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-04T20:05:59.7852860Z 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-04T20:05:59.7859867Z 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-04T20:05:59.7866783Z 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-04T20:05:59.7873807Z 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-04T20:05:59.7880631Z 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-04T20:05:59.7887917Z 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-04T20:05:59.7894461Z 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-04T20:05:59.7901030Z 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-04T20:05:59.7907901Z 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-04T20:05:59.7914689Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7922119Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7929075Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7935773Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.7942691Z 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-04T20:05:59.7950002Z 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-04T20:05:59.7957446Z 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-04T20:05:59.7964615Z 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-04T20:05:59.7972004Z 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-04T20:05:59.7984461Z 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-04T20:05:59.7992630Z 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-04T20:05:59.8000284Z 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-04T20:05:59.8008330Z 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-04T20:05:59.8027413Z 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-04T20:05:59.8034521Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8041864Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8048581Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8055713Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8063485Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8070566Z 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-04T20:05:59.8077637Z 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-04T20:05:59.8089764Z 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-04T20:05:59.8096612Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8103694Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8117386Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8125896Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8132567Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8144284Z 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-04T20:05:59.8146180Z 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-04T20:05:59.8153234Z 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-04T20:05:59.8177628Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8178566Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8179474Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8181119Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8187659Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8194694Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8201410Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8208735Z 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-04T20:05:59.8215383Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8221926Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8228645Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8236098Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8242824Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8249554Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8256414Z copying torch\include\ATen\ops\feature_alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8263628Z copying torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8270307Z copying torch\include\ATen\ops\feature_alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8277404Z copying torch\include\ATen\ops\feature_alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8284468Z copying torch\include\ATen\ops\feature_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8291666Z copying torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8298346Z copying torch\include\ATen\ops\feature_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8305193Z copying torch\include\ATen\ops\feature_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8311981Z copying torch\include\ATen\ops\fft_fft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8323775Z copying torch\include\ATen\ops\fft_fft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8330606Z copying torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8337131Z copying torch\include\ATen\ops\fft_fft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8343833Z copying torch\include\ATen\ops\fft_fft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8351004Z copying torch\include\ATen\ops\fft_fftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8357976Z copying torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8364814Z copying torch\include\ATen\ops\fft_fftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8371504Z copying torch\include\ATen\ops\fft_fftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8386655Z copying torch\include\ATen\ops\fft_fftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8393656Z copying torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8400403Z copying torch\include\ATen\ops\fft_fftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8407125Z copying torch\include\ATen\ops\fft_fftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8418855Z copying torch\include\ATen\ops\fft_fftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8426083Z copying torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8433015Z copying torch\include\ATen\ops\fft_fftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8439465Z copying torch\include\ATen\ops\fft_fftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8451507Z copying torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8458655Z copying torch\include\ATen\ops\fft_fft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8466055Z copying torch\include\ATen\ops\fft_fft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8473203Z copying torch\include\ATen\ops\fft_hfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8489095Z copying torch\include\ATen\ops\fft_hfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8496360Z copying torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8502536Z copying torch\include\ATen\ops\fft_hfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8509432Z copying torch\include\ATen\ops\fft_hfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8521695Z copying torch\include\ATen\ops\fft_hfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8528647Z copying torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8535026Z copying torch\include\ATen\ops\fft_hfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8541749Z copying torch\include\ATen\ops\fft_hfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8553294Z copying torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8559673Z copying torch\include\ATen\ops\fft_hfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8566232Z copying torch\include\ATen\ops\fft_hfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8572868Z copying torch\include\ATen\ops\fft_ifft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8579113Z copying torch\include\ATen\ops\fft_ifft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8586124Z copying torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8592656Z copying torch\include\ATen\ops\fft_ifft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8599125Z copying torch\include\ATen\ops\fft_ifft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8605951Z copying torch\include\ATen\ops\fft_ifftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8612876Z copying torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8619578Z copying torch\include\ATen\ops\fft_ifftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8626302Z copying torch\include\ATen\ops\fft_ifftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8632941Z copying torch\include\ATen\ops\fft_ifftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8639799Z copying torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8646321Z copying torch\include\ATen\ops\fft_ifftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8652607Z copying torch\include\ATen\ops\fft_ifftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8659728Z copying torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8666320Z copying torch\include\ATen\ops\fft_ifft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8673102Z copying torch\include\ATen\ops\fft_ifft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8679668Z copying torch\include\ATen\ops\fft_ihfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8686103Z copying torch\include\ATen\ops\fft_ihfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8693043Z copying torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8699599Z copying torch\include\ATen\ops\fft_ihfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8706076Z copying torch\include\ATen\ops\fft_ihfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8713384Z copying torch\include\ATen\ops\fft_ihfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8720478Z copying torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8726794Z copying torch\include\ATen\ops\fft_ihfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8733109Z copying torch\include\ATen\ops\fft_ihfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8739890Z copying torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8751837Z copying torch\include\ATen\ops\fft_ihfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8758438Z copying torch\include\ATen\ops\fft_ihfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8765174Z copying torch\include\ATen\ops\fft_irfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8772306Z copying torch\include\ATen\ops\fft_irfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8779156Z copying torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8785829Z copying torch\include\ATen\ops\fft_irfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8792686Z copying torch\include\ATen\ops\fft_irfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8799414Z copying torch\include\ATen\ops\fft_irfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8806665Z copying torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8813445Z copying torch\include\ATen\ops\fft_irfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8820167Z copying torch\include\ATen\ops\fft_irfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8827530Z copying torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8834585Z copying torch\include\ATen\ops\fft_irfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8841385Z copying torch\include\ATen\ops\fft_irfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8848206Z copying torch\include\ATen\ops\fft_rfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8854672Z copying torch\include\ATen\ops\fft_rfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8861652Z copying torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8868352Z copying torch\include\ATen\ops\fft_rfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8875408Z copying torch\include\ATen\ops\fft_rfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8886683Z copying torch\include\ATen\ops\fft_rfftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8893829Z copying torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8901574Z copying torch\include\ATen\ops\fft_rfftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8907370Z copying torch\include\ATen\ops\fft_rfftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8914262Z copying torch\include\ATen\ops\fft_rfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8921369Z copying torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8928395Z copying torch\include\ATen\ops\fft_rfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8935086Z copying torch\include\ATen\ops\fft_rfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8942121Z copying torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8948712Z copying torch\include\ATen\ops\fft_rfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8956317Z copying torch\include\ATen\ops\fft_rfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8963460Z copying torch\include\ATen\ops\fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8975334Z copying torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8981985Z copying torch\include\ATen\ops\fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8988923Z copying torch\include\ATen\ops\fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.8995841Z copying torch\include\ATen\ops\fill_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9007069Z copying torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9013683Z copying torch\include\ATen\ops\fill_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9020004Z copying torch\include\ATen\ops\fill_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9026648Z copying torch\include\ATen\ops\fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9049680Z copying torch\include\ATen\ops\fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9056324Z copying torch\include\ATen\ops\fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9062622Z copying torch\include\ATen\ops\fix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9069187Z copying torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9083626Z copying torch\include\ATen\ops\fix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9090112Z copying torch\include\ATen\ops\fix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9096531Z copying torch\include\ATen\ops\flatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9103629Z copying torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9115066Z copying torch\include\ATen\ops\flatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9122236Z copying torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9128994Z copying torch\include\ATen\ops\flatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9135833Z copying torch\include\ATen\ops\flatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9147842Z copying torch\include\ATen\ops\flatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9154699Z copying torch\include\ATen\ops\flatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9161398Z copying torch\include\ATen\ops\flip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9167816Z copying torch\include\ATen\ops\fliplr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9178765Z copying torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9185859Z copying torch\include\ATen\ops\fliplr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9192594Z copying torch\include\ATen\ops\fliplr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9199226Z copying torch\include\ATen\ops\flipud.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9210808Z copying torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9217290Z copying torch\include\ATen\ops\flipud_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9224055Z copying torch\include\ATen\ops\flipud_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9232069Z copying torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9244807Z copying torch\include\ATen\ops\flip_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9251473Z copying torch\include\ATen\ops\flip_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9258340Z copying torch\include\ATen\ops\flip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9265171Z copying torch\include\ATen\ops\flip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9271895Z copying torch\include\ATen\ops\float_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9278874Z copying torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9285455Z copying torch\include\ATen\ops\float_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9292085Z copying torch\include\ATen\ops\float_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9303494Z copying torch\include\ATen\ops\floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9310440Z copying torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9317192Z copying torch\include\ATen\ops\floor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9323903Z copying torch\include\ATen\ops\floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9335742Z copying torch\include\ATen\ops\floor_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9342725Z copying torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9349523Z copying torch\include\ATen\ops\floor_divide_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9357117Z copying torch\include\ATen\ops\floor_divide_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9368754Z copying torch\include\ATen\ops\floor_divide_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9375202Z copying torch\include\ATen\ops\floor_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9381930Z copying torch\include\ATen\ops\floor_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9388728Z copying torch\include\ATen\ops\floor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9400398Z copying torch\include\ATen\ops\floor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9413339Z copying torch\include\ATen\ops\floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9420070Z copying torch\include\ATen\ops\floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9426864Z copying torch\include\ATen\ops\fmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9438971Z copying torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9445702Z copying torch\include\ATen\ops\fmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9452313Z copying torch\include\ATen\ops\fmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9458774Z copying torch\include\ATen\ops\fmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9475808Z copying torch\include\ATen\ops\fmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9482324Z copying torch\include\ATen\ops\fmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9488720Z copying torch\include\ATen\ops\fmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9495127Z copying torch\include\ATen\ops\fmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9505975Z copying torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9512549Z copying torch\include\ATen\ops\fmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9519164Z copying torch\include\ATen\ops\fmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9526202Z copying torch\include\ATen\ops\fmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9552988Z copying torch\include\ATen\ops\fmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9559357Z copying torch\include\ATen\ops\fmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9565822Z copying torch\include\ATen\ops\fmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9572313Z copying torch\include\ATen\ops\fmod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9583547Z copying torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9590210Z copying torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9596747Z copying torch\include\ATen\ops\fmod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9603239Z copying torch\include\ATen\ops\fmod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9614255Z copying torch\include\ATen\ops\fmod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9620790Z copying torch\include\ATen\ops\fmod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9627689Z copying torch\include\ATen\ops\fmod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9634083Z copying torch\include\ATen\ops\fmod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9648681Z copying torch\include\ATen\ops\frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9655108Z copying torch\include\ATen\ops\fractional_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9661694Z copying torch\include\ATen\ops\fractional_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9668786Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9675596Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9682665Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9689518Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9696229Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9703061Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9709782Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9717248Z copying torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9723866Z copying torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9736298Z copying torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9742982Z copying torch\include\ATen\ops\fractional_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9750049Z copying torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9756945Z copying torch\include\ATen\ops\fractional_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9768888Z copying torch\include\ATen\ops\fractional_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9775443Z copying torch\include\ATen\ops\fractional_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9782319Z copying torch\include\ATen\ops\fractional_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9789091Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9800649Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9807524Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9814549Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9821694Z copying torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9833147Z copying torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9839965Z copying torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9846624Z copying torch\include\ATen\ops\fractional_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9853593Z copying torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9868258Z copying torch\include\ATen\ops\fractional_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9875217Z copying torch\include\ATen\ops\fractional_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9882392Z copying torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9889058Z copying torch\include\ATen\ops\frac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9900963Z copying torch\include\ATen\ops\frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9907619Z copying torch\include\ATen\ops\frac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9914924Z copying torch\include\ATen\ops\frac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9921336Z copying torch\include\ATen\ops\frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9932615Z copying torch\include\ATen\ops\frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9938885Z copying torch\include\ATen\ops\frexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9945515Z copying torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9952140Z copying torch\include\ATen\ops\frexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9958836Z copying torch\include\ATen\ops\frexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9966217Z copying torch\include\ATen\ops\frexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9974168Z copying torch\include\ATen\ops\frexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9982542Z copying torch\include\ATen\ops\frobenius_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9991793Z copying torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:05:59.9997626Z copying torch\include\ATen\ops\frobenius_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0004740Z copying torch\include\ATen\ops\frobenius_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0011680Z copying torch\include\ATen\ops\from_blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0018330Z copying torch\include\ATen\ops\from_file.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0025391Z copying torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0032473Z copying torch\include\ATen\ops\from_file_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0040155Z copying torch\include\ATen\ops\from_file_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0052555Z copying torch\include\ATen\ops\from_file_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0059255Z copying torch\include\ATen\ops\full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0065805Z copying torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0072633Z copying torch\include\ATen\ops\full_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0084332Z copying torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0091040Z copying torch\include\ATen\ops\full_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0097603Z copying torch\include\ATen\ops\full_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0104112Z copying torch\include\ATen\ops\full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0110719Z copying torch\include\ATen\ops\full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0117511Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0125120Z 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-04T20:06:00.0131912Z 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-04T20:06:00.0139258Z 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-04T20:06:00.0145806Z copying torch\include\ATen\ops\gather.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0152215Z copying torch\include\ATen\ops\gather_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0159064Z copying torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0171459Z copying torch\include\ATen\ops\gather_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0178181Z copying torch\include\ATen\ops\gather_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0185287Z copying torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0192988Z copying torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0199388Z copying torch\include\ATen\ops\gather_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0206080Z copying torch\include\ATen\ops\gather_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0212632Z copying torch\include\ATen\ops\gather_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0219244Z copying torch\include\ATen\ops\gather_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0226521Z copying torch\include\ATen\ops\gather_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0233425Z copying torch\include\ATen\ops\gather_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0240043Z copying torch\include\ATen\ops\gcd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0246661Z copying torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0253166Z copying torch\include\ATen\ops\gcd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0260063Z copying torch\include\ATen\ops\gcd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0266365Z copying torch\include\ATen\ops\gcd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0272522Z copying torch\include\ATen\ops\gcd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0279078Z copying torch\include\ATen\ops\gcd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0285512Z copying torch\include\ATen\ops\gcd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0291865Z copying torch\include\ATen\ops\ge.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0302254Z copying torch\include\ATen\ops\gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0305082Z copying torch\include\ATen\ops\gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0312204Z copying torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0318718Z copying torch\include\ATen\ops\gelu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0325503Z copying torch\include\ATen\ops\gelu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0332404Z copying torch\include\ATen\ops\gelu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0339361Z copying torch\include\ATen\ops\gelu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0346095Z copying torch\include\ATen\ops\gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0352705Z copying torch\include\ATen\ops\gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0359764Z copying torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0366106Z copying torch\include\ATen\ops\gelu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0372674Z copying torch\include\ATen\ops\gelu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0384345Z copying torch\include\ATen\ops\gelu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0391143Z copying torch\include\ATen\ops\gelu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0397952Z copying torch\include\ATen\ops\gelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0404494Z copying torch\include\ATen\ops\gelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0410758Z copying torch\include\ATen\ops\geometric.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0417628Z copying torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0424216Z copying torch\include\ATen\ops\geometric_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0431241Z copying torch\include\ATen\ops\geometric_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0438304Z copying torch\include\ATen\ops\geometric_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0445201Z copying torch\include\ATen\ops\geometric_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0451800Z copying torch\include\ATen\ops\geometric_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0458615Z copying torch\include\ATen\ops\geqrf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0465778Z copying torch\include\ATen\ops\geqrf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0473487Z copying torch\include\ATen\ops\geqrf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0481122Z copying torch\include\ATen\ops\geqrf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0488565Z copying torch\include\ATen\ops\geqrf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0496064Z copying torch\include\ATen\ops\ger.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0503876Z copying torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0510632Z copying torch\include\ATen\ops\ger_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0517153Z copying torch\include\ATen\ops\ger_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0524037Z copying torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0530561Z copying torch\include\ATen\ops\ge_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0537138Z copying torch\include\ATen\ops\ge_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0543933Z copying torch\include\ATen\ops\ge_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0551023Z copying torch\include\ATen\ops\ge_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0557467Z copying torch\include\ATen\ops\ge_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0564035Z copying torch\include\ATen\ops\ge_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0570165Z copying torch\include\ATen\ops\glu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0576659Z copying torch\include\ATen\ops\glu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0583204Z copying torch\include\ATen\ops\glu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0594922Z copying torch\include\ATen\ops\glu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0601218Z copying torch\include\ATen\ops\glu_backward_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0608240Z copying torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0615130Z copying torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0622015Z copying torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0628566Z copying torch\include\ATen\ops\glu_backward_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0635633Z copying torch\include\ATen\ops\glu_backward_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0642502Z copying torch\include\ATen\ops\glu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0649350Z copying torch\include\ATen\ops\glu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0656675Z copying torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0663296Z copying torch\include\ATen\ops\glu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0669884Z copying torch\include\ATen\ops\glu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0676729Z copying torch\include\ATen\ops\glu_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0683392Z copying torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0690179Z copying torch\include\ATen\ops\glu_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0696990Z copying torch\include\ATen\ops\glu_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0704143Z copying torch\include\ATen\ops\glu_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0710725Z copying torch\include\ATen\ops\glu_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0717741Z copying torch\include\ATen\ops\glu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0724087Z copying torch\include\ATen\ops\glu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0730884Z copying torch\include\ATen\ops\glu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0737437Z copying torch\include\ATen\ops\glu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0744062Z copying torch\include\ATen\ops\gradient.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0751003Z copying torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0757858Z copying torch\include\ATen\ops\gradient_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0764756Z copying torch\include\ATen\ops\gradient_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0771596Z copying torch\include\ATen\ops\greater.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0778577Z copying torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0785343Z copying torch\include\ATen\ops\greater_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0797257Z copying torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0804148Z copying torch\include\ATen\ops\greater_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0811010Z copying torch\include\ATen\ops\greater_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0818089Z copying torch\include\ATen\ops\greater_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0825066Z copying torch\include\ATen\ops\greater_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0832409Z copying torch\include\ATen\ops\grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0839056Z copying torch\include\ATen\ops\grid_sampler_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0845834Z copying torch\include\ATen\ops\grid_sampler_2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0853050Z copying torch\include\ATen\ops\grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0860010Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0867325Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0874290Z copying torch\include\ATen\ops\grid_sampler_2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0881170Z copying torch\include\ATen\ops\grid_sampler_2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0888604Z copying torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0895677Z copying torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0902615Z copying torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0909697Z copying torch\include\ATen\ops\grid_sampler_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0916889Z copying torch\include\ATen\ops\grid_sampler_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0923744Z copying torch\include\ATen\ops\grid_sampler_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0930706Z copying torch\include\ATen\ops\grid_sampler_3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0937921Z copying torch\include\ATen\ops\grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0945033Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0952126Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0963942Z copying torch\include\ATen\ops\grid_sampler_3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0970956Z copying torch\include\ATen\ops\grid_sampler_3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0978199Z copying torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0985136Z copying torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0992206Z copying torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.0999327Z copying torch\include\ATen\ops\grid_sampler_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1006403Z copying torch\include\ATen\ops\grid_sampler_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1013496Z copying torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1020240Z copying torch\include\ATen\ops\grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1026814Z copying torch\include\ATen\ops\grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1033618Z copying torch\include\ATen\ops\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1040493Z copying torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1047383Z copying torch\include\ATen\ops\group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1054058Z copying torch\include\ATen\ops\group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1060675Z copying torch\include\ATen\ops\gru.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1067002Z copying torch\include\ATen\ops\gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1073732Z copying torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1080286Z copying torch\include\ATen\ops\gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1086978Z copying torch\include\ATen\ops\gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1093871Z copying torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1100647Z copying torch\include\ATen\ops\gru_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1107232Z copying torch\include\ATen\ops\gru_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1113668Z copying torch\include\ATen\ops\gt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1120489Z copying torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1127291Z copying torch\include\ATen\ops\gt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1133783Z copying torch\include\ATen\ops\gt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1140373Z copying torch\include\ATen\ops\gt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1146968Z copying torch\include\ATen\ops\gt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1153812Z copying torch\include\ATen\ops\gt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1160179Z copying torch\include\ATen\ops\gt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1166541Z copying torch\include\ATen\ops\hamming_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1173428Z copying torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1179926Z copying torch\include\ATen\ops\hamming_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1186343Z copying torch\include\ATen\ops\hamming_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1193126Z copying torch\include\ATen\ops\hann_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1199931Z copying torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1206705Z copying torch\include\ATen\ops\hann_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1213655Z copying torch\include\ATen\ops\hann_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1220326Z copying torch\include\ATen\ops\hardshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1227085Z copying torch\include\ATen\ops\hardshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1234442Z copying torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1241058Z copying torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1248067Z copying torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1255328Z copying torch\include\ATen\ops\hardshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1262284Z copying torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1269215Z copying torch\include\ATen\ops\hardshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1276286Z copying torch\include\ATen\ops\hardshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1283567Z copying torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1290379Z copying torch\include\ATen\ops\hardshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1297723Z copying torch\include\ATen\ops\hardshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1304393Z copying torch\include\ATen\ops\hardshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1311753Z copying torch\include\ATen\ops\hardshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1318449Z copying torch\include\ATen\ops\hardshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1325882Z copying torch\include\ATen\ops\hardshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1332729Z copying torch\include\ATen\ops\hardsigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1339533Z copying torch\include\ATen\ops\hardsigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1347050Z copying torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1359107Z copying torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1365997Z copying torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1372901Z copying torch\include\ATen\ops\hardsigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1379989Z copying torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1386818Z copying torch\include\ATen\ops\hardsigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1394059Z copying torch\include\ATen\ops\hardsigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1401336Z copying torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1408190Z copying torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1415102Z copying torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1422554Z copying torch\include\ATen\ops\hardsigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1429579Z copying torch\include\ATen\ops\hardsigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1436699Z copying torch\include\ATen\ops\hardsigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1443864Z copying torch\include\ATen\ops\hardsigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1451026Z copying torch\include\ATen\ops\hardswish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1457962Z copying torch\include\ATen\ops\hardswish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1465018Z copying torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1472585Z copying torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1479659Z copying torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1486803Z copying torch\include\ATen\ops\hardswish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1493816Z copying torch\include\ATen\ops\hardswish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1500627Z copying torch\include\ATen\ops\hardswish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1507293Z copying torch\include\ATen\ops\hardswish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1515068Z copying torch\include\ATen\ops\hardswish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1521771Z copying torch\include\ATen\ops\hardswish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1528688Z copying torch\include\ATen\ops\hardswish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1535443Z copying torch\include\ATen\ops\hardtanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1542480Z copying torch\include\ATen\ops\hardtanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1549565Z copying torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1556378Z copying torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1563142Z copying torch\include\ATen\ops\hardtanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1569748Z copying torch\include\ATen\ops\hardtanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1576171Z copying torch\include\ATen\ops\hardtanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1582529Z copying torch\include\ATen\ops\hardtanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1589412Z copying torch\include\ATen\ops\hardtanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1596139Z copying torch\include\ATen\ops\hardtanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1602691Z copying torch\include\ATen\ops\hardtanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1614150Z copying torch\include\ATen\ops\heaviside.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1621189Z copying torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1646126Z copying torch\include\ATen\ops\heaviside_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1652638Z copying torch\include\ATen\ops\heaviside_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1659303Z copying torch\include\ATen\ops\heaviside_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1666119Z copying torch\include\ATen\ops\heaviside_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1680424Z copying torch\include\ATen\ops\heaviside_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1686922Z copying torch\include\ATen\ops\heaviside_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1693503Z copying torch\include\ATen\ops\hinge_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1700572Z copying torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1707177Z copying torch\include\ATen\ops\hinge_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1721564Z copying torch\include\ATen\ops\hinge_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1728085Z copying torch\include\ATen\ops\histc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1734761Z copying torch\include\ATen\ops\histc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1741480Z copying torch\include\ATen\ops\histc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1748312Z copying torch\include\ATen\ops\histc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1755652Z copying torch\include\ATen\ops\histc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1762722Z copying torch\include\ATen\ops\histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1769562Z copying torch\include\ATen\ops\histogramdd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1776792Z copying torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1784506Z copying torch\include\ATen\ops\histogramdd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1791632Z copying torch\include\ATen\ops\histogramdd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1798554Z copying torch\include\ATen\ops\histogram_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1805474Z copying torch\include\ATen\ops\histogram_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1812311Z copying torch\include\ATen\ops\histogram_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1819307Z copying torch\include\ATen\ops\hsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1826189Z copying torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1833222Z copying torch\include\ATen\ops\hsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1840058Z copying torch\include\ATen\ops\hsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1847078Z copying torch\include\ATen\ops\hspmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1853705Z copying torch\include\ATen\ops\hspmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1860477Z copying torch\include\ATen\ops\hspmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1867437Z copying torch\include\ATen\ops\hstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1874339Z copying torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1881703Z copying torch\include\ATen\ops\hstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1894820Z copying torch\include\ATen\ops\hstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1898531Z copying torch\include\ATen\ops\huber_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1907194Z copying torch\include\ATen\ops\huber_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1915249Z copying torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1922640Z copying torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1930431Z copying torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1938476Z copying torch\include\ATen\ops\huber_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1946176Z copying torch\include\ATen\ops\huber_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1953991Z copying torch\include\ATen\ops\huber_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1961786Z copying torch\include\ATen\ops\huber_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1969476Z copying torch\include\ATen\ops\huber_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1979023Z copying torch\include\ATen\ops\huber_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1989458Z copying torch\include\ATen\ops\hypot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.1999899Z copying torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2010581Z copying torch\include\ATen\ops\hypot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2018977Z copying torch\include\ATen\ops\hypot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2027190Z copying torch\include\ATen\ops\hypot_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2034320Z copying torch\include\ATen\ops\hypot_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2041249Z copying torch\include\ATen\ops\hypot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2047776Z copying torch\include\ATen\ops\hypot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2054440Z copying torch\include\ATen\ops\i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2061067Z copying torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2067957Z copying torch\include\ATen\ops\i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2074549Z copying torch\include\ATen\ops\i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2081023Z copying torch\include\ATen\ops\i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2087044Z copying torch\include\ATen\ops\i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2093736Z copying torch\include\ATen\ops\i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2100086Z copying torch\include\ATen\ops\i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2106346Z copying torch\include\ATen\ops\igamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2112676Z copying torch\include\ATen\ops\igammac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2119487Z copying torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2125989Z copying torch\include\ATen\ops\igammac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2132612Z copying torch\include\ATen\ops\igammac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2139055Z copying torch\include\ATen\ops\igammac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2146111Z copying torch\include\ATen\ops\igammac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2152824Z copying torch\include\ATen\ops\igammac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2160126Z copying torch\include\ATen\ops\igammac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2166889Z copying torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2173646Z copying torch\include\ATen\ops\igamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2180279Z copying torch\include\ATen\ops\igamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2186964Z copying torch\include\ATen\ops\igamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2193717Z copying torch\include\ATen\ops\igamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2200457Z copying torch\include\ATen\ops\igamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2207060Z copying torch\include\ATen\ops\igamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2213595Z copying torch\include\ATen\ops\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2220088Z copying torch\include\ATen\ops\im2col_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2227700Z copying torch\include\ATen\ops\im2col_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2234293Z copying torch\include\ATen\ops\im2col_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2240772Z copying torch\include\ATen\ops\im2col_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2247244Z copying torch\include\ATen\ops\imag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2254104Z copying torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2260474Z copying torch\include\ATen\ops\imag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2266908Z copying torch\include\ATen\ops\imag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2273344Z copying torch\include\ATen\ops\index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2279867Z copying torch\include\ATen\ops\index_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2287120Z copying torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2294235Z copying torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2300889Z copying torch\include\ATen\ops\index_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2307841Z copying torch\include\ATen\ops\index_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2315209Z copying torch\include\ATen\ops\index_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2321952Z copying torch\include\ATen\ops\index_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2329014Z copying torch\include\ATen\ops\index_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2335965Z copying torch\include\ATen\ops\index_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2343146Z copying torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2349972Z copying torch\include\ATen\ops\index_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2357311Z copying torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2364138Z copying torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2371276Z copying torch\include\ATen\ops\index_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2378141Z copying torch\include\ATen\ops\index_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2384907Z copying torch\include\ATen\ops\index_copy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2392109Z copying torch\include\ATen\ops\index_copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2399373Z copying torch\include\ATen\ops\index_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2406688Z copying torch\include\ATen\ops\index_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2413412Z copying torch\include\ATen\ops\index_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2420372Z copying torch\include\ATen\ops\index_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2427408Z copying torch\include\ATen\ops\index_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2434609Z copying torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2441769Z copying torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2449107Z copying torch\include\ATen\ops\index_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2456468Z copying torch\include\ATen\ops\index_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2463596Z copying torch\include\ATen\ops\index_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2470564Z copying torch\include\ATen\ops\index_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2478224Z copying torch\include\ATen\ops\index_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2485239Z copying torch\include\ATen\ops\index_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2492187Z copying torch\include\ATen\ops\index_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2499103Z copying torch\include\ATen\ops\index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2506280Z copying torch\include\ATen\ops\index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2512983Z copying torch\include\ATen\ops\index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2520060Z copying torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2526644Z copying torch\include\ATen\ops\index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2533791Z copying torch\include\ATen\ops\index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2540573Z copying torch\include\ATen\ops\index_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2547665Z copying torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2554547Z copying torch\include\ATen\ops\index_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2561354Z copying torch\include\ATen\ops\index_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2568152Z copying torch\include\ATen\ops\index_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2574777Z copying torch\include\ATen\ops\index_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2581622Z copying torch\include\ATen\ops\index_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2589234Z copying torch\include\ATen\ops\index_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2595962Z copying torch\include\ATen\ops\index_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2602788Z copying torch\include\ATen\ops\index_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2609808Z copying torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2616626Z copying torch\include\ATen\ops\index_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2623484Z copying torch\include\ATen\ops\index_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2630865Z copying torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2637611Z copying torch\include\ATen\ops\index_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2644475Z copying torch\include\ATen\ops\index_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2651157Z copying torch\include\ATen\ops\index_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2657813Z copying torch\include\ATen\ops\index_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2664345Z copying torch\include\ATen\ops\indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2670988Z copying torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2677666Z copying torch\include\ATen\ops\indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2686128Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2692654Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2699365Z copying torch\include\ATen\ops\indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2706423Z copying torch\include\ATen\ops\indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2713026Z copying torch\include\ATen\ops\indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2719530Z copying torch\include\ATen\ops\indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2727007Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2733954Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2740605Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2747320Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2754105Z copying torch\include\ATen\ops\inner.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2767714Z copying torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2774071Z copying torch\include\ATen\ops\inner_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2780692Z copying torch\include\ATen\ops\inner_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2787537Z copying torch\include\ATen\ops\instance_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2794634Z copying torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2801247Z copying torch\include\ATen\ops\instance_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2807894Z copying torch\include\ATen\ops\instance_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2814881Z copying torch\include\ATen\ops\int_repr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2821593Z copying torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2828200Z copying torch\include\ATen\ops\int_repr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2834959Z copying torch\include\ATen\ops\int_repr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2841842Z copying torch\include\ATen\ops\inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2848607Z copying torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2855222Z copying torch\include\ATen\ops\inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2861844Z copying torch\include\ATen\ops\inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2868648Z copying torch\include\ATen\ops\isclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2875362Z copying torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2881906Z copying torch\include\ATen\ops\isclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2888255Z copying torch\include\ATen\ops\isclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2895108Z copying torch\include\ATen\ops\isfinite.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2901680Z copying torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2908494Z copying torch\include\ATen\ops\isfinite_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2915010Z copying torch\include\ATen\ops\isfinite_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2921697Z copying torch\include\ATen\ops\isin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2928084Z copying torch\include\ATen\ops\isinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2934842Z copying torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2941384Z copying torch\include\ATen\ops\isinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2948119Z copying torch\include\ATen\ops\isinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2955245Z copying torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2961773Z copying torch\include\ATen\ops\isin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2968816Z copying torch\include\ATen\ops\isin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2975772Z copying torch\include\ATen\ops\isin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2982743Z copying torch\include\ATen\ops\isin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2989812Z copying torch\include\ATen\ops\isin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.2997164Z copying torch\include\ATen\ops\isin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3003637Z copying torch\include\ATen\ops\isnan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3010909Z copying torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3017507Z copying torch\include\ATen\ops\isnan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3024583Z copying torch\include\ATen\ops\isnan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3031411Z copying torch\include\ATen\ops\isnan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3038690Z copying torch\include\ATen\ops\isnan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3045792Z copying torch\include\ATen\ops\isneginf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3053248Z copying torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3060706Z copying torch\include\ATen\ops\isneginf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3067863Z copying torch\include\ATen\ops\isneginf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3074608Z copying torch\include\ATen\ops\isneginf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3081441Z copying torch\include\ATen\ops\isneginf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3088279Z copying torch\include\ATen\ops\isneginf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3095121Z copying torch\include\ATen\ops\isneginf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3101657Z copying torch\include\ATen\ops\isposinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3108440Z copying torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3115136Z copying torch\include\ATen\ops\isposinf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3121942Z copying torch\include\ATen\ops\isposinf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3128808Z copying torch\include\ATen\ops\isposinf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3135293Z copying torch\include\ATen\ops\isposinf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3142053Z copying torch\include\ATen\ops\isposinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3148652Z copying torch\include\ATen\ops\isposinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3155141Z copying torch\include\ATen\ops\isreal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3161475Z copying torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3167969Z copying torch\include\ATen\ops\isreal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3174314Z copying torch\include\ATen\ops\isreal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3181003Z copying torch\include\ATen\ops\istft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3187442Z copying torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3194027Z copying torch\include\ATen\ops\istft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3200450Z copying torch\include\ATen\ops\istft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3207140Z copying torch\include\ATen\ops\is_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3213600Z copying torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3220047Z copying torch\include\ATen\ops\is_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3226673Z copying torch\include\ATen\ops\is_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3233312Z copying torch\include\ATen\ops\is_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3240490Z copying torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3247244Z copying torch\include\ATen\ops\is_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3253752Z copying torch\include\ATen\ops\is_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3260749Z copying torch\include\ATen\ops\is_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3267206Z copying torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3273944Z copying torch\include\ATen\ops\is_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3280334Z copying torch\include\ATen\ops\is_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3286975Z copying torch\include\ATen\ops\is_distributed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3293920Z copying torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3300766Z copying torch\include\ATen\ops\is_distributed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3307276Z copying torch\include\ATen\ops\is_distributed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3314564Z copying torch\include\ATen\ops\is_floating_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3322209Z copying torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3329066Z copying torch\include\ATen\ops\is_floating_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3335578Z copying torch\include\ATen\ops\is_floating_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3342424Z copying torch\include\ATen\ops\is_inference.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3349284Z copying torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3356166Z copying torch\include\ATen\ops\is_inference_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3362776Z copying torch\include\ATen\ops\is_inference_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3369491Z copying torch\include\ATen\ops\is_leaf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3376177Z copying torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3382991Z copying torch\include\ATen\ops\is_leaf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3389582Z copying torch\include\ATen\ops\is_leaf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3396363Z copying torch\include\ATen\ops\is_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3402862Z copying torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3409531Z copying torch\include\ATen\ops\is_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3416056Z copying torch\include\ATen\ops\is_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3422780Z copying torch\include\ATen\ops\is_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3430089Z copying torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3436924Z copying torch\include\ATen\ops\is_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3443469Z copying torch\include\ATen\ops\is_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3450325Z copying torch\include\ATen\ops\is_pinned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3456947Z copying torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3463652Z copying torch\include\ATen\ops\is_pinned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3470513Z copying torch\include\ATen\ops\is_pinned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3477437Z copying torch\include\ATen\ops\is_same_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3485531Z copying torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3493973Z copying torch\include\ATen\ops\is_same_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3501650Z copying torch\include\ATen\ops\is_same_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3508171Z copying torch\include\ATen\ops\is_set_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3515571Z copying torch\include\ATen\ops\is_set_to_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3522344Z copying torch\include\ATen\ops\is_set_to_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3529103Z copying torch\include\ATen\ops\is_set_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3535745Z copying torch\include\ATen\ops\is_set_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3542557Z copying torch\include\ATen\ops\is_signed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3555649Z copying torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3562091Z copying torch\include\ATen\ops\is_signed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3568470Z copying torch\include\ATen\ops\is_signed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3574985Z copying torch\include\ATen\ops\is_vulkan_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3581865Z copying torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3589017Z copying torch\include\ATen\ops\is_vulkan_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3595590Z copying torch\include\ATen\ops\is_vulkan_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3602058Z copying torch\include\ATen\ops\item.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3608618Z copying torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3615012Z copying torch\include\ATen\ops\item_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3621284Z copying torch\include\ATen\ops\item_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3627595Z copying torch\include\ATen\ops\kaiser_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3634918Z copying torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3641966Z copying torch\include\ATen\ops\kaiser_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3648627Z copying torch\include\ATen\ops\kaiser_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3655227Z copying torch\include\ATen\ops\kl_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3661900Z copying torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3668410Z copying torch\include\ATen\ops\kl_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3674904Z copying torch\include\ATen\ops\kl_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3681331Z copying torch\include\ATen\ops\kron.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3688173Z copying torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3694560Z copying torch\include\ATen\ops\kron_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3701069Z copying torch\include\ATen\ops\kron_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3707177Z copying torch\include\ATen\ops\kthvalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3714010Z copying torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3720947Z copying torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3727442Z copying torch\include\ATen\ops\kthvalue_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3734158Z copying torch\include\ATen\ops\kthvalue_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3741444Z copying torch\include\ATen\ops\kthvalue_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3749136Z copying torch\include\ATen\ops\kthvalue_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3756292Z copying torch\include\ATen\ops\l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3763020Z copying torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3769903Z copying torch\include\ATen\ops\l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3789574Z copying torch\include\ATen\ops\l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3790600Z copying torch\include\ATen\ops\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3791650Z copying torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3809606Z copying torch\include\ATen\ops\layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3810552Z copying torch\include\ATen\ops\layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3811281Z copying torch\include\ATen\ops\lcm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3818264Z copying torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3824717Z copying torch\include\ATen\ops\lcm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3831546Z copying torch\include\ATen\ops\lcm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3838515Z copying torch\include\ATen\ops\lcm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3844946Z copying torch\include\ATen\ops\lcm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3851569Z copying torch\include\ATen\ops\lcm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3858210Z copying torch\include\ATen\ops\lcm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3864632Z copying torch\include\ATen\ops\ldexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3871840Z copying torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3878504Z copying torch\include\ATen\ops\ldexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3885128Z copying torch\include\ATen\ops\ldexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3891774Z copying torch\include\ATen\ops\le.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3898597Z copying torch\include\ATen\ops\leaky_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3905422Z copying torch\include\ATen\ops\leaky_relu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3912732Z copying torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3919638Z copying torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3926394Z copying torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3933270Z copying torch\include\ATen\ops\leaky_relu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3940376Z copying torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3947304Z copying torch\include\ATen\ops\leaky_relu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3954579Z copying torch\include\ATen\ops\leaky_relu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3961858Z copying torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3968881Z copying torch\include\ATen\ops\leaky_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3975840Z copying torch\include\ATen\ops\leaky_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3982481Z copying torch\include\ATen\ops\leaky_relu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3990343Z copying torch\include\ATen\ops\leaky_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.3997247Z copying torch\include\ATen\ops\leaky_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4003971Z copying torch\include\ATen\ops\leaky_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4010585Z copying torch\include\ATen\ops\lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4017394Z copying torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4024048Z copying torch\include\ATen\ops\lerp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4030824Z copying torch\include\ATen\ops\lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4037443Z copying torch\include\ATen\ops\lerp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4044128Z copying torch\include\ATen\ops\lerp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4050556Z copying torch\include\ATen\ops\lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4056990Z copying torch\include\ATen\ops\lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4063198Z copying torch\include\ATen\ops\less.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4069833Z copying torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4076537Z copying torch\include\ATen\ops\less_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4083334Z copying torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4089978Z copying torch\include\ATen\ops\less_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4096439Z copying torch\include\ATen\ops\less_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4102877Z copying torch\include\ATen\ops\less_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4109328Z copying torch\include\ATen\ops\less_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4116703Z copying torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4123249Z copying torch\include\ATen\ops\le_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4129849Z copying torch\include\ATen\ops\le_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4136570Z copying torch\include\ATen\ops\le_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4143060Z copying torch\include\ATen\ops\le_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4149673Z copying torch\include\ATen\ops\le_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4167411Z copying torch\include\ATen\ops\le_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4173675Z copying torch\include\ATen\ops\lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4180381Z copying torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4186927Z copying torch\include\ATen\ops\lgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4193562Z copying torch\include\ATen\ops\lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4200233Z copying torch\include\ATen\ops\lgamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4206932Z copying torch\include\ATen\ops\lgamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4213515Z copying torch\include\ATen\ops\lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4220001Z copying torch\include\ATen\ops\lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4226586Z copying torch\include\ATen\ops\lift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4233430Z copying torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4239899Z copying torch\include\ATen\ops\lift_fresh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4246791Z copying torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4253313Z copying torch\include\ATen\ops\lift_fresh_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4260681Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4267821Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4274622Z copying torch\include\ATen\ops\lift_fresh_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4281269Z copying torch\include\ATen\ops\lift_fresh_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4287717Z copying torch\include\ATen\ops\lift_fresh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4294277Z copying torch\include\ATen\ops\lift_fresh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4301490Z copying torch\include\ATen\ops\lift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4307950Z copying torch\include\ATen\ops\lift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4314779Z copying torch\include\ATen\ops\linalg_cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4322611Z copying torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4330249Z copying torch\include\ATen\ops\linalg_cholesky_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4337946Z copying torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4344790Z copying torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4352697Z copying torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4359519Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4366611Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4373333Z copying torch\include\ATen\ops\linalg_cholesky_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4380413Z copying torch\include\ATen\ops\linalg_cholesky_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4387298Z copying torch\include\ATen\ops\linalg_cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4394041Z copying torch\include\ATen\ops\linalg_cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4400840Z copying torch\include\ATen\ops\linalg_cond.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4408207Z copying torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4414799Z copying torch\include\ATen\ops\linalg_cond_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4421880Z copying torch\include\ATen\ops\linalg_cond_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4428404Z copying torch\include\ATen\ops\linalg_cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4435873Z copying torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4442759Z copying torch\include\ATen\ops\linalg_cross_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4449409Z copying torch\include\ATen\ops\linalg_cross_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4455937Z copying torch\include\ATen\ops\linalg_cross_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4463131Z copying torch\include\ATen\ops\linalg_cross_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4469952Z copying torch\include\ATen\ops\linalg_cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4476641Z copying torch\include\ATen\ops\linalg_cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4483256Z copying torch\include\ATen\ops\linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4490462Z copying torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4497070Z copying torch\include\ATen\ops\linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4503495Z copying torch\include\ATen\ops\linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4510426Z copying torch\include\ATen\ops\linalg_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4517385Z copying torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4523909Z copying torch\include\ATen\ops\linalg_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4530465Z copying torch\include\ATen\ops\linalg_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4537144Z copying torch\include\ATen\ops\linalg_eig.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4543838Z copying torch\include\ATen\ops\linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4550780Z copying torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4557498Z copying torch\include\ATen\ops\linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4564031Z copying torch\include\ATen\ops\linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4570666Z copying torch\include\ATen\ops\linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4577410Z copying torch\include\ATen\ops\linalg_eigvalsh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4584410Z copying torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4591392Z copying torch\include\ATen\ops\linalg_eigvalsh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4598440Z copying torch\include\ATen\ops\linalg_eigvalsh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4631713Z copying torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4632771Z copying torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4633648Z copying torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4634502Z copying torch\include\ATen\ops\linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4637582Z copying torch\include\ATen\ops\linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4644535Z copying torch\include\ATen\ops\linalg_eig_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4651411Z copying torch\include\ATen\ops\linalg_eig_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4658469Z copying torch\include\ATen\ops\linalg_eig_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4666002Z copying torch\include\ATen\ops\linalg_eig_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4672153Z copying torch\include\ATen\ops\linalg_householder_product.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4678947Z copying torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4686435Z copying torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4693168Z copying torch\include\ATen\ops\linalg_householder_product_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4699833Z copying torch\include\ATen\ops\linalg_householder_product_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4706318Z copying torch\include\ATen\ops\linalg_inv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4713671Z copying torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4720097Z copying torch\include\ATen\ops\linalg_inv_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4727186Z copying torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4734149Z copying torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4740642Z copying torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4747195Z copying torch\include\ATen\ops\linalg_inv_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4759273Z copying torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4765830Z copying torch\include\ATen\ops\linalg_inv_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4772674Z copying torch\include\ATen\ops\linalg_inv_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4779568Z copying torch\include\ATen\ops\linalg_inv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4785928Z copying torch\include\ATen\ops\linalg_inv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4792604Z copying torch\include\ATen\ops\linalg_ldl_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4799654Z copying torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4806267Z copying torch\include\ATen\ops\linalg_ldl_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4813522Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4820246Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4827390Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4834097Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4840830Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4847420Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4854070Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4860742Z copying torch\include\ATen\ops\linalg_ldl_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4867615Z copying torch\include\ATen\ops\linalg_ldl_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4875049Z copying torch\include\ATen\ops\linalg_ldl_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4882308Z copying torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4889117Z copying torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4895828Z copying torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4902427Z copying torch\include\ATen\ops\linalg_ldl_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4909801Z copying torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4917127Z copying torch\include\ATen\ops\linalg_ldl_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4929057Z copying torch\include\ATen\ops\linalg_ldl_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4935772Z copying torch\include\ATen\ops\linalg_lstsq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4942797Z copying torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4961286Z copying torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4968125Z copying torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4975094Z copying torch\include\ATen\ops\linalg_lstsq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4982249Z copying torch\include\ATen\ops\linalg_lstsq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4989219Z copying torch\include\ATen\ops\linalg_lu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.4996683Z copying torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5003940Z copying torch\include\ATen\ops\linalg_lu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5013899Z copying torch\include\ATen\ops\linalg_lu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5037158Z copying torch\include\ATen\ops\linalg_lu_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5038135Z copying torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5039110Z copying torch\include\ATen\ops\linalg_lu_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5044718Z copying torch\include\ATen\ops\linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5051294Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5058146Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5065390Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5072579Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5079251Z copying torch\include\ATen\ops\linalg_lu_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5087366Z copying torch\include\ATen\ops\linalg_lu_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5093092Z copying torch\include\ATen\ops\linalg_lu_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5104452Z copying torch\include\ATen\ops\linalg_lu_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5111183Z copying torch\include\ATen\ops\linalg_lu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5118548Z copying torch\include\ATen\ops\linalg_lu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5125291Z copying torch\include\ATen\ops\linalg_lu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5131923Z copying torch\include\ATen\ops\linalg_lu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5138787Z copying torch\include\ATen\ops\linalg_lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5145899Z copying torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5153531Z copying torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5159568Z copying torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5166266Z copying torch\include\ATen\ops\linalg_lu_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5173191Z copying torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5179987Z copying torch\include\ATen\ops\linalg_lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5186894Z copying torch\include\ATen\ops\linalg_lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5193778Z copying torch\include\ATen\ops\linalg_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5200774Z copying torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5207360Z copying torch\include\ATen\ops\linalg_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5214097Z copying torch\include\ATen\ops\linalg_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5221062Z copying torch\include\ATen\ops\linalg_matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5228136Z copying torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5235007Z copying torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5241862Z copying torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5248525Z copying torch\include\ATen\ops\linalg_matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5255139Z copying torch\include\ATen\ops\linalg_matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5261711Z copying torch\include\ATen\ops\linalg_matrix_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5275384Z copying torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5281363Z copying torch\include\ATen\ops\linalg_matrix_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5288269Z copying torch\include\ATen\ops\linalg_matrix_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5295303Z copying torch\include\ATen\ops\linalg_matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5302544Z copying torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5309823Z copying torch\include\ATen\ops\linalg_matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5316831Z copying torch\include\ATen\ops\linalg_matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5323876Z copying torch\include\ATen\ops\linalg_matrix_rank.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5331237Z copying torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5338605Z copying torch\include\ATen\ops\linalg_matrix_rank_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5345400Z copying torch\include\ATen\ops\linalg_matrix_rank_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5352381Z copying torch\include\ATen\ops\linalg_multi_dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5359580Z copying torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5366816Z copying torch\include\ATen\ops\linalg_multi_dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5373717Z copying torch\include\ATen\ops\linalg_multi_dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5380456Z copying torch\include\ATen\ops\linalg_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5387828Z copying torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5394833Z copying torch\include\ATen\ops\linalg_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5401657Z copying torch\include\ATen\ops\linalg_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5408576Z copying torch\include\ATen\ops\linalg_pinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5415943Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5423357Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5430180Z copying torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5437066Z copying torch\include\ATen\ops\linalg_pinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5448737Z copying torch\include\ATen\ops\linalg_pinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5455688Z copying torch\include\ATen\ops\linalg_qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5463809Z copying torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5470866Z copying torch\include\ATen\ops\linalg_qr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5477829Z copying torch\include\ATen\ops\linalg_qr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5484764Z copying torch\include\ATen\ops\linalg_qr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5492409Z copying torch\include\ATen\ops\linalg_qr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5498615Z copying torch\include\ATen\ops\linalg_qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5506279Z copying torch\include\ATen\ops\linalg_qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5513833Z copying torch\include\ATen\ops\linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5521187Z copying torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5528016Z copying torch\include\ATen\ops\linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5535005Z copying torch\include\ATen\ops\linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5541983Z copying torch\include\ATen\ops\linalg_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5549024Z copying torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5556221Z copying torch\include\ATen\ops\linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5563655Z copying torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5570853Z copying torch\include\ATen\ops\linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5577462Z copying torch\include\ATen\ops\linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5584114Z copying torch\include\ATen\ops\linalg_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5590981Z copying torch\include\ATen\ops\linalg_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5598056Z copying torch\include\ATen\ops\linalg_solve_triangular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5604879Z copying torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5611974Z copying torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5618731Z copying torch\include\ATen\ops\linalg_solve_triangular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5633167Z copying torch\include\ATen\ops\linalg_solve_triangular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5639882Z copying torch\include\ATen\ops\linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5646637Z copying torch\include\ATen\ops\linalg_svdvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5654265Z copying torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5661492Z copying torch\include\ATen\ops\linalg_svdvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5668133Z copying torch\include\ATen\ops\linalg_svdvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5675227Z copying torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5681921Z copying torch\include\ATen\ops\linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5688653Z copying torch\include\ATen\ops\linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5695359Z copying torch\include\ATen\ops\linalg_tensorinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5702427Z copying torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5709348Z copying torch\include\ATen\ops\linalg_tensorinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5716207Z copying torch\include\ATen\ops\linalg_tensorinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5723012Z copying torch\include\ATen\ops\linalg_tensorsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5730064Z copying torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5737477Z copying torch\include\ATen\ops\linalg_tensorsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5744131Z copying torch\include\ATen\ops\linalg_tensorsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5751077Z copying torch\include\ATen\ops\linalg_vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5758448Z copying torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5765508Z copying torch\include\ATen\ops\linalg_vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5772229Z copying torch\include\ATen\ops\linalg_vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5779096Z copying torch\include\ATen\ops\linalg_vecdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5786110Z copying torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5810503Z copying torch\include\ATen\ops\linalg_vecdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5817511Z copying torch\include\ATen\ops\linalg_vecdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5824738Z copying torch\include\ATen\ops\linalg_vector_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5832144Z copying torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5839043Z copying torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5846219Z copying torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5853157Z copying torch\include\ATen\ops\linalg_vector_norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5860124Z copying torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5867453Z copying torch\include\ATen\ops\linalg_vector_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5874958Z copying torch\include\ATen\ops\linalg_vector_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5881722Z copying torch\include\ATen\ops\linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5888768Z copying torch\include\ATen\ops\linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5895864Z copying torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5902613Z copying torch\include\ATen\ops\linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5909844Z copying torch\include\ATen\ops\linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5917129Z copying torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5924115Z copying torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5930905Z copying torch\include\ATen\ops\linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5937663Z copying torch\include\ATen\ops\linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5944398Z copying torch\include\ATen\ops\linspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5951428Z copying torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5958017Z copying torch\include\ATen\ops\linspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5965283Z copying torch\include\ATen\ops\linspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5971978Z copying torch\include\ATen\ops\linspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5978750Z copying torch\include\ATen\ops\linspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5985616Z copying torch\include\ATen\ops\linspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5992569Z copying torch\include\ATen\ops\log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.5998947Z copying torch\include\ATen\ops\log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6006186Z copying torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6013660Z copying torch\include\ATen\ops\log10_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6021051Z copying torch\include\ATen\ops\log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6028453Z copying torch\include\ATen\ops\log10_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6035268Z copying torch\include\ATen\ops\log10_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6042293Z copying torch\include\ATen\ops\log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6049272Z copying torch\include\ATen\ops\log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6056008Z copying torch\include\ATen\ops\log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6062797Z copying torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6069489Z copying torch\include\ATen\ops\log1p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6076192Z copying torch\include\ATen\ops\log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6082912Z copying torch\include\ATen\ops\log1p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6089479Z copying torch\include\ATen\ops\log1p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6096150Z copying torch\include\ATen\ops\log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6102769Z copying torch\include\ATen\ops\log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6109452Z copying torch\include\ATen\ops\log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6116344Z copying torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6122893Z copying torch\include\ATen\ops\log2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6129435Z copying torch\include\ATen\ops\log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6135908Z copying torch\include\ATen\ops\log2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6142278Z copying torch\include\ATen\ops\log2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6148812Z copying torch\include\ATen\ops\log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6155819Z copying torch\include\ATen\ops\log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6162035Z copying torch\include\ATen\ops\logaddexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6169414Z copying torch\include\ATen\ops\logaddexp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6176183Z copying torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6182869Z copying torch\include\ATen\ops\logaddexp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6189487Z copying torch\include\ATen\ops\logaddexp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6196359Z copying torch\include\ATen\ops\logaddexp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6203173Z copying torch\include\ATen\ops\logaddexp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6210175Z copying torch\include\ATen\ops\logaddexp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6216742Z copying torch\include\ATen\ops\logaddexp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6224031Z copying torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6230795Z copying torch\include\ATen\ops\logaddexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6237507Z copying torch\include\ATen\ops\logaddexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6244096Z copying torch\include\ATen\ops\logaddexp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6250895Z copying torch\include\ATen\ops\logaddexp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6257567Z copying torch\include\ATen\ops\logaddexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6264298Z copying torch\include\ATen\ops\logaddexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6272099Z copying torch\include\ATen\ops\logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6280362Z copying torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6285906Z copying torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6292598Z copying torch\include\ATen\ops\logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6299367Z copying torch\include\ATen\ops\logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6306323Z copying torch\include\ATen\ops\logdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6313852Z copying torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6320485Z copying torch\include\ATen\ops\logdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6327013Z copying torch\include\ATen\ops\logdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6334129Z copying torch\include\ATen\ops\logical_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6342035Z copying torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6348125Z copying torch\include\ATen\ops\logical_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6355037Z copying torch\include\ATen\ops\logical_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6361808Z copying torch\include\ATen\ops\logical_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6368775Z copying torch\include\ATen\ops\logical_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6376310Z copying torch\include\ATen\ops\logical_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6383265Z copying torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6390581Z copying torch\include\ATen\ops\logical_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6397502Z copying torch\include\ATen\ops\logical_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6410068Z copying torch\include\ATen\ops\logical_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6416625Z copying torch\include\ATen\ops\logical_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6423634Z copying torch\include\ATen\ops\logical_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6431227Z copying torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6438790Z copying torch\include\ATen\ops\logical_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6445581Z copying torch\include\ATen\ops\logical_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6452174Z copying torch\include\ATen\ops\logical_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6458779Z copying torch\include\ATen\ops\logical_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6465647Z copying torch\include\ATen\ops\logical_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6472939Z copying torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6479958Z copying torch\include\ATen\ops\logical_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6486920Z copying torch\include\ATen\ops\logical_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6493704Z copying torch\include\ATen\ops\logical_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6501005Z copying torch\include\ATen\ops\logical_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6507864Z copying torch\include\ATen\ops\logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6515130Z copying torch\include\ATen\ops\logit_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6522453Z copying torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6529386Z copying torch\include\ATen\ops\logit_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6536404Z copying torch\include\ATen\ops\logit_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6548776Z copying torch\include\ATen\ops\logit_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6556061Z copying torch\include\ATen\ops\logit_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6562581Z copying torch\include\ATen\ops\logit_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6569524Z copying torch\include\ATen\ops\logit_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6576293Z copying torch\include\ATen\ops\logit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6583155Z copying torch\include\ATen\ops\logit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6589972Z copying torch\include\ATen\ops\logit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6596854Z copying torch\include\ATen\ops\logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6603674Z copying torch\include\ATen\ops\logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6610348Z copying torch\include\ATen\ops\logspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6616984Z copying torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6623776Z copying torch\include\ATen\ops\logspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6630614Z copying torch\include\ATen\ops\logspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6637439Z copying torch\include\ATen\ops\logspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6643784Z copying torch\include\ATen\ops\logspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6650314Z copying torch\include\ATen\ops\logspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6657123Z copying torch\include\ATen\ops\logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6664342Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6671082Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6682743Z copying torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6690113Z copying torch\include\ATen\ops\logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6696663Z copying torch\include\ATen\ops\logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6703711Z copying torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6714628Z copying torch\include\ATen\ops\log_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6721212Z copying torch\include\ATen\ops\log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6727655Z copying torch\include\ATen\ops\log_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6733788Z copying torch\include\ATen\ops\log_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6745110Z copying torch\include\ATen\ops\log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6758878Z copying torch\include\ATen\ops\log_normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6765764Z copying torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6773562Z copying torch\include\ATen\ops\log_normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6784869Z copying torch\include\ATen\ops\log_normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6791680Z copying torch\include\ATen\ops\log_normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6798322Z copying torch\include\ATen\ops\log_normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6805179Z copying torch\include\ATen\ops\log_normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6820433Z copying torch\include\ATen\ops\log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6826808Z copying torch\include\ATen\ops\log_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6833442Z copying torch\include\ATen\ops\log_sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6840202Z copying torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6854652Z copying torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6861505Z copying torch\include\ATen\ops\log_sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6868178Z copying torch\include\ATen\ops\log_sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6875965Z copying torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6882594Z copying torch\include\ATen\ops\log_sigmoid_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6889648Z copying torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6896399Z copying torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6903343Z copying torch\include\ATen\ops\log_sigmoid_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6916268Z copying torch\include\ATen\ops\log_sigmoid_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6923317Z copying torch\include\ATen\ops\log_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6929446Z copying torch\include\ATen\ops\log_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6935856Z copying torch\include\ATen\ops\log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6947481Z copying torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6954512Z copying torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6961522Z copying torch\include\ATen\ops\log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6968002Z copying torch\include\ATen\ops\log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6979933Z copying torch\include\ATen\ops\lshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6986466Z copying torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.6993267Z copying torch\include\ATen\ops\lshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7000465Z copying torch\include\ATen\ops\lshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7007309Z copying torch\include\ATen\ops\lshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7014497Z copying torch\include\ATen\ops\lshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7022113Z copying torch\include\ATen\ops\lshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7030335Z copying torch\include\ATen\ops\lstm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7037143Z copying torch\include\ATen\ops\lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7044886Z copying torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7052573Z copying torch\include\ATen\ops\lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7059330Z copying torch\include\ATen\ops\lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7066456Z copying torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7073357Z copying torch\include\ATen\ops\lstm_mps_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7080441Z copying torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7088567Z copying torch\include\ATen\ops\lstm_mps_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7095340Z copying torch\include\ATen\ops\lstm_mps_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7102160Z copying torch\include\ATen\ops\lstm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7108806Z copying torch\include\ATen\ops\lstm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7115148Z copying torch\include\ATen\ops\lt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7127465Z copying torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7150203Z copying torch\include\ATen\ops\lt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7156795Z copying torch\include\ATen\ops\lt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7163419Z copying torch\include\ATen\ops\lt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7169987Z copying torch\include\ATen\ops\lt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7176426Z copying torch\include\ATen\ops\lt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7182978Z copying torch\include\ATen\ops\lt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7189257Z copying torch\include\ATen\ops\lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7196128Z copying torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7202564Z copying torch\include\ATen\ops\lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7209088Z copying torch\include\ATen\ops\lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7215685Z copying torch\include\ATen\ops\lu_unpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7226969Z copying torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7233676Z copying torch\include\ATen\ops\lu_unpack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7249449Z copying torch\include\ATen\ops\lu_unpack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7256019Z copying torch\include\ATen\ops\lu_unpack_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7272535Z copying torch\include\ATen\ops\lu_unpack_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7279676Z copying torch\include\ATen\ops\lu_unpack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7286324Z copying torch\include\ATen\ops\lu_unpack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7293155Z copying torch\include\ATen\ops\margin_ranking_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7306223Z copying torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7313279Z copying torch\include\ATen\ops\margin_ranking_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7319765Z copying torch\include\ATen\ops\margin_ranking_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7326272Z copying torch\include\ATen\ops\masked_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7333494Z copying torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7340533Z copying torch\include\ATen\ops\masked_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7347424Z copying torch\include\ATen\ops\masked_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7354071Z copying torch\include\ATen\ops\masked_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7361863Z copying torch\include\ATen\ops\masked_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7367842Z copying torch\include\ATen\ops\masked_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7374675Z copying torch\include\ATen\ops\masked_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7381484Z copying torch\include\ATen\ops\masked_scatter_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7389798Z copying torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7396065Z copying torch\include\ATen\ops\masked_scatter_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7403070Z copying torch\include\ATen\ops\masked_scatter_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7410315Z copying torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7417011Z copying torch\include\ATen\ops\masked_scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7424440Z copying torch\include\ATen\ops\masked_scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7431184Z copying torch\include\ATen\ops\masked_scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7438007Z copying torch\include\ATen\ops\masked_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7445302Z copying torch\include\ATen\ops\masked_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7452966Z copying torch\include\ATen\ops\masked_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7459097Z copying torch\include\ATen\ops\masked_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7466317Z copying torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7473260Z copying torch\include\ATen\ops\masked_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7479900Z copying torch\include\ATen\ops\masked_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7487311Z copying torch\include\ATen\ops\masked_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7494092Z copying torch\include\ATen\ops\masked_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7501017Z copying torch\include\ATen\ops\masked_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7508137Z copying torch\include\ATen\ops\masked_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7515344Z copying torch\include\ATen\ops\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7522438Z copying torch\include\ATen\ops\matmul_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7529833Z copying torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7536570Z copying torch\include\ATen\ops\matmul_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7543634Z copying torch\include\ATen\ops\matmul_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7551238Z copying torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7558283Z copying torch\include\ATen\ops\matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7564746Z copying torch\include\ATen\ops\matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7571491Z copying torch\include\ATen\ops\matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7578510Z copying torch\include\ATen\ops\matrix_exp_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7585645Z copying torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7592312Z copying torch\include\ATen\ops\matrix_exp_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7598864Z copying torch\include\ATen\ops\matrix_exp_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7605688Z copying torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7612466Z copying torch\include\ATen\ops\matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7619133Z copying torch\include\ATen\ops\matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7625779Z copying torch\include\ATen\ops\matrix_H.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7632608Z copying torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7639021Z copying torch\include\ATen\ops\matrix_H_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7645628Z copying torch\include\ATen\ops\matrix_H_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7652192Z copying torch\include\ATen\ops\matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7659149Z copying torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7666235Z copying torch\include\ATen\ops\matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7673339Z copying torch\include\ATen\ops\matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7680242Z copying torch\include\ATen\ops\max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7687787Z copying torch\include\ATen\ops\maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7694157Z copying torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7700808Z copying torch\include\ATen\ops\maximum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7707653Z copying torch\include\ATen\ops\maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7714485Z copying torch\include\ATen\ops\maximum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7726410Z copying torch\include\ATen\ops\maximum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7733986Z copying torch\include\ATen\ops\maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7740358Z copying torch\include\ATen\ops\maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7747557Z copying torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7754854Z copying torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7762498Z copying torch\include\ATen\ops\max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7768593Z copying torch\include\ATen\ops\max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7775178Z copying torch\include\ATen\ops\max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7782024Z copying torch\include\ATen\ops\max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7788780Z copying torch\include\ATen\ops\max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7796478Z copying torch\include\ATen\ops\max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7802482Z copying torch\include\ATen\ops\max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7809295Z copying torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7816651Z copying torch\include\ATen\ops\max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7824319Z copying torch\include\ATen\ops\max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7831182Z copying torch\include\ATen\ops\max_pool1d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7838158Z copying torch\include\ATen\ops\max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7845297Z copying torch\include\ATen\ops\max_pool1d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7852103Z copying torch\include\ATen\ops\max_pool1d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7859617Z copying torch\include\ATen\ops\max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7866589Z copying torch\include\ATen\ops\max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7873994Z copying torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7881017Z copying torch\include\ATen\ops\max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7888357Z copying torch\include\ATen\ops\max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7895564Z copying torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7902705Z copying torch\include\ATen\ops\max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7909545Z copying torch\include\ATen\ops\max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7917013Z copying torch\include\ATen\ops\max_pool2d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7924163Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7931840Z 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-04T20:06:00.7939657Z 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-04T20:06:00.7946080Z 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-04T20:06:00.7953633Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7960722Z 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-04T20:06:00.7968344Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7975348Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7983182Z copying torch\include\ATen\ops\max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.7989910Z copying torch\include\ATen\ops\max_pool2d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8002065Z copying torch\include\ATen\ops\max_pool2d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8009477Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8017253Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8023916Z copying torch\include\ATen\ops\max_pool2d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8030945Z copying torch\include\ATen\ops\max_pool2d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8037864Z copying torch\include\ATen\ops\max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8044955Z copying torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8051638Z copying torch\include\ATen\ops\max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8058591Z copying torch\include\ATen\ops\max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8065556Z copying torch\include\ATen\ops\max_pool3d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8073257Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8080249Z 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-04T20:06:00.8087579Z 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-04T20:06:00.8094636Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8101792Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8109098Z copying torch\include\ATen\ops\max_pool3d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8116200Z copying torch\include\ATen\ops\max_pool3d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8122927Z copying torch\include\ATen\ops\max_pool3d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8129996Z copying torch\include\ATen\ops\max_pool3d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8137055Z copying torch\include\ATen\ops\max_unpool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8143942Z copying torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8151050Z copying torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8158284Z copying torch\include\ATen\ops\max_unpool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8165552Z copying torch\include\ATen\ops\max_unpool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8172051Z copying torch\include\ATen\ops\max_unpool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8179164Z copying torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8186426Z copying torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8193519Z copying torch\include\ATen\ops\max_unpool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8200350Z copying torch\include\ATen\ops\max_unpool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8207122Z copying torch\include\ATen\ops\mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8213989Z copying torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8220706Z copying torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8227486Z copying torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8234019Z copying torch\include\ATen\ops\mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8240981Z copying torch\include\ATen\ops\mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8247579Z copying torch\include\ATen\ops\mean_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8254385Z copying torch\include\ATen\ops\mean_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8261175Z copying torch\include\ATen\ops\mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8268127Z copying torch\include\ATen\ops\mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8274629Z copying torch\include\ATen\ops\median.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8281649Z copying torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8288423Z copying torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8295226Z copying torch\include\ATen\ops\median_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8302113Z copying torch\include\ATen\ops\median_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8308883Z copying torch\include\ATen\ops\median_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8315824Z copying torch\include\ATen\ops\median_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8323167Z copying torch\include\ATen\ops\meshgrid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8330152Z copying torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8337411Z copying torch\include\ATen\ops\meshgrid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8344437Z copying torch\include\ATen\ops\meshgrid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8351832Z copying torch\include\ATen\ops\mH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8358163Z copying torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8364921Z copying torch\include\ATen\ops\mH_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8371406Z copying torch\include\ATen\ops\mH_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8377885Z copying torch\include\ATen\ops\min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8384167Z copying torch\include\ATen\ops\minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8392138Z copying torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8398582Z copying torch\include\ATen\ops\minimum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8405636Z copying torch\include\ATen\ops\minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8412500Z copying torch\include\ATen\ops\minimum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8420225Z copying torch\include\ATen\ops\minimum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8426393Z copying torch\include\ATen\ops\minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8433520Z copying torch\include\ATen\ops\minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8440628Z copying torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8448823Z copying torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8454953Z copying torch\include\ATen\ops\min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8461983Z copying torch\include\ATen\ops\min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8468690Z copying torch\include\ATen\ops\min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8475695Z copying torch\include\ATen\ops\min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8482843Z copying torch\include\ATen\ops\min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8489306Z copying torch\include\ATen\ops\min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8496148Z copying torch\include\ATen\ops\miopen_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8503168Z copying torch\include\ATen\ops\miopen_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8523702Z copying torch\include\ATen\ops\miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8527369Z copying torch\include\ATen\ops\miopen_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8536429Z copying torch\include\ATen\ops\miopen_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8542811Z copying torch\include\ATen\ops\miopen_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8550541Z copying torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8557610Z copying torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8565182Z copying torch\include\ATen\ops\miopen_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8571686Z copying torch\include\ATen\ops\miopen_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8578685Z copying torch\include\ATen\ops\miopen_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8585709Z copying torch\include\ATen\ops\miopen_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8593052Z copying torch\include\ATen\ops\miopen_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8600364Z copying torch\include\ATen\ops\miopen_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8607505Z copying torch\include\ATen\ops\miopen_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8615040Z copying torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8622828Z copying torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8629938Z copying torch\include\ATen\ops\miopen_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8636638Z copying torch\include\ATen\ops\miopen_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8658245Z copying torch\include\ATen\ops\miopen_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8665256Z copying torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8672463Z copying torch\include\ATen\ops\miopen_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8678980Z copying torch\include\ATen\ops\miopen_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8685779Z copying torch\include\ATen\ops\miopen_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8693252Z copying torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8700474Z copying torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8707420Z copying torch\include\ATen\ops\miopen_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8714657Z copying torch\include\ATen\ops\miopen_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8721565Z copying torch\include\ATen\ops\miopen_depthwise_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8728755Z copying torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8736011Z copying torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8743205Z copying torch\include\ATen\ops\miopen_depthwise_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8750217Z copying torch\include\ATen\ops\miopen_depthwise_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8756833Z copying torch\include\ATen\ops\miopen_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8764028Z copying torch\include\ATen\ops\miopen_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8771207Z copying torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8778241Z copying torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8785588Z copying torch\include\ATen\ops\miopen_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8792432Z copying torch\include\ATen\ops\miopen_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8799528Z copying torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8809422Z copying torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8815868Z copying torch\include\ATen\ops\miopen_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8822526Z copying torch\include\ATen\ops\miopen_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8829549Z copying torch\include\ATen\ops\mish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8836377Z copying torch\include\ATen\ops\mish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8843532Z copying torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8850730Z copying torch\include\ATen\ops\mish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8857556Z copying torch\include\ATen\ops\mish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8864631Z copying torch\include\ATen\ops\mish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8888787Z copying torch\include\ATen\ops\mish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8896405Z copying torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8903132Z copying torch\include\ATen\ops\mish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8910100Z copying torch\include\ATen\ops\mish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8917115Z copying torch\include\ATen\ops\mish_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8923485Z copying torch\include\ATen\ops\mish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8930341Z copying torch\include\ATen\ops\mish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8939776Z copying torch\include\ATen\ops\mish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8949634Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8959895Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8970751Z 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-04T20:06:00.8980257Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8989043Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.8996277Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9002965Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9010515Z copying torch\include\ATen\ops\mkldnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9017387Z copying torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9024801Z copying torch\include\ATen\ops\mkldnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9032710Z copying torch\include\ATen\ops\mkldnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9040296Z copying torch\include\ATen\ops\mkldnn_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9047311Z copying torch\include\ATen\ops\mkldnn_linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9055193Z copying torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9063030Z copying torch\include\ATen\ops\mkldnn_linear_backward_input.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9070645Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9077597Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9084439Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9091401Z copying torch\include\ATen\ops\mkldnn_linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9098748Z copying torch\include\ATen\ops\mkldnn_linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9105413Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9112776Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9119720Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9126538Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9133619Z copying torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9140455Z copying torch\include\ATen\ops\mkldnn_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9147463Z copying torch\include\ATen\ops\mkldnn_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9154336Z copying torch\include\ATen\ops\mkldnn_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9161242Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9168841Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9176062Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9182856Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9190148Z copying torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9196682Z copying torch\include\ATen\ops\mkldnn_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9203355Z copying torch\include\ATen\ops\mkldnn_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9210405Z copying torch\include\ATen\ops\mkldnn_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9217087Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9224327Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9231170Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9237998Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9245311Z copying torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9251903Z copying torch\include\ATen\ops\mkldnn_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9258690Z copying torch\include\ATen\ops\mkldnn_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9265743Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9272714Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9279316Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9286352Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9293135Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9300346Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9307313Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9314375Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9321153Z copying torch\include\ATen\ops\mkldnn_rnn_layer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9327880Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9335177Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9342453Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9349315Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9356444Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9363674Z copying torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9370608Z copying torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9377654Z copying torch\include\ATen\ops\mkldnn_rnn_layer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9384734Z copying torch\include\ATen\ops\mkldnn_rnn_layer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9391667Z copying torch\include\ATen\ops\mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9398654Z copying torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9405392Z copying torch\include\ATen\ops\mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9411894Z copying torch\include\ATen\ops\mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9418409Z copying torch\include\ATen\ops\mm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9425170Z copying torch\include\ATen\ops\mm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9432169Z copying torch\include\ATen\ops\mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9439023Z copying torch\include\ATen\ops\mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9445376Z copying torch\include\ATen\ops\mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9452234Z copying torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9458793Z copying torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9465211Z copying torch\include\ATen\ops\mode_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9471956Z copying torch\include\ATen\ops\mode_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9478787Z copying torch\include\ATen\ops\mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9485329Z copying torch\include\ATen\ops\mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9491968Z copying torch\include\ATen\ops\moveaxis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9499021Z copying torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9505968Z copying torch\include\ATen\ops\moveaxis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9512748Z copying torch\include\ATen\ops\moveaxis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9519447Z copying torch\include\ATen\ops\movedim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9526518Z copying torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9533850Z copying torch\include\ATen\ops\movedim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9541298Z copying torch\include\ATen\ops\movedim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9548725Z copying torch\include\ATen\ops\mps_convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9555809Z copying torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9562915Z copying torch\include\ATen\ops\mps_convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9569617Z copying torch\include\ATen\ops\mps_convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9577472Z copying torch\include\ATen\ops\mps_convolution_transpose_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9583709Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9592880Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9598677Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9605385Z copying torch\include\ATen\ops\mse_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9611606Z copying torch\include\ATen\ops\mse_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9618444Z copying torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9625546Z copying torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9632905Z copying torch\include\ATen\ops\mse_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9639503Z copying torch\include\ATen\ops\mse_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9646726Z copying torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9653437Z copying torch\include\ATen\ops\mse_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9659982Z copying torch\include\ATen\ops\mse_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9666598Z copying torch\include\ATen\ops\mse_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9673659Z copying torch\include\ATen\ops\mse_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9681058Z copying torch\include\ATen\ops\mse_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9687893Z copying torch\include\ATen\ops\mse_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9694446Z copying torch\include\ATen\ops\msort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9701061Z copying torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9707488Z copying torch\include\ATen\ops\msort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9713931Z copying torch\include\ATen\ops\msort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9720430Z copying torch\include\ATen\ops\mT.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9726910Z copying torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9733537Z copying torch\include\ATen\ops\mT_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9739837Z copying torch\include\ATen\ops\mT_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9746013Z copying torch\include\ATen\ops\mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9752946Z copying torch\include\ATen\ops\multilabel_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9760090Z copying torch\include\ATen\ops\multilabel_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9766841Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9773558Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9780556Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9787375Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9795191Z copying torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9801660Z copying torch\include\ATen\ops\multilabel_margin_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9808711Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9815470Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9828921Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9835667Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9842606Z copying torch\include\ATen\ops\multilabel_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9849292Z copying torch\include\ATen\ops\multilabel_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9855842Z copying torch\include\ATen\ops\multinomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9862449Z copying torch\include\ATen\ops\multinomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9869382Z copying torch\include\ATen\ops\multinomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9876141Z copying torch\include\ATen\ops\multinomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9892345Z copying torch\include\ATen\ops\multinomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9899109Z copying torch\include\ATen\ops\multiply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9906207Z copying torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9913065Z copying torch\include\ATen\ops\multiply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9919712Z copying torch\include\ATen\ops\multiply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9926420Z copying torch\include\ATen\ops\multi_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9933463Z copying torch\include\ATen\ops\multi_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9940347Z copying torch\include\ATen\ops\multi_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9947591Z copying torch\include\ATen\ops\multi_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9954625Z copying torch\include\ATen\ops\multi_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9961608Z copying torch\include\ATen\ops\multi_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9968598Z copying torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9975682Z copying torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9982400Z copying torch\include\ATen\ops\multi_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9989414Z copying torch\include\ATen\ops\multi_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:00.9996620Z copying torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0010116Z copying torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0011044Z copying torch\include\ATen\ops\mul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0017040Z copying torch\include\ATen\ops\mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0023772Z copying torch\include\ATen\ops\mul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0030592Z copying torch\include\ATen\ops\mul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0037762Z copying torch\include\ATen\ops\mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0062309Z copying torch\include\ATen\ops\mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0068776Z copying torch\include\ATen\ops\mv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0075431Z copying torch\include\ATen\ops\mvlgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0082073Z copying torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0088907Z copying torch\include\ATen\ops\mvlgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0095735Z copying torch\include\ATen\ops\mvlgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0102348Z copying torch\include\ATen\ops\mvlgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0109074Z copying torch\include\ATen\ops\mvlgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0116121Z copying torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0122538Z copying torch\include\ATen\ops\mv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0129138Z copying torch\include\ATen\ops\mv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0135837Z copying torch\include\ATen\ops\nanmean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0142841Z copying torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0149476Z copying torch\include\ATen\ops\nanmean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0156147Z copying torch\include\ATen\ops\nanmean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0162630Z copying torch\include\ATen\ops\nanmedian.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0169504Z copying torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0176273Z copying torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0182994Z copying torch\include\ATen\ops\nanmedian_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0189713Z copying torch\include\ATen\ops\nanmedian_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0197055Z copying torch\include\ATen\ops\nanmedian_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0203624Z copying torch\include\ATen\ops\nanmedian_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0210222Z copying torch\include\ATen\ops\nanquantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0217411Z copying torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0223928Z copying torch\include\ATen\ops\nanquantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0230605Z copying torch\include\ATen\ops\nanquantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0237150Z copying torch\include\ATen\ops\nansum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0243743Z copying torch\include\ATen\ops\nansum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0250432Z copying torch\include\ATen\ops\nansum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0258268Z copying torch\include\ATen\ops\nansum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0264455Z copying torch\include\ATen\ops\nansum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0271059Z copying torch\include\ATen\ops\nan_to_num.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0277983Z copying torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0284551Z copying torch\include\ATen\ops\nan_to_num_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0291272Z copying torch\include\ATen\ops\nan_to_num_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0298335Z copying torch\include\ATen\ops\nan_to_num_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0305116Z copying torch\include\ATen\ops\nan_to_num_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0312496Z copying torch\include\ATen\ops\narrow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0319364Z copying torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0326092Z copying torch\include\ATen\ops\narrow_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0333479Z copying torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0340168Z copying torch\include\ATen\ops\narrow_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0347658Z copying torch\include\ATen\ops\narrow_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0354305Z copying torch\include\ATen\ops\narrow_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0361250Z copying torch\include\ATen\ops\narrow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0368024Z copying torch\include\ATen\ops\narrow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0374828Z copying torch\include\ATen\ops\native_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0381524Z copying torch\include\ATen\ops\native_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0388716Z copying torch\include\ATen\ops\native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0396092Z copying torch\include\ATen\ops\native_batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0402986Z copying torch\include\ATen\ops\native_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0409873Z copying torch\include\ATen\ops\native_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0416806Z copying torch\include\ATen\ops\native_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0423664Z copying torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0430644Z copying torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0437694Z copying torch\include\ATen\ops\native_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0444680Z copying torch\include\ATen\ops\native_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0460728Z copying torch\include\ATen\ops\native_channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0468275Z copying torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0475114Z copying torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0481966Z copying torch\include\ATen\ops\native_channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0489581Z copying torch\include\ATen\ops\native_channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0496530Z copying torch\include\ATen\ops\native_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0503156Z copying torch\include\ATen\ops\native_dropout_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0510566Z copying torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0517644Z copying torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0524576Z copying torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0532178Z copying torch\include\ATen\ops\native_dropout_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0540127Z copying torch\include\ATen\ops\native_dropout_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0547989Z copying torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0555796Z copying torch\include\ATen\ops\native_dropout_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0563562Z copying torch\include\ATen\ops\native_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0570613Z copying torch\include\ATen\ops\native_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0577626Z copying torch\include\ATen\ops\native_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0584824Z copying torch\include\ATen\ops\native_group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0591755Z copying torch\include\ATen\ops\native_group_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0599144Z copying torch\include\ATen\ops\native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0612345Z copying torch\include\ATen\ops\native_group_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0619372Z copying torch\include\ATen\ops\native_group_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0626195Z copying torch\include\ATen\ops\native_group_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0633394Z copying torch\include\ATen\ops\native_group_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0640356Z copying torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0647278Z copying torch\include\ATen\ops\native_group_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0653994Z copying torch\include\ATen\ops\native_group_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0661086Z copying torch\include\ATen\ops\native_group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0667764Z copying torch\include\ATen\ops\native_group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0674950Z copying torch\include\ATen\ops\native_layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0681965Z copying torch\include\ATen\ops\native_layer_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0695934Z copying torch\include\ATen\ops\native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0702758Z copying torch\include\ATen\ops\native_layer_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0709560Z copying torch\include\ATen\ops\native_layer_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0716429Z copying torch\include\ATen\ops\native_layer_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0723644Z copying torch\include\ATen\ops\native_layer_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0730636Z copying torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0737214Z copying torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0744122Z copying torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0751193Z copying torch\include\ATen\ops\native_layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0758023Z copying torch\include\ATen\ops\native_layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0764908Z copying torch\include\ATen\ops\native_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0771906Z copying torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0778683Z copying torch\include\ATen\ops\native_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0785373Z copying torch\include\ATen\ops\native_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0792216Z copying torch\include\ATen\ops\ne.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0798406Z copying torch\include\ATen\ops\neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0805363Z copying torch\include\ATen\ops\negative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0812022Z copying torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0818462Z copying torch\include\ATen\ops\negative_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0824982Z copying torch\include\ATen\ops\negative_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0832138Z copying torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0838604Z copying torch\include\ATen\ops\neg_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0845077Z copying torch\include\ATen\ops\neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0851489Z copying torch\include\ATen\ops\neg_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0857675Z copying torch\include\ATen\ops\neg_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0864171Z copying torch\include\ATen\ops\neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0871851Z copying torch\include\ATen\ops\neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0877855Z copying torch\include\ATen\ops\nested_to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0884811Z copying torch\include\ATen\ops\nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0891529Z copying torch\include\ATen\ops\nested_to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0898112Z copying torch\include\ATen\ops\nested_to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0904462Z copying torch\include\ATen\ops\new_empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0912670Z copying torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0918878Z copying torch\include\ATen\ops\new_empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0925519Z copying torch\include\ATen\ops\new_empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0932226Z copying torch\include\ATen\ops\new_empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0940242Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0947380Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0954330Z copying torch\include\ATen\ops\new_empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0961190Z copying torch\include\ATen\ops\new_empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0968166Z copying torch\include\ATen\ops\new_full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0975068Z copying torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0982492Z copying torch\include\ATen\ops\new_full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.0989617Z copying torch\include\ATen\ops\new_full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1003592Z copying torch\include\ATen\ops\new_ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1011275Z copying torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1018638Z copying torch\include\ATen\ops\new_ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1025115Z copying torch\include\ATen\ops\new_ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1032270Z copying torch\include\ATen\ops\new_zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1039919Z copying torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1047002Z copying torch\include\ATen\ops\new_zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1054291Z copying torch\include\ATen\ops\new_zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1061836Z copying torch\include\ATen\ops\nextafter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1070367Z copying torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1077833Z copying torch\include\ATen\ops\nextafter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1084932Z copying torch\include\ATen\ops\nextafter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1092389Z copying torch\include\ATen\ops\nextafter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1099589Z copying torch\include\ATen\ops\nextafter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1106162Z copying torch\include\ATen\ops\nextafter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1113048Z copying torch\include\ATen\ops\nextafter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1120923Z copying torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1127883Z copying torch\include\ATen\ops\ne_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1134197Z copying torch\include\ATen\ops\ne_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1141442Z copying torch\include\ATen\ops\ne_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1147968Z copying torch\include\ATen\ops\ne_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1154424Z copying torch\include\ATen\ops\ne_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1161010Z copying torch\include\ATen\ops\ne_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1168378Z copying torch\include\ATen\ops\nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1174601Z copying torch\include\ATen\ops\nll_loss2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1181356Z copying torch\include\ATen\ops\nll_loss2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1188845Z copying torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1195777Z copying torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1202413Z copying torch\include\ATen\ops\nll_loss2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1209227Z copying torch\include\ATen\ops\nll_loss2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1217046Z copying torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1223352Z copying torch\include\ATen\ops\nll_loss2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1230799Z copying torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1238958Z copying torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1245590Z copying torch\include\ATen\ops\nll_loss2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1252272Z copying torch\include\ATen\ops\nll_loss2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1259102Z copying torch\include\ATen\ops\nll_loss2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1266463Z copying torch\include\ATen\ops\nll_loss2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1273151Z copying torch\include\ATen\ops\nll_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1280904Z copying torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1287697Z copying torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1295291Z copying torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1302066Z copying torch\include\ATen\ops\nll_loss_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1308757Z copying torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1316574Z copying torch\include\ATen\ops\nll_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1323266Z copying torch\include\ATen\ops\nll_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1330262Z copying torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1337424Z copying torch\include\ATen\ops\nll_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1345059Z copying torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1351832Z copying torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1358728Z copying torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1367034Z copying torch\include\ATen\ops\nll_loss_forward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1373824Z copying torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1380773Z copying torch\include\ATen\ops\nll_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1388472Z copying torch\include\ATen\ops\nll_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1395268Z copying torch\include\ATen\ops\nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1402182Z copying torch\include\ATen\ops\nll_loss_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1410546Z copying torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1417514Z copying torch\include\ATen\ops\nll_loss_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1424258Z copying torch\include\ATen\ops\nll_loss_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1431443Z copying torch\include\ATen\ops\nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1439203Z copying torch\include\ATen\ops\nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1446158Z copying torch\include\ATen\ops\nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1453192Z copying torch\include\ATen\ops\nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1460358Z copying torch\include\ATen\ops\nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1467096Z copying torch\include\ATen\ops\nonzero_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1474439Z copying torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1481907Z copying torch\include\ATen\ops\nonzero_numpy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1489707Z copying torch\include\ATen\ops\nonzero_numpy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1496276Z copying torch\include\ATen\ops\nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1503155Z copying torch\include\ATen\ops\nonzero_static.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1510111Z copying torch\include\ATen\ops\nonzero_static_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1517605Z copying torch\include\ATen\ops\nonzero_static_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1524649Z copying torch\include\ATen\ops\nonzero_static_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1531774Z copying torch\include\ATen\ops\nonzero_static_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1539571Z copying torch\include\ATen\ops\norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1576489Z copying torch\include\ATen\ops\normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1637477Z copying torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1644405Z copying torch\include\ATen\ops\normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1651570Z copying torch\include\ATen\ops\normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1658827Z copying torch\include\ATen\ops\normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1666623Z copying torch\include\ATen\ops\normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1673354Z copying torch\include\ATen\ops\normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1680600Z copying torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1687399Z copying torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1694399Z copying torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1701386Z copying torch\include\ATen\ops\norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1708145Z copying torch\include\ATen\ops\norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1715260Z copying torch\include\ATen\ops\norm_except_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1722164Z copying torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1728773Z copying torch\include\ATen\ops\norm_except_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1735078Z copying torch\include\ATen\ops\norm_except_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1741807Z copying torch\include\ATen\ops\norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1748480Z copying torch\include\ATen\ops\norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1755753Z copying torch\include\ATen\ops\norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1762660Z copying torch\include\ATen\ops\norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1769135Z copying torch\include\ATen\ops\not_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1776056Z copying torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1782982Z copying torch\include\ATen\ops\not_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1789723Z copying torch\include\ATen\ops\not_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1796642Z copying torch\include\ATen\ops\nuclear_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1803504Z copying torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1810027Z copying torch\include\ATen\ops\nuclear_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1816990Z copying torch\include\ATen\ops\nuclear_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1823838Z copying torch\include\ATen\ops\numpy_T.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1830265Z copying torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1837017Z copying torch\include\ATen\ops\numpy_T_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1843090Z copying torch\include\ATen\ops\numpy_T_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1849773Z copying torch\include\ATen\ops\ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1856609Z copying torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1863801Z copying torch\include\ATen\ops\ones_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1870608Z copying torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1877441Z copying torch\include\ATen\ops\ones_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1884632Z copying torch\include\ATen\ops\ones_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1891635Z copying torch\include\ATen\ops\ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1898604Z copying torch\include\ATen\ops\ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1905236Z copying torch\include\ATen\ops\one_hot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1912074Z copying torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1918861Z copying torch\include\ATen\ops\one_hot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1925284Z copying torch\include\ATen\ops\one_hot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1932202Z copying torch\include\ATen\ops\or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1938674Z copying torch\include\ATen\ops\orgqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1946480Z copying torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1953372Z copying torch\include\ATen\ops\orgqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1960473Z copying torch\include\ATen\ops\orgqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1968814Z copying torch\include\ATen\ops\ormqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1975462Z copying torch\include\ATen\ops\ormqr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1982421Z copying torch\include\ATen\ops\ormqr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1989293Z copying torch\include\ATen\ops\ormqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.1996188Z copying torch\include\ATen\ops\ormqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2003678Z copying torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2010114Z copying torch\include\ATen\ops\or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2016700Z copying torch\include\ATen\ops\or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2023409Z copying torch\include\ATen\ops\outer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2030330Z copying torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2037218Z copying torch\include\ATen\ops\outer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2044944Z copying torch\include\ATen\ops\outer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2052370Z copying torch\include\ATen\ops\output_nr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2059068Z copying torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2065737Z copying torch\include\ATen\ops\output_nr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2073453Z copying torch\include\ATen\ops\output_nr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2080372Z copying torch\include\ATen\ops\pad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2087054Z copying torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2093822Z copying torch\include\ATen\ops\pad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2101031Z copying torch\include\ATen\ops\pad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2107902Z copying torch\include\ATen\ops\pad_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2115741Z copying torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2121966Z copying torch\include\ATen\ops\pad_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2129312Z copying torch\include\ATen\ops\pad_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2136298Z copying torch\include\ATen\ops\pairwise_distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2143629Z copying torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2150983Z copying torch\include\ATen\ops\pairwise_distance_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2157853Z copying torch\include\ATen\ops\pairwise_distance_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2164487Z copying torch\include\ATen\ops\pdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2171376Z copying torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2178011Z copying torch\include\ATen\ops\pdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2184500Z copying torch\include\ATen\ops\pdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2191244Z copying torch\include\ATen\ops\permute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2198299Z copying torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2205038Z copying torch\include\ATen\ops\permute_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2212197Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2218987Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2225545Z copying torch\include\ATen\ops\permute_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2232497Z copying torch\include\ATen\ops\permute_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2240073Z copying torch\include\ATen\ops\permute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2246737Z copying torch\include\ATen\ops\permute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2253334Z copying torch\include\ATen\ops\pinverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2259721Z copying torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2266364Z copying torch\include\ATen\ops\pinverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2272773Z copying torch\include\ATen\ops\pinverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2280024Z copying torch\include\ATen\ops\pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2286545Z copying torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2325495Z copying torch\include\ATen\ops\pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2332657Z copying torch\include\ATen\ops\pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2367222Z copying torch\include\ATen\ops\pixel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2413552Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2477779Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2485635Z copying torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2493307Z copying torch\include\ATen\ops\pixel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2501424Z copying torch\include\ATen\ops\pixel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2508996Z copying torch\include\ATen\ops\pixel_unshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2521118Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2528018Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2534795Z copying torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2544534Z copying torch\include\ATen\ops\pixel_unshuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2551534Z copying torch\include\ATen\ops\pixel_unshuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2558570Z copying torch\include\ATen\ops\poisson.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2565260Z copying torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2571999Z copying torch\include\ATen\ops\poisson_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2578955Z copying torch\include\ATen\ops\poisson_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2585591Z copying torch\include\ATen\ops\poisson_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2592552Z copying torch\include\ATen\ops\poisson_nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2600197Z copying torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2606955Z copying torch\include\ATen\ops\poisson_nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2613465Z copying torch\include\ATen\ops\poisson_nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2619992Z copying torch\include\ATen\ops\poisson_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2626641Z copying torch\include\ATen\ops\polar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2633235Z copying torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2639978Z copying torch\include\ATen\ops\polar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2646921Z copying torch\include\ATen\ops\polar_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2653407Z copying torch\include\ATen\ops\polar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2660021Z copying torch\include\ATen\ops\polar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2666917Z copying torch\include\ATen\ops\polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2673752Z copying torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2680876Z copying torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2687602Z copying torch\include\ATen\ops\polygamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2694123Z copying torch\include\ATen\ops\polygamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2700795Z copying torch\include\ATen\ops\polygamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2707729Z copying torch\include\ATen\ops\polygamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2714358Z copying torch\include\ATen\ops\polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2721149Z copying torch\include\ATen\ops\polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2728590Z copying torch\include\ATen\ops\positive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2735154Z copying torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2741731Z copying torch\include\ATen\ops\positive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2748841Z copying torch\include\ATen\ops\positive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2755664Z copying torch\include\ATen\ops\pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2762308Z copying torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2768762Z copying torch\include\ATen\ops\pow_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2776681Z copying torch\include\ATen\ops\pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2783296Z copying torch\include\ATen\ops\pow_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2789735Z copying torch\include\ATen\ops\pow_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2796596Z copying torch\include\ATen\ops\pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2803289Z copying torch\include\ATen\ops\pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2809984Z copying torch\include\ATen\ops\prelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2816351Z copying torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2822799Z copying torch\include\ATen\ops\prelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2829073Z copying torch\include\ATen\ops\prelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2835583Z copying torch\include\ATen\ops\prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2842399Z copying torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2849106Z copying torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2855997Z copying torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2862794Z copying torch\include\ATen\ops\prod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2869387Z copying torch\include\ATen\ops\prod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2875920Z copying torch\include\ATen\ops\prod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2882724Z copying torch\include\ATen\ops\prod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2889053Z copying torch\include\ATen\ops\prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2895634Z copying torch\include\ATen\ops\prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2902486Z copying torch\include\ATen\ops\promote_types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2909594Z copying torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2916204Z copying torch\include\ATen\ops\promote_types_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2922876Z copying torch\include\ATen\ops\promote_types_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2929522Z copying torch\include\ATen\ops\put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2936316Z copying torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2943142Z copying torch\include\ATen\ops\put_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2950195Z copying torch\include\ATen\ops\put_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2957075Z copying torch\include\ATen\ops\put_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2963659Z copying torch\include\ATen\ops\put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2970073Z copying torch\include\ATen\ops\put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2976959Z copying torch\include\ATen\ops\qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2983361Z copying torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2989995Z copying torch\include\ATen\ops\qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.2996582Z copying torch\include\ATen\ops\qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3003051Z copying torch\include\ATen\ops\qscheme.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3009511Z copying torch\include\ATen\ops\qscheme_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3016426Z copying torch\include\ATen\ops\qscheme_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3023289Z copying torch\include\ATen\ops\quantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3030190Z copying torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3037295Z copying torch\include\ATen\ops\quantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3044098Z copying torch\include\ATen\ops\quantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3051560Z copying torch\include\ATen\ops\quantized_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3059595Z copying torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3066913Z copying torch\include\ATen\ops\quantized_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3073758Z copying torch\include\ATen\ops\quantized_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3080547Z copying torch\include\ATen\ops\quantized_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3088145Z copying torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3094573Z copying torch\include\ATen\ops\quantized_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3101554Z copying torch\include\ATen\ops\quantized_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3108324Z copying torch\include\ATen\ops\quantized_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3115817Z copying torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3122543Z copying torch\include\ATen\ops\quantized_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3129310Z copying torch\include\ATen\ops\quantized_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3136036Z copying torch\include\ATen\ops\quantized_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3143630Z copying torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3150627Z copying torch\include\ATen\ops\quantized_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3157207Z copying torch\include\ATen\ops\quantized_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3163854Z copying torch\include\ATen\ops\quantized_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3170886Z copying torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3177569Z copying torch\include\ATen\ops\quantized_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3184362Z copying torch\include\ATen\ops\quantized_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3191226Z copying torch\include\ATen\ops\quantized_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3198564Z copying torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3215604Z copying torch\include\ATen\ops\quantized_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3222439Z copying torch\include\ATen\ops\quantized_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3229501Z copying torch\include\ATen\ops\quantized_rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3236732Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3243392Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3250284Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3256934Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3264092Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3270790Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3277483Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3284153Z copying torch\include\ATen\ops\quantize_per_channel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3291497Z copying torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3298806Z copying torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3305881Z copying torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3312837Z copying torch\include\ATen\ops\quantize_per_channel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3319693Z copying torch\include\ATen\ops\quantize_per_channel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3326565Z copying torch\include\ATen\ops\quantize_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3334037Z copying torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3341265Z copying torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3348709Z copying torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3356309Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3364130Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3372222Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3380334Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3387991Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3395517Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3403201Z copying torch\include\ATen\ops\quantize_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3410664Z copying torch\include\ATen\ops\quantize_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3418671Z copying torch\include\ATen\ops\q_per_channel_axis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3426323Z copying torch\include\ATen\ops\q_per_channel_axis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3432678Z copying torch\include\ATen\ops\q_per_channel_axis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3439670Z copying torch\include\ATen\ops\q_per_channel_scales.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3446718Z copying torch\include\ATen\ops\q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3454411Z copying torch\include\ATen\ops\q_per_channel_scales_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3460497Z copying torch\include\ATen\ops\q_per_channel_scales_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3467692Z copying torch\include\ATen\ops\q_per_channel_zero_points.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3475187Z 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-04T20:06:01.3482546Z copying torch\include\ATen\ops\q_per_channel_zero_points_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3489171Z copying torch\include\ATen\ops\q_per_channel_zero_points_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3496162Z copying torch\include\ATen\ops\q_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3502304Z copying torch\include\ATen\ops\q_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3508662Z copying torch\include\ATen\ops\q_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3516796Z copying torch\include\ATen\ops\q_zero_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3522961Z copying torch\include\ATen\ops\q_zero_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3529532Z copying torch\include\ATen\ops\q_zero_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3536305Z copying torch\include\ATen\ops\rad2deg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3543126Z copying torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3549799Z copying torch\include\ATen\ops\rad2deg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3557934Z copying torch\include\ATen\ops\rad2deg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3564845Z copying torch\include\ATen\ops\rand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3572164Z copying torch\include\ATen\ops\randint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3581126Z copying torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3587977Z copying torch\include\ATen\ops\randint_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3595364Z copying torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3602274Z copying torch\include\ATen\ops\randint_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3609253Z copying torch\include\ATen\ops\randint_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3616002Z copying torch\include\ATen\ops\randint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3623048Z copying torch\include\ATen\ops\randint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3629887Z copying torch\include\ATen\ops\randn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3636992Z copying torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3643775Z copying torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3650216Z copying torch\include\ATen\ops\randn_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3657372Z copying torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3665652Z copying torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3673089Z copying torch\include\ATen\ops\randn_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3680357Z copying torch\include\ATen\ops\randn_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3687004Z copying torch\include\ATen\ops\randn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3694708Z copying torch\include\ATen\ops\randn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3702047Z copying torch\include\ATen\ops\random.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3709127Z copying torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3715540Z copying torch\include\ATen\ops\random_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3722320Z copying torch\include\ATen\ops\random_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3729082Z copying torch\include\ATen\ops\random_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3735697Z copying torch\include\ATen\ops\random_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3742322Z copying torch\include\ATen\ops\random_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3749276Z copying torch\include\ATen\ops\randperm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3755976Z copying torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3762599Z copying torch\include\ATen\ops\randperm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3769394Z copying torch\include\ATen\ops\randperm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3776469Z copying torch\include\ATen\ops\randperm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3783428Z copying torch\include\ATen\ops\randperm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3790428Z copying torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3797273Z copying torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3804117Z copying torch\include\ATen\ops\rand_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3810996Z copying torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3817790Z copying torch\include\ATen\ops\rand_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3825067Z copying torch\include\ATen\ops\rand_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3832356Z copying torch\include\ATen\ops\rand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3839042Z copying torch\include\ATen\ops\rand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3845662Z copying torch\include\ATen\ops\range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3852483Z copying torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3859334Z copying torch\include\ATen\ops\range_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3866129Z copying torch\include\ATen\ops\range_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3873150Z copying torch\include\ATen\ops\range_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3880970Z copying torch\include\ATen\ops\range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3887794Z copying torch\include\ATen\ops\range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3894661Z copying torch\include\ATen\ops\ravel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3901419Z copying torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3907964Z copying torch\include\ATen\ops\ravel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3914684Z copying torch\include\ATen\ops\ravel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3921538Z copying torch\include\ATen\ops\real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3928061Z copying torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3934671Z copying torch\include\ATen\ops\real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3941627Z copying torch\include\ATen\ops\real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3948066Z copying torch\include\ATen\ops\reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3955349Z copying torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3962797Z copying torch\include\ATen\ops\reciprocal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3969561Z copying torch\include\ATen\ops\reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3976786Z copying torch\include\ATen\ops\reciprocal_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3984487Z copying torch\include\ATen\ops\reciprocal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3991351Z copying torch\include\ATen\ops\reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.3999046Z copying torch\include\ATen\ops\reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4005941Z copying torch\include\ATen\ops\record_stream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4012522Z copying torch\include\ATen\ops\record_stream_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4019721Z copying torch\include\ATen\ops\record_stream_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4026944Z copying torch\include\ATen\ops\record_stream_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4033338Z copying torch\include\ATen\ops\refine_names.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4040407Z copying torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4047199Z copying torch\include\ATen\ops\refine_names_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4054708Z copying torch\include\ATen\ops\refine_names_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4062111Z copying torch\include\ATen\ops\reflection_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4069170Z copying torch\include\ATen\ops\reflection_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4076704Z copying torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4083612Z copying torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4090760Z copying torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4098013Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4104887Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4112135Z copying torch\include\ATen\ops\reflection_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4119201Z copying torch\include\ATen\ops\reflection_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4126327Z copying torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4133026Z copying torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4139983Z copying torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4146898Z copying torch\include\ATen\ops\reflection_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4153900Z copying torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4160736Z copying torch\include\ATen\ops\reflection_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4167558Z copying torch\include\ATen\ops\reflection_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4174305Z copying torch\include\ATen\ops\reflection_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4181531Z copying torch\include\ATen\ops\reflection_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4188437Z copying torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4199093Z copying torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4205206Z copying torch\include\ATen\ops\reflection_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4211788Z copying torch\include\ATen\ops\reflection_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4219397Z copying torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4227218Z copying torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4234966Z copying torch\include\ATen\ops\reflection_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4242258Z copying torch\include\ATen\ops\reflection_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4249765Z copying torch\include\ATen\ops\reflection_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4257009Z copying torch\include\ATen\ops\reflection_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4264446Z copying torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4272110Z copying torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4278906Z copying torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4286067Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4293336Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4300812Z copying torch\include\ATen\ops\reflection_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4307558Z copying torch\include\ATen\ops\reflection_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4315245Z copying torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4322199Z copying torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4328915Z copying torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4335713Z copying torch\include\ATen\ops\reflection_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4342620Z copying torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4349613Z copying torch\include\ATen\ops\reflection_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4356588Z copying torch\include\ATen\ops\reflection_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4363303Z copying torch\include\ATen\ops\relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4369674Z copying torch\include\ATen\ops\relu6.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4376495Z copying torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4383074Z copying torch\include\ATen\ops\relu6_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4389518Z copying torch\include\ATen\ops\relu6_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4562744Z copying torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4569843Z copying torch\include\ATen\ops\relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4577648Z copying torch\include\ATen\ops\relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4584527Z copying torch\include\ATen\ops\relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4591550Z copying torch\include\ATen\ops\relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4598544Z copying torch\include\ATen\ops\relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4605036Z copying torch\include\ATen\ops\remainder.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4614564Z copying torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4621339Z copying torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4628294Z copying torch\include\ATen\ops\remainder_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4635095Z copying torch\include\ATen\ops\remainder_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4642009Z copying torch\include\ATen\ops\remainder_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4648816Z copying torch\include\ATen\ops\remainder_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4655831Z copying torch\include\ATen\ops\remainder_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4662369Z copying torch\include\ATen\ops\remainder_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4669071Z copying torch\include\ATen\ops\rename.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4675705Z copying torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4684087Z copying torch\include\ATen\ops\rename_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4691189Z copying torch\include\ATen\ops\rename_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4698111Z copying torch\include\ATen\ops\renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4705262Z copying torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4712189Z copying torch\include\ATen\ops\renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4718794Z copying torch\include\ATen\ops\renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4725480Z copying torch\include\ATen\ops\renorm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4732395Z copying torch\include\ATen\ops\renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4739587Z copying torch\include\ATen\ops\renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4746269Z copying torch\include\ATen\ops\renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4755079Z copying torch\include\ATen\ops\repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4762184Z copying torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4769418Z copying torch\include\ATen\ops\repeat_interleave.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4776571Z copying torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4783899Z copying torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4790780Z copying torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4797606Z copying torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4804335Z copying torch\include\ATen\ops\repeat_interleave_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4811139Z copying torch\include\ATen\ops\repeat_interleave_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4818325Z copying torch\include\ATen\ops\repeat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4827719Z copying torch\include\ATen\ops\repeat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4835113Z copying torch\include\ATen\ops\replication_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4843640Z copying torch\include\ATen\ops\replication_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4851206Z copying torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4858980Z copying torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4865806Z copying torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4873223Z copying torch\include\ATen\ops\replication_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4880517Z copying torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4887464Z copying torch\include\ATen\ops\replication_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4897062Z copying torch\include\ATen\ops\replication_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4905698Z copying torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4914988Z copying torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4923161Z copying torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4930192Z copying torch\include\ATen\ops\replication_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4937537Z copying torch\include\ATen\ops\replication_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4944647Z copying torch\include\ATen\ops\replication_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4951917Z copying torch\include\ATen\ops\replication_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4958957Z copying torch\include\ATen\ops\replication_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4969400Z copying torch\include\ATen\ops\replication_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4978051Z copying torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4987520Z copying torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.4995031Z copying torch\include\ATen\ops\replication_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5002908Z copying torch\include\ATen\ops\replication_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5009645Z copying torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5016623Z copying torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5024149Z copying torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5031426Z copying torch\include\ATen\ops\replication_pad2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5040469Z copying torch\include\ATen\ops\replication_pad2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5048557Z copying torch\include\ATen\ops\replication_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5054752Z copying torch\include\ATen\ops\replication_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5074238Z copying torch\include\ATen\ops\replication_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5075215Z copying torch\include\ATen\ops\replication_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5079811Z copying torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5086270Z copying torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5092986Z copying torch\include\ATen\ops\replication_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5100892Z copying torch\include\ATen\ops\replication_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5109398Z copying torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5115640Z copying torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5122632Z copying torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5129781Z copying torch\include\ATen\ops\replication_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5136779Z copying torch\include\ATen\ops\replication_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5143528Z copying torch\include\ATen\ops\replication_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5150462Z copying torch\include\ATen\ops\replication_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5157478Z copying torch\include\ATen\ops\requires_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5164389Z copying torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5171126Z copying torch\include\ATen\ops\requires_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5177752Z copying torch\include\ATen\ops\requires_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5184475Z copying torch\include\ATen\ops\reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5190964Z copying torch\include\ATen\ops\reshape_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5197856Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5205054Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5212205Z copying torch\include\ATen\ops\reshape_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5218975Z copying torch\include\ATen\ops\reshape_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5226247Z copying torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5233363Z copying torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5239994Z copying torch\include\ATen\ops\reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5246748Z copying torch\include\ATen\ops\reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5253379Z copying torch\include\ATen\ops\resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5259834Z copying torch\include\ATen\ops\resize_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5267471Z copying torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5274093Z copying torch\include\ATen\ops\resize_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5280703Z copying torch\include\ATen\ops\resize_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5287570Z copying torch\include\ATen\ops\resize_as_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5295400Z copying torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5302514Z copying torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5309060Z copying torch\include\ATen\ops\resize_as_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5316351Z copying torch\include\ATen\ops\resize_as_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5323765Z copying torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5330471Z copying torch\include\ATen\ops\resize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5338680Z copying torch\include\ATen\ops\resize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5345579Z copying torch\include\ATen\ops\resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5353580Z copying torch\include\ATen\ops\resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5359692Z copying torch\include\ATen\ops\resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5366588Z copying torch\include\ATen\ops\resolve_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5373687Z copying torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5380531Z copying torch\include\ATen\ops\resolve_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5387985Z copying torch\include\ATen\ops\resolve_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5394380Z copying torch\include\ATen\ops\resolve_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5402148Z copying torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5410765Z copying torch\include\ATen\ops\resolve_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5417054Z copying torch\include\ATen\ops\resolve_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5424434Z copying torch\include\ATen\ops\result_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5431625Z copying torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5439270Z copying torch\include\ATen\ops\result_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5445398Z copying torch\include\ATen\ops\result_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5452156Z copying torch\include\ATen\ops\retains_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5459113Z copying torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5465937Z copying torch\include\ATen\ops\retains_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5473503Z copying torch\include\ATen\ops\retains_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5479709Z copying torch\include\ATen\ops\retain_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5486640Z copying torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5493377Z copying torch\include\ATen\ops\retain_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5500077Z copying torch\include\ATen\ops\retain_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5507882Z copying torch\include\ATen\ops\rms_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5514159Z copying torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5520921Z copying torch\include\ATen\ops\rms_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5527723Z copying torch\include\ATen\ops\rms_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5534449Z copying torch\include\ATen\ops\rnn_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5542162Z copying torch\include\ATen\ops\rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5548396Z copying torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5555665Z copying torch\include\ATen\ops\rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5562798Z copying torch\include\ATen\ops\rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5573661Z copying torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5577464Z copying torch\include\ATen\ops\rnn_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5585309Z copying torch\include\ATen\ops\rnn_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5591576Z copying torch\include\ATen\ops\rnn_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5598278Z copying torch\include\ATen\ops\rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5605124Z copying torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5612142Z copying torch\include\ATen\ops\rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5618827Z copying torch\include\ATen\ops\rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5626350Z copying torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5632429Z copying torch\include\ATen\ops\rnn_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5639090Z copying torch\include\ATen\ops\rnn_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5645663Z copying torch\include\ATen\ops\roll.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5652326Z copying torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5659274Z copying torch\include\ATen\ops\roll_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5666031Z copying torch\include\ATen\ops\roll_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5672658Z copying torch\include\ATen\ops\roll_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5679207Z copying torch\include\ATen\ops\roll_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5685539Z copying torch\include\ATen\ops\rot90.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5692180Z copying torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5698693Z copying torch\include\ATen\ops\rot90_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5705274Z copying torch\include\ATen\ops\rot90_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5712757Z copying torch\include\ATen\ops\round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5719309Z copying torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5725691Z copying torch\include\ATen\ops\round_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5732319Z copying torch\include\ATen\ops\round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5738930Z copying torch\include\ATen\ops\round_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5745717Z copying torch\include\ATen\ops\round_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5752489Z copying torch\include\ATen\ops\round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5759297Z copying torch\include\ATen\ops\round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5766190Z copying torch\include\ATen\ops\row_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5772810Z copying torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5779232Z copying torch\include\ATen\ops\row_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5786427Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5793372Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5800095Z copying torch\include\ATen\ops\row_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5807053Z copying torch\include\ATen\ops\row_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5814007Z copying torch\include\ATen\ops\row_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5820684Z copying torch\include\ATen\ops\row_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5827471Z copying torch\include\ATen\ops\row_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5834696Z copying torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5841616Z copying torch\include\ATen\ops\row_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5848236Z copying torch\include\ATen\ops\row_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5859809Z copying torch\include\ATen\ops\rrelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5864650Z copying torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5871008Z copying torch\include\ATen\ops\rrelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5877730Z copying torch\include\ATen\ops\rrelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5884583Z copying torch\include\ATen\ops\rrelu_with_noise.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5891406Z copying torch\include\ATen\ops\rrelu_with_noise_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5898763Z copying torch\include\ATen\ops\rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5905794Z copying torch\include\ATen\ops\rrelu_with_noise_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5913398Z copying torch\include\ATen\ops\rrelu_with_noise_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5920128Z copying torch\include\ATen\ops\rrelu_with_noise_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5927043Z copying torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5934902Z copying torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5941188Z copying torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5948257Z copying torch\include\ATen\ops\rrelu_with_noise_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5955752Z copying torch\include\ATen\ops\rrelu_with_noise_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5963333Z copying torch\include\ATen\ops\rshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5969977Z copying torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5976583Z copying torch\include\ATen\ops\rshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5983331Z copying torch\include\ATen\ops\rshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5990053Z copying torch\include\ATen\ops\rshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.5997638Z copying torch\include\ATen\ops\rshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6004179Z copying torch\include\ATen\ops\rshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6011385Z copying torch\include\ATen\ops\rsqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6018368Z copying torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6025554Z copying torch\include\ATen\ops\rsqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6032566Z copying torch\include\ATen\ops\rsqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6039336Z copying torch\include\ATen\ops\rsqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6045981Z copying torch\include\ATen\ops\rsqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6052863Z copying torch\include\ATen\ops\rsqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6060114Z copying torch\include\ATen\ops\rsqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6067359Z copying torch\include\ATen\ops\rsub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6074481Z copying torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6081112Z copying torch\include\ATen\ops\rsub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6087924Z copying torch\include\ATen\ops\rsub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6095037Z copying torch\include\ATen\ops\rsub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6101641Z copying torch\include\ATen\ops\rsub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6108250Z copying torch\include\ATen\ops\scalar_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6115431Z copying torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6122363Z copying torch\include\ATen\ops\scalar_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6129124Z copying torch\include\ATen\ops\scalar_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6135940Z copying torch\include\ATen\ops\scaled_dot_product_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6142819Z copying torch\include\ATen\ops\scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6149483Z copying torch\include\ATen\ops\scaled_dot_product_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6156677Z copying torch\include\ATen\ops\scaled_dot_product_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6163668Z copying torch\include\ATen\ops\scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6170024Z copying torch\include\ATen\ops\scatter_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6177139Z copying torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6184257Z copying torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6191107Z copying torch\include\ATen\ops\scatter_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6198082Z copying torch\include\ATen\ops\scatter_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6205040Z copying torch\include\ATen\ops\scatter_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6212738Z copying torch\include\ATen\ops\scatter_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6219368Z copying torch\include\ATen\ops\scatter_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6226782Z copying torch\include\ATen\ops\scatter_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6235194Z copying torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6242928Z copying torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6250432Z copying torch\include\ATen\ops\scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6258721Z copying torch\include\ATen\ops\scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6265943Z copying torch\include\ATen\ops\scatter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6273311Z copying torch\include\ATen\ops\scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6280549Z copying torch\include\ATen\ops\scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6287674Z copying torch\include\ATen\ops\scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6295288Z copying torch\include\ATen\ops\scatter_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6302424Z copying torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6309354Z copying torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6316988Z copying torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6324073Z copying torch\include\ATen\ops\scatter_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6331242Z copying torch\include\ATen\ops\scatter_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6338001Z copying torch\include\ATen\ops\scatter_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6345033Z copying torch\include\ATen\ops\scatter_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6351941Z copying torch\include\ATen\ops\searchsorted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6359050Z copying torch\include\ATen\ops\searchsorted_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6365853Z copying torch\include\ATen\ops\searchsorted_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6373923Z copying torch\include\ATen\ops\searchsorted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6387480Z copying torch\include\ATen\ops\searchsorted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6394250Z copying torch\include\ATen\ops\segment_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6401520Z copying torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6408080Z copying torch\include\ATen\ops\segment_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6415281Z copying torch\include\ATen\ops\segment_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6422082Z copying torch\include\ATen\ops\segment_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6429088Z copying torch\include\ATen\ops\segment_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6436175Z copying torch\include\ATen\ops\select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6442702Z copying torch\include\ATen\ops\select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6450021Z copying torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6456706Z copying torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6463664Z copying torch\include\ATen\ops\select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6470448Z copying torch\include\ATen\ops\select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6477549Z copying torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6484650Z copying torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6491504Z copying torch\include\ATen\ops\select_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6499178Z copying torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6506731Z copying torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6513882Z copying torch\include\ATen\ops\select_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6521148Z copying torch\include\ATen\ops\select_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6527825Z copying torch\include\ATen\ops\select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6535206Z copying torch\include\ATen\ops\select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6542048Z copying torch\include\ATen\ops\select_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6549624Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6558171Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6564427Z copying torch\include\ATen\ops\select_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6597949Z copying torch\include\ATen\ops\select_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6598486Z copying torch\include\ATen\ops\selu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6599013Z copying torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6599454Z copying torch\include\ATen\ops\selu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6759029Z copying torch\include\ATen\ops\selu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6759615Z copying torch\include\ATen\ops\set.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6760108Z copying torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6760703Z copying torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6761050Z copying torch\include\ATen\ops\set_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6761396Z copying torch\include\ATen\ops\set_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6761694Z copying torch\include\ATen\ops\set_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6762174Z copying torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6762499Z copying torch\include\ATen\ops\set_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6762887Z copying torch\include\ATen\ops\set_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6763225Z copying torch\include\ATen\ops\set_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6763534Z copying torch\include\ATen\ops\set_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6763832Z copying torch\include\ATen\ops\set_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6764110Z copying torch\include\ATen\ops\sgn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6764722Z copying torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6765059Z copying torch\include\ATen\ops\sgn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6765400Z copying torch\include\ATen\ops\sgn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6765703Z copying torch\include\ATen\ops\sgn_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6766049Z copying torch\include\ATen\ops\sgn_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6766359Z copying torch\include\ATen\ops\sgn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6766649Z copying torch\include\ATen\ops\sgn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6766948Z copying torch\include\ATen\ops\sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6767285Z copying torch\include\ATen\ops\sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6767874Z copying torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6768267Z copying torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6773264Z copying torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6780159Z copying torch\include\ATen\ops\sigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6787201Z copying torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6794363Z copying torch\include\ATen\ops\sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6801185Z copying torch\include\ATen\ops\sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6808355Z copying torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6815535Z copying torch\include\ATen\ops\sigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6822496Z copying torch\include\ATen\ops\sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6829237Z copying torch\include\ATen\ops\sigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6836023Z copying torch\include\ATen\ops\sigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6842869Z copying torch\include\ATen\ops\sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6849957Z copying torch\include\ATen\ops\sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6856841Z copying torch\include\ATen\ops\sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6863538Z copying torch\include\ATen\ops\signbit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6870600Z copying torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6877465Z copying torch\include\ATen\ops\signbit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6884903Z copying torch\include\ATen\ops\signbit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6892289Z copying torch\include\ATen\ops\signbit_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6899306Z copying torch\include\ATen\ops\signbit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6907378Z copying torch\include\ATen\ops\signbit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6915109Z copying torch\include\ATen\ops\signbit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6923406Z copying torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6930435Z copying torch\include\ATen\ops\sign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6937398Z copying torch\include\ATen\ops\sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6944248Z copying torch\include\ATen\ops\sign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6951231Z copying torch\include\ATen\ops\sign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6958468Z copying torch\include\ATen\ops\sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6965250Z copying torch\include\ATen\ops\sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6971565Z copying torch\include\ATen\ops\silu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6978384Z copying torch\include\ATen\ops\silu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6985813Z copying torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6992869Z copying torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.6999456Z copying torch\include\ATen\ops\silu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7006516Z copying torch\include\ATen\ops\silu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7013963Z copying torch\include\ATen\ops\silu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7020915Z copying torch\include\ATen\ops\silu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7028002Z copying torch\include\ATen\ops\silu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7034878Z copying torch\include\ATen\ops\silu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7042141Z copying torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7048823Z copying torch\include\ATen\ops\silu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7055604Z copying torch\include\ATen\ops\silu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7062635Z copying torch\include\ATen\ops\silu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7070129Z copying torch\include\ATen\ops\silu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7076827Z copying torch\include\ATen\ops\silu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7083511Z copying torch\include\ATen\ops\silu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7090291Z copying torch\include\ATen\ops\sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7096746Z copying torch\include\ATen\ops\sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7103748Z copying torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7110472Z copying torch\include\ATen\ops\sinc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7117555Z copying torch\include\ATen\ops\sinc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7124453Z copying torch\include\ATen\ops\sinc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7131237Z copying torch\include\ATen\ops\sinc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7138084Z copying torch\include\ATen\ops\sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7144979Z copying torch\include\ATen\ops\sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7151578Z copying torch\include\ATen\ops\sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7158607Z copying torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7165412Z copying torch\include\ATen\ops\sinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7172921Z copying torch\include\ATen\ops\sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7180434Z copying torch\include\ATen\ops\sinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7187849Z copying torch\include\ATen\ops\sinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7195338Z copying torch\include\ATen\ops\sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7203131Z copying torch\include\ATen\ops\sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7210928Z copying torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7217903Z copying torch\include\ATen\ops\sin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7225970Z copying torch\include\ATen\ops\sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7232450Z copying torch\include\ATen\ops\sin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7239542Z copying torch\include\ATen\ops\sin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7246223Z copying torch\include\ATen\ops\sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7253184Z copying torch\include\ATen\ops\sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7259706Z copying torch\include\ATen\ops\size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7266804Z copying torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7274558Z copying torch\include\ATen\ops\size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7281003Z copying torch\include\ATen\ops\size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7287535Z copying torch\include\ATen\ops\slice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7294534Z copying torch\include\ATen\ops\slice_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7302907Z copying torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7309961Z copying torch\include\ATen\ops\slice_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7316973Z copying torch\include\ATen\ops\slice_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7324085Z copying torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7331219Z copying torch\include\ATen\ops\slice_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7338759Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7345750Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7352987Z copying torch\include\ATen\ops\slice_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7360016Z copying torch\include\ATen\ops\slice_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7366862Z copying torch\include\ATen\ops\slice_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7374242Z copying torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7380998Z copying torch\include\ATen\ops\slice_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7388069Z copying torch\include\ATen\ops\slice_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7395660Z copying torch\include\ATen\ops\slice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7402664Z copying torch\include\ATen\ops\slice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7409662Z copying torch\include\ATen\ops\slice_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7417008Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7424740Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7431836Z copying torch\include\ATen\ops\slice_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7439134Z copying torch\include\ATen\ops\slice_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7446032Z copying torch\include\ATen\ops\slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7453233Z copying torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7459867Z copying torch\include\ATen\ops\slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7466797Z copying torch\include\ATen\ops\slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7473793Z copying torch\include\ATen\ops\slow_conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7481288Z copying torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7488246Z copying torch\include\ATen\ops\slow_conv3d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7495569Z copying torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7503157Z copying torch\include\ATen\ops\slow_conv3d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7509971Z copying torch\include\ATen\ops\slow_conv3d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7517094Z copying torch\include\ATen\ops\slow_conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7523934Z copying torch\include\ATen\ops\slow_conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7531256Z copying torch\include\ATen\ops\slow_conv_dilated2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7538733Z copying torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7546388Z copying torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7554025Z copying torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7561635Z copying torch\include\ATen\ops\slow_conv_dilated2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7568674Z copying torch\include\ATen\ops\slow_conv_dilated2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7575681Z copying torch\include\ATen\ops\slow_conv_dilated3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7583168Z copying torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7590654Z copying torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7597680Z copying torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7604978Z copying torch\include\ATen\ops\slow_conv_dilated3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7612033Z copying torch\include\ATen\ops\slow_conv_dilated3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7619056Z copying torch\include\ATen\ops\slow_conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7626588Z copying torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7634166Z copying torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7641253Z copying torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7648262Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7656095Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7663371Z copying torch\include\ATen\ops\slow_conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7671709Z copying torch\include\ATen\ops\slow_conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7679735Z copying torch\include\ATen\ops\slow_conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7687771Z copying torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7695617Z copying torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7703189Z copying torch\include\ATen\ops\slow_conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7713671Z copying torch\include\ATen\ops\slow_conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7719619Z copying torch\include\ATen\ops\smm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7726572Z copying torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7734450Z copying torch\include\ATen\ops\smm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7741094Z copying torch\include\ATen\ops\smm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7747999Z copying torch\include\ATen\ops\smooth_l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7755092Z copying torch\include\ATen\ops\smooth_l1_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7762602Z copying torch\include\ATen\ops\smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7769704Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7777138Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7784462Z copying torch\include\ATen\ops\smooth_l1_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7792145Z copying torch\include\ATen\ops\smooth_l1_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7805309Z copying torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7811899Z copying torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7819680Z copying torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7827049Z copying torch\include\ATen\ops\smooth_l1_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7834750Z copying torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7841698Z copying torch\include\ATen\ops\smooth_l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7848877Z copying torch\include\ATen\ops\smooth_l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7855789Z copying torch\include\ATen\ops\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7863181Z copying torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7870434Z copying torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7877356Z copying torch\include\ATen\ops\softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7884959Z copying torch\include\ATen\ops\softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7892210Z copying torch\include\ATen\ops\softplus.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7899073Z copying torch\include\ATen\ops\softplus_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7906669Z copying torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7913656Z copying torch\include\ATen\ops\softplus_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7921040Z copying torch\include\ATen\ops\softplus_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7928950Z copying torch\include\ATen\ops\softplus_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7936017Z copying torch\include\ATen\ops\softplus_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7943132Z copying torch\include\ATen\ops\softplus_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7950615Z copying torch\include\ATen\ops\softplus_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7958536Z copying torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7965808Z copying torch\include\ATen\ops\softplus_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7973971Z copying torch\include\ATen\ops\softplus_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7980061Z copying torch\include\ATen\ops\softplus_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7987435Z copying torch\include\ATen\ops\softplus_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.7994792Z copying torch\include\ATen\ops\softplus_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8002953Z copying torch\include\ATen\ops\softplus_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8009186Z copying torch\include\ATen\ops\softshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8016106Z copying torch\include\ATen\ops\softshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8023529Z copying torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8031721Z copying torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8038146Z copying torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8045075Z copying torch\include\ATen\ops\softshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8052613Z copying torch\include\ATen\ops\softshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8060068Z copying torch\include\ATen\ops\softshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8067198Z copying torch\include\ATen\ops\softshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8074680Z copying torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8082740Z copying torch\include\ATen\ops\softshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8090714Z copying torch\include\ATen\ops\softshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8098443Z copying torch\include\ATen\ops\softshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8105900Z copying torch\include\ATen\ops\softshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8113216Z copying torch\include\ATen\ops\softshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8120264Z copying torch\include\ATen\ops\softshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8127863Z copying torch\include\ATen\ops\soft_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8134834Z copying torch\include\ATen\ops\soft_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8143257Z copying torch\include\ATen\ops\soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8150341Z copying torch\include\ATen\ops\soft_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8157389Z copying torch\include\ATen\ops\soft_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8164710Z copying torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8171677Z copying torch\include\ATen\ops\soft_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8179064Z copying torch\include\ATen\ops\soft_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8186191Z copying torch\include\ATen\ops\sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8193330Z copying torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8200396Z copying torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8207677Z copying torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8214907Z copying torch\include\ATen\ops\sort_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8221891Z copying torch\include\ATen\ops\sort_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8229112Z copying torch\include\ATen\ops\sort_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8236284Z copying torch\include\ATen\ops\sort_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8243387Z copying torch\include\ATen\ops\sort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8249925Z copying torch\include\ATen\ops\sort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8256662Z copying torch\include\ATen\ops\sparse_bsc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8263772Z copying torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8270490Z copying torch\include\ATen\ops\sparse_bsc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8277701Z copying torch\include\ATen\ops\sparse_bsc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8284558Z copying torch\include\ATen\ops\sparse_bsr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8291849Z copying torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8298875Z copying torch\include\ATen\ops\sparse_bsr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8305782Z copying torch\include\ATen\ops\sparse_bsr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8313252Z copying torch\include\ATen\ops\sparse_compressed_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8320510Z copying torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8327664Z copying torch\include\ATen\ops\sparse_compressed_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8334808Z copying torch\include\ATen\ops\sparse_compressed_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8341945Z copying torch\include\ATen\ops\sparse_coo_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8349472Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8356604Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8367995Z copying torch\include\ATen\ops\sparse_coo_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8375998Z copying torch\include\ATen\ops\sparse_coo_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8383236Z copying torch\include\ATen\ops\sparse_csc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8391226Z copying torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8398097Z copying torch\include\ATen\ops\sparse_csc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8405251Z copying torch\include\ATen\ops\sparse_csc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8412633Z copying torch\include\ATen\ops\sparse_csr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8420329Z copying torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8427466Z copying torch\include\ATen\ops\sparse_csr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8435256Z copying torch\include\ATen\ops\sparse_csr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8442166Z copying torch\include\ATen\ops\sparse_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8449396Z copying torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8456367Z copying torch\include\ATen\ops\sparse_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8463216Z copying torch\include\ATen\ops\sparse_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8470578Z copying torch\include\ATen\ops\sparse_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8477990Z copying torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8484772Z copying torch\include\ATen\ops\sparse_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8497941Z copying torch\include\ATen\ops\sparse_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8505021Z copying torch\include\ATen\ops\sparse_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8512173Z copying torch\include\ATen\ops\sparse_resize_and_clear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8519768Z copying torch\include\ATen\ops\sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8527771Z copying torch\include\ATen\ops\sparse_resize_and_clear_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8534697Z copying torch\include\ATen\ops\sparse_resize_and_clear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8542862Z copying torch\include\ATen\ops\sparse_resize_and_clear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8549441Z copying torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8556538Z copying torch\include\ATen\ops\sparse_resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8563574Z copying torch\include\ATen\ops\sparse_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8571743Z copying torch\include\ATen\ops\sparse_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8578257Z copying torch\include\ATen\ops\sparse_sampled_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8591112Z copying torch\include\ATen\ops\sparse_sampled_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8593811Z copying torch\include\ATen\ops\sparse_sampled_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8600796Z copying torch\include\ATen\ops\special_airy_ai.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8609285Z copying torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8615589Z copying torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8622754Z copying torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8629680Z copying torch\include\ATen\ops\special_airy_ai_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8636414Z copying torch\include\ATen\ops\special_airy_ai_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8643340Z copying torch\include\ATen\ops\special_airy_ai_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8650138Z copying torch\include\ATen\ops\special_airy_ai_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8657030Z copying torch\include\ATen\ops\special_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8664158Z copying torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8672513Z copying torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8678623Z copying torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8701550Z copying torch\include\ATen\ops\special_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8708577Z copying torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8715654Z copying torch\include\ATen\ops\special_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8722488Z copying torch\include\ATen\ops\special_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8730039Z copying torch\include\ATen\ops\special_bessel_j1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8737337Z copying torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8744580Z copying torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8751587Z copying torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8758659Z copying torch\include\ATen\ops\special_bessel_j1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8765664Z copying torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8773057Z copying torch\include\ATen\ops\special_bessel_j1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8780004Z copying torch\include\ATen\ops\special_bessel_j1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8787154Z copying torch\include\ATen\ops\special_bessel_y0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8794899Z copying torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8801619Z copying torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8808767Z copying torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8816192Z copying torch\include\ATen\ops\special_bessel_y0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8823310Z copying torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8830743Z copying torch\include\ATen\ops\special_bessel_y0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8838080Z copying torch\include\ATen\ops\special_bessel_y0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8845376Z copying torch\include\ATen\ops\special_bessel_y1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8853956Z copying torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8860509Z copying torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8868314Z copying torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8876917Z copying torch\include\ATen\ops\special_bessel_y1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8883268Z copying torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8890340Z copying torch\include\ATen\ops\special_bessel_y1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8897601Z copying torch\include\ATen\ops\special_bessel_y1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8905565Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8913086Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8920250Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8928176Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8934916Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8942195Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8951033Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8957805Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8965204Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8972476Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8980371Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8988477Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.8996883Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9003693Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9020142Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9027406Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9035193Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9042528Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9050237Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9057937Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9065795Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9073051Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9080171Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9096857Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9097848Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9103347Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9111319Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9118755Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9126693Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9134152Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9142228Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9149883Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9157077Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9164428Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9171308Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9178778Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9186464Z copying torch\include\ATen\ops\special_digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9194165Z copying torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9201023Z copying torch\include\ATen\ops\special_digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9207995Z copying torch\include\ATen\ops\special_digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9215341Z copying torch\include\ATen\ops\special_entr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9223056Z copying torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9230238Z copying torch\include\ATen\ops\special_entr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9238027Z copying torch\include\ATen\ops\special_entr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9244818Z copying torch\include\ATen\ops\special_entr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9251912Z copying torch\include\ATen\ops\special_entr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9258981Z copying torch\include\ATen\ops\special_entr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9266092Z copying torch\include\ATen\ops\special_entr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9273254Z copying torch\include\ATen\ops\special_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9280286Z copying torch\include\ATen\ops\special_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9287345Z copying torch\include\ATen\ops\special_erfcx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9295306Z copying torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9302169Z copying torch\include\ATen\ops\special_erfcx_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9309211Z copying torch\include\ATen\ops\special_erfcx_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9316183Z copying torch\include\ATen\ops\special_erfcx_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9323644Z copying torch\include\ATen\ops\special_erfcx_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9330861Z copying torch\include\ATen\ops\special_erfcx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9338914Z copying torch\include\ATen\ops\special_erfcx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9346179Z copying torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9354085Z copying torch\include\ATen\ops\special_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9361000Z copying torch\include\ATen\ops\special_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9368045Z copying torch\include\ATen\ops\special_erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9376709Z copying torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9382839Z copying torch\include\ATen\ops\special_erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9390265Z copying torch\include\ATen\ops\special_erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9397852Z copying torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9405327Z copying torch\include\ATen\ops\special_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9412006Z copying torch\include\ATen\ops\special_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9419136Z copying torch\include\ATen\ops\special_exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9426529Z copying torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9433864Z copying torch\include\ATen\ops\special_exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9440907Z copying torch\include\ATen\ops\special_exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9448284Z copying torch\include\ATen\ops\special_expit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9456616Z copying torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9463013Z copying torch\include\ATen\ops\special_expit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9469574Z copying torch\include\ATen\ops\special_expit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9476311Z copying torch\include\ATen\ops\special_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9483485Z copying torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9491078Z copying torch\include\ATen\ops\special_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9498076Z copying torch\include\ATen\ops\special_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9505369Z copying torch\include\ATen\ops\special_gammainc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9512259Z copying torch\include\ATen\ops\special_gammaincc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9519712Z copying torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9526743Z copying torch\include\ATen\ops\special_gammaincc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9533682Z copying torch\include\ATen\ops\special_gammaincc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9542216Z copying torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9548481Z copying torch\include\ATen\ops\special_gammainc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9555758Z copying torch\include\ATen\ops\special_gammainc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9564197Z copying torch\include\ATen\ops\special_gammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9571020Z copying torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9577950Z copying torch\include\ATen\ops\special_gammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9584995Z copying torch\include\ATen\ops\special_gammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9593140Z copying torch\include\ATen\ops\special_hermite_polynomial_h.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9600186Z copying torch\include\ATen\ops\special_hermite_polynomial_he.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9607875Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9616406Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9622410Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9630189Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9637197Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9644555Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9651486Z copying torch\include\ATen\ops\special_hermite_polynomial_he_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9658331Z copying torch\include\ATen\ops\special_hermite_polynomial_he_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9666096Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9674690Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9680505Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9687382Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9694392Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9702432Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9709713Z copying torch\include\ATen\ops\special_hermite_polynomial_h_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9716693Z copying torch\include\ATen\ops\special_hermite_polynomial_h_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9723600Z copying torch\include\ATen\ops\special_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9734402Z copying torch\include\ATen\ops\special_i0e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9738573Z copying torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9745791Z copying torch\include\ATen\ops\special_i0e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9752892Z copying torch\include\ATen\ops\special_i0e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9759742Z copying torch\include\ATen\ops\special_i0e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9766794Z copying torch\include\ATen\ops\special_i0e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9774247Z copying torch\include\ATen\ops\special_i0e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9781093Z copying torch\include\ATen\ops\special_i0e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9788371Z copying torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9796570Z copying torch\include\ATen\ops\special_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9802825Z copying torch\include\ATen\ops\special_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9810442Z copying torch\include\ATen\ops\special_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9824624Z copying torch\include\ATen\ops\special_i1e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9832135Z copying torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9839259Z copying torch\include\ATen\ops\special_i1e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9846936Z copying torch\include\ATen\ops\special_i1e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9855026Z copying torch\include\ATen\ops\special_i1e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9862784Z copying torch\include\ATen\ops\special_i1e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9869768Z copying torch\include\ATen\ops\special_i1e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9877095Z copying torch\include\ATen\ops\special_i1e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9884410Z copying torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9891599Z copying torch\include\ATen\ops\special_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9898420Z copying torch\include\ATen\ops\special_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9905651Z copying torch\include\ATen\ops\special_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9912563Z copying torch\include\ATen\ops\special_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9919502Z copying torch\include\ATen\ops\special_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9926405Z copying torch\include\ATen\ops\special_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9933389Z copying torch\include\ATen\ops\special_laguerre_polynomial_l.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9940942Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9948333Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9955477Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9962676Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9969863Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9976916Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9983861Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9991219Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:01.9998298Z copying torch\include\ATen\ops\special_legendre_polynomial_p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0005855Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0012885Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0020289Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0027382Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0034514Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0041460Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0048452Z copying torch\include\ATen\ops\special_legendre_polynomial_p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0055602Z copying torch\include\ATen\ops\special_legendre_polynomial_p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0063571Z copying torch\include\ATen\ops\special_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0070755Z copying torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0077934Z copying torch\include\ATen\ops\special_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0084594Z copying torch\include\ATen\ops\special_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0091630Z copying torch\include\ATen\ops\special_logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0098623Z copying torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0105626Z copying torch\include\ATen\ops\special_logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0112990Z copying torch\include\ATen\ops\special_logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0120136Z copying torch\include\ATen\ops\special_logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0127174Z copying torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0133991Z copying torch\include\ATen\ops\special_logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0141157Z copying torch\include\ATen\ops\special_logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0148005Z copying torch\include\ATen\ops\special_log_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0155590Z copying torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0164110Z copying torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0171864Z copying torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0178796Z copying torch\include\ATen\ops\special_log_ndtr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0186713Z copying torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0194508Z copying torch\include\ATen\ops\special_log_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0201868Z copying torch\include\ATen\ops\special_log_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0209399Z copying torch\include\ATen\ops\special_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0216922Z copying torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0223746Z copying torch\include\ATen\ops\special_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0230982Z copying torch\include\ATen\ops\special_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0246779Z copying torch\include\ATen\ops\special_modified_bessel_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0254238Z copying torch\include\ATen\ops\special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0261694Z copying torch\include\ATen\ops\special_modified_bessel_i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0269087Z copying torch\include\ATen\ops\special_modified_bessel_i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0276461Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0283513Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0290691Z copying torch\include\ATen\ops\special_modified_bessel_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0298258Z copying torch\include\ATen\ops\special_modified_bessel_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0305732Z copying torch\include\ATen\ops\special_modified_bessel_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0313655Z copying torch\include\ATen\ops\special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0321098Z copying torch\include\ATen\ops\special_modified_bessel_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0328503Z copying torch\include\ATen\ops\special_modified_bessel_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0335502Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0342951Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0350166Z copying torch\include\ATen\ops\special_modified_bessel_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0357075Z copying torch\include\ATen\ops\special_modified_bessel_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0364092Z copying torch\include\ATen\ops\special_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0371646Z copying torch\include\ATen\ops\special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0378860Z copying torch\include\ATen\ops\special_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0386060Z copying torch\include\ATen\ops\special_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0393564Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0400923Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0408183Z copying torch\include\ATen\ops\special_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0415691Z copying torch\include\ATen\ops\special_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0423863Z copying torch\include\ATen\ops\special_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0431109Z copying torch\include\ATen\ops\special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0439261Z copying torch\include\ATen\ops\special_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0446020Z copying torch\include\ATen\ops\special_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0453143Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0460661Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0468133Z copying torch\include\ATen\ops\special_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0475567Z copying torch\include\ATen\ops\special_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0483067Z copying torch\include\ATen\ops\special_multigammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0491043Z copying torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0498295Z copying torch\include\ATen\ops\special_multigammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0505766Z copying torch\include\ATen\ops\special_multigammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0513698Z copying torch\include\ATen\ops\special_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0520198Z copying torch\include\ATen\ops\special_ndtri.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0527598Z copying torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0534772Z copying torch\include\ATen\ops\special_ndtri_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0542103Z copying torch\include\ATen\ops\special_ndtri_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0549043Z copying torch\include\ATen\ops\special_ndtri_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0556359Z copying torch\include\ATen\ops\special_ndtri_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0564691Z copying torch\include\ATen\ops\special_ndtri_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0571040Z copying torch\include\ATen\ops\special_ndtri_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0578734Z copying torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0585959Z copying torch\include\ATen\ops\special_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0606473Z copying torch\include\ATen\ops\special_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0607402Z copying torch\include\ATen\ops\special_polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0610007Z copying torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0618419Z copying torch\include\ATen\ops\special_polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0624700Z copying torch\include\ATen\ops\special_polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0631846Z copying torch\include\ATen\ops\special_psi.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0638749Z copying torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0646072Z copying torch\include\ATen\ops\special_psi_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0652720Z copying torch\include\ATen\ops\special_psi_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0659931Z copying torch\include\ATen\ops\special_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0666974Z copying torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0674077Z copying torch\include\ATen\ops\special_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0704752Z copying torch\include\ATen\ops\special_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0712253Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0719626Z 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-04T20:06:02.0726753Z 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-04T20:06:02.0733915Z 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-04T20:06:02.0741176Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0748333Z 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-04T20:06:02.0755594Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0762964Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0769850Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0777638Z 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-04T20:06:02.0784589Z 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-04T20:06:02.0791740Z 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-04T20:06:02.0798970Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0806368Z 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-04T20:06:02.0813540Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0820527Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0827865Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.0835743Z 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-04T20:06:02.0843078Z 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-04T20:06:02.0851617Z 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-04T20:06:02.0857995Z 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-04T20:06:02.1919354Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.1927562Z 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-04T20:06:02.1935043Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.1942770Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.1950018Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.1959661Z 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-04T20:06:02.1967342Z 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-04T20:06:02.1975491Z 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-04T20:06:02.1982790Z 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-04T20:06:02.1990130Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.1997949Z 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-04T20:06:02.2005485Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2012488Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2020126Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2027787Z 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-04T20:06:02.2035272Z 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-04T20:06:02.2042541Z 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-04T20:06:02.2050070Z 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-04T20:06:02.2058085Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2066042Z 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-04T20:06:02.2073919Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2080950Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2088781Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2096041Z 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-04T20:06:02.2103541Z 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-04T20:06:02.2111901Z 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-04T20:06:02.2119984Z 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-04T20:06:02.2128125Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2135368Z 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-04T20:06:02.2142600Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2150203Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2157566Z copying torch\include\ATen\ops\special_sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2164445Z copying torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2171430Z copying torch\include\ATen\ops\special_sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2178514Z copying torch\include\ATen\ops\special_sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2185360Z copying torch\include\ATen\ops\special_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2192601Z copying torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2199436Z copying torch\include\ATen\ops\special_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2206283Z copying torch\include\ATen\ops\special_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2213361Z copying torch\include\ATen\ops\special_spherical_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2220829Z copying torch\include\ATen\ops\special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2227607Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2234718Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2241678Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2252836Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2260153Z copying torch\include\ATen\ops\special_spherical_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2267220Z copying torch\include\ATen\ops\special_spherical_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2274301Z copying torch\include\ATen\ops\special_xlog1py.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2281509Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2288483Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2295365Z copying torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2302513Z copying torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2309366Z copying torch\include\ATen\ops\special_xlog1py_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2316573Z copying torch\include\ATen\ops\special_xlog1py_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2323333Z copying torch\include\ATen\ops\special_xlog1py_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2330146Z copying torch\include\ATen\ops\special_xlog1py_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2336847Z copying torch\include\ATen\ops\special_xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2344100Z copying torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2351988Z copying torch\include\ATen\ops\special_xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2358842Z copying torch\include\ATen\ops\special_xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2366263Z copying torch\include\ATen\ops\special_zeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2373350Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2380484Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2387501Z copying torch\include\ATen\ops\special_zeta_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2395046Z copying torch\include\ATen\ops\special_zeta_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2401981Z copying torch\include\ATen\ops\special_zeta_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2409785Z copying torch\include\ATen\ops\special_zeta_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2417694Z copying torch\include\ATen\ops\special_zeta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2423970Z copying torch\include\ATen\ops\special_zeta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2430976Z copying torch\include\ATen\ops\split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2437815Z copying torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2446241Z copying torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2452142Z copying torch\include\ATen\ops\split_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2459309Z copying torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2466307Z copying torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2473086Z copying torch\include\ATen\ops\split_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2480320Z copying torch\include\ATen\ops\split_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2487057Z copying torch\include\ATen\ops\split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2494090Z copying torch\include\ATen\ops\split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2501477Z copying torch\include\ATen\ops\split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2509153Z copying torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2516068Z copying torch\include\ATen\ops\split_with_sizes_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2523418Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2531536Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2537778Z copying torch\include\ATen\ops\split_with_sizes_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2544839Z copying torch\include\ATen\ops\split_with_sizes_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2551834Z copying torch\include\ATen\ops\split_with_sizes_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2560156Z copying torch\include\ATen\ops\split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2566287Z copying torch\include\ATen\ops\split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2573160Z copying torch\include\ATen\ops\sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2580124Z copying torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2587102Z copying torch\include\ATen\ops\sqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2594326Z copying torch\include\ATen\ops\sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2600938Z copying torch\include\ATen\ops\sqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2608014Z copying torch\include\ATen\ops\sqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2617295Z copying torch\include\ATen\ops\sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2623255Z copying torch\include\ATen\ops\sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2629219Z copying torch\include\ATen\ops\square.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2635512Z copying torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2642434Z copying torch\include\ATen\ops\square_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2648912Z copying torch\include\ATen\ops\square_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2655862Z copying torch\include\ATen\ops\squeeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2662474Z copying torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2669845Z copying torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2676468Z copying torch\include\ATen\ops\squeeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2683605Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2690567Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2697049Z copying torch\include\ATen\ops\squeeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2703786Z copying torch\include\ATen\ops\squeeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2710489Z copying torch\include\ATen\ops\squeeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2716989Z copying torch\include\ATen\ops\squeeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2724168Z copying torch\include\ATen\ops\sspaddmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2731168Z copying torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2737942Z copying torch\include\ATen\ops\sspaddmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2744920Z copying torch\include\ATen\ops\sspaddmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2752568Z copying torch\include\ATen\ops\sspaddmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2759589Z copying torch\include\ATen\ops\sspaddmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2766171Z copying torch\include\ATen\ops\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2772821Z copying torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2779177Z copying torch\include\ATen\ops\stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2786008Z copying torch\include\ATen\ops\stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2792847Z copying torch\include\ATen\ops\std.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2799944Z copying torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2806455Z copying torch\include\ATen\ops\std_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2812892Z copying torch\include\ATen\ops\std_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2819548Z copying torch\include\ATen\ops\std_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2826371Z copying torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2833225Z copying torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2840047Z copying torch\include\ATen\ops\std_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2846837Z copying torch\include\ATen\ops\std_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2853525Z copying torch\include\ATen\ops\std_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2860343Z copying torch\include\ATen\ops\std_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2866960Z copying torch\include\ATen\ops\std_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2873769Z copying torch\include\ATen\ops\std_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2880150Z copying torch\include\ATen\ops\stft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2887151Z copying torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2893986Z copying torch\include\ATen\ops\stft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2900610Z copying torch\include\ATen\ops\stft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2907073Z copying torch\include\ATen\ops\stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2913789Z copying torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2920188Z copying torch\include\ATen\ops\stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2927745Z copying torch\include\ATen\ops\stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2933695Z copying torch\include\ATen\ops\sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2940282Z copying torch\include\ATen\ops\subtract.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2947183Z copying torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2954475Z copying torch\include\ATen\ops\subtract_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2962115Z copying torch\include\ATen\ops\subtract_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2968796Z copying torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2975594Z copying torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2982293Z copying torch\include\ATen\ops\sub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2989321Z copying torch\include\ATen\ops\sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.2996502Z copying torch\include\ATen\ops\sub_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3002782Z copying torch\include\ATen\ops\sub_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3010102Z copying torch\include\ATen\ops\sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3016806Z copying torch\include\ATen\ops\sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3024675Z copying torch\include\ATen\ops\sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3030967Z copying torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3037903Z copying torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3045094Z copying torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3053384Z copying torch\include\ATen\ops\sum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3059308Z copying torch\include\ATen\ops\sum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3066909Z copying torch\include\ATen\ops\sum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3073197Z copying torch\include\ATen\ops\sum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3079702Z copying torch\include\ATen\ops\sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3086412Z copying torch\include\ATen\ops\sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3093108Z copying torch\include\ATen\ops\sum_to_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3100279Z copying torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3107395Z copying torch\include\ATen\ops\sum_to_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3113974Z copying torch\include\ATen\ops\sum_to_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3121373Z copying torch\include\ATen\ops\svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3128996Z copying torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3137226Z copying torch\include\ATen\ops\svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3143983Z copying torch\include\ATen\ops\svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3151644Z copying torch\include\ATen\ops\swapaxes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3158744Z copying torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3165553Z copying torch\include\ATen\ops\swapaxes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3172449Z copying torch\include\ATen\ops\swapaxes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3179275Z copying torch\include\ATen\ops\swapdims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3186098Z copying torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3192756Z copying torch\include\ATen\ops\swapdims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3199345Z copying torch\include\ATen\ops\swapdims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3206060Z copying torch\include\ATen\ops\sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3213218Z copying torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3220724Z copying torch\include\ATen\ops\sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3227737Z 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-04T20:06:02.3234794Z copying torch\include\ATen\ops\sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3241602Z copying torch\include\ATen\ops\sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3248475Z copying torch\include\ATen\ops\sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3257201Z copying torch\include\ATen\ops\sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3264501Z copying torch\include\ATen\ops\sym_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3271423Z copying torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3278290Z copying torch\include\ATen\ops\sym_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3285071Z copying torch\include\ATen\ops\sym_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3293108Z copying torch\include\ATen\ops\sym_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3301177Z copying torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3308730Z copying torch\include\ATen\ops\sym_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3315185Z copying torch\include\ATen\ops\sym_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3321955Z copying torch\include\ATen\ops\sym_storage_offset.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3328891Z copying torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3335788Z copying torch\include\ATen\ops\sym_storage_offset_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3342700Z copying torch\include\ATen\ops\sym_storage_offset_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3354653Z copying torch\include\ATen\ops\sym_stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3363284Z copying torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3366335Z copying torch\include\ATen\ops\sym_stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3372843Z copying torch\include\ATen\ops\sym_stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3379484Z copying torch\include\ATen\ops\t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3385579Z copying torch\include\ATen\ops\take.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3392023Z copying torch\include\ATen\ops\take_along_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3398831Z copying torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3405382Z copying torch\include\ATen\ops\take_along_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3412328Z copying torch\include\ATen\ops\take_along_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3419465Z copying torch\include\ATen\ops\take_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3427865Z copying torch\include\ATen\ops\take_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3434759Z copying torch\include\ATen\ops\take_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3441232Z copying torch\include\ATen\ops\take_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3448635Z copying torch\include\ATen\ops\tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3456260Z copying torch\include\ATen\ops\tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3462700Z copying torch\include\ATen\ops\tanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3470055Z copying torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3476911Z copying torch\include\ATen\ops\tanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3483752Z copying torch\include\ATen\ops\tanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3490538Z copying torch\include\ATen\ops\tanh_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3497954Z copying torch\include\ATen\ops\tanh_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3505103Z copying torch\include\ATen\ops\tanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3512356Z copying torch\include\ATen\ops\tanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3519850Z copying torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3526598Z copying torch\include\ATen\ops\tanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3533554Z copying torch\include\ATen\ops\tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3541102Z copying torch\include\ATen\ops\tanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3547853Z copying torch\include\ATen\ops\tanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3555768Z copying torch\include\ATen\ops\tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3563253Z copying torch\include\ATen\ops\tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3570667Z copying torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3579222Z copying torch\include\ATen\ops\tan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3586007Z copying torch\include\ATen\ops\tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3592694Z copying torch\include\ATen\ops\tan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3599151Z copying torch\include\ATen\ops\tan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3605662Z copying torch\include\ATen\ops\tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3612407Z copying torch\include\ATen\ops\tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3619320Z copying torch\include\ATen\ops\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3626481Z copying torch\include\ATen\ops\tensordot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3635078Z copying torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3642072Z copying torch\include\ATen\ops\tensordot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3650125Z copying torch\include\ATen\ops\tensordot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3658017Z copying torch\include\ATen\ops\tensor_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3666596Z copying torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3675070Z copying torch\include\ATen\ops\tensor_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3682803Z copying torch\include\ATen\ops\tensor_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3690483Z copying torch\include\ATen\ops\thnn_conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3697761Z copying torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3704603Z copying torch\include\ATen\ops\thnn_conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3711693Z copying torch\include\ATen\ops\thnn_conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3719373Z copying torch\include\ATen\ops\threshold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3742538Z copying torch\include\ATen\ops\threshold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3750147Z copying torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3757548Z copying torch\include\ATen\ops\threshold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3764249Z copying torch\include\ATen\ops\threshold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3771149Z copying torch\include\ATen\ops\threshold_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3777984Z copying torch\include\ATen\ops\threshold_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3784793Z copying torch\include\ATen\ops\threshold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3791524Z copying torch\include\ATen\ops\threshold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3798925Z copying torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3805666Z copying torch\include\ATen\ops\threshold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3812387Z copying torch\include\ATen\ops\threshold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3818981Z copying torch\include\ATen\ops\threshold_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3825662Z copying torch\include\ATen\ops\threshold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3832644Z copying torch\include\ATen\ops\threshold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3839327Z copying torch\include\ATen\ops\threshold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3845854Z copying torch\include\ATen\ops\tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3852673Z copying torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3859105Z copying torch\include\ATen\ops\tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3865471Z copying torch\include\ATen\ops\tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3871816Z copying torch\include\ATen\ops\to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3877893Z copying torch\include\ATen\ops\topk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3884843Z copying torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3891505Z copying torch\include\ATen\ops\topk_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3898117Z copying torch\include\ATen\ops\topk_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3904855Z copying torch\include\ATen\ops\topk_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3911586Z copying torch\include\ATen\ops\topk_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3918171Z copying torch\include\ATen\ops\topk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3924629Z copying torch\include\ATen\ops\topk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3931234Z copying torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3937707Z copying torch\include\ATen\ops\to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3943794Z copying torch\include\ATen\ops\to_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3950795Z copying torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3957758Z copying torch\include\ATen\ops\to_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3964060Z copying torch\include\ATen\ops\to_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3971632Z copying torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3978022Z copying torch\include\ATen\ops\to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3984762Z copying torch\include\ATen\ops\to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3991901Z copying torch\include\ATen\ops\to_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.3999257Z copying torch\include\ATen\ops\to_mkldnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4006574Z copying torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4013498Z copying torch\include\ATen\ops\to_mkldnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4020093Z copying torch\include\ATen\ops\to_mkldnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4027240Z copying torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4034001Z copying torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4040846Z copying torch\include\ATen\ops\to_mkldnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4047867Z copying torch\include\ATen\ops\to_mkldnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4055424Z copying torch\include\ATen\ops\to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4061889Z copying torch\include\ATen\ops\to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4068920Z copying torch\include\ATen\ops\to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4076257Z copying torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4082939Z copying torch\include\ATen\ops\to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4089704Z copying torch\include\ATen\ops\to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4096823Z copying torch\include\ATen\ops\to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4103569Z copying torch\include\ATen\ops\to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4110446Z copying torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4117273Z copying torch\include\ATen\ops\to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4124166Z copying torch\include\ATen\ops\to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4131611Z copying torch\include\ATen\ops\to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4139214Z copying torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4146338Z copying torch\include\ATen\ops\to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4153602Z copying torch\include\ATen\ops\to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4160883Z copying torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4167652Z copying torch\include\ATen\ops\to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4174494Z copying torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4181096Z copying torch\include\ATen\ops\to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4187832Z copying torch\include\ATen\ops\to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4194594Z copying torch\include\ATen\ops\to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4201614Z copying torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4208350Z copying torch\include\ATen\ops\to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4214706Z copying torch\include\ATen\ops\to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4221361Z copying torch\include\ATen\ops\to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4227890Z copying torch\include\ATen\ops\to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4234684Z copying torch\include\ATen\ops\trace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4241048Z copying torch\include\ATen\ops\trace_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4248138Z copying torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4255074Z copying torch\include\ATen\ops\trace_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4261534Z copying torch\include\ATen\ops\trace_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4268418Z copying torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4275308Z copying torch\include\ATen\ops\trace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4282143Z copying torch\include\ATen\ops\trace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4288952Z copying torch\include\ATen\ops\trace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4295583Z copying torch\include\ATen\ops\trace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4302202Z copying torch\include\ATen\ops\transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4309001Z copying torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4315971Z copying torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4322514Z copying torch\include\ATen\ops\transpose_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4330242Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4337093Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4344408Z copying torch\include\ATen\ops\transpose_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4351310Z copying torch\include\ATen\ops\transpose_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4358077Z copying torch\include\ATen\ops\transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4364611Z copying torch\include\ATen\ops\transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4371234Z copying torch\include\ATen\ops\trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4378107Z copying torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4384722Z copying torch\include\ATen\ops\trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4391571Z copying torch\include\ATen\ops\trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4398183Z copying torch\include\ATen\ops\trapz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4404946Z copying torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4411410Z copying torch\include\ATen\ops\trapz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4417921Z copying torch\include\ATen\ops\trapz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4424683Z copying torch\include\ATen\ops\triangular_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4432273Z copying torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4439216Z copying torch\include\ATen\ops\triangular_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4445930Z copying torch\include\ATen\ops\triangular_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4452661Z copying torch\include\ATen\ops\triangular_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4459590Z copying torch\include\ATen\ops\triangular_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4466363Z copying torch\include\ATen\ops\triangular_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4473768Z copying torch\include\ATen\ops\triangular_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4480473Z copying torch\include\ATen\ops\tril.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4487369Z copying torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4493873Z copying torch\include\ATen\ops\tril_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4500446Z copying torch\include\ATen\ops\tril_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4506996Z copying torch\include\ATen\ops\tril_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4514111Z copying torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4520992Z copying torch\include\ATen\ops\tril_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4528223Z copying torch\include\ATen\ops\tril_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4535424Z copying torch\include\ATen\ops\tril_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4542065Z copying torch\include\ATen\ops\tril_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4548763Z copying torch\include\ATen\ops\tril_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4555534Z copying torch\include\ATen\ops\tril_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4562111Z copying torch\include\ATen\ops\tril_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4568611Z copying torch\include\ATen\ops\tril_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4575039Z copying torch\include\ATen\ops\triplet_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4581991Z copying torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4588848Z copying torch\include\ATen\ops\triplet_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4595628Z copying torch\include\ATen\ops\triplet_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4602236Z copying torch\include\ATen\ops\triu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4608991Z copying torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4615493Z copying torch\include\ATen\ops\triu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4622102Z copying torch\include\ATen\ops\triu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4628992Z copying torch\include\ATen\ops\triu_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4636206Z copying torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4643883Z copying torch\include\ATen\ops\triu_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4650599Z copying torch\include\ATen\ops\triu_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4658107Z copying torch\include\ATen\ops\triu_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4665811Z copying torch\include\ATen\ops\triu_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4673636Z copying torch\include\ATen\ops\triu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4680822Z copying torch\include\ATen\ops\triu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4688083Z copying torch\include\ATen\ops\triu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4695919Z copying torch\include\ATen\ops\triu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4702513Z copying torch\include\ATen\ops\true_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4709697Z copying torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4716433Z copying torch\include\ATen\ops\true_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4723214Z copying torch\include\ATen\ops\true_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4730219Z copying torch\include\ATen\ops\trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4737224Z copying torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4744070Z copying torch\include\ATen\ops\trunc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4750587Z copying torch\include\ATen\ops\trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4764013Z copying torch\include\ATen\ops\trunc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4770603Z copying torch\include\ATen\ops\trunc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4777138Z copying torch\include\ATen\ops\trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4783838Z copying torch\include\ATen\ops\trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4790573Z copying torch\include\ATen\ops\type_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4797040Z copying torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4803775Z copying torch\include\ATen\ops\type_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4810025Z copying torch\include\ATen\ops\type_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4816926Z copying torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4823616Z copying torch\include\ATen\ops\t_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4830505Z copying torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4837277Z copying torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4844006Z copying torch\include\ATen\ops\t_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4850396Z copying torch\include\ATen\ops\t_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4857515Z copying torch\include\ATen\ops\t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4863530Z copying torch\include\ATen\ops\t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4869886Z copying torch\include\ATen\ops\unbind.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4876870Z copying torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4883510Z copying torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4890055Z copying torch\include\ATen\ops\unbind_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4897340Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4904482Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4910826Z copying torch\include\ATen\ops\unbind_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4917620Z copying torch\include\ATen\ops\unbind_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4925090Z copying torch\include\ATen\ops\unbind_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4932137Z copying torch\include\ATen\ops\unbind_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4939135Z copying torch\include\ATen\ops\unflatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4947049Z copying torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4954218Z copying torch\include\ATen\ops\unflatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4961327Z copying torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4968939Z copying torch\include\ATen\ops\unflatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4976148Z copying torch\include\ATen\ops\unflatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4983913Z copying torch\include\ATen\ops\unflatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4991304Z copying torch\include\ATen\ops\unflatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.4999165Z copying torch\include\ATen\ops\unfold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5005281Z copying torch\include\ATen\ops\unfold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5012431Z copying torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5019395Z copying torch\include\ATen\ops\unfold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5026642Z copying torch\include\ATen\ops\unfold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5033486Z copying torch\include\ATen\ops\unfold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5040543Z copying torch\include\ATen\ops\unfold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5047697Z copying torch\include\ATen\ops\unfold_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5054878Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5061879Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5068652Z copying torch\include\ATen\ops\unfold_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5075895Z copying torch\include\ATen\ops\unfold_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5082732Z copying torch\include\ATen\ops\unfold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5089861Z copying torch\include\ATen\ops\unfold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5096809Z copying torch\include\ATen\ops\unfold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5103738Z copying torch\include\ATen\ops\unfold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5110769Z copying torch\include\ATen\ops\unfold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5117400Z copying torch\include\ATen\ops\uniform.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5124314Z copying torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5131676Z copying torch\include\ATen\ops\uniform_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5139016Z copying torch\include\ATen\ops\uniform_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5145959Z copying torch\include\ATen\ops\uniform_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5153100Z copying torch\include\ATen\ops\uniform_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5160088Z copying torch\include\ATen\ops\uniform_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5167125Z copying torch\include\ATen\ops\unique_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5174082Z copying torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5180844Z copying torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5187716Z copying torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5195058Z copying torch\include\ATen\ops\unique_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5201693Z copying torch\include\ATen\ops\unique_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5208460Z copying torch\include\ATen\ops\unique_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5215404Z copying torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5222171Z copying torch\include\ATen\ops\unique_dim_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5229297Z copying torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5236383Z copying torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5243135Z copying torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5250541Z copying torch\include\ATen\ops\unique_dim_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5257214Z copying torch\include\ATen\ops\unique_dim_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5264063Z copying torch\include\ATen\ops\unique_dim_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5271047Z copying torch\include\ATen\ops\unique_dim_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5277977Z copying torch\include\ATen\ops\unique_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5284773Z copying torch\include\ATen\ops\unique_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5291630Z copying torch\include\ATen\ops\unsafe_chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5298435Z copying torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5305658Z copying torch\include\ATen\ops\unsafe_chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5312224Z copying torch\include\ATen\ops\unsafe_chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5318710Z copying torch\include\ATen\ops\unsafe_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5325769Z copying torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5332600Z copying torch\include\ATen\ops\unsafe_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5339312Z copying torch\include\ATen\ops\unsafe_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5346090Z copying torch\include\ATen\ops\unsafe_split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5353355Z copying torch\include\ATen\ops\unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5360124Z copying torch\include\ATen\ops\unsafe_split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5367067Z copying torch\include\ATen\ops\unsafe_split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5373849Z copying torch\include\ATen\ops\unsqueeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5380659Z copying torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5387181Z copying torch\include\ATen\ops\unsqueeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5394267Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5401088Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5407718Z copying torch\include\ATen\ops\unsqueeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5414660Z copying torch\include\ATen\ops\unsqueeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5421384Z copying torch\include\ATen\ops\unsqueeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5428087Z copying torch\include\ATen\ops\unsqueeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5435005Z copying torch\include\ATen\ops\upsample_bicubic2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5441893Z copying torch\include\ATen\ops\upsample_bicubic2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5449202Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5456056Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5463255Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5470205Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5477222Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5484242Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5491241Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5498933Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5506224Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5513387Z copying torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5520318Z copying torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5527730Z copying torch\include\ATen\ops\upsample_bicubic2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5534757Z copying torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5541958Z copying torch\include\ATen\ops\upsample_bicubic2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5549005Z copying torch\include\ATen\ops\upsample_bicubic2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5556214Z copying torch\include\ATen\ops\upsample_bilinear2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5565767Z copying torch\include\ATen\ops\upsample_bilinear2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5573266Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5579816Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5587235Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5594295Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5601462Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5608332Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5616123Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5624032Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5631033Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5639012Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5646537Z copying torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5653572Z copying torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5660641Z copying torch\include\ATen\ops\upsample_bilinear2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5667815Z copying torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5674995Z copying torch\include\ATen\ops\upsample_bilinear2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5681707Z copying torch\include\ATen\ops\upsample_bilinear2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5688902Z copying torch\include\ATen\ops\upsample_linear1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5695745Z copying torch\include\ATen\ops\upsample_linear1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5703339Z copying torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5710395Z copying torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5717486Z copying torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5724334Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5731593Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5738485Z copying torch\include\ATen\ops\upsample_linear1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5745691Z copying torch\include\ATen\ops\upsample_linear1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5753131Z copying torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5761254Z copying torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5767972Z copying torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5775016Z copying torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5781955Z copying torch\include\ATen\ops\upsample_linear1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5789098Z copying torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5796448Z copying torch\include\ATen\ops\upsample_linear1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5803142Z copying torch\include\ATen\ops\upsample_linear1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5809972Z copying torch\include\ATen\ops\upsample_nearest1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5817296Z copying torch\include\ATen\ops\upsample_nearest1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5824489Z copying torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5831467Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5839430Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5846258Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5853069Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5860257Z copying torch\include\ATen\ops\upsample_nearest1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5866895Z copying torch\include\ATen\ops\upsample_nearest1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5874601Z copying torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5881406Z copying torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5888312Z copying torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5895458Z copying torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5902265Z copying torch\include\ATen\ops\upsample_nearest1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5909461Z copying torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5916544Z copying torch\include\ATen\ops\upsample_nearest1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5923473Z copying torch\include\ATen\ops\upsample_nearest1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5930451Z copying torch\include\ATen\ops\upsample_nearest2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5937292Z copying torch\include\ATen\ops\upsample_nearest2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5945162Z copying torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5952323Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5959232Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5966159Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5973089Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5979987Z copying torch\include\ATen\ops\upsample_nearest2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5987022Z copying torch\include\ATen\ops\upsample_nearest2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.5994787Z copying torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6002114Z copying torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6009025Z copying torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6016717Z copying torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6023630Z copying torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6030918Z copying torch\include\ATen\ops\upsample_nearest2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6038314Z copying torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6045040Z copying torch\include\ATen\ops\upsample_nearest2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6052057Z copying torch\include\ATen\ops\upsample_nearest2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6059179Z copying torch\include\ATen\ops\upsample_nearest3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6066361Z copying torch\include\ATen\ops\upsample_nearest3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6074305Z copying torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6081301Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6088570Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6095704Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6102915Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6110342Z copying torch\include\ATen\ops\upsample_nearest3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6117611Z copying torch\include\ATen\ops\upsample_nearest3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6125094Z copying torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6132276Z copying torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6139569Z copying torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6147455Z copying torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6155458Z copying torch\include\ATen\ops\upsample_nearest3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6162610Z copying torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6169584Z copying torch\include\ATen\ops\upsample_nearest3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6177544Z copying torch\include\ATen\ops\upsample_nearest3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6184590Z copying torch\include\ATen\ops\upsample_trilinear3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6191943Z copying torch\include\ATen\ops\upsample_trilinear3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6199364Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6207219Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6213792Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6220645Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6227600Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6234731Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6241913Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6249307Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6256670Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6263241Z copying torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6270059Z copying torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6277825Z copying torch\include\ATen\ops\upsample_trilinear3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6284764Z copying torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6291670Z copying torch\include\ATen\ops\upsample_trilinear3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6298908Z copying torch\include\ATen\ops\upsample_trilinear3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6305914Z copying torch\include\ATen\ops\values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6312397Z copying torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6319127Z copying torch\include\ATen\ops\values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6326279Z copying torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6333191Z copying torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6339882Z copying torch\include\ATen\ops\values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6346535Z copying torch\include\ATen\ops\values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6353584Z copying torch\include\ATen\ops\values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6361103Z copying torch\include\ATen\ops\values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6368249Z copying torch\include\ATen\ops\value_selecting_reduction_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6375447Z copying torch\include\ATen\ops\value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6382266Z copying torch\include\ATen\ops\value_selecting_reduction_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6389112Z copying torch\include\ATen\ops\value_selecting_reduction_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6395985Z copying torch\include\ATen\ops\vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6402770Z copying torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6409731Z copying torch\include\ATen\ops\vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6416318Z copying torch\include\ATen\ops\vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6423319Z copying torch\include\ATen\ops\var.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6430297Z copying torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6437158Z copying torch\include\ATen\ops\var_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6443975Z copying torch\include\ATen\ops\var_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6450606Z copying torch\include\ATen\ops\var_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6458126Z copying torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6465330Z copying torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6472823Z copying torch\include\ATen\ops\var_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6480304Z copying torch\include\ATen\ops\var_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6487247Z copying torch\include\ATen\ops\var_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6494016Z copying torch\include\ATen\ops\var_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6501649Z copying torch\include\ATen\ops\var_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6508357Z copying torch\include\ATen\ops\var_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6515210Z copying torch\include\ATen\ops\vdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6521914Z copying torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6529068Z copying torch\include\ATen\ops\vdot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6535840Z copying torch\include\ATen\ops\vdot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6542594Z copying torch\include\ATen\ops\vdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6549478Z copying torch\include\ATen\ops\vdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6556030Z copying torch\include\ATen\ops\view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6562357Z copying torch\include\ATen\ops\view_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6568733Z copying torch\include\ATen\ops\view_as_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6575877Z copying torch\include\ATen\ops\view_as_complex_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6583281Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6590222Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6597153Z copying torch\include\ATen\ops\view_as_complex_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6604034Z copying torch\include\ATen\ops\view_as_complex_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6611160Z copying torch\include\ATen\ops\view_as_complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6618423Z copying torch\include\ATen\ops\view_as_complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6625439Z copying torch\include\ATen\ops\view_as_complex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6632571Z copying torch\include\ATen\ops\view_as_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6639259Z copying torch\include\ATen\ops\view_as_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6647164Z copying torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6654162Z copying torch\include\ATen\ops\view_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6661100Z copying torch\include\ATen\ops\view_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6668270Z copying torch\include\ATen\ops\view_as_real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6675257Z copying torch\include\ATen\ops\view_as_real_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6682832Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6690366Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6697564Z copying torch\include\ATen\ops\view_as_real_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6705163Z copying torch\include\ATen\ops\view_as_real_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6712660Z copying torch\include\ATen\ops\view_as_real_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6720203Z copying torch\include\ATen\ops\view_as_real_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6727226Z copying torch\include\ATen\ops\view_as_real_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6734072Z copying torch\include\ATen\ops\view_as_real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6741043Z copying torch\include\ATen\ops\view_as_real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6747896Z copying torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6755016Z copying torch\include\ATen\ops\view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6761959Z copying torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6768735Z copying torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6775570Z copying torch\include\ATen\ops\view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6782444Z copying torch\include\ATen\ops\view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6789476Z copying torch\include\ATen\ops\view_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6796584Z copying torch\include\ATen\ops\view_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6803253Z copying torch\include\ATen\ops\view_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6810237Z copying torch\include\ATen\ops\view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6816686Z copying torch\include\ATen\ops\view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6823013Z copying torch\include\ATen\ops\vsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6829674Z copying torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6836298Z copying torch\include\ATen\ops\vsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6842771Z copying torch\include\ATen\ops\vsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6849368Z copying torch\include\ATen\ops\vstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6855974Z copying torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6862734Z copying torch\include\ATen\ops\vstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6869082Z copying torch\include\ATen\ops\vstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6875905Z copying torch\include\ATen\ops\where.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6882475Z copying torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6888958Z copying torch\include\ATen\ops\where_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6895613Z copying torch\include\ATen\ops\where_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6902175Z copying torch\include\ATen\ops\where_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6908815Z copying torch\include\ATen\ops\where_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6915772Z copying torch\include\ATen\ops\xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6922458Z copying torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6929140Z copying torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6935676Z copying torch\include\ATen\ops\xlogy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6942380Z copying torch\include\ATen\ops\xlogy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6953279Z copying torch\include\ATen\ops\xlogy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6960028Z copying torch\include\ATen\ops\xlogy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6966830Z copying torch\include\ATen\ops\xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6973477Z copying torch\include\ATen\ops\xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6980640Z copying torch\include\ATen\ops\xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6987274Z copying torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.6993900Z copying torch\include\ATen\ops\xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7000407Z copying torch\include\ATen\ops\xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7006627Z copying torch\include\ATen\ops\zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7012855Z copying torch\include\ATen\ops\zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7019648Z copying torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7026192Z copying torch\include\ATen\ops\zeros_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7033219Z copying torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7040111Z copying torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7046594Z copying torch\include\ATen\ops\zeros_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7053289Z copying torch\include\ATen\ops\zeros_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7060807Z copying torch\include\ATen\ops\zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7067435Z copying torch\include\ATen\ops\zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7074836Z copying torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7081601Z copying torch\include\ATen\ops\zero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7088277Z copying torch\include\ATen\ops\zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7095015Z copying torch\include\ATen\ops\zero_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7101685Z copying torch\include\ATen\ops\zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7108689Z copying torch\include\ATen\ops\zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7115138Z copying torch\include\ATen\ops\_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7122027Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7129810Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7136688Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7144092Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7151954Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7159574Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7167849Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7175107Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7182096Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7189462Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7196717Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7203423Z copying torch\include\ATen\ops\_adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7210664Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7217727Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7224739Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7231648Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7238539Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7245460Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7252752Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7259966Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7266610Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7273798Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7280888Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7287535Z copying torch\include\ATen\ops\_addmm_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7294825Z copying torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7301471Z copying torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7308221Z copying torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7315617Z copying torch\include\ATen\ops\_addmm_activation_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7322387Z copying torch\include\ATen\ops\_addmm_activation_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7329149Z copying torch\include\ATen\ops\_addmm_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7335887Z copying torch\include\ATen\ops\_addmm_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7342300Z copying torch\include\ATen\ops\_add_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7349029Z copying torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7355870Z copying torch\include\ATen\ops\_add_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7362633Z copying torch\include\ATen\ops\_add_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7368983Z copying torch\include\ATen\ops\_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7375994Z copying torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7382771Z copying torch\include\ATen\ops\_add_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7389544Z copying torch\include\ATen\ops\_add_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7396337Z copying torch\include\ATen\ops\_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7403120Z copying torch\include\ATen\ops\_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7409849Z copying torch\include\ATen\ops\_aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7416902Z copying torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7423413Z copying torch\include\ATen\ops\_aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7430312Z copying torch\include\ATen\ops\_aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7437003Z copying torch\include\ATen\ops\_aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7444004Z copying torch\include\ATen\ops\_aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7450709Z 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-04T20:06:02.7457893Z 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-04T20:06:02.7464816Z 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-04T20:06:02.7471999Z 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-04T20:06:02.7479084Z 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-04T20:06:02.7485891Z 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-04T20:06:02.7492568Z copying torch\include\ATen\ops\_amp_update_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7499597Z copying torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7506353Z copying torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7513302Z copying torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7519985Z copying torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7526926Z copying torch\include\ATen\ops\_amp_update_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7533648Z copying torch\include\ATen\ops\_amp_update_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7540484Z copying torch\include\ATen\ops\_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7547193Z copying torch\include\ATen\ops\_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7555562Z copying torch\include\ATen\ops\_assert_async_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7563615Z copying torch\include\ATen\ops\_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7570281Z copying torch\include\ATen\ops\_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7577129Z copying torch\include\ATen\ops\_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7584269Z copying torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7590962Z copying torch\include\ATen\ops\_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7597607Z copying torch\include\ATen\ops\_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7605133Z copying torch\include\ATen\ops\_assert_tensor_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7612025Z copying torch\include\ATen\ops\_assert_tensor_metadata_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7618823Z copying torch\include\ATen\ops\_assert_tensor_metadata_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7625763Z copying torch\include\ATen\ops\_assert_tensor_metadata_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7633171Z copying torch\include\ATen\ops\_assert_tensor_metadata_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7639796Z copying torch\include\ATen\ops\_autocast_to_full_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7646954Z copying torch\include\ATen\ops\_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7654325Z copying torch\include\ATen\ops\_autocast_to_full_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7661587Z copying torch\include\ATen\ops\_autocast_to_full_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7669411Z copying torch\include\ATen\ops\_autocast_to_reduced_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7677312Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7684476Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7691553Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7698439Z copying torch\include\ATen\ops\_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7706164Z copying torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7712736Z copying torch\include\ATen\ops\_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7719482Z copying torch\include\ATen\ops\_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7726300Z copying torch\include\ATen\ops\_batch_norm_impl_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7733276Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7740452Z 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-04T20:06:02.7747248Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7754187Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7777142Z copying torch\include\ATen\ops\_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7783966Z copying torch\include\ATen\ops\_batch_norm_impl_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7790860Z copying torch\include\ATen\ops\_batch_norm_impl_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7797642Z copying torch\include\ATen\ops\_batch_norm_no_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7805154Z copying torch\include\ATen\ops\_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7811555Z copying torch\include\ATen\ops\_batch_norm_no_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7818303Z copying torch\include\ATen\ops\_batch_norm_no_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7825259Z copying torch\include\ATen\ops\_batch_norm_with_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7832995Z copying torch\include\ATen\ops\_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7839804Z copying torch\include\ATen\ops\_batch_norm_with_update_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7846809Z copying torch\include\ATen\ops\_batch_norm_with_update_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7853575Z copying torch\include\ATen\ops\_batch_norm_with_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7860181Z copying torch\include\ATen\ops\_batch_norm_with_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7867120Z copying torch\include\ATen\ops\_cast_Byte.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7874120Z copying torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7880697Z copying torch\include\ATen\ops\_cast_Byte_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7887008Z copying torch\include\ATen\ops\_cast_Byte_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7894029Z copying torch\include\ATen\ops\_cast_Char.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7900795Z copying torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7907508Z copying torch\include\ATen\ops\_cast_Char_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7914504Z copying torch\include\ATen\ops\_cast_Char_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7921007Z copying torch\include\ATen\ops\_cast_Double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7928284Z copying torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7934560Z copying torch\include\ATen\ops\_cast_Double_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7940885Z copying torch\include\ATen\ops\_cast_Double_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7947573Z copying torch\include\ATen\ops\_cast_Float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7954889Z copying torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7961608Z copying torch\include\ATen\ops\_cast_Float_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7968324Z copying torch\include\ATen\ops\_cast_Float_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7975154Z copying torch\include\ATen\ops\_cast_Half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7982501Z copying torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7989257Z copying torch\include\ATen\ops\_cast_Half_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.7995930Z copying torch\include\ATen\ops\_cast_Half_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8002628Z copying torch\include\ATen\ops\_cast_Int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8009671Z copying torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8016650Z copying torch\include\ATen\ops\_cast_Int_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8023611Z copying torch\include\ATen\ops\_cast_Int_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8030326Z copying torch\include\ATen\ops\_cast_Long.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8038944Z copying torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8045895Z copying torch\include\ATen\ops\_cast_Long_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8052685Z copying torch\include\ATen\ops\_cast_Long_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8059541Z copying torch\include\ATen\ops\_cast_Short.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8066526Z copying torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8074527Z copying torch\include\ATen\ops\_cast_Short_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8081126Z copying torch\include\ATen\ops\_cast_Short_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8088050Z copying torch\include\ATen\ops\_cdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8095543Z copying torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8102362Z copying torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8109488Z copying torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8121509Z copying torch\include\ATen\ops\_cdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8128186Z copying torch\include\ATen\ops\_cdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8135217Z copying torch\include\ATen\ops\_cdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8149672Z copying torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8157522Z copying torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8165207Z copying torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8172582Z copying torch\include\ATen\ops\_cdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8180256Z copying torch\include\ATen\ops\_cdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8187727Z copying torch\include\ATen\ops\_cholesky_solve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8195112Z copying torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8202206Z copying torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8209128Z copying torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8221466Z copying torch\include\ATen\ops\_cholesky_solve_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8228645Z copying torch\include\ATen\ops\_cholesky_solve_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8235643Z copying torch\include\ATen\ops\_choose_qparams_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8242794Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8249421Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8255887Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8262566Z copying torch\include\ATen\ops\_chunk_cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8269923Z copying torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8281823Z copying torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8288686Z copying torch\include\ATen\ops\_chunk_cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8295318Z copying torch\include\ATen\ops\_chunk_cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8301908Z copying torch\include\ATen\ops\_coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8308628Z copying torch\include\ATen\ops\_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8315600Z copying torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8322585Z copying torch\include\ATen\ops\_coalesced_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8329224Z copying torch\include\ATen\ops\_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8335928Z copying torch\include\ATen\ops\_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8342917Z copying torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8349599Z copying torch\include\ATen\ops\_coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8356400Z copying torch\include\ATen\ops\_coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8363405Z copying torch\include\ATen\ops\_compute_linear_combination.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8371934Z copying torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8378699Z copying torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8386067Z copying torch\include\ATen\ops\_compute_linear_combination_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8392964Z copying torch\include\ATen\ops\_compute_linear_combination_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8399557Z copying torch\include\ATen\ops\_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8406086Z copying torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8412572Z copying torch\include\ATen\ops\_conj_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8419919Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8426643Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8433419Z copying torch\include\ATen\ops\_conj_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8439907Z copying torch\include\ATen\ops\_conj_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8451896Z copying torch\include\ATen\ops\_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8458713Z copying torch\include\ATen\ops\_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8465433Z copying torch\include\ATen\ops\_conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8472449Z copying torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8483620Z copying torch\include\ATen\ops\_conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8490403Z copying torch\include\ATen\ops\_conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8497166Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8504221Z 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-04T20:06:02.8516541Z 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-04T20:06:02.8523520Z 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-04T20:06:02.8530244Z 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-04T20:06:02.8537214Z 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-04T20:06:02.8548497Z 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-04T20:06:02.8555466Z 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-04T20:06:02.8562771Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8570218Z 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-04T20:06:02.8581994Z 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-04T20:06:02.8589076Z 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-04T20:06:02.8596386Z 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-04T20:06:02.8603692Z 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-04T20:06:02.8615883Z 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-04T20:06:02.8622683Z 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-04T20:06:02.8629888Z copying torch\include\ATen\ops\_convert_weight_to_int4pack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8637227Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8645055Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8652141Z 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-04T20:06:02.8660357Z 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-04T20:06:02.8667398Z 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-04T20:06:02.8675282Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8682538Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8689778Z copying torch\include\ATen\ops\_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8697105Z copying torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8704352Z copying torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8711550Z copying torch\include\ATen\ops\_convolution_double_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8718757Z copying torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8725774Z copying torch\include\ATen\ops\_convolution_double_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8732912Z copying torch\include\ATen\ops\_convolution_double_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8739569Z copying torch\include\ATen\ops\_convolution_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8746723Z copying torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8753557Z copying torch\include\ATen\ops\_convolution_mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8760361Z copying torch\include\ATen\ops\_convolution_mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8767417Z copying torch\include\ATen\ops\_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8774283Z copying torch\include\ATen\ops\_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8781208Z copying torch\include\ATen\ops\_conv_depthwise2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8788145Z copying torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8794989Z copying torch\include\ATen\ops\_conv_depthwise2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8801662Z copying torch\include\ATen\ops\_conv_depthwise2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8809201Z copying torch\include\ATen\ops\_copy_from.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8815305Z copying torch\include\ATen\ops\_copy_from_and_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8822578Z copying torch\include\ATen\ops\_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8829374Z copying torch\include\ATen\ops\_copy_from_and_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8835991Z copying torch\include\ATen\ops\_copy_from_and_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8848885Z copying torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8855715Z copying torch\include\ATen\ops\_copy_from_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8862224Z copying torch\include\ATen\ops\_copy_from_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8868917Z copying torch\include\ATen\ops\_cslt_compress.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8880488Z copying torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8887089Z copying torch\include\ATen\ops\_cslt_compress_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8893459Z copying torch\include\ATen\ops\_cslt_compress_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8900154Z copying torch\include\ATen\ops\_cslt_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8911588Z copying torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8919692Z copying torch\include\ATen\ops\_cslt_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8926765Z copying torch\include\ATen\ops\_cslt_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8934599Z copying torch\include\ATen\ops\_cslt_sparse_mm_search.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8947574Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8953951Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8961150Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8967670Z copying torch\include\ATen\ops\_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8974480Z copying torch\include\ATen\ops\_ctc_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8981863Z copying torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8988797Z copying torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.8996265Z copying torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9003259Z copying torch\include\ATen\ops\_ctc_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9010692Z copying torch\include\ATen\ops\_ctc_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9018068Z copying torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9024943Z copying torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9037820Z copying torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9045269Z copying torch\include\ATen\ops\_ctc_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9052435Z copying torch\include\ATen\ops\_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9059330Z copying torch\include\ATen\ops\_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9066254Z copying torch\include\ATen\ops\_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9073659Z copying torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9080453Z copying torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9087583Z copying torch\include\ATen\ops\_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9099818Z copying torch\include\ATen\ops\_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9107256Z copying torch\include\ATen\ops\_cudnn_init_dropout_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9114625Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9122115Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9133525Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9140443Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9147186Z copying torch\include\ATen\ops\_cudnn_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9154177Z copying torch\include\ATen\ops\_cudnn_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9161812Z copying torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9168671Z copying torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9175546Z copying torch\include\ATen\ops\_cudnn_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9182308Z copying torch\include\ATen\ops\_cudnn_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9193883Z copying torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9201243Z copying torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9208183Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9215378Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9226345Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9233518Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9240589Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9247297Z copying torch\include\ATen\ops\_cudnn_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9254064Z copying torch\include\ATen\ops\_cudnn_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9261026Z copying torch\include\ATen\ops\_cufft_clear_plan_cache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9268035Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9274890Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9285892Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9292764Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9299999Z 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-04T20:06:02.9306894Z 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-04T20:06:02.9313752Z 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-04T20:06:02.9320581Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9327917Z 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-04T20:06:02.9334655Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9345481Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9352512Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9359520Z 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-04T20:06:02.9366420Z 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-04T20:06:02.9373065Z 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-04T20:06:02.9384623Z copying torch\include\ATen\ops\_cummax_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9391529Z copying torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9398964Z copying torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9405258Z copying torch\include\ATen\ops\_cummax_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9412155Z copying torch\include\ATen\ops\_cummax_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9419078Z copying torch\include\ATen\ops\_cummin_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9426074Z copying torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9433130Z copying torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9440164Z copying torch\include\ATen\ops\_cummin_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9446889Z copying torch\include\ATen\ops\_cummin_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9453861Z copying torch\include\ATen\ops\_debug_has_internal_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9461695Z copying torch\include\ATen\ops\_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9468833Z copying torch\include\ATen\ops\_debug_has_internal_overlap_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9475629Z copying torch\include\ATen\ops\_debug_has_internal_overlap_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9482319Z copying torch\include\ATen\ops\_dimI.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9488683Z copying torch\include\ATen\ops\_dimI_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9495195Z copying torch\include\ATen\ops\_dimI_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9506146Z copying torch\include\ATen\ops\_dimV.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9508313Z copying torch\include\ATen\ops\_dimV_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9515118Z copying torch\include\ATen\ops\_dimV_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9521893Z copying torch\include\ATen\ops\_dim_arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9529236Z copying torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9537033Z copying torch\include\ATen\ops\_dim_arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9543625Z copying torch\include\ATen\ops\_dim_arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9550571Z copying torch\include\ATen\ops\_dirichlet_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9557761Z copying torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9564831Z copying torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9571803Z copying torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9578715Z copying torch\include\ATen\ops\_dirichlet_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9586026Z copying torch\include\ATen\ops\_dirichlet_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9593172Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9600210Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9607029Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9614940Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9621935Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9628909Z 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-04T20:06:02.9636189Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9643235Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9650205Z copying torch\include\ATen\ops\_efficientzerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9657893Z copying torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9665585Z copying torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9672621Z copying torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9680257Z copying torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9687324Z copying torch\include\ATen\ops\_efficientzerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9694416Z copying torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9702459Z copying torch\include\ATen\ops\_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9709762Z copying torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9716745Z copying torch\include\ATen\ops\_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9723862Z copying torch\include\ATen\ops\_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9731086Z copying torch\include\ATen\ops\_efficient_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9738209Z copying torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9745266Z copying torch\include\ATen\ops\_efficient_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9752192Z copying torch\include\ATen\ops\_efficient_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9758806Z copying torch\include\ATen\ops\_embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9765686Z copying torch\include\ATen\ops\_embedding_bag_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9772485Z copying torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9779296Z copying torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9786451Z copying torch\include\ATen\ops\_embedding_bag_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9793258Z copying torch\include\ATen\ops\_embedding_bag_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9800440Z copying torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9807095Z copying torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9813844Z copying torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9820668Z copying torch\include\ATen\ops\_embedding_bag_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9827919Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9835004Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9841666Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9848887Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9855766Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9862592Z copying torch\include\ATen\ops\_embedding_bag_forward_only.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9869931Z copying torch\include\ATen\ops\_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9876871Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9883821Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9890815Z copying torch\include\ATen\ops\_embedding_bag_forward_only_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9897573Z copying torch\include\ATen\ops\_embedding_bag_forward_only_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9904530Z copying torch\include\ATen\ops\_embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9911327Z copying torch\include\ATen\ops\_embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9918325Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9925559Z 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-04T20:06:02.9932489Z 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-04T20:06:02.9939524Z 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-04T20:06:02.9946687Z 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-04T20:06:02.9953817Z 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-04T20:06:02.9960672Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9968152Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9975235Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9983089Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9990107Z copying torch\include\ATen\ops\_empty_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:02.9997480Z copying torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0004455Z copying torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0011310Z copying torch\include\ATen\ops\_empty_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0018573Z copying torch\include\ATen\ops\_empty_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0025771Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0033387Z 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-04T20:06:03.0040620Z 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-04T20:06:03.0047857Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0055190Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0062117Z copying torch\include\ATen\ops\_euclidean_dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0069358Z copying torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0076243Z copying torch\include\ATen\ops\_euclidean_dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0083209Z copying torch\include\ATen\ops\_euclidean_dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0090307Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0097662Z 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-04T20:06:03.0104985Z 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-04T20:06:03.0112216Z 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-04T20:06:03.0119213Z 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-04T20:06:03.0126421Z 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-04T20:06:03.0134673Z 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-04T20:06:03.0141849Z 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-04T20:06:03.0149253Z 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-04T20:06:03.0156517Z 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-04T20:06:03.0164708Z 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-04T20:06:03.0172411Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0180262Z 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-04T20:06:03.0188269Z 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-04T20:06:03.0196554Z 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-04T20:06:03.0203374Z 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-04T20:06:03.0210967Z 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-04T20:06:03.0220075Z 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-04T20:06:03.0228031Z 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-04T20:06:03.0235927Z 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-04T20:06:03.0243108Z 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-04T20:06:03.0250017Z 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-04T20:06:03.0257070Z 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-04T20:06:03.0264430Z 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-04T20:06:03.0271917Z 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-04T20:06:03.0279250Z 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-04T20:06:03.0286470Z 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-04T20:06:03.0293594Z 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-04T20:06:03.0300260Z copying torch\include\ATen\ops\_fft_c2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0306719Z copying torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0313395Z copying torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0320287Z copying torch\include\ATen\ops\_fft_c2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0326945Z copying torch\include\ATen\ops\_fft_c2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0333667Z copying torch\include\ATen\ops\_fft_c2r.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0340131Z copying torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0347186Z copying torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0354155Z copying torch\include\ATen\ops\_fft_c2r_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0360873Z copying torch\include\ATen\ops\_fft_c2r_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0367402Z copying torch\include\ATen\ops\_fft_r2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0373873Z copying torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0380418Z copying torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0386967Z copying torch\include\ATen\ops\_fft_r2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0393739Z copying torch\include\ATen\ops\_fft_r2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0400672Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0407452Z 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-04T20:06:03.0414192Z 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-04T20:06:03.0421033Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0427610Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0434602Z copying torch\include\ATen\ops\_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0441802Z copying torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0448678Z copying torch\include\ATen\ops\_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0455677Z copying torch\include\ATen\ops\_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0462555Z copying torch\include\ATen\ops\_flash_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0469723Z copying torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0476880Z copying torch\include\ATen\ops\_flash_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0484009Z copying torch\include\ATen\ops\_flash_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0498590Z copying torch\include\ATen\ops\_foobar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0500719Z copying torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0507345Z copying torch\include\ATen\ops\_foobar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0514505Z copying torch\include\ATen\ops\_foobar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0521077Z copying torch\include\ATen\ops\_foobar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0527923Z copying torch\include\ATen\ops\_foreach_abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0534879Z copying torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0541834Z copying torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0548769Z copying torch\include\ATen\ops\_foreach_abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0555927Z copying torch\include\ATen\ops\_foreach_abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0562663Z copying torch\include\ATen\ops\_foreach_acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0569803Z copying torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0577098Z copying torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0584167Z copying torch\include\ATen\ops\_foreach_acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0591135Z copying torch\include\ATen\ops\_foreach_acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0598058Z copying torch\include\ATen\ops\_foreach_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0605109Z copying torch\include\ATen\ops\_foreach_addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0612334Z copying torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0619125Z copying torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0626056Z copying torch\include\ATen\ops\_foreach_addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0633273Z copying torch\include\ATen\ops\_foreach_addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0640389Z copying torch\include\ATen\ops\_foreach_addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0647941Z copying torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0654586Z copying torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0662148Z copying torch\include\ATen\ops\_foreach_addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0669355Z copying torch\include\ATen\ops\_foreach_addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0681540Z copying torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0685170Z copying torch\include\ATen\ops\_foreach_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0693197Z copying torch\include\ATen\ops\_foreach_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0699303Z copying torch\include\ATen\ops\_foreach_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0706313Z copying torch\include\ATen\ops\_foreach_asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0713536Z copying torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0720345Z copying torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0727113Z copying torch\include\ATen\ops\_foreach_asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0734398Z copying torch\include\ATen\ops\_foreach_asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0741010Z copying torch\include\ATen\ops\_foreach_atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0748231Z copying torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0755468Z copying torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0762895Z copying torch\include\ATen\ops\_foreach_atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0768841Z copying torch\include\ATen\ops\_foreach_atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0775479Z copying torch\include\ATen\ops\_foreach_ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0782879Z copying torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0789390Z copying torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0796146Z copying torch\include\ATen\ops\_foreach_ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0802895Z copying torch\include\ATen\ops\_foreach_ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0809675Z copying torch\include\ATen\ops\_foreach_clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0816828Z copying torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0823946Z copying torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0830813Z copying torch\include\ATen\ops\_foreach_clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0837726Z copying torch\include\ATen\ops\_foreach_clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0844577Z copying torch\include\ATen\ops\_foreach_clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0851834Z copying torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0858771Z copying torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0865808Z copying torch\include\ATen\ops\_foreach_clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0872849Z copying torch\include\ATen\ops\_foreach_clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0879647Z copying torch\include\ATen\ops\_foreach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0886659Z copying torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0893589Z copying torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0900320Z copying torch\include\ATen\ops\_foreach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0907174Z copying torch\include\ATen\ops\_foreach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0913872Z copying torch\include\ATen\ops\_foreach_cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0920877Z copying torch\include\ATen\ops\_foreach_cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0928072Z copying torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0935807Z copying torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0942763Z copying torch\include\ATen\ops\_foreach_cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0949860Z copying torch\include\ATen\ops\_foreach_cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0957235Z copying torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0964538Z copying torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0971870Z copying torch\include\ATen\ops\_foreach_cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0978752Z copying torch\include\ATen\ops\_foreach_cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0985517Z copying torch\include\ATen\ops\_foreach_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0993047Z copying torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.0999787Z copying torch\include\ATen\ops\_foreach_div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1006848Z copying torch\include\ATen\ops\_foreach_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1013842Z copying torch\include\ATen\ops\_foreach_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1021260Z copying torch\include\ATen\ops\_foreach_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1028120Z copying torch\include\ATen\ops\_foreach_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1035566Z copying torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1042565Z copying torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1049703Z copying torch\include\ATen\ops\_foreach_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1056534Z copying torch\include\ATen\ops\_foreach_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1063840Z copying torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1070980Z copying torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1078110Z copying torch\include\ATen\ops\_foreach_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1085091Z copying torch\include\ATen\ops\_foreach_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1091909Z copying torch\include\ATen\ops\_foreach_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1098807Z copying torch\include\ATen\ops\_foreach_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1106718Z copying torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1113371Z copying torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1120346Z copying torch\include\ATen\ops\_foreach_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1127395Z copying torch\include\ATen\ops\_foreach_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1135280Z copying torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1141958Z copying torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1148873Z copying torch\include\ATen\ops\_foreach_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1156021Z copying torch\include\ATen\ops\_foreach_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1163604Z copying torch\include\ATen\ops\_foreach_floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1177831Z copying torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1178983Z copying torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1186146Z copying torch\include\ATen\ops\_foreach_floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1193342Z copying torch\include\ATen\ops\_foreach_floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1201518Z copying torch\include\ATen\ops\_foreach_frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1207866Z copying torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1215103Z copying torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1221886Z copying torch\include\ATen\ops\_foreach_frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1228856Z copying torch\include\ATen\ops\_foreach_frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1235762Z copying torch\include\ATen\ops\_foreach_lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1242882Z copying torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1249592Z copying torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1256635Z copying torch\include\ATen\ops\_foreach_lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1264036Z copying torch\include\ATen\ops\_foreach_lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1270909Z copying torch\include\ATen\ops\_foreach_lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1278045Z copying torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1284792Z copying torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1291686Z copying torch\include\ATen\ops\_foreach_lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1298373Z copying torch\include\ATen\ops\_foreach_lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1305277Z copying torch\include\ATen\ops\_foreach_log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1312164Z copying torch\include\ATen\ops\_foreach_log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1319499Z copying torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1326908Z copying torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1334889Z copying torch\include\ATen\ops\_foreach_log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1341102Z copying torch\include\ATen\ops\_foreach_log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1348050Z copying torch\include\ATen\ops\_foreach_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1355312Z copying torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1363211Z copying torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1369315Z copying torch\include\ATen\ops\_foreach_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1376298Z copying torch\include\ATen\ops\_foreach_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1383203Z copying torch\include\ATen\ops\_foreach_log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1391036Z copying torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1397648Z copying torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1404770Z copying torch\include\ATen\ops\_foreach_log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1411611Z copying torch\include\ATen\ops\_foreach_log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1420116Z copying torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1426207Z copying torch\include\ATen\ops\_foreach_log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1433174Z copying torch\include\ATen\ops\_foreach_log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1440018Z copying torch\include\ATen\ops\_foreach_log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1446812Z copying torch\include\ATen\ops\_foreach_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1454415Z copying torch\include\ATen\ops\_foreach_maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1461906Z copying torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1468714Z copying torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1475890Z copying torch\include\ATen\ops\_foreach_maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1483083Z copying torch\include\ATen\ops\_foreach_maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1490165Z copying torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1497083Z copying torch\include\ATen\ops\_foreach_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1505496Z copying torch\include\ATen\ops\_foreach_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1511631Z copying torch\include\ATen\ops\_foreach_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1518736Z copying torch\include\ATen\ops\_foreach_minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1525844Z copying torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1532737Z copying torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1539910Z copying torch\include\ATen\ops\_foreach_minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1546984Z copying torch\include\ATen\ops\_foreach_minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1554111Z copying torch\include\ATen\ops\_foreach_mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1562346Z copying torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1568533Z copying torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1575575Z copying torch\include\ATen\ops\_foreach_mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1582389Z copying torch\include\ATen\ops\_foreach_mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1589461Z copying torch\include\ATen\ops\_foreach_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1597655Z copying torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1604860Z copying torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1611803Z copying torch\include\ATen\ops\_foreach_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1618671Z copying torch\include\ATen\ops\_foreach_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1625469Z copying torch\include\ATen\ops\_foreach_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1632597Z copying torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1640085Z copying torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1646336Z copying torch\include\ATen\ops\_foreach_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1652963Z copying torch\include\ATen\ops\_foreach_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1659672Z copying torch\include\ATen\ops\_foreach_pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1666794Z copying torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1673846Z copying torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1680557Z copying torch\include\ATen\ops\_foreach_pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1687296Z copying torch\include\ATen\ops\_foreach_pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1694207Z copying torch\include\ATen\ops\_foreach_reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1702025Z copying torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1708711Z copying torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1715809Z copying torch\include\ATen\ops\_foreach_reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1722413Z copying torch\include\ATen\ops\_foreach_reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1729395Z copying torch\include\ATen\ops\_foreach_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1736404Z copying torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1743414Z copying torch\include\ATen\ops\_foreach_round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1750075Z copying torch\include\ATen\ops\_foreach_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1757067Z copying torch\include\ATen\ops\_foreach_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1763808Z copying torch\include\ATen\ops\_foreach_rsqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1771050Z copying torch\include\ATen\ops\_foreach_rsqrt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1777844Z copying torch\include\ATen\ops\_foreach_rsqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1784871Z copying torch\include\ATen\ops\_foreach_rsqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1792043Z copying torch\include\ATen\ops\_foreach_rsqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1799541Z copying torch\include\ATen\ops\_foreach_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1806694Z copying torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1813570Z copying torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1836992Z copying torch\include\ATen\ops\_foreach_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1843887Z copying torch\include\ATen\ops\_foreach_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1851242Z copying torch\include\ATen\ops\_foreach_sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1858230Z copying torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1865258Z copying torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1873707Z copying torch\include\ATen\ops\_foreach_sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1880049Z copying torch\include\ATen\ops\_foreach_sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1887272Z copying torch\include\ATen\ops\_foreach_sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1894700Z copying torch\include\ATen\ops\_foreach_sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1902654Z copying torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1910108Z copying torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1917483Z copying torch\include\ATen\ops\_foreach_sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1925242Z copying torch\include\ATen\ops\_foreach_sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1932370Z copying torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1939497Z copying torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1947253Z copying torch\include\ATen\ops\_foreach_sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1954439Z copying torch\include\ATen\ops\_foreach_sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1961408Z copying torch\include\ATen\ops\_foreach_sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1969046Z copying torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1976389Z copying torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1983910Z copying torch\include\ATen\ops\_foreach_sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1991247Z copying torch\include\ATen\ops\_foreach_sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.1998120Z copying torch\include\ATen\ops\_foreach_sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2005861Z copying torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2012763Z copying torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2019849Z copying torch\include\ATen\ops\_foreach_sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2027036Z copying torch\include\ATen\ops\_foreach_sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2033958Z copying torch\include\ATen\ops\_foreach_tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2041560Z copying torch\include\ATen\ops\_foreach_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2048918Z copying torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2056130Z copying torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2063486Z copying torch\include\ATen\ops\_foreach_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2070735Z copying torch\include\ATen\ops\_foreach_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2078436Z copying torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2085150Z copying torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2092544Z copying torch\include\ATen\ops\_foreach_tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2099765Z copying torch\include\ATen\ops\_foreach_tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2107055Z copying torch\include\ATen\ops\_foreach_trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2114477Z copying torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2121712Z copying torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2129135Z copying torch\include\ATen\ops\_foreach_trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2136782Z copying torch\include\ATen\ops\_foreach_trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2144950Z copying torch\include\ATen\ops\_foreach_zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2152688Z copying torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2160026Z copying torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2167056Z copying torch\include\ATen\ops\_foreach_zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2175033Z copying torch\include\ATen\ops\_foreach_zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2182935Z copying torch\include\ATen\ops\_functional_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2191009Z copying torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2198741Z copying torch\include\ATen\ops\_functional_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2207180Z copying torch\include\ATen\ops\_functional_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2214594Z copying torch\include\ATen\ops\_functional_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2223041Z copying torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2230955Z copying torch\include\ATen\ops\_functional_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2237953Z copying torch\include\ATen\ops\_functional_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2245154Z copying torch\include\ATen\ops\_functional_sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2252330Z copying torch\include\ATen\ops\_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2259872Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2267934Z 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-04T20:06:03.2274957Z 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-04T20:06:03.2282733Z 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-04T20:06:03.2291249Z copying torch\include\ATen\ops\_functional_sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2298485Z copying torch\include\ATen\ops\_functional_sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2305399Z copying torch\include\ATen\ops\_fused_adagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2313151Z copying torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2320115Z copying torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2326929Z copying torch\include\ATen\ops\_fused_adagrad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2335010Z copying torch\include\ATen\ops\_fused_adagrad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2342479Z copying torch\include\ATen\ops\_fused_adam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2349816Z copying torch\include\ATen\ops\_fused_adamw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2357272Z copying torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2364371Z copying torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2371181Z copying torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2378152Z copying torch\include\ATen\ops\_fused_adamw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2384903Z copying torch\include\ATen\ops\_fused_adamw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2419830Z copying torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2426728Z copying torch\include\ATen\ops\_fused_adam_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2433893Z copying torch\include\ATen\ops\_fused_adam_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2440725Z copying torch\include\ATen\ops\_fused_adam_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2447518Z copying torch\include\ATen\ops\_fused_adam_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2454655Z copying torch\include\ATen\ops\_fused_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2461994Z copying torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2469170Z copying torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2475988Z copying torch\include\ATen\ops\_fused_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2483129Z copying torch\include\ATen\ops\_fused_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2490504Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2497556Z 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-04T20:06:03.2504933Z 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-04T20:06:03.2512393Z 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-04T20:06:03.2519731Z 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-04T20:06:03.2526791Z 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-04T20:06:03.2534325Z copying torch\include\ATen\ops\_fused_sdp_choice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2541200Z copying torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2549249Z copying torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2555830Z copying torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2563153Z copying torch\include\ATen\ops\_fused_sdp_choice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2574309Z copying torch\include\ATen\ops\_fused_sdp_choice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2581190Z copying torch\include\ATen\ops\_fused_sgd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2588595Z copying torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2595439Z copying torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2602728Z copying torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2609802Z copying torch\include\ATen\ops\_fused_sgd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2616781Z copying torch\include\ATen\ops\_fused_sgd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2623693Z copying torch\include\ATen\ops\_fw_primal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2630735Z copying torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2637756Z copying torch\include\ATen\ops\_fw_primal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2645120Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2652433Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2659190Z copying torch\include\ATen\ops\_fw_primal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2666455Z copying torch\include\ATen\ops\_fw_primal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2673334Z copying torch\include\ATen\ops\_fw_primal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2679814Z copying torch\include\ATen\ops\_fw_primal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2687532Z copying torch\include\ATen\ops\_gather_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2695056Z copying torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2702981Z copying torch\include\ATen\ops\_gather_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2710232Z copying torch\include\ATen\ops\_gather_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2717387Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2724326Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2731712Z 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-04T20:06:03.2739156Z 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-04T20:06:03.2746222Z 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-04T20:06:03.2759665Z 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-04T20:06:03.2762408Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2769376Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2776638Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2783685Z 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-04T20:06:03.2790745Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2797385Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2804887Z copying torch\include\ATen\ops\_has_same_storage_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2813061Z copying torch\include\ATen\ops\_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2819998Z copying torch\include\ATen\ops\_has_same_storage_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2826650Z copying torch\include\ATen\ops\_has_same_storage_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2834013Z copying torch\include\ATen\ops\_histogramdd_bin_edges.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2841203Z copying torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2848235Z copying torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2855209Z copying torch\include\ATen\ops\_histogramdd_bin_edges_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2861899Z copying torch\include\ATen\ops\_histogramdd_bin_edges_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2869006Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2876438Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2883333Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2890399Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2897440Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2904531Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2911616Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2918851Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2926287Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2933632Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2940307Z copying torch\include\ATen\ops\_index_put_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2947424Z copying torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2954580Z copying torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2962101Z copying torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2969501Z copying torch\include\ATen\ops\_index_put_impl_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2977003Z copying torch\include\ATen\ops\_index_put_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2984006Z copying torch\include\ATen\ops\_index_put_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2991009Z copying torch\include\ATen\ops\_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.2997572Z copying torch\include\ATen\ops\_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3005263Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3012055Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3018826Z copying torch\include\ATen\ops\_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3027270Z copying torch\include\ATen\ops\_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3034630Z copying torch\include\ATen\ops\_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3041184Z copying torch\include\ATen\ops\_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3048181Z copying torch\include\ATen\ops\_int_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3055512Z copying torch\include\ATen\ops\_int_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3062066Z copying torch\include\ATen\ops\_int_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3068855Z copying torch\include\ATen\ops\_int_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3075858Z copying torch\include\ATen\ops\_int_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3083994Z copying torch\include\ATen\ops\_is_all_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3090337Z copying torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3097263Z copying torch\include\ATen\ops\_is_all_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3103993Z copying torch\include\ATen\ops\_is_all_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3111133Z copying torch\include\ATen\ops\_is_any_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3118506Z copying torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3125081Z copying torch\include\ATen\ops\_is_any_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3131536Z copying torch\include\ATen\ops\_is_any_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3138899Z copying torch\include\ATen\ops\_is_zerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3147012Z copying torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3153130Z copying torch\include\ATen\ops\_is_zerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3159708Z copying torch\include\ATen\ops\_is_zerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3166806Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3173674Z 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-04T20:06:03.3181665Z 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-04T20:06:03.3195183Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3196918Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3204092Z copying torch\include\ATen\ops\_lazy_clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3211248Z copying torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3218918Z copying torch\include\ATen\ops\_lazy_clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3224962Z copying torch\include\ATen\ops\_lazy_clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3232002Z copying torch\include\ATen\ops\_linalg_check_errors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3238970Z copying torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3245847Z copying torch\include\ATen\ops\_linalg_check_errors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3252753Z copying torch\include\ATen\ops\_linalg_check_errors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3260061Z copying torch\include\ATen\ops\_linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3267598Z copying torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3274846Z copying torch\include\ATen\ops\_linalg_det_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3282549Z copying torch\include\ATen\ops\_linalg_det_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3289230Z copying torch\include\ATen\ops\_linalg_det_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3296312Z copying torch\include\ATen\ops\_linalg_det_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3303143Z copying torch\include\ATen\ops\_linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3309878Z copying torch\include\ATen\ops\_linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3316622Z copying torch\include\ATen\ops\_linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3324736Z copying torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3332302Z copying torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3338603Z copying torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3345400Z copying torch\include\ATen\ops\_linalg_eigh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3352802Z copying torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3359889Z copying torch\include\ATen\ops\_linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3367087Z copying torch\include\ATen\ops\_linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3374345Z copying torch\include\ATen\ops\_linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3381376Z copying torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3389339Z copying torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3395683Z copying torch\include\ATen\ops\_linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3402574Z copying torch\include\ATen\ops\_linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3409623Z copying torch\include\ATen\ops\_linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3417833Z copying torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3424088Z copying torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3431538Z copying torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3438460Z copying torch\include\ATen\ops\_linalg_slogdet_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3446329Z copying torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3452553Z copying torch\include\ATen\ops\_linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3459452Z copying torch\include\ATen\ops\_linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3466590Z copying torch\include\ATen\ops\_linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3475312Z copying torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3481479Z copying torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3488694Z copying torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3495592Z copying torch\include\ATen\ops\_linalg_solve_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3503562Z copying torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3509803Z copying torch\include\ATen\ops\_linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3517177Z copying torch\include\ATen\ops\_linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3524429Z copying torch\include\ATen\ops\_linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3532371Z copying torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3538851Z copying torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3545842Z copying torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3552911Z copying torch\include\ATen\ops\_linalg_svd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3560688Z copying torch\include\ATen\ops\_linalg_svd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3567380Z copying torch\include\ATen\ops\_linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3574197Z copying torch\include\ATen\ops\_linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3581165Z copying torch\include\ATen\ops\_local_scalar_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3589042Z copying torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3595346Z copying torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3621074Z copying torch\include\ATen\ops\_local_scalar_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3628815Z copying torch\include\ATen\ops\_local_scalar_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3635989Z copying torch\include\ATen\ops\_logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3642890Z copying torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3650012Z copying torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3656882Z copying torch\include\ATen\ops\_logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3664127Z copying torch\include\ATen\ops\_logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3672447Z copying torch\include\ATen\ops\_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3678464Z copying torch\include\ATen\ops\_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3686198Z copying torch\include\ATen\ops\_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3693271Z copying torch\include\ATen\ops\_log_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3700241Z copying torch\include\ATen\ops\_log_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3707179Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3714573Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3721679Z copying torch\include\ATen\ops\_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3728919Z copying torch\include\ATen\ops\_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3736148Z copying torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3743026Z copying torch\include\ATen\ops\_log_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3750226Z copying torch\include\ATen\ops\_log_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3757337Z copying torch\include\ATen\ops\_log_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3764384Z copying torch\include\ATen\ops\_log_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3771441Z copying torch\include\ATen\ops\_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3778509Z copying torch\include\ATen\ops\_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3785310Z copying torch\include\ATen\ops\_lstm_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3792470Z copying torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3798988Z copying torch\include\ATen\ops\_lstm_mps_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3806015Z copying torch\include\ATen\ops\_lstm_mps_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3813317Z copying torch\include\ATen\ops\_lu_with_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3820436Z copying torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3827410Z copying torch\include\ATen\ops\_lu_with_info_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3834137Z copying torch\include\ATen\ops\_lu_with_info_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3840984Z copying torch\include\ATen\ops\_make_dep_token.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3847703Z copying torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3854460Z copying torch\include\ATen\ops\_make_dep_token_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3861491Z copying torch\include\ATen\ops\_make_dep_token_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3868587Z copying torch\include\ATen\ops\_make_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3876018Z copying torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3883817Z copying torch\include\ATen\ops\_make_dual_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3890676Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3897929Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3904925Z copying torch\include\ATen\ops\_make_dual_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3912584Z copying torch\include\ATen\ops\_make_dual_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3919573Z copying torch\include\ATen\ops\_make_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3926281Z copying torch\include\ATen\ops\_make_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3933787Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3941253Z 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-04T20:06:03.3948585Z 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-04T20:06:03.3956044Z 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-04T20:06:03.3964303Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3972009Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3978709Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.3986853Z 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-04T20:06:03.3993496Z 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-04T20:06:03.4000995Z 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-04T20:06:03.4009569Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4017013Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4026056Z copying torch\include\ATen\ops\_masked_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4032949Z copying torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4040291Z copying torch\include\ATen\ops\_masked_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4048497Z copying torch\include\ATen\ops\_masked_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4055255Z copying torch\include\ATen\ops\_masked_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4063020Z copying torch\include\ATen\ops\_masked_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4070336Z copying torch\include\ATen\ops\_masked_softmax_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4078148Z copying torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4085470Z copying torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4092956Z copying torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4100631Z copying torch\include\ATen\ops\_masked_softmax_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4107624Z copying torch\include\ATen\ops\_masked_softmax_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4115000Z copying torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4123440Z copying torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4130334Z copying torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4137611Z copying torch\include\ATen\ops\_masked_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4145974Z copying torch\include\ATen\ops\_masked_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4152469Z copying torch\include\ATen\ops\_mixed_dtypes_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4159744Z copying torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4167202Z copying torch\include\ATen\ops\_mixed_dtypes_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4175040Z copying torch\include\ATen\ops\_mixed_dtypes_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4181464Z copying torch\include\ATen\ops\_mkldnn_reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4217528Z copying torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4218574Z copying torch\include\ATen\ops\_mkldnn_reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4219404Z copying torch\include\ATen\ops\_mkldnn_reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4220196Z copying torch\include\ATen\ops\_mkldnn_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4222993Z copying torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4229335Z copying torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4236764Z copying torch\include\ATen\ops\_mkldnn_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4243719Z copying torch\include\ATen\ops\_mkldnn_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4252120Z copying torch\include\ATen\ops\_mps_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4258397Z copying torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4265167Z copying torch\include\ATen\ops\_mps_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4272365Z copying torch\include\ATen\ops\_mps_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4279543Z copying torch\include\ATen\ops\_mps_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4287123Z copying torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4294585Z copying torch\include\ATen\ops\_mps_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4302018Z copying torch\include\ATen\ops\_mps_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4308847Z copying torch\include\ATen\ops\_native_batch_norm_legit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4316406Z copying torch\include\ATen\ops\_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4323866Z copying torch\include\ATen\ops\_native_batch_norm_legit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4330974Z copying torch\include\ATen\ops\_native_batch_norm_legit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4337860Z copying torch\include\ATen\ops\_native_batch_norm_legit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4345262Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4352675Z 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-04T20:06:03.4360255Z 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-04T20:06:03.4367791Z 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-04T20:06:03.4374796Z copying torch\include\ATen\ops\_native_batch_norm_legit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4381796Z copying torch\include\ATen\ops\_native_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4389366Z copying torch\include\ATen\ops\_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4396482Z copying torch\include\ATen\ops\_native_multi_head_attention_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4403838Z copying torch\include\ATen\ops\_native_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4411139Z copying torch\include\ATen\ops\_native_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4418317Z copying torch\include\ATen\ops\_native_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4425576Z copying torch\include\ATen\ops\_neg_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4433035Z copying torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4440020Z copying torch\include\ATen\ops\_neg_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4447664Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4454830Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4461911Z copying torch\include\ATen\ops\_neg_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4468623Z copying torch\include\ATen\ops\_neg_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4476016Z copying torch\include\ATen\ops\_neg_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4482892Z copying torch\include\ATen\ops\_neg_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4489956Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4497500Z 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-04T20:06:03.4505511Z 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-04T20:06:03.4512634Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4519743Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4530160Z copying torch\include\ATen\ops\_nested_from_padded.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4569993Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4571172Z 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-04T20:06:03.4572313Z 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-04T20:06:03.4573391Z 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-04T20:06:03.4574456Z copying torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4576790Z copying torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4584103Z copying torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4591252Z copying torch\include\ATen\ops\_nested_from_padded_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4599134Z copying torch\include\ATen\ops\_nested_from_padded_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4606547Z copying torch\include\ATen\ops\_nested_from_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4613663Z copying torch\include\ATen\ops\_nested_from_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4621349Z copying torch\include\ATen\ops\_nested_from_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4628314Z copying torch\include\ATen\ops\_nested_get_jagged_dummy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4635446Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4642413Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4649648Z copying torch\include\ATen\ops\_nested_get_lengths.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4656818Z copying torch\include\ATen\ops\_nested_get_lengths_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4663586Z copying torch\include\ATen\ops\_nested_get_lengths_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4670956Z copying torch\include\ATen\ops\_nested_get_max_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4678380Z copying torch\include\ATen\ops\_nested_get_max_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4685251Z copying torch\include\ATen\ops\_nested_get_max_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4692342Z copying torch\include\ATen\ops\_nested_get_min_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4699619Z copying torch\include\ATen\ops\_nested_get_min_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4706552Z copying torch\include\ATen\ops\_nested_get_min_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4713794Z copying torch\include\ATen\ops\_nested_get_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4721167Z copying torch\include\ATen\ops\_nested_get_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4727805Z copying torch\include\ATen\ops\_nested_get_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4734774Z copying torch\include\ATen\ops\_nested_get_ragged_idx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4741873Z copying torch\include\ATen\ops\_nested_get_ragged_idx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4748774Z copying torch\include\ATen\ops\_nested_get_ragged_idx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4755966Z copying torch\include\ATen\ops\_nested_get_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4763380Z copying torch\include\ATen\ops\_nested_get_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4770983Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4777826Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4784915Z copying torch\include\ATen\ops\_nested_get_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4792171Z copying torch\include\ATen\ops\_nested_get_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4799256Z copying torch\include\ATen\ops\_nested_get_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4806505Z copying torch\include\ATen\ops\_nested_get_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4813892Z copying torch\include\ATen\ops\_nested_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4820919Z copying torch\include\ATen\ops\_nested_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4830737Z copying torch\include\ATen\ops\_nested_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4837263Z copying torch\include\ATen\ops\_nested_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4845124Z copying torch\include\ATen\ops\_nested_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4852455Z copying torch\include\ATen\ops\_nested_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4859784Z copying torch\include\ATen\ops\_nested_tensor_from_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4867028Z copying torch\include\ATen\ops\_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4874193Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4881429Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4888401Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4895845Z 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-04T20:06:03.4903429Z 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-04T20:06:03.4911108Z 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-04T20:06:03.4918170Z 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-04T20:06:03.4925234Z copying torch\include\ATen\ops\_nested_tensor_from_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4932197Z copying torch\include\ATen\ops\_nested_tensor_from_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4939248Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4946656Z 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-04T20:06:03.4953790Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4960594Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4967315Z copying torch\include\ATen\ops\_nested_tensor_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4975077Z copying torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4981843Z copying torch\include\ATen\ops\_nested_tensor_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4988668Z copying torch\include\ATen\ops\_nested_tensor_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.4995713Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5002688Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5009793Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5016694Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5024103Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5031095Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5037910Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5044657Z copying torch\include\ATen\ops\_nested_tensor_strides.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5051989Z copying torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5058988Z copying torch\include\ATen\ops\_nested_tensor_strides_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5065719Z copying torch\include\ATen\ops\_nested_tensor_strides_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5072934Z copying torch\include\ATen\ops\_nested_view_from_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5080037Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5087393Z 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-04T20:06:03.5094663Z 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-04T20:06:03.5101465Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5108704Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5116004Z copying torch\include\ATen\ops\_nested_view_from_buffer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5122992Z copying torch\include\ATen\ops\_nested_view_from_buffer_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5130104Z copying torch\include\ATen\ops\_nested_view_from_buffer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5137381Z copying torch\include\ATen\ops\_nested_view_from_buffer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5144379Z copying torch\include\ATen\ops\_nested_view_from_jagged.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5151521Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5159082Z 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-04T20:06:03.5166322Z 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-04T20:06:03.5173568Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5180591Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5187834Z copying torch\include\ATen\ops\_nested_view_from_jagged_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5194830Z copying torch\include\ATen\ops\_nested_view_from_jagged_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5202557Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5210611Z 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-04T20:06:03.5218286Z 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-04T20:06:03.5225887Z 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-04T20:06:03.5233116Z copying torch\include\ATen\ops\_nnpack_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5240355Z copying torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5247212Z copying torch\include\ATen\ops\_nnpack_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5254114Z copying torch\include\ATen\ops\_nnpack_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5261128Z copying torch\include\ATen\ops\_nnpack_spatial_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5268441Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5275449Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5282605Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5289259Z copying torch\include\ATen\ops\_nnz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5295411Z copying torch\include\ATen\ops\_nnz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5301933Z copying torch\include\ATen\ops\_nnz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5308670Z copying torch\include\ATen\ops\_pack_padded_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5315638Z copying torch\include\ATen\ops\_pack_padded_sequence_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5322981Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5330326Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5337765Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5345316Z copying torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5352526Z copying torch\include\ATen\ops\_pack_padded_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5359879Z copying torch\include\ATen\ops\_pack_padded_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5366669Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5381062Z 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-04T20:06:03.5387999Z 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-04T20:06:03.5395615Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5402634Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5409481Z copying torch\include\ATen\ops\_pad_circular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5416276Z copying torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5423129Z copying torch\include\ATen\ops\_pad_circular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5429899Z copying torch\include\ATen\ops\_pad_circular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5436993Z copying torch\include\ATen\ops\_pad_enum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5443927Z copying torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5450608Z copying torch\include\ATen\ops\_pad_enum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5457149Z copying torch\include\ATen\ops\_pad_enum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5463830Z copying torch\include\ATen\ops\_pad_packed_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5470697Z copying torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5477422Z copying torch\include\ATen\ops\_pad_packed_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5484113Z copying torch\include\ATen\ops\_pad_packed_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5490983Z copying torch\include\ATen\ops\_pdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5497889Z copying torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5504448Z copying torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5511367Z copying torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5518435Z copying torch\include\ATen\ops\_pdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5525177Z copying torch\include\ATen\ops\_pdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5531981Z copying torch\include\ATen\ops\_pdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5539063Z copying torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5545938Z copying torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5553133Z copying torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5560102Z copying torch\include\ATen\ops\_pdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5566858Z copying torch\include\ATen\ops\_pdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5573703Z copying torch\include\ATen\ops\_pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5581177Z copying torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5588058Z copying torch\include\ATen\ops\_pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5595121Z copying torch\include\ATen\ops\_pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5601962Z copying torch\include\ATen\ops\_prelu_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5609146Z copying torch\include\ATen\ops\_prelu_kernel_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5616126Z copying torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5633806Z copying torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5634995Z copying torch\include\ATen\ops\_prelu_kernel_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5638120Z copying torch\include\ATen\ops\_prelu_kernel_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5645329Z copying torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5652713Z copying torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5660139Z copying torch\include\ATen\ops\_prelu_kernel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5666649Z copying torch\include\ATen\ops\_prelu_kernel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5674287Z copying torch\include\ATen\ops\_print.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5680630Z copying torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5688166Z copying torch\include\ATen\ops\_print_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5694439Z copying torch\include\ATen\ops\_print_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5701497Z copying torch\include\ATen\ops\_propagate_xla_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5710089Z copying torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5717597Z copying torch\include\ATen\ops\_propagate_xla_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5724812Z copying torch\include\ATen\ops\_propagate_xla_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5732457Z copying torch\include\ATen\ops\_remove_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5757292Z copying torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5763046Z copying torch\include\ATen\ops\_remove_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5769744Z copying torch\include\ATen\ops\_remove_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5777516Z copying torch\include\ATen\ops\_reshape_alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5785104Z copying torch\include\ATen\ops\_reshape_alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5792711Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5800001Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5806750Z copying torch\include\ATen\ops\_reshape_alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5813593Z copying torch\include\ATen\ops\_reshape_alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5820690Z copying torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5827464Z copying torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5834529Z copying torch\include\ATen\ops\_reshape_alias_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5841275Z copying torch\include\ATen\ops\_reshape_alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5847737Z copying torch\include\ATen\ops\_reshape_alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5854697Z copying torch\include\ATen\ops\_reshape_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5862240Z copying torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5868856Z copying torch\include\ATen\ops\_reshape_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5875678Z copying torch\include\ATen\ops\_reshape_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5882660Z copying torch\include\ATen\ops\_reshape_from_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5895883Z copying torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5902389Z copying torch\include\ATen\ops\_reshape_from_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5909155Z copying torch\include\ATen\ops\_reshape_from_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5915929Z copying torch\include\ATen\ops\_resize_output.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5922789Z copying torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5929536Z copying torch\include\ATen\ops\_resize_output_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5936321Z copying torch\include\ATen\ops\_resize_output_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5942909Z copying torch\include\ATen\ops\_resize_output_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5949650Z copying torch\include\ATen\ops\_rowwise_prune.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5956876Z copying torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5963616Z copying torch\include\ATen\ops\_rowwise_prune_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5970816Z copying torch\include\ATen\ops\_rowwise_prune_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5977640Z copying torch\include\ATen\ops\_safe_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5984891Z copying torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5991641Z copying torch\include\ATen\ops\_safe_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.5998328Z copying torch\include\ATen\ops\_safe_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6005414Z copying torch\include\ATen\ops\_sample_dirichlet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6012579Z copying torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6019311Z copying torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6026414Z copying torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6038072Z copying torch\include\ATen\ops\_sample_dirichlet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6044895Z copying torch\include\ATen\ops\_sample_dirichlet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6052140Z copying torch\include\ATen\ops\_saturate_weight_to_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6059228Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6066601Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6074326Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6080593Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6087934Z 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-04T20:06:03.6100637Z 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-04T20:06:03.6108452Z 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-04T20:06:03.6114660Z 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-04T20:06:03.6122280Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6129479Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6136926Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6143911Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6151717Z 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-04T20:06:03.6159921Z 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-04T20:06:03.6167932Z 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-04T20:06:03.6175779Z 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-04T20:06:03.6182884Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6189953Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6197354Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6204545Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6211746Z 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-04T20:06:03.6218759Z 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-04T20:06:03.6226062Z 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-04T20:06:03.6233975Z 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-04T20:06:03.6241104Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6248011Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6254840Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6262021Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6269564Z 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-04T20:06:03.6276837Z 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-04T20:06:03.6283688Z 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-04T20:06:03.6290698Z 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-04T20:06:03.6297627Z 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-04T20:06:03.6305277Z 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-04T20:06:03.6312826Z 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-04T20:06:03.6319834Z 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-04T20:06:03.6327148Z 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-04T20:06:03.6334378Z 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-04T20:06:03.6341263Z 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-04T20:06:03.6348171Z 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-04T20:06:03.6355521Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6362855Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6369864Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6377274Z 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-04T20:06:03.6384850Z 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-04T20:06:03.6391905Z 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-04T20:06:03.6398850Z 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-04T20:06:03.6406356Z 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-04T20:06:03.6413509Z 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-04T20:06:03.6420434Z 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-04T20:06:03.6427106Z copying torch\include\ATen\ops\_scaled_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6434337Z copying torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6441176Z copying torch\include\ATen\ops\_scaled_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6448116Z copying torch\include\ATen\ops\_scaled_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6454925Z copying torch\include\ATen\ops\_segment_reduce_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6461833Z copying torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6468429Z copying torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6475391Z copying torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6482657Z copying torch\include\ATen\ops\_segment_reduce_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6489345Z copying torch\include\ATen\ops\_segment_reduce_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6496266Z copying torch\include\ATen\ops\_shape_as_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6503487Z copying torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6510273Z copying torch\include\ATen\ops\_shape_as_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6517199Z copying torch\include\ATen\ops\_shape_as_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6524348Z copying torch\include\ATen\ops\_slow_conv2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6532003Z copying torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6538882Z copying torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6545992Z copying torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6553395Z copying torch\include\ATen\ops\_slow_conv2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6560702Z copying torch\include\ATen\ops\_slow_conv2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6568092Z copying torch\include\ATen\ops\_slow_conv2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6575565Z copying torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6583003Z copying torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6590093Z copying torch\include\ATen\ops\_slow_conv2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6597027Z copying torch\include\ATen\ops\_slow_conv2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6604359Z copying torch\include\ATen\ops\_sobol_engine_draw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6612777Z copying torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6621759Z copying torch\include\ATen\ops\_sobol_engine_draw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6628662Z copying torch\include\ATen\ops\_sobol_engine_draw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6636476Z copying torch\include\ATen\ops\_sobol_engine_ff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6643715Z copying torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6650847Z copying torch\include\ATen\ops\_sobol_engine_ff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6657889Z copying torch\include\ATen\ops\_sobol_engine_ff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6665583Z copying torch\include\ATen\ops\_sobol_engine_initialize_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6673083Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6680207Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6687013Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6694142Z copying torch\include\ATen\ops\_sobol_engine_scramble.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6701398Z copying torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6708764Z copying torch\include\ATen\ops\_sobol_engine_scramble_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6716583Z copying torch\include\ATen\ops\_sobol_engine_scramble_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6724063Z copying torch\include\ATen\ops\_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6731130Z copying torch\include\ATen\ops\_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6738833Z copying torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6745892Z copying torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6753240Z copying torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6760324Z copying torch\include\ATen\ops\_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6767916Z copying torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6775004Z copying torch\include\ATen\ops\_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6782141Z copying torch\include\ATen\ops\_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6789573Z copying torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6796726Z copying torch\include\ATen\ops\_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6803733Z copying torch\include\ATen\ops\_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6810537Z copying torch\include\ATen\ops\_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6817276Z copying torch\include\ATen\ops\_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6824545Z copying torch\include\ATen\ops\_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6831410Z copying torch\include\ATen\ops\_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6838616Z copying torch\include\ATen\ops\_sparse_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6845665Z copying torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6852544Z copying torch\include\ATen\ops\_sparse_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6859336Z copying torch\include\ATen\ops\_sparse_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6866823Z copying torch\include\ATen\ops\_sparse_broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6873840Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6881252Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6889256Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6896202Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6903481Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6911470Z copying torch\include\ATen\ops\_sparse_broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6917697Z copying torch\include\ATen\ops\_sparse_broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6924621Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6932096Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6939464Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6946532Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6953905Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6961316Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6968582Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6975877Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6982972Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6990513Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.6997921Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7005026Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7012513Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7020295Z 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-04T20:06:03.7027225Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7034434Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7041570Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7049138Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7056848Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7064286Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7071609Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7078918Z 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-04T20:06:03.7086633Z 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-04T20:06:03.7094439Z 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-04T20:06:03.7101794Z 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-04T20:06:03.7108901Z 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-04T20:06:03.7116442Z 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-04T20:06:03.7123678Z 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-04T20:06:03.7131211Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7138295Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7145432Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7153196Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7160669Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7167856Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7175317Z copying torch\include\ATen\ops\_sparse_csr_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7182661Z copying torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7189589Z copying torch\include\ATen\ops\_sparse_csr_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7196444Z copying torch\include\ATen\ops\_sparse_csr_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7203297Z copying torch\include\ATen\ops\_sparse_csr_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7210530Z copying torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7217389Z copying torch\include\ATen\ops\_sparse_csr_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7224419Z copying torch\include\ATen\ops\_sparse_csr_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7232217Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7239185Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7246237Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7253474Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7260464Z copying torch\include\ATen\ops\_sparse_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7267617Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7275515Z 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-04T20:06:03.7282444Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7289760Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7297220Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7304693Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7311636Z copying torch\include\ATen\ops\_sparse_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7318545Z copying torch\include\ATen\ops\_sparse_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7325747Z copying torch\include\ATen\ops\_sparse_mask_projection.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7332901Z copying torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7340044Z copying torch\include\ATen\ops\_sparse_mask_projection_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7346955Z copying torch\include\ATen\ops\_sparse_mask_projection_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7353878Z copying torch\include\ATen\ops\_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7361251Z copying torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7368206Z copying torch\include\ATen\ops\_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7375138Z copying torch\include\ATen\ops\_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7382055Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7389339Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7396701Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7404661Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7411287Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7418146Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7425368Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7433978Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7440603Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7447793Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7454960Z copying torch\include\ATen\ops\_sparse_semi_structured_apply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7462648Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7469803Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7477214Z 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-04T20:06:03.7485033Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7491619Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7498755Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7506249Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7513507Z copying torch\include\ATen\ops\_sparse_semi_structured_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7521093Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7528399Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7535518Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7542646Z copying torch\include\ATen\ops\_sparse_semi_structured_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7550855Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7558232Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7566011Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7573012Z copying torch\include\ATen\ops\_sparse_semi_structured_tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7580400Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7587438Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7594634Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7601796Z copying torch\include\ATen\ops\_sparse_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7609243Z copying torch\include\ATen\ops\_sparse_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7616548Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7623705Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7631098Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7638349Z copying torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7645817Z copying torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7653055Z copying torch\include\ATen\ops\_sparse_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7660150Z copying torch\include\ATen\ops\_sparse_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7667140Z copying torch\include\ATen\ops\_sparse_sparse_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7674633Z copying torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7681687Z copying torch\include\ATen\ops\_sparse_sparse_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7689158Z copying torch\include\ATen\ops\_sparse_sparse_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7696102Z copying torch\include\ATen\ops\_sparse_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7703231Z copying torch\include\ATen\ops\_sparse_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7710838Z copying torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7752162Z copying torch\include\ATen\ops\_sparse_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7753133Z copying torch\include\ATen\ops\_sparse_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7754227Z copying torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7755307Z copying torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7757637Z copying torch\include\ATen\ops\_sparse_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7759125Z copying torch\include\ATen\ops\_sparse_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7766196Z copying torch\include\ATen\ops\_spdiags.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7773178Z copying torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7779999Z copying torch\include\ATen\ops\_spdiags_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7787171Z copying torch\include\ATen\ops\_spdiags_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7794070Z copying torch\include\ATen\ops\_spdiags_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7801028Z copying torch\include\ATen\ops\_spsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7807742Z copying torch\include\ATen\ops\_spsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7814047Z copying torch\include\ATen\ops\_spsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7820807Z copying torch\include\ATen\ops\_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7827778Z copying torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7834897Z copying torch\include\ATen\ops\_stack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7841429Z copying torch\include\ATen\ops\_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7848501Z copying torch\include\ATen\ops\_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7855573Z copying torch\include\ATen\ops\_standard_gamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7862539Z copying torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7869705Z copying torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7876360Z copying torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7883358Z copying torch\include\ATen\ops\_standard_gamma_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7890821Z copying torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7897988Z copying torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7905196Z copying torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7912139Z copying torch\include\ATen\ops\_standard_gamma_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7919306Z copying torch\include\ATen\ops\_standard_gamma_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7926144Z copying torch\include\ATen\ops\_standard_gamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7932956Z copying torch\include\ATen\ops\_standard_gamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7940188Z copying torch\include\ATen\ops\_test_ambiguous_defaults.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7947350Z copying torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7954123Z copying torch\include\ATen\ops\_test_ambiguous_defaults_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7961816Z copying torch\include\ATen\ops\_test_ambiguous_defaults_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7968845Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7976426Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7983867Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7991222Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.7998253Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8006544Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8014196Z 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-04T20:06:03.8022325Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8029732Z 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-04T20:06:03.8037563Z 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-04T20:06:03.8044739Z 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-04T20:06:03.8052300Z 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-04T20:06:03.8060117Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8067112Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8074532Z copying torch\include\ATen\ops\_test_check_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8082157Z copying torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8089513Z copying torch\include\ATen\ops\_test_check_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8096459Z copying torch\include\ATen\ops\_test_check_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8103532Z copying torch\include\ATen\ops\_test_functorch_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8111464Z copying torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8118768Z copying torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8125742Z copying torch\include\ATen\ops\_test_functorch_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8133147Z copying torch\include\ATen\ops\_test_functorch_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8140217Z copying torch\include\ATen\ops\_test_optional_filled_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8148077Z copying torch\include\ATen\ops\_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8155132Z copying torch\include\ATen\ops\_test_optional_filled_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8162508Z copying torch\include\ATen\ops\_test_optional_filled_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8169840Z copying torch\include\ATen\ops\_test_optional_filled_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8176977Z copying torch\include\ATen\ops\_test_optional_floatlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8184299Z copying torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8191556Z copying torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8198859Z copying torch\include\ATen\ops\_test_optional_floatlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8205912Z copying torch\include\ATen\ops\_test_optional_floatlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8213296Z copying torch\include\ATen\ops\_test_optional_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8220569Z copying torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8227950Z copying torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8235371Z copying torch\include\ATen\ops\_test_optional_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8242480Z copying torch\include\ATen\ops\_test_optional_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8249459Z copying torch\include\ATen\ops\_test_parallel_materialize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8257089Z copying torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8263852Z copying torch\include\ATen\ops\_test_parallel_materialize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8270725Z copying torch\include\ATen\ops\_test_parallel_materialize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8277783Z copying torch\include\ATen\ops\_test_serialization_subcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8285563Z copying torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8292273Z copying torch\include\ATen\ops\_test_serialization_subcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8299800Z copying torch\include\ATen\ops\_test_serialization_subcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8306626Z copying torch\include\ATen\ops\_test_string_default.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8313768Z copying torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8320782Z copying torch\include\ATen\ops\_test_string_default_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8327754Z copying torch\include\ATen\ops\_test_string_default_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8334524Z copying torch\include\ATen\ops\_test_warn_in_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8342339Z copying torch\include\ATen\ops\_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8349206Z copying torch\include\ATen\ops\_test_warn_in_autograd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8356447Z copying torch\include\ATen\ops\_test_warn_in_autograd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8363298Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8370423Z 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-04T20:06:03.8377685Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8384786Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8391980Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8399394Z 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-04T20:06:03.8406204Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8413681Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8420645Z copying torch\include\ATen\ops\_thnn_fused_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8428240Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8436404Z 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-04T20:06:03.8444020Z 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-04T20:06:03.8451452Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8458746Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8466102Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8473192Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8480165Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8487175Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8494518Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8501573Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8509233Z 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-04T20:06:03.8516379Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8524069Z 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-04T20:06:03.8531413Z 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-04T20:06:03.8538795Z 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-04T20:06:03.8545946Z 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-04T20:06:03.8553136Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8565697Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8573050Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8580005Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8587621Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8594730Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8601564Z copying torch\include\ATen\ops\_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8608623Z copying torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8615605Z copying torch\include\ATen\ops\_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8622664Z copying torch\include\ATen\ops\_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8629531Z copying torch\include\ATen\ops\_to_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8636323Z copying torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8643057Z copying torch\include\ATen\ops\_to_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8649754Z copying torch\include\ATen\ops\_to_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8656477Z copying torch\include\ATen\ops\_to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8664090Z copying torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8671403Z copying torch\include\ATen\ops\_to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8679086Z copying torch\include\ATen\ops\_to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8685333Z copying torch\include\ATen\ops\_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8692555Z copying torch\include\ATen\ops\_to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8699668Z copying torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8706466Z copying torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8713583Z copying torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8720838Z copying torch\include\ATen\ops\_to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8728255Z copying torch\include\ATen\ops\_to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8736005Z copying torch\include\ATen\ops\_to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8744838Z copying torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8751469Z copying torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8758470Z copying torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8765613Z copying torch\include\ATen\ops\_to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8773097Z copying torch\include\ATen\ops\_to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8780410Z copying torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8787410Z copying torch\include\ATen\ops\_to_sparse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8794290Z copying torch\include\ATen\ops\_to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8801548Z copying torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8808283Z copying torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8815543Z copying torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8822673Z copying torch\include\ATen\ops\_to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8829342Z copying torch\include\ATen\ops\_to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8836499Z copying torch\include\ATen\ops\_to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8843889Z copying torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8850728Z copying torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8857506Z copying torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8864558Z copying torch\include\ATen\ops\_to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8871685Z copying torch\include\ATen\ops\_to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8878641Z copying torch\include\ATen\ops\_to_sparse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8885740Z copying torch\include\ATen\ops\_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8893029Z copying torch\include\ATen\ops\_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8899841Z copying torch\include\ATen\ops\_to_sparse_semi_structured.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8906791Z copying torch\include\ATen\ops\_to_sparse_semi_structured_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8913896Z copying torch\include\ATen\ops\_to_sparse_semi_structured_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8920627Z copying torch\include\ATen\ops\_to_sparse_semi_structured_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8927696Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8934916Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8941738Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8948660Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8955861Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8963049Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8970356Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8977546Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8984619Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8991544Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.8998585Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9005823Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9012517Z copying torch\include\ATen\ops\_trilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9019809Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9026776Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9033916Z copying torch\include\ATen\ops\_trilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9040669Z copying torch\include\ATen\ops\_trilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9047439Z copying torch\include\ATen\ops\_triton_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9054692Z copying torch\include\ATen\ops\_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9061622Z copying torch\include\ATen\ops\_triton_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9068543Z copying torch\include\ATen\ops\_triton_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9075576Z copying torch\include\ATen\ops\_triton_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9082708Z copying torch\include\ATen\ops\_triton_scaled_dot_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9089996Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9097218Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9104789Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9111819Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9118662Z copying torch\include\ATen\ops\_unique.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9125372Z copying torch\include\ATen\ops\_unique2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9131852Z copying torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9138440Z copying torch\include\ATen\ops\_unique2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9145324Z copying torch\include\ATen\ops\_unique2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9152398Z copying torch\include\ATen\ops\_unique2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9159523Z copying torch\include\ATen\ops\_unique2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9166803Z copying torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9175722Z copying torch\include\ATen\ops\_unique_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9182906Z copying torch\include\ATen\ops\_unique_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9189675Z copying torch\include\ATen\ops\_unique_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9196998Z copying torch\include\ATen\ops\_unique_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9203921Z copying torch\include\ATen\ops\_unpack_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9211153Z copying torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9217808Z copying torch\include\ATen\ops\_unpack_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9224941Z copying torch\include\ATen\ops\_unpack_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9232629Z copying torch\include\ATen\ops\_unsafe_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9240697Z copying torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9248232Z copying torch\include\ATen\ops\_unsafe_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9255564Z copying torch\include\ATen\ops\_unsafe_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9263121Z copying torch\include\ATen\ops\_unsafe_index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9271532Z copying torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9278749Z copying torch\include\ATen\ops\_unsafe_index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9285710Z copying torch\include\ATen\ops\_unsafe_index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9292658Z copying torch\include\ATen\ops\_unsafe_masked_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9300136Z copying torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9307370Z copying torch\include\ATen\ops\_unsafe_masked_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9314365Z copying torch\include\ATen\ops\_unsafe_masked_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9321421Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9328919Z 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-04T20:06:03.9335818Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9342577Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9349622Z copying torch\include\ATen\ops\_unsafe_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9357202Z copying torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9364254Z copying torch\include\ATen\ops\_unsafe_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9371161Z copying torch\include\ATen\ops\_unsafe_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9377958Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9385308Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9392774Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9399805Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9407208Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9414247Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9421210Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9428293Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9435610Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9443284Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9450320Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9457391Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9464850Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9471851Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9479205Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9486624Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9493466Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9500573Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9507753Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9515330Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9522642Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9529592Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9536942Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9544409Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9551451Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9558790Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9566309Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9591020Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9598021Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9605354Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9612473Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9619668Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9626970Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9634164Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9641798Z copying torch\include\ATen\ops\_upsample_nearest_exact1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9649299Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9657147Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9664445Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9672234Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9679166Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9687025Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9694281Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9701743Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9709515Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9716938Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9724223Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9732654Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9740650Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9748715Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9756526Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9763725Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9771356Z copying torch\include\ATen\ops\_upsample_nearest_exact2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9778750Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9786140Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9793338Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9800266Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9808060Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9815251Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9822211Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9829162Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9836953Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9844451Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9851277Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9858219Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9865126Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9872579Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9879627Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9886778Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9893896Z copying torch\include\ATen\ops\_upsample_nearest_exact3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9901019Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9908706Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9915729Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9923041Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9930099Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9937365Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9944726Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9951813Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9960007Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9967113Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9974136Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9981277Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9988290Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:03.9996500Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0003591Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0011122Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0017968Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0024886Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0031934Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0039025Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0045900Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0053373Z 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-04T20:06:04.0060271Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0066991Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0074053Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0081730Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0088546Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0095670Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0102768Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0109782Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0117833Z 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-04T20:06:04.0124502Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0131755Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0138741Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0146994Z 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-04T20:06:04.0154411Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0161503Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0168758Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0176607Z 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-04T20:06:04.0183876Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0191316Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0198655Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0206298Z 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-04T20:06:04.0213478Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0220677Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0227651Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0236448Z 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-04T20:06:04.0244260Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0252357Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0259686Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0268068Z 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-04T20:06:04.0275731Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0282840Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0289807Z copying torch\include\ATen\ops\_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0296093Z copying torch\include\ATen\ops\_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0303628Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0310986Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0318112Z copying torch\include\ATen\ops\_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0324662Z copying torch\include\ATen\ops\_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0331428Z copying torch\include\ATen\ops\_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0338599Z copying torch\include\ATen\ops\_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0346459Z copying torch\include\ATen\ops\_version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0353317Z copying torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0359846Z copying torch\include\ATen\ops\_version_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0366952Z copying torch\include\ATen\ops\_version_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0374100Z copying torch\include\ATen\ops\_weight_int4pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0381026Z copying torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0388007Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0395046Z 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-04T20:06:04.0401873Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0409215Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0416422Z copying torch\include\ATen\ops\_weight_int4pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0423219Z copying torch\include\ATen\ops\_weight_int4pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0430016Z copying torch\include\ATen\ops\_weight_int8pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0437401Z copying torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0444294Z copying torch\include\ATen\ops\_weight_int8pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0450920Z copying torch\include\ATen\ops\_weight_int8pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0457750Z copying torch\include\ATen\ops\_weight_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0465391Z copying torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0472326Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0479571Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0486678Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0493883Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0500771Z copying torch\include\ATen\ops\_weight_norm_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0507805Z copying torch\include\ATen\ops\_weight_norm_interface_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0515727Z copying torch\include\ATen\ops\_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0522867Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0529931Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0536913Z copying torch\include\ATen\ops\_weight_norm_interface_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0544495Z copying torch\include\ATen\ops\_weight_norm_interface_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0552088Z copying torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0559109Z copying torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0566689Z copying torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0573759Z copying torch\include\ATen\ops\_weight_norm_interface_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0580859Z copying torch\include\ATen\ops\_weight_norm_interface_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0588092Z copying torch\include\ATen\ops\_weight_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0595203Z copying torch\include\ATen\ops\_weight_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0602405Z copying torch\include\ATen\ops\_wrapped_linear_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0610434Z copying torch\include\ATen\ops\_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0617320Z copying torch\include\ATen\ops\_wrapped_linear_prepack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0624527Z copying torch\include\ATen\ops\_wrapped_linear_prepack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0632325Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0639939Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0646955Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0654650Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-03-04T20:06:04.0661125Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-03-04T20:06:04.0665722Z copying torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-03-04T20:06:04.0673003Z copying torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-03-04T20:06:04.0679268Z copying torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-03-04T20:06:04.0692060Z copying torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-03-04T20:06:04.0697702Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-04T20:06:04.0700773Z copying torch\include\ATen\mps\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-04T20:06:04.0707337Z copying torch\include\ATen\mps\IndexKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-04T20:06:04.0717949Z copying torch\include\ATen\mps\MPSAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-04T20:06:04.0724956Z copying torch\include\ATen\mps\MPSAllocatorInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-04T20:06:04.0738427Z copying torch\include\ATen\mps\MPSDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-04T20:06:04.0745512Z copying torch\include\ATen\mps\MPSEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-04T20:06:04.0752707Z copying torch\include\ATen\mps\MPSGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-04T20:06:04.0759277Z copying torch\include\ATen\mps\MPSGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-04T20:06:04.0766006Z copying torch\include\ATen\mps\MPSHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-04T20:06:04.0772479Z copying torch\include\ATen\mps\MPSProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-04T20:06:04.0779548Z copying torch\include\ATen\mps\MPSStream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-03-04T20:06:04.0785334Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-03-04T20:06:04.0788272Z copying torch\include\ATen\miopen\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-03-04T20:06:04.0794782Z copying torch\include\ATen\miopen\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-03-04T20:06:04.0801473Z copying torch\include\ATen\miopen\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-03-04T20:06:04.0807709Z copying torch\include\ATen\miopen\miopen-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-03-04T20:06:04.0819704Z copying torch\include\ATen\miopen\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-03-04T20:06:04.0825580Z copying torch\include\ATen\miopen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-03-04T20:06:04.0831228Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-04T20:06:04.0834677Z copying torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-04T20:06:04.0841402Z copying torch\include\ATen\detail\CUDAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-04T20:06:04.0848015Z copying torch\include\ATen\detail\FunctionTraits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-04T20:06:04.0859933Z copying torch\include\ATen\detail\HIPHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-04T20:06:04.0866593Z copying torch\include\ATen\detail\HPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-04T20:06:04.0873200Z copying torch\include\ATen\detail\IPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-04T20:06:04.0879500Z copying torch\include\ATen\detail\MAIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-04T20:06:04.0886019Z copying torch\include\ATen\detail\MPSHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-04T20:06:04.0892628Z copying torch\include\ATen\detail\MTIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-04T20:06:04.0899328Z copying torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-04T20:06:04.0905739Z copying torch\include\ATen\detail\XPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-03-04T20:06:04.0911519Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.0914425Z copying torch\include\ATen\native\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.0921456Z copying torch\include\ATen\native\AdaptivePooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.0928025Z copying torch\include\ATen\native\AmpKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.0934747Z copying torch\include\ATen\native\BatchLinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.0946168Z copying torch\include\ATen\native\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.0952660Z copying torch\include\ATen\native\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.0959147Z copying torch\include\ATen\native\BucketizationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.0965711Z copying torch\include\ATen\native\CanUse32BitIndexMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.0971755Z copying torch\include\ATen\native\ComplexHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.0978368Z copying torch\include\ATen\native\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.0984986Z copying torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.0991778Z copying torch\include\ATen\native\ConvolutionMM3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.0998076Z copying torch\include\ATen\native\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1005076Z copying torch\include\ATen\native\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1012103Z copying torch\include\ATen\native\CPUBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1018158Z copying torch\include\ATen\native\CPUFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1024473Z copying torch\include\ATen\native\Cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1030667Z copying torch\include\ATen\native\DilatedConvolutionUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1037203Z copying torch\include\ATen\native\DispatchStub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1043889Z copying torch\include\ATen\native\Distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1050274Z copying torch\include\ATen\native\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1063728Z copying torch\include\ATen\native\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1070007Z copying torch\include\ATen\native\EmbeddingBag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1076738Z copying torch\include\ATen\native\Fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1082999Z copying torch\include\ATen\native\ForeachUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1089708Z copying torch\include\ATen\native\FractionalMaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1096170Z copying torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1103708Z copying torch\include\ATen\native\FusedAdagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1109338Z copying torch\include\ATen\native\FusedAdam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1116095Z copying torch\include\ATen\native\FusedSGD.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1122201Z copying torch\include\ATen\native\Gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1128439Z copying torch\include\ATen\native\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1140196Z copying torch\include\ATen\native\GridSamplerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1146652Z copying torch\include\ATen\native\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1154547Z copying torch\include\ATen\native\Histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1160442Z copying torch\include\ATen\native\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1166695Z copying torch\include\ATen\native\im2col_shape_check.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1173433Z copying torch\include\ATen\native\IndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1179988Z copying torch\include\ATen\native\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1186325Z copying torch\include\ATen\native\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1192831Z copying torch\include\ATen\native\Lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1204358Z copying torch\include\ATen\native\LinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1211513Z copying torch\include\ATen\native\LinearAlgebraUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1223478Z copying torch\include\ATen\native\LossMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1229405Z copying torch\include\ATen\native\Math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1238481Z copying torch\include\ATen\native\MathBitFallThroughLists.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1244832Z copying torch\include\ATen\native\MathBitsFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1252340Z copying torch\include\ATen\native\MaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1259514Z copying torch\include\ATen\native\NonEmptyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1266147Z copying torch\include\ATen\native\NonSymbolicBC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1273113Z copying torch\include\ATen\native\Normalization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1279361Z copying torch\include\ATen\native\Padding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1285970Z copying torch\include\ATen\native\PixelShuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1298917Z copying torch\include\ATen\native\PointwiseOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1305745Z copying torch\include\ATen\native\Pool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1312820Z copying torch\include\ATen\native\Pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1319053Z copying torch\include\ATen\native\RangeFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1325445Z copying torch\include\ATen\native\RangeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1331792Z copying torch\include\ATen\native\ReduceAllOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1337837Z copying torch\include\ATen\native\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1344540Z copying torch\include\ATen\native\ReduceOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1351626Z copying torch\include\ATen\native\ReductionType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1357887Z copying torch\include\ATen\native\Repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1364421Z copying torch\include\ATen\native\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1370888Z copying torch\include\ATen\native\ResizeCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1384712Z copying torch\include\ATen\native\RNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1391345Z copying torch\include\ATen\native\ScatterGatherChecks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1397730Z copying torch\include\ATen\native\SegmentReduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1404013Z copying torch\include\ATen\native\SharedReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1411186Z copying torch\include\ATen\native\SobolEngineOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1417380Z copying torch\include\ATen\native\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1423796Z copying torch\include\ATen\native\SortingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1430585Z copying torch\include\ATen\native\SparseTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1437238Z copying torch\include\ATen\native\SpectralOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1443668Z copying torch\include\ATen\native\StridedRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1454835Z copying torch\include\ATen\native\TensorAdvancedIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1461286Z copying torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1467799Z copying torch\include\ATen\native\TensorCompare.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1474718Z copying torch\include\ATen\native\TensorConversions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1481257Z copying torch\include\ATen\native\TensorDimApply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1487947Z copying torch\include\ATen\native\TensorFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1495003Z copying torch\include\ATen\native\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1501349Z copying torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1507826Z copying torch\include\ATen\native\TensorProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1519327Z copying torch\include\ATen\native\TensorShape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1526422Z copying torch\include\ATen\native\TensorTransformations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1532829Z copying torch\include\ATen\native\TopKImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1539107Z copying torch\include\ATen\native\TransposeType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1545643Z copying torch\include\ATen\native\TriangularOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1552787Z copying torch\include\ATen\native\TypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1559429Z copying torch\include\ATen\native\UnaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1565959Z copying torch\include\ATen\native\Unfold2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1572401Z copying torch\include\ATen\native\Unfold3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1579121Z copying torch\include\ATen\native\UnfoldBackward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1585717Z copying torch\include\ATen\native\UpSample.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1592826Z copying torch\include\ATen\native\verbose_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1599316Z copying torch\include\ATen\native\vol2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-03-04T20:06:04.1605540Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1608527Z copying torch\include\ATen\native\cpu\AtomicAddFloat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1615009Z copying torch\include\ATen\native\cpu\avx_mathfun.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1622085Z copying torch\include\ATen\native\cpu\CatKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1628652Z copying torch\include\ATen\native\cpu\ChannelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1644072Z copying torch\include\ATen\native\cpu\CopyKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1650789Z copying torch\include\ATen\native\cpu\DepthwiseConvKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1657148Z copying torch\include\ATen\native\cpu\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1664138Z copying torch\include\ATen\native\cpu\Gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1670885Z copying torch\include\ATen\native\cpu\GridSamplerKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1677698Z copying torch\include\ATen\native\cpu\IndexKernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1684293Z copying torch\include\ATen\native\cpu\Intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1690711Z copying torch\include\ATen\native\cpu\int_mm_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1697417Z copying torch\include\ATen\native\cpu\IsContiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1704095Z copying torch\include\ATen\native\cpu\LogAddExp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1710848Z copying torch\include\ATen\native\cpu\Loops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1717620Z copying torch\include\ATen\native\cpu\MaxUnpoolKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1724128Z copying torch\include\ATen\native\cpu\mixed_data_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1731230Z copying torch\include\ATen\native\cpu\moments_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1737974Z copying torch\include\ATen\native\cpu\PixelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1745052Z copying torch\include\ATen\native\cpu\Reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1758029Z copying torch\include\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1764862Z copying torch\include\ATen\native\cpu\ReduceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1771678Z copying torch\include\ATen\native\cpu\SampledAddmmKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1778243Z copying torch\include\ATen\native\cpu\SerialStackImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1789822Z copying torch\include\ATen\native\cpu\SoftmaxKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1796504Z copying torch\include\ATen\native\cpu\SpmmReduceKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1803002Z copying torch\include\ATen\native\cpu\StackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1809897Z copying torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1816962Z copying torch\include\ATen\native\cpu\utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1823592Z copying torch\include\ATen\native\cpu\WeightNormKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1834604Z copying torch\include\ATen\native\cpu\zmath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-03-04T20:06:04.1840429Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.1843278Z copying torch\include\ATen\native\cuda\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.1849512Z copying torch\include\ATen\native\cuda\BinaryInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.1855911Z copying torch\include\ATen\native\cuda\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.1862253Z copying torch\include\ATen\native\cuda\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.1873867Z copying torch\include\ATen\native\cuda\CuFFTPlanCache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.1880716Z copying torch\include\ATen\native\cuda\CuFFTUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.1887614Z copying torch\include\ATen\native\cuda\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.1900410Z copying torch\include\ATen\native\cuda\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.1907632Z copying torch\include\ATen\native\cuda\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.1914297Z copying torch\include\ATen\native\cuda\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.1920631Z copying torch\include\ATen\native\cuda\jit_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.1927268Z copying torch\include\ATen\native\cuda\LaunchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.1938506Z copying torch\include\ATen\native\cuda\MiscUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.1944982Z copying torch\include\ATen\native\cuda\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.1951359Z copying torch\include\ATen\native\cuda\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.1958248Z copying torch\include\ATen\native\cuda\RowwiseScaledMM.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.1964656Z copying torch\include\ATen\native\cuda\ScanKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.1971218Z copying torch\include\ATen\native\cuda\Sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.1977569Z copying torch\include\ATen\native\cuda\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.1984139Z copying torch\include\ATen\native\cuda\SortStable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.1990509Z copying torch\include\ATen\native\cuda\TensorModeKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.2001168Z copying torch\include\ATen\native\cuda\TensorTopK.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.2007636Z copying torch\include\ATen\native\cuda\thread_constants.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.2014232Z copying torch\include\ATen\native\cuda\block_reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.2021007Z copying torch\include\ATen\native\cuda\CUDAJitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.2027843Z copying torch\include\ATen\native\cuda\CUDALoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.2034541Z copying torch\include\ATen\native\cuda\DeviceSqrt.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.2041286Z copying torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.2047517Z copying torch\include\ATen\native\cuda\ForeachFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.2055073Z copying torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.2061719Z copying torch\include\ATen\native\cuda\fused_adamw_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.2068392Z copying torch\include\ATen\native\cuda\fused_adamw_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.2079316Z copying torch\include\ATen\native\cuda\fused_adam_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.2086967Z copying torch\include\ATen\native\cuda\fused_adam_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.2093741Z copying torch\include\ATen\native\cuda\fused_adam_utils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.2100911Z copying torch\include\ATen\native\cuda\GridSampler.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.2108354Z copying torch\include\ATen\native\cuda\im2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.2116311Z copying torch\include\ATen\native\cuda\JitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.2122839Z copying torch\include\ATen\native\cuda\KernelUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.2129953Z copying torch\include\ATen\native\cuda\Loops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.2136316Z copying torch\include\ATen\native\cuda\Math.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.2144527Z copying torch\include\ATen\native\cuda\MemoryAccess.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.2151510Z copying torch\include\ATen\native\cuda\MultiTensorApply.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.2159377Z copying torch\include\ATen\native\cuda\Normalization.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.2168168Z copying torch\include\ATen\native\cuda\PersistentSoftmax.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.2175948Z copying torch\include\ATen\native\cuda\Pow.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.3234410Z copying torch\include\ATen\native\cuda\Randperm.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.3240479Z copying torch\include\ATen\native\cuda\Reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.3247747Z copying torch\include\ATen\native\cuda\reduction_template.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.3254706Z copying torch\include\ATen\native\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.3261571Z copying torch\include\ATen\native\cuda\SortingCommon.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.3268052Z copying torch\include\ATen\native\cuda\SortingRadixSelect.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.3285438Z copying torch\include\ATen\native\cuda\SortUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.3291913Z copying torch\include\ATen\native\cuda\TensorModeKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.3298416Z copying torch\include\ATen\native\cuda\UniqueCub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.3314206Z copying torch\include\ATen\native\cuda\UpSample.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.3315223Z copying torch\include\ATen\native\cuda\vol2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-03-04T20:06:04.3327404Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-03-04T20:06:04.3330594Z copying torch\include\ATen\native\hip\ck_bgemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-03-04T20:06:04.3336567Z copying torch\include\ATen\native\hip\ck_gemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-03-04T20:06:04.3343674Z copying torch\include\ATen\native\hip\ck_gemm_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-03-04T20:06:04.3350141Z copying torch\include\ATen\native\hip\ck_types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-03-04T20:06:04.3356065Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-03-04T20:06:04.3359403Z copying torch\include\ATen\native\kleidiai\kai_kernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-03-04T20:06:04.3366599Z copying torch\include\ATen\native\kleidiai\kai_pack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-03-04T20:06:04.3373669Z copying torch\include\ATen\native\kleidiai\kai_ukernel_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-03-04T20:06:04.3379433Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-03-04T20:06:04.3382688Z copying torch\include\ATen\native\mps\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-03-04T20:06:04.3388847Z copying torch\include\ATen\native\mps\MetalShaderLibrary.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-03-04T20:06:04.3395443Z copying torch\include\ATen\native\mps\MPSGraphSequoiaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-03-04T20:06:04.3401872Z copying torch\include\ATen\native\mps\MPSGraphSonomaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-03-04T20:06:04.3418865Z copying torch\include\ATen\native\mps\MPSGraphVenturaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-03-04T20:06:04.3425250Z copying torch\include\ATen\native\mps\OperationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-03-04T20:06:04.3432144Z copying torch\include\ATen\native\mps\TensorFactory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-03-04T20:06:04.3438096Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-03-04T20:06:04.3443120Z 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-04T20:06:04.3449777Z 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-04T20:06:04.3456159Z 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-04T20:06:04.3462570Z 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-04T20:06:04.3467788Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-03-04T20:06:04.3470879Z copying torch\include\ATen\native\nested\NestedTensorBinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-03-04T20:06:04.3477072Z copying torch\include\ATen\native\nested\NestedTensorMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-03-04T20:06:04.3483607Z copying torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-03-04T20:06:04.3500417Z copying torch\include\ATen\native\nested\NestedTensorTransformerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-03-04T20:06:04.3506921Z copying torch\include\ATen\native\nested\NestedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-03-04T20:06:04.3512738Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-04T20:06:04.3515736Z copying torch\include\ATen\native\quantized\AffineQuantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-04T20:06:04.3522220Z copying torch\include\ATen\native\quantized\AffineQuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-04T20:06:04.3528470Z copying torch\include\ATen\native\quantized\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-04T20:06:04.3544868Z copying torch\include\ATen\native\quantized\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-04T20:06:04.3551038Z copying torch\include\ATen\native\quantized\FakeQuantAffine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-04T20:06:04.3557371Z copying torch\include\ATen\native\quantized\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-04T20:06:04.3563397Z copying torch\include\ATen\native\quantized\library.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-04T20:06:04.3569647Z copying torch\include\ATen\native\quantized\PackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-03-04T20:06:04.3575093Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-04T20:06:04.3577965Z copying torch\include\ATen\native\quantized\cpu\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-04T20:06:04.3584096Z copying torch\include\ATen\native\quantized\cpu\conv_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-04T20:06:04.3590618Z copying torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-04T20:06:04.3596879Z copying torch\include\ATen\native\quantized\cpu\fbgemm_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-04T20:06:04.3613847Z copying torch\include\ATen\native\quantized\cpu\init_qnnpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-04T20:06:04.3620095Z copying torch\include\ATen\native\quantized\cpu\OnednnUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-04T20:06:04.3626476Z copying torch\include\ATen\native\quantized\cpu\qconv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-04T20:06:04.3633125Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-04T20:06:04.3639544Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-04T20:06:04.3645516Z copying torch\include\ATen\native\quantized\cpu\qlinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-04T20:06:04.3658064Z copying torch\include\ATen\native\quantized\cpu\QnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-04T20:06:04.3664797Z copying torch\include\ATen\native\quantized\cpu\QuantizedOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-04T20:06:04.3671186Z copying torch\include\ATen\native\quantized\cpu\QuantUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-04T20:06:04.3677656Z copying torch\include\ATen\native\quantized\cpu\RuyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-04T20:06:04.3683629Z copying torch\include\ATen\native\quantized\cpu\XnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-03-04T20:06:04.3689155Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-03-04T20:06:04.3692121Z copying torch\include\ATen\native\transformers\attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-03-04T20:06:04.3698649Z copying torch\include\ATen\native\transformers\sdp_utils_cpp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-03-04T20:06:04.3704520Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-03-04T20:06:04.3707434Z copying torch\include\ATen\native\utils\Factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-03-04T20:06:04.3713413Z copying torch\include\ATen\native\utils\ParamsHash.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-03-04T20:06:04.3719691Z copying torch\include\ATen\native\utils\ParamUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-03-04T20:06:04.3725275Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2025-03-04T20:06:04.3728362Z copying torch\include\ATen\quantized\QTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2025-03-04T20:06:04.3734704Z copying torch\include\ATen\quantized\Quantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2025-03-04T20:06:04.3740163Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-03-04T20:06:04.3743352Z copying torch\include\ATen\xpu\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-03-04T20:06:04.3749483Z copying torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-03-04T20:06:04.3756037Z copying torch\include\ATen\xpu\XPUContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-03-04T20:06:04.3762235Z copying torch\include\ATen\xpu\XPUDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-03-04T20:06:04.3778964Z copying torch\include\ATen\xpu\XPUEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-03-04T20:06:04.3786050Z copying torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-03-04T20:06:04.3792179Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2025-03-04T20:06:04.3795243Z copying torch\include\ATen\xpu\detail\XPUHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2025-03-04T20:06:04.3805538Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-03-04T20:06:04.3810538Z copying torch\include\caffe2\serialize\crc_alt.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-03-04T20:06:04.3817795Z copying torch\include\caffe2\serialize\file_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-03-04T20:06:04.3824326Z copying torch\include\caffe2\serialize\inline_container.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-03-04T20:06:04.3831115Z copying torch\include\caffe2\serialize\in_memory_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-03-04T20:06:04.3848291Z copying torch\include\caffe2\serialize\istream_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-03-04T20:06:04.3854425Z copying torch\include\caffe2\serialize\read_adapter_interface.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-03-04T20:06:04.3860499Z copying torch\include\caffe2\serialize\versions.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-03-04T20:06:04.3865902Z creating build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-03-04T20:06:04.3869871Z copying torch\include\c10\macros\cmake_macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-03-04T20:06:04.3875886Z copying torch\include\c10\macros\Export.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-03-04T20:06:04.3882058Z copying torch\include\c10\macros\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-03-04T20:06:04.3887762Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.3890523Z copying torch\include\c10\core\alignment.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.3896640Z copying torch\include\c10\core\Allocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.3902968Z copying torch\include\c10\core\AutogradState.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.3909233Z copying torch\include\c10\core\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.3925235Z copying torch\include\c10\core\CachingDeviceAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.3931598Z copying torch\include\c10\core\CompileTimeFunctionPointer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.3937979Z copying torch\include\c10\core\ConstantSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.3944182Z copying torch\include\c10\core\Contiguity.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.3950800Z copying torch\include\c10\core\CopyBytes.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.3957235Z copying torch\include\c10\core\CPUAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.3963717Z copying torch\include\c10\core\DefaultDtype.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.3969700Z copying torch\include\c10\core\DefaultTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.3975770Z copying torch\include\c10\core\Device.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.3990863Z copying torch\include\c10\core\DeviceArray.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.3997064Z copying torch\include\c10\core\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4003405Z copying torch\include\c10\core\DeviceType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4009747Z copying torch\include\c10\core\DispatchKey.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4016595Z copying torch\include\c10\core\DispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4028021Z copying torch\include\c10\core\DynamicCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4035206Z copying torch\include\c10\core\Event.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4052109Z copying torch\include\c10\core\GeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4059281Z copying torch\include\c10\core\GradMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4066547Z copying torch\include\c10\core\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4077685Z copying torch\include\c10\core\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4083916Z copying torch\include\c10\core\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4090434Z copying torch\include\c10\core\OptionalRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4096618Z copying torch\include\c10\core\PyHandleCache.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4102913Z copying torch\include\c10\core\QEngine.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4114127Z copying torch\include\c10\core\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4120408Z copying torch\include\c10\core\RefcountedDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4126932Z copying torch\include\c10\core\SafePyObject.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4133186Z copying torch\include\c10\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4139217Z copying torch\include\c10\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4161089Z copying torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4167333Z copying torch\include\c10\core\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4173466Z copying torch\include\c10\core\StorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4179904Z copying torch\include\c10\core\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4186366Z copying torch\include\c10\core\StreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4197829Z copying torch\include\c10\core\SymbolicShapeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4208637Z copying torch\include\c10\core\SymBool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4215001Z copying torch\include\c10\core\SymFloat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4221284Z copying torch\include\c10\core\SymInt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4227438Z copying torch\include\c10\core\SymIntArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4234145Z copying torch\include\c10\core\SymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4240191Z copying torch\include\c10\core\TensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4257599Z copying torch\include\c10\core\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4264562Z copying torch\include\c10\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4270975Z copying torch\include\c10\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4277383Z copying torch\include\c10\core\WrapDimMinimal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-03-04T20:06:04.4282978Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-03-04T20:06:04.4285960Z copying torch\include\ATen\core\boxing\BoxedKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-03-04T20:06:04.4292316Z copying torch\include\ATen\core\boxing\BoxedKernel_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-03-04T20:06:04.4298556Z copying torch\include\ATen\core\boxing\KernelFunction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-03-04T20:06:04.4304954Z copying torch\include\ATen\core\boxing\KernelFunction_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-03-04T20:06:04.4322217Z copying torch\include\ATen\core\boxing\OperatorKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-03-04T20:06:04.4328367Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-03-04T20:06:04.4331611Z copying torch\include\ATen\core\boxing\impl\boxing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-03-04T20:06:04.4338955Z 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-04T20:06:04.4346325Z copying torch\include\ATen\core\boxing\impl\test_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-03-04T20:06:04.4353612Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-03-04T20:06:04.4370517Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-03-04T20:06:04.4376016Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-03-04T20:06:04.4379133Z copying torch\include\ATen\core\dispatch\CppSignature.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-03-04T20:06:04.4385523Z copying torch\include\ATen\core\dispatch\Dispatcher.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-03-04T20:06:04.4392757Z copying torch\include\ATen\core\dispatch\DispatchKeyExtractor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-03-04T20:06:04.4399337Z copying torch\include\ATen\core\dispatch\ObservedOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-03-04T20:06:04.4416217Z copying torch\include\ATen\core\dispatch\OperatorEntry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-03-04T20:06:04.4422556Z copying torch\include\ATen\core\dispatch\OperatorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-03-04T20:06:04.4428901Z copying torch\include\ATen\core\dispatch\RegistrationHandleRAII.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-03-04T20:06:04.4435024Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-03-04T20:06:04.4437878Z copying torch\include\ATen\core\op_registration\adaption.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-03-04T20:06:04.4443995Z copying torch\include\ATen\core\op_registration\infer_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-03-04T20:06:04.4450348Z copying torch\include\ATen\core\op_registration\op_allowlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-03-04T20:06:04.4456522Z copying torch\include\ATen\core\op_registration\op_registration.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-03-04T20:06:04.4472812Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-04T20:06:04.4475668Z copying torch\include\c10\core\impl\alloc_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-04T20:06:04.4481647Z copying torch\include\c10\core\impl\COW.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-04T20:06:04.4487817Z copying torch\include\c10\core\impl\COWDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-04T20:06:04.4494971Z copying torch\include\c10\core\impl\DeviceGuardImplInterface.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-04T20:06:04.4512513Z copying torch\include\c10\core\impl\FakeGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-04T20:06:04.4519414Z copying torch\include\c10\core\impl\GPUTrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-04T20:06:04.4526437Z copying torch\include\c10\core\impl\HermeticPyObjectTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-04T20:06:04.4533407Z copying torch\include\c10\core\impl\InlineDeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-04T20:06:04.4540543Z copying torch\include\c10\core\impl\InlineEvent.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-04T20:06:04.4547153Z copying torch\include\c10\core\impl\InlineStreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-04T20:06:04.4553918Z copying torch\include\c10\core\impl\LocalDispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-04T20:06:04.4560420Z copying torch\include\c10\core\impl\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-04T20:06:04.4566901Z copying torch\include\c10\core\impl\PyObjectSlot.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-04T20:06:04.4573346Z copying torch\include\c10\core\impl\PythonDispatcherTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-04T20:06:04.4579970Z copying torch\include\c10\core\impl\SizesAndStrides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-04T20:06:04.4586321Z copying torch\include\c10\core\impl\TorchDispatchModeTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-04T20:06:04.4593199Z copying torch\include\c10\core\impl\VirtualGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-03-04T20:06:04.4598458Z creating build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4601306Z copying torch\include\c10\util\AbortHandler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4607551Z copying torch\include\c10\util\accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4613721Z copying torch\include\c10\util\AlignOf.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4620150Z copying torch\include\c10\util\ApproximateClock.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4636632Z copying torch\include\c10\util\Array.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4650141Z copying torch\include\c10\util\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4656263Z copying torch\include\c10\util\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4662610Z copying torch\include\c10\util\BFloat16-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4669085Z copying torch\include\c10\util\BFloat16-math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4675455Z copying torch\include\c10\util\BFloat16.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4681626Z copying torch\include\c10\util\bits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4687751Z copying torch\include\c10\util\Bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4694097Z copying torch\include\c10\util\bit_cast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4700185Z copying torch\include\c10\util\C++17.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4706943Z copying torch\include\c10\util\CallOnce.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4713264Z copying torch\include\c10\util\complex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4719985Z copying torch\include\c10\util\complex_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4726336Z copying torch\include\c10\util\complex_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4732789Z copying torch\include\c10\util\ConstexprCrc.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4739119Z copying torch\include\c10\util\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4745331Z copying torch\include\c10\util\DeadlockDetection.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4751691Z copying torch\include\c10\util\Deprecated.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4758022Z copying torch\include\c10\util\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4764188Z copying torch\include\c10\util\DynamicCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4780252Z copying torch\include\c10\util\env.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4786350Z copying torch\include\c10\util\error.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4792402Z copying torch\include\c10\util\Exception.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4800074Z copying torch\include\c10\util\ExclusivelyOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4806976Z copying torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4813951Z copying torch\include\c10\util\FbcodeMaps.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4820925Z copying torch\include\c10\util\Flags.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4827858Z copying torch\include\c10\util\flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4836043Z copying torch\include\c10\util\Float8_e4m3fn-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4842521Z copying torch\include\c10\util\Float8_e4m3fn.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4849143Z copying torch\include\c10\util\Float8_e4m3fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4865415Z copying torch\include\c10\util\Float8_e4m3fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4872252Z copying torch\include\c10\util\Float8_e5m2-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4878800Z copying torch\include\c10\util\Float8_e5m2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4885236Z copying torch\include\c10\util\Float8_e5m2fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4891950Z copying torch\include\c10\util\Float8_e5m2fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4903187Z copying torch\include\c10\util\Float8_e8m0fnu-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4909686Z copying torch\include\c10\util\Float8_e8m0fnu.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4916250Z copying torch\include\c10\util\Float8_fnuz_cvt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4922702Z copying torch\include\c10\util\floating_point_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4939086Z copying torch\include\c10\util\FunctionRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4950610Z copying torch\include\c10\util\Gauge.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4956848Z copying torch\include\c10\util\generic_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4963210Z copying torch\include\c10\util\Half-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4969403Z copying torch\include\c10\util\Half.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4975906Z copying torch\include\c10\util\hash.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4987022Z copying torch\include\c10\util\IdWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4993519Z copying torch\include\c10\util\int128.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.4999859Z copying torch\include\c10\util\intrusive_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5006924Z copying torch\include\c10\util\irange.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5013213Z copying torch\include\c10\util\Lazy.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5019387Z copying torch\include\c10\util\LeftRight.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5025829Z copying torch\include\c10\util\llvmMathExtras.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5042204Z copying torch\include\c10\util\Load.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5048167Z copying torch\include\c10\util\Logging.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5054468Z copying torch\include\c10\util\logging_is_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5060994Z copying torch\include\c10\util\logging_is_not_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5067544Z copying torch\include\c10\util\MathConstants.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5074127Z copying torch\include\c10\util\MaybeOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5080942Z copying torch\include\c10\util\Metaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5087762Z copying torch\include\c10\util\NetworkFlow.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5099046Z copying torch\include\c10\util\numa.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5105322Z copying torch\include\c10\util\Optional.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5111959Z copying torch\include\c10\util\OptionalArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5118558Z copying torch\include\c10\util\order_preserving_flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5146350Z copying torch\include\c10\util\overflows.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5153001Z copying torch\include\c10\util\overloaded.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5159487Z copying torch\include\c10\util\ParallelGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5165764Z copying torch\include\c10\util\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5171873Z copying torch\include\c10\util\qint32.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5177869Z copying torch\include\c10\util\qint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5184043Z copying torch\include\c10\util\quint2x4.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5190283Z copying torch\include\c10\util\quint4x2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5196377Z copying torch\include\c10\util\quint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5202527Z copying torch\include\c10\util\Registry.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5208932Z copying torch\include\c10\util\safe_numerics.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5221323Z copying torch\include\c10\util\ScopeExit.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5237370Z copying torch\include\c10\util\signal_handler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5243846Z copying torch\include\c10\util\SmallBuffer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5250400Z copying torch\include\c10\util\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5258009Z copying torch\include\c10\util\sparse_bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5283423Z copying torch\include\c10\util\ssize.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5289815Z copying torch\include\c10\util\static_tracepoint.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5296415Z copying torch\include\c10\util\static_tracepoint_elfx86.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5303035Z copying torch\include\c10\util\strides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5309136Z copying torch\include\c10\util\StringUtil.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5325743Z copying torch\include\c10\util\string_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5332257Z copying torch\include\c10\util\string_view.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5349850Z copying torch\include\c10\util\strong_type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5357092Z copying torch\include\c10\util\Synchronized.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5363556Z copying torch\include\c10\util\tempfile.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5375290Z copying torch\include\c10\util\ThreadLocal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5381796Z copying torch\include\c10\util\ThreadLocalDebugInfo.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5388187Z copying torch\include\c10\util\thread_name.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5394537Z copying torch\include\c10\util\Type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5400643Z copying torch\include\c10\util\TypeCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5412104Z copying torch\include\c10\util\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5418980Z copying torch\include\c10\util\TypeIndex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5425397Z copying torch\include\c10\util\TypeList.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5432245Z copying torch\include\c10\util\TypeSafeSignMath.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5438831Z copying torch\include\c10\util\TypeTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5445263Z copying torch\include\c10\util\Unicode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5451336Z copying torch\include\c10\util\UniqueVoidPtr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5457665Z copying torch\include\c10\util\Unroll.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5463957Z copying torch\include\c10\util\WaitCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5470803Z copying torch\include\c10\util\WaitCounterDynamicBackend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5481747Z copying torch\include\c10\util\win32-headers.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-03-04T20:06:04.5487350Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-04T20:06:04.5490311Z copying torch\include\c10\cuda\CUDAAlgorithm.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-04T20:06:04.5496635Z copying torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-04T20:06:04.5502988Z copying torch\include\c10\cuda\CUDACachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-04T20:06:04.5509571Z copying torch\include\c10\cuda\CUDADeviceAssertion.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-04T20:06:04.5529960Z copying torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-04T20:06:04.5536483Z copying torch\include\c10\cuda\CUDAException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-04T20:06:04.5542860Z copying torch\include\c10\cuda\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-04T20:06:04.5549545Z copying torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-04T20:06:04.5555941Z copying torch\include\c10\cuda\CUDAGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-04T20:06:04.5562398Z copying torch\include\c10\cuda\CUDAMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-04T20:06:04.5568829Z copying torch\include\c10\cuda\CUDAMathCompat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-04T20:06:04.5575605Z copying torch\include\c10\cuda\CUDAMiscFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-04T20:06:04.5581769Z copying torch\include\c10\cuda\CUDAStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-04T20:06:04.5588346Z copying torch\include\c10\cuda\driver_api.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-03-04T20:06:04.5594607Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-03-04T20:06:04.5597628Z copying torch\include\c10\cuda\impl\CUDAGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-03-04T20:06:04.5604149Z copying torch\include\c10\cuda\impl\CUDATest.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-03-04T20:06:04.5609254Z creating build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-03-04T20:06:04.5612014Z copying torch\include\c10\metal\indexing.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-03-04T20:06:04.5629387Z copying torch\include\c10\metal\random.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-03-04T20:06:04.5635963Z copying torch\include\c10\metal\reduction_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-03-04T20:06:04.5642757Z copying torch\include\c10\metal\special_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-03-04T20:06:04.5649193Z copying torch\include\c10\metal\utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-03-04T20:06:04.5663963Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-03-04T20:06:04.5666984Z copying torch\include\c10\xpu\XPUCachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-03-04T20:06:04.5682542Z copying torch\include\c10\xpu\XPUDeviceProp.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-03-04T20:06:04.5688817Z copying torch\include\c10\xpu\XPUException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-03-04T20:06:04.5694938Z copying torch\include\c10\xpu\XPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-03-04T20:06:04.5711660Z copying torch\include\c10\xpu\XPUMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-03-04T20:06:04.5726578Z copying torch\include\c10\xpu\XPUStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-03-04T20:06:04.5732551Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2025-03-04T20:06:04.5735164Z copying torch\include\c10\xpu\impl\XPUGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2025-03-04T20:06:04.5740782Z creating build\lib.win-amd64-cpython-39\torch\include\torch 2025-03-04T20:06:04.5743747Z copying torch\include\torch\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-03-04T20:06:04.5750765Z copying torch\include\torch\custom_class_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-03-04T20:06:04.5757150Z copying torch\include\torch\extension.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-03-04T20:06:04.5763822Z copying torch\include\torch\library.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-03-04T20:06:04.5781916Z copying torch\include\torch\script.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-03-04T20:06:04.5787971Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5791069Z copying torch\include\torch\csrc\copy_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5797474Z copying torch\include\torch\csrc\CudaIPCTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5803842Z copying torch\include\torch\csrc\DataLoader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5809821Z copying torch\include\torch\csrc\Device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5826566Z copying torch\include\torch\csrc\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5832716Z copying torch\include\torch\csrc\Dtype.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5839243Z copying torch\include\torch\csrc\DynamicTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5845421Z copying torch\include\torch\csrc\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5851396Z copying torch\include\torch\csrc\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5857705Z copying torch\include\torch\csrc\Export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5863760Z copying torch\include\torch\csrc\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5870089Z copying torch\include\torch\csrc\itt_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5876177Z copying torch\include\torch\csrc\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5882220Z copying torch\include\torch\csrc\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5888505Z copying torch\include\torch\csrc\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5894449Z copying torch\include\torch\csrc\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5900808Z copying torch\include\torch\csrc\python_dimname.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5906915Z copying torch\include\torch\csrc\python_headers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5913243Z copying torch\include\torch\csrc\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5919427Z copying torch\include\torch\csrc\serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5925538Z copying torch\include\torch\csrc\Size.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5932118Z copying torch\include\torch\csrc\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5938372Z copying torch\include\torch\csrc\StorageMethods.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5944457Z copying torch\include\torch\csrc\StorageSharing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5960091Z copying torch\include\torch\csrc\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5966233Z copying torch\include\torch\csrc\THConcat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5972310Z copying torch\include\torch\csrc\THP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5978528Z copying torch\include\torch\csrc\TypeInfo.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5984347Z copying torch\include\torch\csrc\Types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5990256Z copying torch\include\torch\csrc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-03-04T20:06:04.5995916Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-03-04T20:06:04.6000958Z 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-04T20:06:04.6007054Z 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-04T20:06:04.6013336Z 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-04T20:06:04.6019471Z 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-04T20:06:04.6025920Z 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-04T20:06:04.6032008Z 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-04T20:06:04.6038563Z 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-04T20:06:04.6055785Z 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-04T20:06:04.6062303Z 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-04T20:06:04.6068589Z 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-04T20:06:04.6075046Z 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-04T20:06:04.6081452Z 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-04T20:06:04.6087773Z 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-04T20:06:04.6093935Z 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-04T20:06:04.6100054Z 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-04T20:06:04.6107388Z 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-04T20:06:04.6114028Z 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-04T20:06:04.6120636Z 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-04T20:06:04.6127265Z 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-04T20:06:04.6134203Z 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-04T20:06:04.6140501Z 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-04T20:06:04.6146985Z 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-04T20:06:04.6153602Z 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-04T20:06:04.6160333Z 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-04T20:06:04.6166426Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-03-04T20:06:04.6169885Z 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-04T20:06:04.6176541Z 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-04T20:06:04.6183035Z 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-04T20:06:04.6189174Z 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-04T20:06:04.6195745Z 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-04T20:06:04.6212701Z 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-04T20:06:04.6218692Z 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-04T20:06:04.6225119Z 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-04T20:06:04.6230378Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-03-04T20:06:04.6233529Z 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-04T20:06:04.6240443Z 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-04T20:06:04.6246839Z 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-04T20:06:04.6252059Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-04T20:06:04.6255227Z 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-04T20:06:04.6261541Z 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-04T20:06:04.6268298Z 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-04T20:06:04.6274672Z 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-04T20:06:04.6281034Z 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-04T20:06:04.6287221Z 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-04T20:06:04.6293494Z 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-04T20:06:04.6309058Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2025-03-04T20:06:04.6312287Z 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-04T20:06:04.6318950Z 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-04T20:06:04.6325280Z 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-04T20:06:04.6330726Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-04T20:06:04.6334191Z 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-04T20:06:04.6340154Z 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-04T20:06:04.6346212Z 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-04T20:06:04.6352705Z 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-04T20:06:04.6359022Z 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-04T20:06:04.6374911Z 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-04T20:06:04.6381254Z 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-04T20:06:04.6386749Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-04T20:06:04.6389823Z 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-04T20:06:04.6396243Z 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-04T20:06:04.6402523Z 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-04T20:06:04.6408720Z 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-04T20:06:04.6414902Z 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-04T20:06:04.6420230Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail 2025-03-04T20:06:04.6423310Z 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-04T20:06:04.6429838Z 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-04T20:06:04.6435450Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-03-04T20:06:04.6438576Z 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-04T20:06:04.6446090Z 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-04T20:06:04.6452536Z 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-04T20:06:04.6459051Z 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-04T20:06:04.6465868Z 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-04T20:06:04.6482498Z 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-04T20:06:04.6488915Z 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-04T20:06:04.6495456Z 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-04T20:06:04.6501946Z 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-04T20:06:04.6507285Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-04T20:06:04.6510453Z 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-04T20:06:04.6518009Z 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-04T20:06:04.6524174Z 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-04T20:06:04.6530926Z 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-04T20:06:04.6547303Z 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-04T20:06:04.6553882Z 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-04T20:06:04.6560426Z 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-04T20:06:04.6566859Z 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-04T20:06:04.6573602Z 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-04T20:06:04.6579793Z 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-04T20:06:04.6586950Z 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-04T20:06:04.6593820Z 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-04T20:06:04.6600238Z 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-04T20:06:04.6607054Z 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-04T20:06:04.6614178Z 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-04T20:06:04.6621063Z 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-04T20:06:04.6626479Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-04T20:06:04.6629511Z 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-04T20:06:04.6636809Z 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-04T20:06:04.6643285Z 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-04T20:06:04.6649816Z 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-04T20:06:04.6656296Z 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-04T20:06:04.6672485Z 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-04T20:06:04.6678861Z 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-04T20:06:04.6685364Z 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-04T20:06:04.6691827Z 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-04T20:06:04.6698046Z 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-04T20:06:04.6704504Z 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-04T20:06:04.6711731Z 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-04T20:06:04.6718289Z 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-04T20:06:04.6724899Z 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-04T20:06:04.6731353Z 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-04T20:06:04.6738329Z 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-04T20:06:04.6744922Z 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-04T20:06:04.6751552Z 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-04T20:06:04.6758232Z 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-04T20:06:04.6764681Z 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-04T20:06:04.6771134Z 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-04T20:06:04.6776819Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-04T20:06:04.6779751Z 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-04T20:06:04.6786743Z 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-04T20:06:04.6793134Z 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-04T20:06:04.6799499Z 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-04T20:06:04.6805975Z 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-04T20:06:04.6823148Z 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-04T20:06:04.6829225Z 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-04T20:06:04.6835641Z 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-04T20:06:04.6842333Z 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-04T20:06:04.6848812Z 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-04T20:06:04.6855188Z 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-04T20:06:04.6861657Z 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-04T20:06:04.6868434Z 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-04T20:06:04.6875006Z 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-04T20:06:04.6881635Z 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-04T20:06:04.6887936Z 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-04T20:06:04.6894843Z 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-04T20:06:04.6901302Z 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-04T20:06:04.6907882Z 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-04T20:06:04.6915322Z 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-04T20:06:04.6921953Z 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-04T20:06:04.6928328Z 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-04T20:06:04.6934805Z 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-04T20:06:04.6940850Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-04T20:06:04.6944386Z 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-04T20:06:04.6951106Z 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-04T20:06:04.6957707Z 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-04T20:06:04.6964800Z 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-04T20:06:04.6984184Z 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-04T20:06:04.6990862Z 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-04T20:06:04.6997733Z 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-04T20:06:04.7004400Z 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-04T20:06:04.7011039Z 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-04T20:06:04.7018237Z 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-04T20:06:04.7023520Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\parallel 2025-03-04T20:06:04.7026629Z 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-04T20:06:04.7033080Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2025-03-04T20:06:04.7036105Z 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-04T20:06:04.7042780Z 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-04T20:06:04.7049132Z 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-04T20:06:04.7054751Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-03-04T20:06:04.7057750Z 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-04T20:06:04.7064052Z 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-04T20:06:04.7070504Z 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-04T20:06:04.7076949Z 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-04T20:06:04.7083534Z 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-04T20:06:04.7090135Z 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-04T20:06:04.7108146Z 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-04T20:06:04.7117728Z 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-04T20:06:04.7123214Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-03-04T20:06:04.7126384Z 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-04T20:06:04.7133134Z 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-04T20:06:04.7139697Z 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-04T20:06:04.7155230Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2025-03-04T20:06:04.7158289Z 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-04T20:06:04.7164677Z 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-04T20:06:04.7171315Z 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-04T20:06:04.7177738Z 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-04T20:06:04.7193665Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7196745Z copying torch\include\torch\csrc\autograd\anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7203252Z copying torch\include\torch\csrc\autograd\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7209969Z copying torch\include\torch\csrc\autograd\autograd_not_implemented_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7216308Z copying torch\include\torch\csrc\autograd\cpp_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7233377Z copying torch\include\torch\csrc\autograd\custom_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7239797Z copying torch\include\torch\csrc\autograd\edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7248070Z copying torch\include\torch\csrc\autograd\engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7254559Z copying torch\include\torch\csrc\autograd\forward_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7261085Z copying torch\include\torch\csrc\autograd\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7268999Z copying torch\include\torch\csrc\autograd\FunctionsManual.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7276391Z copying torch\include\torch\csrc\autograd\function_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7283463Z copying torch\include\torch\csrc\autograd\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7290360Z copying torch\include\torch\csrc\autograd\graph_task.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7296955Z copying torch\include\torch\csrc\autograd\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7303242Z copying torch\include\torch\csrc\autograd\input_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7309968Z copying torch\include\torch\csrc\autograd\input_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7316775Z copying torch\include\torch\csrc\autograd\jit_decomp_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7323100Z copying torch\include\torch\csrc\autograd\profiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7329372Z copying torch\include\torch\csrc\autograd\profiler_kineto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7335787Z copying torch\include\torch\csrc\autograd\profiler_legacy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7342240Z copying torch\include\torch\csrc\autograd\profiler_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7348714Z copying torch\include\torch\csrc\autograd\python_anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7364344Z copying torch\include\torch\csrc\autograd\python_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7370752Z copying torch\include\torch\csrc\autograd\python_cpp_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7377223Z copying torch\include\torch\csrc\autograd\python_engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7383512Z copying torch\include\torch\csrc\autograd\python_enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7389744Z copying torch\include\torch\csrc\autograd\python_fft_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7396077Z copying torch\include\torch\csrc\autograd\python_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7402515Z copying torch\include\torch\csrc\autograd\python_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7408992Z copying torch\include\torch\csrc\autograd\python_legacy_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7415203Z copying torch\include\torch\csrc\autograd\python_linalg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7432672Z copying torch\include\torch\csrc\autograd\python_nested_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7438691Z copying torch\include\torch\csrc\autograd\python_nn_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7445103Z copying torch\include\torch\csrc\autograd\python_saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7451507Z copying torch\include\torch\csrc\autograd\python_sparse_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7457760Z copying torch\include\torch\csrc\autograd\python_special_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7463855Z copying torch\include\torch\csrc\autograd\python_torch_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7470363Z copying torch\include\torch\csrc\autograd\python_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7477030Z copying torch\include\torch\csrc\autograd\python_variable_indexing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7483722Z copying torch\include\torch\csrc\autograd\record_function_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7490506Z copying torch\include\torch\csrc\autograd\saved_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7496734Z copying torch\include\torch\csrc\autograd\saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7514752Z copying torch\include\torch\csrc\autograd\symbolic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7520700Z copying torch\include\torch\csrc\autograd\variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7528188Z copying torch\include\torch\csrc\autograd\VariableTypeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7534670Z copying torch\include\torch\csrc\autograd\variable_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-03-04T20:06:04.7540372Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-03-04T20:06:04.7543633Z copying torch\include\torch\csrc\autograd\functions\accumulate_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-03-04T20:06:04.7550363Z copying torch\include\torch\csrc\autograd\functions\basic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-03-04T20:06:04.7556791Z copying torch\include\torch\csrc\autograd\functions\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-03-04T20:06:04.7563042Z copying torch\include\torch\csrc\autograd\functions\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-03-04T20:06:04.7579357Z copying torch\include\torch\csrc\autograd\functions\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-03-04T20:06:04.7585750Z copying torch\include\torch\csrc\autograd\functions\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-03-04T20:06:04.7591372Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-03-04T20:06:04.7594532Z copying torch\include\torch\csrc\autograd\generated\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-03-04T20:06:04.7606702Z copying torch\include\torch\csrc\autograd\generated\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-03-04T20:06:04.7613109Z 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-04T20:06:04.7629593Z copying torch\include\torch\csrc\autograd\generated\VariableType.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-03-04T20:06:04.7636435Z copying torch\include\torch\csrc\autograd\generated\variable_factories.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-03-04T20:06:04.7643839Z copying torch\include\torch\csrc\autograd\generated\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-03-04T20:06:04.7650000Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-03-04T20:06:04.7652969Z copying torch\include\torch\csrc\autograd\utils\error_messages.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-03-04T20:06:04.7659488Z 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-04T20:06:04.7670849Z 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-04T20:06:04.7676075Z 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-04T20:06:04.7691888Z copying torch\include\torch\csrc\autograd\utils\warnings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-03-04T20:06:04.7698231Z copying torch\include\torch\csrc\autograd\utils\wrap_outputs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-03-04T20:06:04.7704205Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-04T20:06:04.7706872Z copying torch\include\torch\csrc\cuda\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-04T20:06:04.7713369Z copying torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-04T20:06:04.7719748Z copying torch\include\torch\csrc\cuda\device_set.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-04T20:06:04.7725757Z copying torch\include\torch\csrc\cuda\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-04T20:06:04.7731624Z copying torch\include\torch\csrc\cuda\GdsFile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-04T20:06:04.7747769Z copying torch\include\torch\csrc\cuda\memory_snapshot.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-04T20:06:04.7754315Z copying torch\include\torch\csrc\cuda\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-04T20:06:04.7760440Z copying torch\include\torch\csrc\cuda\nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-04T20:06:04.7766859Z copying torch\include\torch\csrc\cuda\python_comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-04T20:06:04.7773925Z copying torch\include\torch\csrc\cuda\python_nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-04T20:06:04.7780572Z copying torch\include\torch\csrc\cuda\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-04T20:06:04.7786591Z copying torch\include\torch\csrc\cuda\THCP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-03-04T20:06:04.7792050Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7796499Z copying torch\include\torch\csrc\distributed\c10d\c10d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7802809Z copying torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7809403Z copying torch\include\torch\csrc\distributed\c10d\debug.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7815374Z copying torch\include\torch\csrc\distributed\c10d\error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7821537Z copying torch\include\torch\csrc\distributed\c10d\exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7838144Z copying torch\include\torch\csrc\distributed\c10d\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7844674Z 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-04T20:06:04.7850907Z copying torch\include\torch\csrc\distributed\c10d\socket.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7857166Z copying torch\include\torch\csrc\distributed\c10d\socket_fmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7863440Z copying torch\include\torch\csrc\distributed\c10d\TraceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7869869Z copying torch\include\torch\csrc\distributed\c10d\Backend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7876262Z copying torch\include\torch\csrc\distributed\c10d\Backoff.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7882396Z copying torch\include\torch\csrc\distributed\c10d\comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7888813Z copying torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7895095Z 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-04T20:06:04.7901744Z copying torch\include\torch\csrc\distributed\c10d\DMAConnectivity.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7908122Z copying torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7914756Z copying torch\include\torch\csrc\distributed\c10d\FileStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7921118Z copying torch\include\torch\csrc\distributed\c10d\FlightRecorder.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7927629Z copying torch\include\torch\csrc\distributed\c10d\Functional.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7933856Z copying torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7940277Z copying torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7947212Z copying torch\include\torch\csrc\distributed\c10d\HashStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7963594Z 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-04T20:06:04.7970045Z copying torch\include\torch\csrc\distributed\c10d\logger.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7976375Z copying torch\include\torch\csrc\distributed\c10d\NanCheck.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7982641Z copying torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7988987Z copying torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.7995540Z copying torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.8001826Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.8009439Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.8015802Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.8032349Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.8039705Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.8046259Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.8052982Z copying torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.8059349Z copying torch\include\torch\csrc\distributed\c10d\RankLocal.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.8065753Z copying torch\include\torch\csrc\distributed\c10d\reducer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.8072541Z copying torch\include\torch\csrc\distributed\c10d\reducer_timer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.8078929Z copying torch\include\torch\csrc\distributed\c10d\sequence_num.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.8085797Z copying torch\include\torch\csrc\distributed\c10d\Store.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.8092352Z copying torch\include\torch\csrc\distributed\c10d\SymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.8108877Z copying torch\include\torch\csrc\distributed\c10d\TCPStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.8115746Z copying torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.8122126Z copying torch\include\torch\csrc\distributed\c10d\Types.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.8128556Z copying torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.8135035Z copying torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.8141469Z copying torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.8147921Z copying torch\include\torch\csrc\distributed\c10d\Utils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.8155055Z copying torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.8161213Z copying torch\include\torch\csrc\distributed\c10d\Work.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:04.8166800Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-04T20:06:04.8169697Z copying torch\include\torch\csrc\distributed\rpc\agent_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-04T20:06:04.8176040Z copying torch\include\torch\csrc\distributed\rpc\message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-04T20:06:04.8182604Z copying torch\include\torch\csrc\distributed\rpc\python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-04T20:06:04.8188957Z copying torch\include\torch\csrc\distributed\rpc\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-04T20:06:04.8207150Z 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-04T20:06:04.8213717Z copying torch\include\torch\csrc\distributed\rpc\python_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-04T20:06:04.8220283Z 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-04T20:06:04.8226887Z copying torch\include\torch\csrc\distributed\rpc\py_rref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-04T20:06:04.8233506Z copying torch\include\torch\csrc\distributed\rpc\request_callback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-04T20:06:04.8240079Z 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-04T20:06:04.8246462Z 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-04T20:06:04.8253028Z copying torch\include\torch\csrc\distributed\rpc\rpc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-04T20:06:04.8259210Z copying torch\include\torch\csrc\distributed\rpc\rpc_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-04T20:06:04.8265895Z 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-04T20:06:04.8272670Z copying torch\include\torch\csrc\distributed\rpc\rref_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-04T20:06:04.8280187Z copying torch\include\torch\csrc\distributed\rpc\rref_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-04T20:06:04.8288151Z copying torch\include\torch\csrc\distributed\rpc\rref_proto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-04T20:06:04.8295165Z copying torch\include\torch\csrc\distributed\rpc\script_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-04T20:06:04.8301665Z 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-04T20:06:04.8308593Z copying torch\include\torch\csrc\distributed\rpc\script_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-04T20:06:04.8328137Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-04T20:06:04.8335135Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-04T20:06:04.8341614Z copying torch\include\torch\csrc\distributed\rpc\torchscript_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-04T20:06:04.8348022Z copying torch\include\torch\csrc\distributed\rpc\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-04T20:06:04.8354843Z 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-04T20:06:04.8361212Z 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-04T20:06:04.8367546Z copying torch\include\torch\csrc\distributed\rpc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-03-04T20:06:04.8373021Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2025-03-04T20:06:04.8377504Z 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-04T20:06:04.8383783Z 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-04T20:06:04.8389253Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2025-03-04T20:06:04.8392390Z 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-04T20:06:04.8398752Z 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-04T20:06:04.8404095Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-04T20:06:04.8407521Z 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-04T20:06:04.8414031Z 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-04T20:06:04.8425713Z 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-04T20:06:04.8442408Z 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-04T20:06:04.8448791Z 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-04T20:06:04.8455190Z 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-04T20:06:04.8461651Z 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-04T20:06:04.8468432Z 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-04T20:06:04.8474899Z 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-04T20:06:04.8481450Z 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-04T20:06:04.8486381Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-04T20:06:04.8489123Z copying torch\include\torch\csrc\dynamo\cache_entry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-04T20:06:04.8495550Z copying torch\include\torch\csrc\dynamo\compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-04T20:06:04.8502591Z copying torch\include\torch\csrc\dynamo\cpp_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-04T20:06:04.8508717Z copying torch\include\torch\csrc\dynamo\cpython_defs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-04T20:06:04.8523974Z copying torch\include\torch\csrc\dynamo\cpython_includes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-04T20:06:04.8530320Z copying torch\include\torch\csrc\dynamo\debug_macros.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-04T20:06:04.8536650Z copying torch\include\torch\csrc\dynamo\eval_frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-04T20:06:04.8542884Z copying torch\include\torch\csrc\dynamo\eval_frame_cpp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-04T20:06:04.8548928Z copying torch\include\torch\csrc\dynamo\extra_state.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-04T20:06:04.8555561Z copying torch\include\torch\csrc\dynamo\framelocals_mapping.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-04T20:06:04.8561715Z copying torch\include\torch\csrc\dynamo\guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-04T20:06:04.8567990Z copying torch\include\torch\csrc\dynamo\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-04T20:06:04.8573981Z copying torch\include\torch\csrc\dynamo\python_compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-04T20:06:04.8580176Z copying torch\include\torch\csrc\dynamo\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-03-04T20:06:04.8585641Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2025-03-04T20:06:04.8588561Z copying torch\include\torch\csrc\inductor\array_ref_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2025-03-04T20:06:04.8595220Z copying torch\include\torch\csrc\inductor\inductor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2025-03-04T20:06:04.8600710Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-03-04T20:06:04.8603734Z 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-04T20:06:04.8609936Z 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-04T20:06:04.8615996Z 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-04T20:06:04.8622214Z 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-04T20:06:04.8628286Z 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-04T20:06:04.8642825Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2025-03-04T20:06:04.8655804Z 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-04T20:06:04.8662438Z 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-04T20:06:04.8667910Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-03-04T20:06:04.8670930Z 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-04T20:06:04.8677650Z 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-04T20:06:04.8684140Z 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-04T20:06:04.8701033Z 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-04T20:06:04.8707541Z 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-04T20:06:04.8712939Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-04T20:06:04.8716042Z 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-04T20:06:04.8722625Z 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-04T20:06:04.8729394Z 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-04T20:06:04.8747009Z 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-04T20:06:04.8753985Z 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-04T20:06:04.8760984Z 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-04T20:06:04.8767398Z 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-04T20:06:04.8773827Z 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-04T20:06:04.8781173Z 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-04T20:06:04.8788095Z 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-04T20:06:04.8794942Z 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-04T20:06:04.8800573Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-03-04T20:06:04.8803753Z 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-04T20:06:04.8810394Z 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-04T20:06:04.8816833Z 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-04T20:06:04.8832777Z 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-04T20:06:04.8839061Z 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-04T20:06:04.8844561Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-03-04T20:06:04.8847716Z 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-04T20:06:04.8854423Z 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-04T20:06:04.8861213Z 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-04T20:06:04.8866926Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-03-04T20:06:04.8870015Z 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-04T20:06:04.8876883Z 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-04T20:06:04.8884060Z 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-04T20:06:04.8898773Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-04T20:06:04.8901777Z 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-04T20:06:04.8907814Z 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-04T20:06:04.8919510Z 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-04T20:06:04.8920625Z 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-04T20:06:04.8926081Z 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-04T20:06:04.8941855Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-03-04T20:06:04.8945796Z 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-04T20:06:04.8952143Z 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-04T20:06:04.8958104Z 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-04T20:06:04.8963029Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-03-04T20:06:04.8965913Z copying torch\include\torch\csrc\jit\jit_log.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-03-04T20:06:04.8972196Z copying torch\include\torch\csrc\jit\jit_opt_limit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-03-04T20:06:04.8978418Z copying torch\include\torch\csrc\jit\resource_guard.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-03-04T20:06:04.8984650Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-04T20:06:04.8987648Z copying torch\include\torch\csrc\jit\backends\backend.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-04T20:06:04.8994132Z 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-04T20:06:04.9000495Z 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-04T20:06:04.9006811Z copying torch\include\torch\csrc\jit\backends\backend_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-04T20:06:04.9022701Z copying torch\include\torch\csrc\jit\backends\backend_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-04T20:06:04.9029630Z copying torch\include\torch\csrc\jit\backends\backend_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-04T20:06:04.9035900Z copying torch\include\torch\csrc\jit\backends\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-04T20:06:04.9042117Z copying torch\include\torch\csrc\jit\backends\backend_preprocess.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-04T20:06:04.9048222Z copying torch\include\torch\csrc\jit\backends\backend_resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-03-04T20:06:04.9053492Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9065929Z 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-04T20:06:04.9072047Z copying torch\include\torch\csrc\jit\passes\annotate_warns.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9077938Z copying torch\include\torch\csrc\jit\passes\autocast.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9084129Z copying torch\include\torch\csrc\jit\passes\bailout_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9100740Z copying torch\include\torch\csrc\jit\passes\batch_mm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9106797Z copying torch\include\torch\csrc\jit\passes\canonicalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9113157Z 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-04T20:06:04.9119247Z 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-04T20:06:04.9125364Z copying torch\include\torch\csrc\jit\passes\clear_profiling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9131627Z copying torch\include\torch\csrc\jit\passes\clear_undefinedness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9138214Z 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-04T20:06:04.9144461Z copying torch\include\torch\csrc\jit\passes\concat_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9150620Z copying torch\include\torch\csrc\jit\passes\constant_pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9156885Z copying torch\include\torch\csrc\jit\passes\constant_propagation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9163340Z 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-04T20:06:04.9169538Z 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-04T20:06:04.9175738Z 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-04T20:06:04.9182128Z copying torch\include\torch\csrc\jit\passes\decompose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9188365Z 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-04T20:06:04.9204376Z copying torch\include\torch\csrc\jit\passes\dtype_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9210489Z 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-04T20:06:04.9216756Z 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-04T20:06:04.9223162Z 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-04T20:06:04.9229500Z 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-04T20:06:04.9236132Z 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-04T20:06:04.9242566Z copying torch\include\torch\csrc\jit\passes\freeze_module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9249391Z 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-04T20:06:04.9256040Z 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-04T20:06:04.9272044Z 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-04T20:06:04.9278732Z 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-04T20:06:04.9285138Z 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-04T20:06:04.9291612Z 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-04T20:06:04.9298648Z 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-04T20:06:04.9305531Z copying torch\include\torch\csrc\jit\passes\fuse_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9312930Z copying torch\include\torch\csrc\jit\passes\fuse_relu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9319851Z copying torch\include\torch\csrc\jit\passes\graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9326894Z 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-04T20:06:04.9342813Z copying torch\include\torch\csrc\jit\passes\guard_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9349445Z 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-04T20:06:04.9356285Z copying torch\include\torch\csrc\jit\passes\inliner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9362674Z 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-04T20:06:04.9369206Z 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-04T20:06:04.9375465Z 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-04T20:06:04.9381707Z copying torch\include\torch\csrc\jit\passes\inplace_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9387834Z copying torch\include\torch\csrc\jit\passes\insert_guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9394323Z 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-04T20:06:04.9409387Z copying torch\include\torch\csrc\jit\passes\lift_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9415719Z copying torch\include\torch\csrc\jit\passes\liveness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9421560Z copying torch\include\torch\csrc\jit\passes\loop_unrolling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9427780Z 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-04T20:06:04.9434345Z copying torch\include\torch\csrc\jit\passes\lower_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9441012Z copying torch\include\torch\csrc\jit\passes\lower_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9447403Z copying torch\include\torch\csrc\jit\passes\metal_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9453537Z copying torch\include\torch\csrc\jit\passes\mkldnn_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9459976Z 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-04T20:06:04.9471171Z copying torch\include\torch\csrc\jit\passes\normalize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9495317Z 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-04T20:06:04.9501645Z copying torch\include\torch\csrc\jit\passes\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9507947Z copying torch\include\torch\csrc\jit\passes\pass_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9514421Z copying torch\include\torch\csrc\jit\passes\peephole.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9520484Z 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-04T20:06:04.9526692Z 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-04T20:06:04.9533139Z 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-04T20:06:04.9539644Z 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-04T20:06:04.9545854Z copying torch\include\torch\csrc\jit\passes\prepack_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9552252Z 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-04T20:06:04.9558492Z copying torch\include\torch\csrc\jit\passes\remove_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9574558Z copying torch\include\torch\csrc\jit\passes\remove_exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9581098Z copying torch\include\torch\csrc\jit\passes\remove_expands.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9593854Z 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-04T20:06:04.9600677Z copying torch\include\torch\csrc\jit\passes\remove_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9607567Z 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-04T20:06:04.9613836Z 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-04T20:06:04.9620111Z 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-04T20:06:04.9626440Z copying torch\include\torch\csrc\jit\passes\restore_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9633397Z copying torch\include\torch\csrc\jit\passes\shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9649952Z copying torch\include\torch\csrc\jit\passes\specialize_autogradzero.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9656439Z copying torch\include\torch\csrc\jit\passes\subgraph_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9663223Z 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-04T20:06:04.9669874Z 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-04T20:06:04.9677207Z 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-04T20:06:04.9683797Z copying torch\include\torch\csrc\jit\passes\tensorexpr_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9690681Z 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-04T20:06:04.9697409Z 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-04T20:06:04.9704141Z copying torch\include\torch\csrc\jit\passes\variadic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9710827Z copying torch\include\torch\csrc\jit\passes\vulkan_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9717478Z copying torch\include\torch\csrc\jit\passes\xnnpack_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:04.9723164Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-03-04T20:06:04.9726394Z 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-04T20:06:04.9732880Z 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-04T20:06:04.9739210Z 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-04T20:06:04.9745679Z 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-04T20:06:04.9761326Z 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-04T20:06:04.9767924Z 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-04T20:06:04.9774556Z 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-04T20:06:04.9782047Z 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-04T20:06:04.9788996Z 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-04T20:06:04.9794534Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-03-04T20:06:04.9797621Z 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-04T20:06:04.9804153Z 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-04T20:06:04.9811069Z 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-04T20:06:04.9826173Z 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-04T20:06:04.9832840Z 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-04T20:06:04.9838196Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-04T20:06:04.9841081Z copying torch\include\torch\csrc\jit\runtime\argument_spec.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-04T20:06:04.9847819Z copying torch\include\torch\csrc\jit\runtime\autodiff.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-04T20:06:04.9854188Z 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-04T20:06:04.9860430Z copying torch\include\torch\csrc\jit\runtime\custom_operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-04T20:06:04.9877227Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-04T20:06:04.9883834Z 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-04T20:06:04.9890011Z copying torch\include\torch\csrc\jit\runtime\exception_message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-04T20:06:04.9896297Z copying torch\include\torch\csrc\jit\runtime\graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-04T20:06:04.9902686Z 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-04T20:06:04.9909077Z copying torch\include\torch\csrc\jit\runtime\graph_iterator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-04T20:06:04.9915566Z copying torch\include\torch\csrc\jit\runtime\instruction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-04T20:06:04.9922198Z copying torch\include\torch\csrc\jit\runtime\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-04T20:06:04.9928703Z copying torch\include\torch\csrc\jit\runtime\jit_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-04T20:06:04.9935491Z copying torch\include\torch\csrc\jit\runtime\jit_trace.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-04T20:06:04.9941852Z copying torch\include\torch\csrc\jit\runtime\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-04T20:06:04.9948231Z copying torch\include\torch\csrc\jit\runtime\operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-04T20:06:04.9955030Z copying torch\include\torch\csrc\jit\runtime\operator_options.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-04T20:06:04.9961315Z copying torch\include\torch\csrc\jit\runtime\print_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-04T20:06:04.9967685Z 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-04T20:06:04.9974117Z copying torch\include\torch\csrc\jit\runtime\profiling_record.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-04T20:06:04.9989591Z 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-04T20:06:04.9997088Z copying torch\include\torch\csrc\jit\runtime\script_profile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-04T20:06:05.0003711Z 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-04T20:06:05.0009985Z 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-04T20:06:05.0016458Z 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-04T20:06:05.0023608Z 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-04T20:06:05.0030266Z copying torch\include\torch\csrc\jit\runtime\symbolic_script.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-04T20:06:05.0036673Z 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-04T20:06:05.0043342Z 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-04T20:06:05.0060133Z copying torch\include\torch\csrc\jit\runtime\vararg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-03-04T20:06:05.0067337Z 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-04T20:06:05.0072752Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-04T20:06:05.0075811Z copying torch\include\torch\csrc\jit\ir\alias_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-04T20:06:05.0082854Z copying torch\include\torch\csrc\jit\ir\attributes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-04T20:06:05.0089295Z copying torch\include\torch\csrc\jit\ir\constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-04T20:06:05.0095701Z 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-04T20:06:05.0112917Z copying torch\include\torch\csrc\jit\ir\graph_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-04T20:06:05.0118843Z copying torch\include\torch\csrc\jit\ir\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-04T20:06:05.0126247Z copying torch\include\torch\csrc\jit\ir\irparser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-04T20:06:05.0132384Z copying torch\include\torch\csrc\jit\ir\ir_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-04T20:06:05.0138498Z copying torch\include\torch\csrc\jit\ir\named_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-04T20:06:05.0144804Z copying torch\include\torch\csrc\jit\ir\node_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-04T20:06:05.0151049Z copying torch\include\torch\csrc\jit\ir\scope.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-04T20:06:05.0159086Z copying torch\include\torch\csrc\jit\ir\subgraph_matcher.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-04T20:06:05.0166652Z copying torch\include\torch\csrc\jit\ir\type_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-03-04T20:06:05.0171847Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-04T20:06:05.0174847Z copying torch\include\torch\csrc\jit\frontend\builtin_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-04T20:06:05.0180998Z 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-04T20:06:05.0187122Z 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-04T20:06:05.0202799Z 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-04T20:06:05.0213175Z copying torch\include\torch\csrc\jit\frontend\edit_distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-04T20:06:05.0219168Z copying torch\include\torch\csrc\jit\frontend\error_report.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-04T20:06:05.0225473Z copying torch\include\torch\csrc\jit\frontend\exit_transforms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-04T20:06:05.0231713Z 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-04T20:06:05.0238090Z 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-04T20:06:05.0244150Z copying torch\include\torch\csrc\jit\frontend\ir_emitter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-04T20:06:05.0250457Z copying torch\include\torch\csrc\jit\frontend\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-04T20:06:05.0257153Z copying torch\include\torch\csrc\jit\frontend\mini_environment.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-04T20:06:05.0263496Z copying torch\include\torch\csrc\jit\frontend\name_mangler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-04T20:06:05.0269835Z copying torch\include\torch\csrc\jit\frontend\parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-04T20:06:05.0276034Z copying torch\include\torch\csrc\jit\frontend\parser_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-04T20:06:05.0282333Z 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-04T20:06:05.0288661Z copying torch\include\torch\csrc\jit\frontend\resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-04T20:06:05.0294730Z copying torch\include\torch\csrc\jit\frontend\schema_matching.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-04T20:06:05.0300938Z 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-04T20:06:05.0307385Z 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-04T20:06:05.0324682Z copying torch\include\torch\csrc\jit\frontend\source_range.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-04T20:06:05.0331198Z copying torch\include\torch\csrc\jit\frontend\source_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-04T20:06:05.0337568Z copying torch\include\torch\csrc\jit\frontend\strtod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-04T20:06:05.0343572Z copying torch\include\torch\csrc\jit\frontend\sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-04T20:06:05.0350438Z copying torch\include\torch\csrc\jit\frontend\tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-04T20:06:05.0356827Z copying torch\include\torch\csrc\jit\frontend\tree.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-04T20:06:05.0363857Z copying torch\include\torch\csrc\jit\frontend\tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-04T20:06:05.0370262Z copying torch\include\torch\csrc\jit\frontend\versioned_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-03-04T20:06:05.0375934Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-03-04T20:06:05.0378864Z copying torch\include\torch\csrc\jit\api\compilation_unit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-03-04T20:06:05.0385114Z copying torch\include\torch\csrc\jit\api\function_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-03-04T20:06:05.0392176Z copying torch\include\torch\csrc\jit\api\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-03-04T20:06:05.0398326Z copying torch\include\torch\csrc\jit\api\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-03-04T20:06:05.0404973Z copying torch\include\torch\csrc\jit\api\object.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-03-04T20:06:05.0420097Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-04T20:06:05.0423063Z 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-04T20:06:05.0429406Z copying torch\include\torch\csrc\jit\serialization\export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-04T20:06:05.0435806Z copying torch\include\torch\csrc\jit\serialization\export_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-04T20:06:05.0451792Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-04T20:06:05.0458164Z 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-04T20:06:05.0464518Z copying torch\include\torch\csrc\jit\serialization\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-04T20:06:05.0471111Z 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-04T20:06:05.0477520Z 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-04T20:06:05.0483704Z 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-04T20:06:05.0490015Z copying torch\include\torch\csrc\jit\serialization\import_read.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-04T20:06:05.0496418Z copying torch\include\torch\csrc\jit\serialization\import_source.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-04T20:06:05.0503255Z 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-04T20:06:05.0510933Z copying torch\include\torch\csrc\jit\serialization\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-04T20:06:05.0517163Z copying torch\include\torch\csrc\jit\serialization\pickle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-04T20:06:05.0523480Z copying torch\include\torch\csrc\jit\serialization\pickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-04T20:06:05.0529992Z copying torch\include\torch\csrc\jit\serialization\python_print.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-04T20:06:05.0536757Z 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-04T20:06:05.0543442Z 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-04T20:06:05.0550141Z copying torch\include\torch\csrc\jit\serialization\storage_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-04T20:06:05.0556997Z 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-04T20:06:05.0573576Z copying torch\include\torch\csrc\jit\serialization\unpickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-03-04T20:06:05.0579187Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-04T20:06:05.0582019Z copying torch\include\torch\csrc\jit\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-04T20:06:05.0588566Z copying torch\include\torch\csrc\jit\python\module_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-04T20:06:05.0595045Z copying torch\include\torch\csrc\jit\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-04T20:06:05.0601446Z copying torch\include\torch\csrc\jit\python\pybind_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-04T20:06:05.0608459Z 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-04T20:06:05.0624847Z 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-04T20:06:05.0631406Z copying torch\include\torch\csrc\jit\python\python_dict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-04T20:06:05.0637900Z copying torch\include\torch\csrc\jit\python\python_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-04T20:06:05.0644714Z copying torch\include\torch\csrc\jit\python\python_ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-04T20:06:05.0651155Z copying torch\include\torch\csrc\jit\python\python_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-04T20:06:05.0657885Z 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-04T20:06:05.0664560Z copying torch\include\torch\csrc\jit\python\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-04T20:06:05.0671151Z 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-04T20:06:05.0677560Z copying torch\include\torch\csrc\jit\python\script_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-03-04T20:06:05.0683977Z 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-04T20:06:05.0690578Z 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-04T20:06:05.0695922Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-04T20:06:05.0698947Z copying torch\include\torch\csrc\jit\mobile\code.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-04T20:06:05.0705265Z copying torch\include\torch\csrc\jit\mobile\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-04T20:06:05.0711848Z copying torch\include\torch\csrc\jit\mobile\file_format.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-04T20:06:05.0718404Z copying torch\include\torch\csrc\jit\mobile\flatbuffer_loader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-04T20:06:05.0734376Z copying torch\include\torch\csrc\jit\mobile\frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-04T20:06:05.0740530Z copying torch\include\torch\csrc\jit\mobile\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-04T20:06:05.0746844Z copying torch\include\torch\csrc\jit\mobile\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-04T20:06:05.0753751Z copying torch\include\torch\csrc\jit\mobile\import_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-04T20:06:05.0760429Z 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-04T20:06:05.0766665Z copying torch\include\torch\csrc\jit\mobile\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-04T20:06:05.0773027Z copying torch\include\torch\csrc\jit\mobile\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-04T20:06:05.0779374Z copying torch\include\torch\csrc\jit\mobile\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-04T20:06:05.0787051Z copying torch\include\torch\csrc\jit\mobile\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-04T20:06:05.0793824Z copying torch\include\torch\csrc\jit\mobile\parse_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-04T20:06:05.0800352Z copying torch\include\torch\csrc\jit\mobile\parse_operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-04T20:06:05.0806734Z 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-04T20:06:05.0813543Z copying torch\include\torch\csrc\jit\mobile\profiler_edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-04T20:06:05.0820199Z 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-04T20:06:05.0826785Z copying torch\include\torch\csrc\jit\mobile\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-04T20:06:05.0833522Z 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-04T20:06:05.0839797Z copying torch\include\torch\csrc\jit\mobile\type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-04T20:06:05.0846398Z copying torch\include\torch\csrc\jit\mobile\upgrader_mobile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-03-04T20:06:05.0862090Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2025-03-04T20:06:05.0864955Z copying torch\include\torch\csrc\jit\testing\file_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2025-03-04T20:06:05.0871240Z 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-04T20:06:05.0876694Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.0879700Z copying torch\include\torch\csrc\jit\tensorexpr\analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.0885904Z copying torch\include\torch\csrc\jit\tensorexpr\block_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.0892449Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.0898956Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.0915361Z copying torch\include\torch\csrc\jit\tensorexpr\codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.0921573Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.0928109Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.0934680Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.0940985Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_random.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.0947561Z copying torch\include\torch\csrc\jit\tensorexpr\eval.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.0953942Z copying torch\include\torch\csrc\jit\tensorexpr\exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.0960319Z copying torch\include\torch\csrc\jit\tensorexpr\expr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.0966607Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.0973042Z 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-04T20:06:05.0979812Z 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-04T20:06:05.0986088Z copying torch\include\torch\csrc\jit\tensorexpr\fwd_decls.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.0992925Z copying torch\include\torch\csrc\jit\tensorexpr\graph_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.0999272Z copying torch\include\torch\csrc\jit\tensorexpr\half_support.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.1005853Z copying torch\include\torch\csrc\jit\tensorexpr\hash_provider.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.1012289Z copying torch\include\torch\csrc\jit\tensorexpr\intrinsic_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.1018357Z copying torch\include\torch\csrc\jit\tensorexpr\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.1034357Z copying torch\include\torch\csrc\jit\tensorexpr\ir_cloner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.1041539Z copying torch\include\torch\csrc\jit\tensorexpr\ir_mutator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.1047929Z copying torch\include\torch\csrc\jit\tensorexpr\ir_printer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.1054548Z copying torch\include\torch\csrc\jit\tensorexpr\ir_simplifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.1061060Z copying torch\include\torch\csrc\jit\tensorexpr\ir_verifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.1067553Z copying torch\include\torch\csrc\jit\tensorexpr\ir_visitor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.1074527Z copying torch\include\torch\csrc\jit\tensorexpr\kernel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.1081044Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.1087725Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.1094092Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.1101134Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest_randomization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.1116854Z copying torch\include\torch\csrc\jit\tensorexpr\lowerings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.1123472Z 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-04T20:06:05.1130032Z copying torch\include\torch\csrc\jit\tensorexpr\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.1136531Z copying torch\include\torch\csrc\jit\tensorexpr\registerizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.1143334Z copying torch\include\torch\csrc\jit\tensorexpr\stmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.1150011Z copying torch\include\torch\csrc\jit\tensorexpr\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.1156353Z copying torch\include\torch\csrc\jit\tensorexpr\tensorexpr_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.1162277Z copying torch\include\torch\csrc\jit\tensorexpr\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.1168771Z 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-04T20:06:05.1175312Z copying torch\include\torch\csrc\jit\tensorexpr\var_substitutor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:05.1180954Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-04T20:06:05.1184133Z 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-04T20:06:05.1190574Z 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-04T20:06:05.1196779Z 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-04T20:06:05.1203155Z 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-04T20:06:05.1209316Z 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-04T20:06:05.1224901Z 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-04T20:06:05.1231607Z 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-04T20:06:05.1238003Z 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-04T20:06:05.1244635Z 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-04T20:06:05.1249874Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2025-03-04T20:06:05.1253959Z 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-04T20:06:05.1259334Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-03-04T20:06:05.1262409Z copying torch\include\torch\csrc\onnx\back_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-03-04T20:06:05.1268891Z copying torch\include\torch\csrc\onnx\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-03-04T20:06:05.1275034Z copying torch\include\torch\csrc\onnx\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-03-04T20:06:05.1280159Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-04T20:06:05.1283115Z copying torch\include\torch\csrc\profiler\api.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-04T20:06:05.1289258Z copying torch\include\torch\csrc\profiler\collection.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-04T20:06:05.1296981Z copying torch\include\torch\csrc\profiler\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-04T20:06:05.1303740Z copying torch\include\torch\csrc\profiler\containers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-04T20:06:05.1319709Z copying torch\include\torch\csrc\profiler\data_flow.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-04T20:06:05.1326181Z copying torch\include\torch\csrc\profiler\events.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-04T20:06:05.1332526Z copying torch\include\torch\csrc\profiler\kineto_client_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-04T20:06:05.1343092Z copying torch\include\torch\csrc\profiler\kineto_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-04T20:06:05.1349640Z copying torch\include\torch\csrc\profiler\perf-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-04T20:06:05.1356014Z copying torch\include\torch\csrc\profiler\perf.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-04T20:06:05.1362175Z copying torch\include\torch\csrc\profiler\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-03-04T20:06:05.1367588Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-03-04T20:06:05.1370779Z copying torch\include\torch\csrc\profiler\orchestration\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-03-04T20:06:05.1376988Z copying torch\include\torch\csrc\profiler\orchestration\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-03-04T20:06:05.1383231Z copying torch\include\torch\csrc\profiler\orchestration\vulkan.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-03-04T20:06:05.1388564Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-03-04T20:06:05.1391850Z 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-04T20:06:05.1398211Z copying torch\include\torch\csrc\profiler\standalone\itt_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-03-04T20:06:05.1404376Z copying torch\include\torch\csrc\profiler\standalone\nvtx_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-03-04T20:06:05.1420448Z copying torch\include\torch\csrc\profiler\standalone\privateuse1_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-03-04T20:06:05.1425756Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2025-03-04T20:06:05.1428549Z copying torch\include\torch\csrc\profiler\stubs\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2025-03-04T20:06:05.1434042Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-04T20:06:05.1436961Z copying torch\include\torch\csrc\profiler\unwind\action.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-04T20:06:05.1444246Z copying torch\include\torch\csrc\profiler\unwind\communicate.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-04T20:06:05.1451039Z copying torch\include\torch\csrc\profiler\unwind\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-04T20:06:05.1457390Z copying torch\include\torch\csrc\profiler\unwind\dwarf_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-04T20:06:05.1473345Z 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-04T20:06:05.1479900Z 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-04T20:06:05.1487042Z copying torch\include\torch\csrc\profiler\unwind\fast_symbolizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-04T20:06:05.1493379Z copying torch\include\torch\csrc\profiler\unwind\fde.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-04T20:06:05.1499897Z copying torch\include\torch\csrc\profiler\unwind\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-04T20:06:05.1506836Z 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-04T20:06:05.1519716Z copying torch\include\torch\csrc\profiler\unwind\mem_file.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-04T20:06:05.1526035Z copying torch\include\torch\csrc\profiler\unwind\range_table.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-04T20:06:05.1532488Z copying torch\include\torch\csrc\profiler\unwind\sections.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-04T20:06:05.1538952Z copying torch\include\torch\csrc\profiler\unwind\unwind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-04T20:06:05.1545405Z copying torch\include\torch\csrc\profiler\unwind\unwinder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-04T20:06:05.1557907Z copying torch\include\torch\csrc\profiler\unwind\unwind_error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-03-04T20:06:05.1563406Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-03-04T20:06:05.1566562Z copying torch\include\torch\csrc\profiler\python\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-03-04T20:06:05.1572711Z copying torch\include\torch\csrc\profiler\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-03-04T20:06:05.1579049Z copying torch\include\torch\csrc\profiler\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-03-04T20:06:05.1584665Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1587718Z copying torch\include\torch\csrc\utils\byte_order.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1594261Z copying torch\include\torch\csrc\utils\cpp_stacktraces.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1600416Z copying torch\include\torch\csrc\utils\cuda_enabled.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1606618Z copying torch\include\torch\csrc\utils\device_lazy_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1622209Z copying torch\include\torch\csrc\utils\disable_torch_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1628892Z copying torch\include\torch\csrc\utils\generated_serialization_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1636941Z copying torch\include\torch\csrc\utils\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1643065Z copying torch\include\torch\csrc\utils\invalid_arguments.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1649608Z copying torch\include\torch\csrc\utils\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1655778Z copying torch\include\torch\csrc\utils\numpy_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1662192Z copying torch\include\torch\csrc\utils\object_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1668593Z copying torch\include\torch\csrc\utils\out_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1674806Z copying torch\include\torch\csrc\utils\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1681566Z copying torch\include\torch\csrc\utils\pycfunction_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1687765Z copying torch\include\torch\csrc\utils\pyobject_preservation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1694727Z copying torch\include\torch\csrc\utils\pythoncapi_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1701848Z copying torch\include\torch\csrc\utils\python_arg_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1709037Z copying torch\include\torch\csrc\utils\python_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1715779Z copying torch\include\torch\csrc\utils\python_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1722215Z copying torch\include\torch\csrc\utils\python_numbers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1737870Z copying torch\include\torch\csrc\utils\python_raii.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1744563Z copying torch\include\torch\csrc\utils\python_scalars.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1751211Z copying torch\include\torch\csrc\utils\python_strings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1758350Z copying torch\include\torch\csrc\utils\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1764688Z copying torch\include\torch\csrc\utils\python_symnode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1771322Z copying torch\include\torch\csrc\utils\python_torch_function_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1777821Z copying torch\include\torch\csrc\utils\python_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1784336Z copying torch\include\torch\csrc\utils\schema_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1790847Z copying torch\include\torch\csrc\utils\six.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1797246Z copying torch\include\torch\csrc\utils\structseq.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1812916Z copying torch\include\torch\csrc\utils\tensor_apply.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1818989Z copying torch\include\torch\csrc\utils\tensor_dtypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1825287Z copying torch\include\torch\csrc\utils\tensor_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1831810Z copying torch\include\torch\csrc\utils\tensor_layouts.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1837988Z copying torch\include\torch\csrc\utils\tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1844248Z copying torch\include\torch\csrc\utils\tensor_memoryformats.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1850388Z copying torch\include\torch\csrc\utils\tensor_new.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1856833Z copying torch\include\torch\csrc\utils\tensor_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1863438Z copying torch\include\torch\csrc\utils\tensor_qschemes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1878971Z copying torch\include\torch\csrc\utils\tensor_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1885828Z copying torch\include\torch\csrc\utils\throughput_benchmark-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1892187Z copying torch\include\torch\csrc\utils\throughput_benchmark.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1898423Z copying torch\include\torch\csrc\utils\torch_dispatch_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1909953Z copying torch\include\torch\csrc\utils\variadic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1916312Z copying torch\include\torch\csrc\utils\verbose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-03-04T20:06:05.1921465Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2025-03-04T20:06:05.1924374Z copying torch\include\torch\csrc\tensor\python_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2025-03-04T20:06:05.1930040Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-03-04T20:06:05.1934637Z copying torch\include\torch\csrc\lazy\backend\backend_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-03-04T20:06:05.1940854Z copying torch\include\torch\csrc\lazy\backend\backend_device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-03-04T20:06:05.1947954Z copying torch\include\torch\csrc\lazy\backend\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-03-04T20:06:05.1958710Z copying torch\include\torch\csrc\lazy\backend\lowering_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-03-04T20:06:05.1973375Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-04T20:06:05.1976326Z copying torch\include\torch\csrc\lazy\core\cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-04T20:06:05.1982571Z copying torch\include\torch\csrc\lazy\core\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-04T20:06:05.1988631Z copying torch\include\torch\csrc\lazy\core\debug_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-04T20:06:05.1995119Z copying torch\include\torch\csrc\lazy\core\dynamic_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-04T20:06:05.2001341Z copying torch\include\torch\csrc\lazy\core\hash.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-04T20:06:05.2016740Z copying torch\include\torch\csrc\lazy\core\helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-04T20:06:05.2022945Z copying torch\include\torch\csrc\lazy\core\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-04T20:06:05.2029267Z copying torch\include\torch\csrc\lazy\core\ir_builder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-04T20:06:05.2036310Z 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-04T20:06:05.2042598Z copying torch\include\torch\csrc\lazy\core\ir_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-04T20:06:05.2048998Z copying torch\include\torch\csrc\lazy\core\ir_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-04T20:06:05.2055420Z 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-04T20:06:05.2062031Z copying torch\include\torch\csrc\lazy\core\metrics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-04T20:06:05.2068302Z copying torch\include\torch\csrc\lazy\core\multi_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-04T20:06:05.2074880Z copying torch\include\torch\csrc\lazy\core\permutation_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-04T20:06:05.2081313Z copying torch\include\torch\csrc\lazy\core\shape.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-04T20:06:05.2087643Z copying torch\include\torch\csrc\lazy\core\shape_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-04T20:06:05.2094045Z copying torch\include\torch\csrc\lazy\core\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-04T20:06:05.2100492Z copying torch\include\torch\csrc\lazy\core\tensor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-04T20:06:05.2106810Z copying torch\include\torch\csrc\lazy\core\tensor_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-04T20:06:05.2113706Z copying torch\include\torch\csrc\lazy\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-04T20:06:05.2119940Z copying torch\include\torch\csrc\lazy\core\trie.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-04T20:06:05.2126469Z copying torch\include\torch\csrc\lazy\core\unique.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-04T20:06:05.2132736Z copying torch\include\torch\csrc\lazy\core\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-03-04T20:06:05.2138391Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\internal_ops 2025-03-04T20:06:05.2150265Z 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-04T20:06:05.2155694Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2025-03-04T20:06:05.2158838Z 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-04T20:06:05.2165101Z 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-04T20:06:05.2170379Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2025-03-04T20:06:05.2173499Z copying torch\include\torch\csrc\lazy\python\python_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2025-03-04T20:06:05.2178834Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-03-04T20:06:05.2181690Z 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-04T20:06:05.2187893Z 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-04T20:06:05.2194492Z 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-04T20:06:05.2200911Z 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-04T20:06:05.2222883Z 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-04T20:06:05.2229413Z 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-04T20:06:05.2236089Z 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-04T20:06:05.2242643Z 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-04T20:06:05.2249096Z 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-04T20:06:05.2255522Z 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-04T20:06:05.2260991Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-03-04T20:06:05.2263949Z copying torch\include\torch\csrc\xpu\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-03-04T20:06:05.2270158Z copying torch\include\torch\csrc\xpu\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-03-04T20:06:05.2276300Z copying torch\include\torch\csrc\xpu\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-03-04T20:06:05.2281611Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-04T20:06:05.2284527Z copying torch\include\pybind11\attr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-04T20:06:05.2291376Z copying torch\include\pybind11\buffer_info.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-04T20:06:05.2297784Z copying torch\include\pybind11\cast.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-04T20:06:05.2305834Z copying torch\include\pybind11\chrono.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-04T20:06:05.2320981Z copying torch\include\pybind11\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-04T20:06:05.2326971Z copying torch\include\pybind11\complex.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-04T20:06:05.2343041Z copying torch\include\pybind11\eigen.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-04T20:06:05.2348881Z copying torch\include\pybind11\embed.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-04T20:06:05.2355215Z copying torch\include\pybind11\eval.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-04T20:06:05.2361750Z copying torch\include\pybind11\functional.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-04T20:06:05.2367857Z copying torch\include\pybind11\gil.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-04T20:06:05.2374431Z copying torch\include\pybind11\gil_safe_call_once.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-04T20:06:05.2380285Z copying torch\include\pybind11\iostream.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-04T20:06:05.2386335Z copying torch\include\pybind11\numpy.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-04T20:06:05.2393633Z copying torch\include\pybind11\operators.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-04T20:06:05.2400416Z copying torch\include\pybind11\options.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-04T20:06:05.2406723Z copying torch\include\pybind11\pybind11.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-04T20:06:05.2414656Z copying torch\include\pybind11\pytypes.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-04T20:06:05.2421952Z copying torch\include\pybind11\stl.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-04T20:06:05.2428480Z copying torch\include\pybind11\stl_bind.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-04T20:06:05.2435327Z copying torch\include\pybind11\type_caster_pyobject_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-04T20:06:05.2441527Z copying torch\include\pybind11\typing.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-03-04T20:06:05.2446849Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-04T20:06:05.2449695Z copying torch\include\pybind11\detail\class.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-04T20:06:05.2456377Z copying torch\include\pybind11\detail\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-04T20:06:05.2463412Z copying torch\include\pybind11\detail\cpp_conduit.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-04T20:06:05.2469625Z copying torch\include\pybind11\detail\descr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-04T20:06:05.2476119Z copying torch\include\pybind11\detail\exception_translation.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-04T20:06:05.2491703Z copying torch\include\pybind11\detail\init.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-04T20:06:05.2498556Z copying torch\include\pybind11\detail\internals.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-04T20:06:05.2505262Z copying torch\include\pybind11\detail\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-04T20:06:05.2511622Z copying torch\include\pybind11\detail\type_caster_base.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-04T20:06:05.2518762Z copying torch\include\pybind11\detail\value_and_holder.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-03-04T20:06:05.2524237Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-03-04T20:06:05.2527046Z copying torch\include\pybind11\eigen\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-03-04T20:06:05.2533044Z copying torch\include\pybind11\eigen\matrix.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-03-04T20:06:05.2539672Z copying torch\include\pybind11\eigen\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-03-04T20:06:05.2546542Z copying torch\_inductor\codegen\cpp_prefix.h -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-03-04T20:06:05.2566902Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2025-03-04T20:06:05.2570389Z copying torch\_inductor\codegen\aoti_runtime\interface.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2025-03-04T20:06:05.2582209Z copying torch\_export\serde\schema.yaml -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-04T20:06:05.2594988Z copying torch\_export\serde\export_schema.thrift -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-03-04T20:06:05.2607231Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2025-03-04T20:06:05.2612339Z copying torch\share\cmake\ATen\ATenConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2025-03-04T20:06:05.2617581Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-03-04T20:06:05.2620494Z copying torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-03-04T20:06:05.2627123Z copying torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-03-04T20:06:05.2633844Z copying torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-03-04T20:06:05.2650388Z copying torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-03-04T20:06:05.2657639Z copying torch\share\cmake\Caffe2\FindCUDSS.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-03-04T20:06:05.2664106Z copying torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-03-04T20:06:05.2670735Z copying torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-03-04T20:06:05.2676387Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-04T20:06:05.2679474Z copying torch\share\cmake\Caffe2\public\cuda.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-04T20:06:05.2686209Z copying torch\share\cmake\Caffe2\public\gflags.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-04T20:06:05.2692574Z copying torch\share\cmake\Caffe2\public\glog.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-04T20:06:05.2698859Z copying torch\share\cmake\Caffe2\public\LoadHIP.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-04T20:06:05.2715218Z copying torch\share\cmake\Caffe2\public\mkl.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-04T20:06:05.2721620Z copying torch\share\cmake\Caffe2\public\mkldnn.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-04T20:06:05.2728247Z copying torch\share\cmake\Caffe2\public\protobuf.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-04T20:06:05.2734654Z copying torch\share\cmake\Caffe2\public\utils.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-04T20:06:05.2741505Z copying torch\share\cmake\Caffe2\public\xpu.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-03-04T20:06:05.2747057Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-03-04T20:06:05.2750224Z 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-04T20:06:05.2756572Z 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-04T20:06:05.2762703Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-03-04T20:06:05.2775494Z 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-04T20:06:05.2782040Z 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-04T20:06:05.2789796Z 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-04T20:06:05.2806774Z 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-04T20:06:05.2812786Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-03-04T20:06:05.2816059Z 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-04T20:06:05.2822640Z 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-04T20:06:05.2829101Z 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-04T20:06:05.2845691Z 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-04T20:06:05.2851000Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2025-03-04T20:06:05.2854130Z copying torch\share\cmake\Torch\TorchConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2025-03-04T20:06:05.2860920Z copying torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2025-03-04T20:06:05.2867605Z copying torch\utils\benchmark\utils\timeit_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-03-04T20:06:05.2880944Z copying torch\utils\benchmark\utils\valgrind_wrapper\compat_bindings.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-04T20:06:05.2904746Z 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-04T20:06:05.2917506Z copying torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-04T20:06:05.2924163Z copying torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-04T20:06:05.2936012Z copying torch\utils\model_dump\skeleton.html -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-03-04T20:06:05.2943537Z copying torch\utils\model_dump\code.js -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-03-04T20:06:05.2962980Z copying torch\utils\model_dump\htm.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-03-04T20:06:05.2992886Z copying torch\utils\model_dump\preact.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-03-04T20:06:05.3007392Z copying torch\lib\aoti_custom_ops.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:05.3016273Z copying torch\lib\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:05.3026644Z copying torch\lib\backend_with_compiler.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:05.3044955Z copying torch\lib\c10.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:05.3060274Z copying torch\lib\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:05.3109358Z copying torch\lib\jitbackend_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:05.3118158Z copying torch\lib\torch.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:05.3124335Z copying torch\lib\torchbind_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:05.3135387Z copying torch\lib\torch_cpu.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:05.4421019Z copying torch\lib\torch_global_deps.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:05.4427997Z copying torch\lib\torch_python.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:05.4570486Z copying torch\lib\aoti_custom_ops.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:05.4578601Z copying torch\lib\asmjit.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:05.4586260Z copying torch\lib\backend_with_compiler.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:05.4593474Z copying torch\lib\c10.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:05.4605953Z copying torch\lib\cpuinfo.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:05.4613564Z copying torch\lib\dnnl.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:06.0200499Z copying torch\lib\fbgemm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:06.0219445Z copying torch\lib\fmt.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:06.0237948Z copying torch\lib\jitbackend_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:06.0245146Z copying torch\lib\kineto.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:06.0432843Z copying torch\lib\libprotobuf-lite.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:06.0480946Z copying torch\lib\libprotobuf.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:06.0814271Z copying torch\lib\libprotoc.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:06.1159219Z copying torch\lib\microkernels-prod.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:06.1192420Z copying torch\lib\pthreadpool.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:06.1201494Z copying torch\lib\sleef.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:06.1282238Z copying torch\lib\torch.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:06.1288447Z copying torch\lib\torchbind_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:06.1295522Z copying torch\lib\torch_cpu.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:06.1549393Z copying torch\lib\torch_python.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:06.1558738Z copying torch\lib\XNNPACK.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-03-04T20:06:06.1586649Z creating build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-04T20:06:06.1589975Z copying torch\include\kineto\AbstractConfig.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-04T20:06:06.1603119Z copying torch\include\kineto\ActivityProfilerInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-04T20:06:06.1606043Z copying torch\include\kineto\ActivityTraceInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-04T20:06:06.1619521Z copying torch\include\kineto\ActivityType.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-04T20:06:06.1626132Z copying torch\include\kineto\ClientInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-04T20:06:06.1632388Z copying torch\include\kineto\Config.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-04T20:06:06.1638880Z copying torch\include\kineto\GenericTraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-04T20:06:06.1649873Z copying torch\include\kineto\IActivityProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-04T20:06:06.1656153Z copying torch\include\kineto\ILoggerObserver.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-04T20:06:06.1662354Z copying torch\include\kineto\ITraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-04T20:06:06.1668485Z copying torch\include\kineto\libkineto.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-04T20:06:06.1674970Z copying torch\include\kineto\LoggingAPI.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-04T20:06:06.1681175Z copying torch\include\kineto\output_base.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-04T20:06:06.1687732Z copying torch\include\kineto\ThreadUtil.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-04T20:06:06.1694241Z copying torch\include\kineto\time_since_epoch.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-04T20:06:06.1700615Z copying torch\include\kineto\TraceSpan.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-03-04T20:06:06.1706687Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2025-03-04T20:06:06.1712240Z copying torchgen\packaged\ATen\native\native_functions.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2025-03-04T20:06:06.1987778Z copying torchgen\packaged\ATen\native\tags.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2025-03-04T20:06:06.1998261Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2001946Z copying torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2016078Z copying torchgen\packaged\ATen\templates\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2027837Z copying torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2042806Z copying torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2054745Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2066371Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2078047Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2084333Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2095840Z copying torchgen\packaged\ATen\templates\enum_tag.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2102238Z copying torchgen\packaged\ATen\templates\Function.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2108737Z copying torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2122004Z copying torchgen\packaged\ATen\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2135288Z copying torchgen\packaged\ATen\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2153982Z copying torchgen\packaged\ATen\templates\LazyIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2160597Z copying torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2167233Z copying torchgen\packaged\ATen\templates\MethodOperators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2181027Z copying torchgen\packaged\ATen\templates\NativeFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2187717Z copying torchgen\packaged\ATen\templates\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2199487Z copying torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2211038Z copying torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2217543Z copying torchgen\packaged\ATen\templates\Operator.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2224030Z copying torchgen\packaged\ATen\templates\Operators.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2230915Z copying torchgen\packaged\ATen\templates\Operators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2243209Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2249308Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2261629Z copying torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2274248Z copying torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2287878Z copying torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2299483Z copying torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2320128Z copying torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2341849Z copying torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2348496Z copying torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2355278Z copying torchgen\packaged\ATen\templates\TensorBody.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2377692Z copying torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2389860Z copying torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2396595Z copying torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2403053Z copying torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2410008Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2436723Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-03-04T20:06:06.2449200Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-04T20:06:06.2452247Z copying torchgen\packaged\autograd\BUILD.bazel -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-04T20:06:06.2458876Z copying torchgen\packaged\autograd\build.bzl -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-04T20:06:06.2464959Z copying torchgen\packaged\autograd\context.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-04T20:06:06.2477818Z copying torchgen\packaged\autograd\deprecated.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-04T20:06:06.2491412Z copying torchgen\packaged\autograd\derivatives.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-04T20:06:06.2572117Z copying torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-04T20:06:06.2583460Z copying torchgen\packaged\autograd\gen_autograd.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-04T20:06:06.2595494Z copying torchgen\packaged\autograd\gen_autograd_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-04T20:06:06.2636596Z copying torchgen\packaged\autograd\gen_inplace_or_view_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-04T20:06:06.2656186Z copying torchgen\packaged\autograd\gen_python_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-04T20:06:06.2689242Z copying torchgen\packaged\autograd\gen_trace_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-04T20:06:06.2706866Z copying torchgen\packaged\autograd\gen_variable_factories.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-04T20:06:06.2718271Z copying torchgen\packaged\autograd\gen_variable_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-04T20:06:06.2763454Z copying torchgen\packaged\autograd\gen_view_funcs.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-04T20:06:06.2775522Z copying torchgen\packaged\autograd\load_derivatives.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-04T20:06:06.2800604Z copying torchgen\packaged\autograd\README.md -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-04T20:06:06.2807043Z copying torchgen\packaged\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-03-04T20:06:06.2811765Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-04T20:06:06.2815226Z copying torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-04T20:06:06.2826759Z copying torchgen\packaged\autograd\templates\annotated_fn_args.py.in -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-04T20:06:06.2833336Z copying torchgen\packaged\autograd\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-04T20:06:06.2851836Z copying torchgen\packaged\autograd\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-04T20:06:06.2864821Z copying torchgen\packaged\autograd\templates\python_enum_tag.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-04T20:06:06.2872263Z copying torchgen\packaged\autograd\templates\python_fft_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-04T20:06:06.2883756Z copying torchgen\packaged\autograd\templates\python_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-04T20:06:06.2898843Z copying torchgen\packaged\autograd\templates\python_functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-04T20:06:06.2905660Z copying torchgen\packaged\autograd\templates\python_linalg_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-04T20:06:06.2919018Z copying torchgen\packaged\autograd\templates\python_nested_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-04T20:06:06.2931586Z copying torchgen\packaged\autograd\templates\python_nn_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-04T20:06:06.2944408Z copying torchgen\packaged\autograd\templates\python_return_types.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-04T20:06:06.2955910Z copying torchgen\packaged\autograd\templates\python_return_types.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-04T20:06:06.2962659Z copying torchgen\packaged\autograd\templates\python_sparse_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-04T20:06:06.2974545Z copying torchgen\packaged\autograd\templates\python_special_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-04T20:06:06.2986227Z copying torchgen\packaged\autograd\templates\python_torch_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-04T20:06:06.2998782Z copying torchgen\packaged\autograd\templates\python_variable_methods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-04T20:06:06.3034289Z copying torchgen\packaged\autograd\templates\TraceType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-04T20:06:06.3046223Z copying torchgen\packaged\autograd\templates\VariableType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-04T20:06:06.3057891Z copying torchgen\packaged\autograd\templates\VariableType.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-04T20:06:06.3069555Z copying torchgen\packaged\autograd\templates\variable_factories.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-04T20:06:06.3086388Z copying torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-04T20:06:06.3094146Z copying torchgen\packaged\autograd\templates\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-03-04T20:06:06.3101055Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2025-03-04T20:06:06.3109161Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-04T20:06:06.3117620Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-03-04T20:06:06.3125610Z copying torch\utils\_config_typing.pyi -> build\lib.win-amd64-cpython-39\torch\utils 2025-03-04T20:06:06.3138869Z copying torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-03-04T20:06:06.3152717Z copying torch\optim\_multi_tensor\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-03-04T20:06:06.3159411Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-03-04T20:06:06.4045322Z running build_ext 2025-03-04T20:06:09.0730909Z -- Building with NumPy bindings 2025-03-04T20:06:09.0731253Z -- Not using cuDNN 2025-03-04T20:06:09.0731473Z -- Not using CUDA 2025-03-04T20:06:09.0731682Z -- Not using XPU 2025-03-04T20:06:09.0731894Z -- Using MKLDNN 2025-03-04T20:06:09.0732231Z -- Not using Compute Library for the Arm architecture with MKLDNN 2025-03-04T20:06:09.0732634Z -- Not using CBLAS in MKLDNN 2025-03-04T20:06:09.0732888Z -- Not using NCCL 2025-03-04T20:06:09.0733759Z -- Building without distributed package 2025-03-04T20:06:09.0734061Z -- Building Executorch 2025-03-04T20:06:09.0734285Z -- Using ITT 2025-03-04T20:06:09.0734956Z 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-04T20:06:09.0736177Z copying functorch\functorch.pyd -> C:\actions-runner\_work\pytorch\pytorch\build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd 2025-03-04T20:06:09.0750502Z building 'torch._C' extension 2025-03-04T20:06:09.0766046Z creating build\temp.win-amd64-cpython-39\Release\torch\csrc 2025-03-04T20:06:09.0777679Z "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-04T20:06:09.1041232Z stub.c 2025-03-04T20:06:09.5581703Z "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-04T20:06:09.5928459Z 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-04T20:06:09.5976179Z Generating code 2025-03-04T20:06:09.6664063Z Finished generating code 2025-03-04T20:06:09.7154664Z 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-04T20:06:09.7210030Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\_distutils\cmd.py:79: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2025-03-04T20:06:09.7217749Z !! 2025-03-04T20:06:09.7217855Z 2025-03-04T20:06:09.7218008Z ******************************************************************************** 2025-03-04T20:06:09.7218402Z Please avoid running ``setup.py`` directly. 2025-03-04T20:06:09.7218787Z Instead, use pypa/build, pypa/installer or other 2025-03-04T20:06:09.7219124Z standards-based tools. 2025-03-04T20:06:09.7219294Z 2025-03-04T20:06:09.7219588Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-03-04T20:06:09.7220087Z ******************************************************************************** 2025-03-04T20:06:09.7220316Z 2025-03-04T20:06:09.7220398Z !! 2025-03-04T20:06:09.7220580Z self.initialize_options() 2025-03-04T20:06:09.7335931Z installing to build\bdist.win-amd64\wheel 2025-03-04T20:06:09.7336408Z running install 2025-03-04T20:06:09.7357673Z running install_lib 2025-03-04T20:06:09.7475178Z creating build\bdist.win-amd64\wheel 2025-03-04T20:06:09.7479943Z creating build\bdist.win-amd64\wheel\functorch 2025-03-04T20:06:09.7483221Z creating build\bdist.win-amd64\wheel\functorch\compile 2025-03-04T20:06:09.7486456Z copying build\lib.win-amd64-cpython-39\functorch\compile\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\compile 2025-03-04T20:06:09.7492119Z creating build\bdist.win-amd64\wheel\functorch\dim 2025-03-04T20:06:09.7495659Z copying build\lib.win-amd64-cpython-39\functorch\dim\batch_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-04T20:06:09.7501148Z copying build\lib.win-amd64-cpython-39\functorch\dim\delayed_mul_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-04T20:06:09.7506538Z copying build\lib.win-amd64-cpython-39\functorch\dim\dim.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-04T20:06:09.7512114Z copying build\lib.win-amd64-cpython-39\functorch\dim\magic_trace.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-04T20:06:09.7522680Z copying build\lib.win-amd64-cpython-39\functorch\dim\op_properties.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-04T20:06:09.7528050Z copying build\lib.win-amd64-cpython-39\functorch\dim\reference.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-04T20:06:09.7533947Z copying build\lib.win-amd64-cpython-39\functorch\dim\tree_map.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-04T20:06:09.7538990Z copying build\lib.win-amd64-cpython-39\functorch\dim\wrap_type.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-04T20:06:09.7544726Z copying build\lib.win-amd64-cpython-39\functorch\dim\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-03-04T20:06:09.7550544Z creating build\bdist.win-amd64\wheel\functorch\einops 2025-03-04T20:06:09.7554209Z copying build\lib.win-amd64-cpython-39\functorch\einops\rearrange.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2025-03-04T20:06:09.7559735Z copying build\lib.win-amd64-cpython-39\functorch\einops\_parsing.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2025-03-04T20:06:09.7565392Z copying build\lib.win-amd64-cpython-39\functorch\einops\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2025-03-04T20:06:09.7570290Z creating build\bdist.win-amd64\wheel\functorch\experimental 2025-03-04T20:06:09.7573662Z copying build\lib.win-amd64-cpython-39\functorch\experimental\control_flow.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2025-03-04T20:06:09.7579378Z copying build\lib.win-amd64-cpython-39\functorch\experimental\ops.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2025-03-04T20:06:09.7585056Z copying build\lib.win-amd64-cpython-39\functorch\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2025-03-04T20:06:09.7590060Z copying build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\functorch 2025-03-04T20:06:09.7604126Z creating build\bdist.win-amd64\wheel\functorch\_src 2025-03-04T20:06:09.7607323Z creating build\bdist.win-amd64\wheel\functorch\_src\aot_autograd 2025-03-04T20:06:09.7610610Z copying build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\aot_autograd 2025-03-04T20:06:09.7615997Z creating build\bdist.win-amd64\wheel\functorch\_src\eager_transforms 2025-03-04T20:06:09.7619330Z copying build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\eager_transforms 2025-03-04T20:06:09.7625530Z creating build\bdist.win-amd64\wheel\functorch\_src\make_functional 2025-03-04T20:06:09.7628673Z copying build\lib.win-amd64-cpython-39\functorch\_src\make_functional\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\make_functional 2025-03-04T20:06:09.7633811Z creating build\bdist.win-amd64\wheel\functorch\_src\vmap 2025-03-04T20:06:09.7642401Z copying build\lib.win-amd64-cpython-39\functorch\_src\vmap\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\vmap 2025-03-04T20:06:09.7648196Z copying build\lib.win-amd64-cpython-39\functorch\_src\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src 2025-03-04T20:06:09.7652484Z copying build\lib.win-amd64-cpython-39\functorch\__init__.py -> build\bdist.win-amd64\wheel\.\functorch 2025-03-04T20:06:09.7658621Z creating build\bdist.win-amd64\wheel\torch 2025-03-04T20:06:09.7661857Z creating build\bdist.win-amd64\wheel\torch\accelerator 2025-03-04T20:06:09.7664986Z copying build\lib.win-amd64-cpython-39\torch\accelerator\_utils.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2025-03-04T20:06:09.7670443Z copying build\lib.win-amd64-cpython-39\torch\accelerator\__init__.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2025-03-04T20:06:09.7675757Z creating build\bdist.win-amd64\wheel\torch\amp 2025-03-04T20:06:09.7679260Z copying build\lib.win-amd64-cpython-39\torch\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\amp 2025-03-04T20:06:09.7684962Z copying build\lib.win-amd64-cpython-39\torch\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\amp 2025-03-04T20:06:09.7690640Z copying build\lib.win-amd64-cpython-39\torch\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\amp 2025-03-04T20:06:09.7695740Z creating build\bdist.win-amd64\wheel\torch\ao 2025-03-04T20:06:09.7698951Z creating build\bdist.win-amd64\wheel\torch\ao\nn 2025-03-04T20:06:09.7706073Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic 2025-03-04T20:06:09.7709690Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\modules 2025-03-04T20:06:09.7711466Z 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-04T20:06:09.7716958Z 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-04T20:06:09.7721669Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat 2025-03-04T20:06:09.7724919Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat\modules 2025-03-04T20:06:09.7728307Z 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-04T20:06:09.7734671Z 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-04T20:06:09.7740425Z 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-04T20:06:09.7745523Z 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-04T20:06:09.7754334Z 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-04T20:06:09.7759513Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized 2025-03-04T20:06:09.7762783Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic 2025-03-04T20:06:09.7766167Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-03-04T20:06:09.7769566Z 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-04T20:06:09.7774972Z 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-04T20:06:09.7779875Z 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-04T20:06:09.7784930Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\modules 2025-03-04T20:06:09.7788178Z 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-04T20:06:09.7793584Z 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-04T20:06:09.7799108Z 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-04T20:06:09.7804417Z 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-04T20:06:09.7809743Z 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-04T20:06:09.7818679Z 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-04T20:06:09.7823633Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic 2025-03-04T20:06:09.7829096Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat 2025-03-04T20:06:09.7832430Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic 2025-03-04T20:06:09.7835779Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic\modules 2025-03-04T20:06:09.7838933Z 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-04T20:06:09.7844328Z 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-04T20:06:09.7849614Z 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-04T20:06:09.7860198Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\modules 2025-03-04T20:06:09.7860977Z 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-04T20:06:09.7864117Z 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-04T20:06:09.7869361Z 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-04T20:06:09.7874785Z 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-04T20:06:09.7879884Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat 2025-03-04T20:06:09.7884977Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable 2025-03-04T20:06:09.7888213Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable\modules 2025-03-04T20:06:09.7891652Z 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-04T20:06:09.7897562Z 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-04T20:06:09.7903370Z 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-04T20:06:09.7908446Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable 2025-03-04T20:06:09.7914516Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized 2025-03-04T20:06:09.7922643Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic 2025-03-04T20:06:09.7926462Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic\modules 2025-03-04T20:06:09.7929743Z 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-04T20:06:09.7936496Z 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-04T20:06:09.7941143Z 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-04T20:06:09.7947560Z 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-04T20:06:09.7952840Z 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-04T20:06:09.7957675Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2025-03-04T20:06:09.7963862Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\modules 2025-03-04T20:06:09.7967121Z 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-04T20:06:09.7972565Z 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-04T20:06:09.7979051Z 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-04T20:06:09.7985332Z 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-04T20:06:09.7990664Z 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-04T20:06:09.8000855Z 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-04T20:06:09.8006252Z 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-04T20:06:09.8011741Z 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-04T20:06:09.8017128Z 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-04T20:06:09.8022540Z 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-04T20:06:09.8027931Z 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-04T20:06:09.8033705Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference 2025-03-04T20:06:09.8041911Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference\modules 2025-03-04T20:06:09.8045253Z 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-04T20:06:09.8050739Z 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-04T20:06:09.8056015Z 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-04T20:06:09.8061763Z 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-04T20:06:09.8067053Z 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-04T20:06:09.8072617Z 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-04T20:06:09.8077637Z 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-04T20:06:09.8082907Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2025-03-04T20:06:09.8088631Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse 2025-03-04T20:06:09.8091932Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized 2025-03-04T20:06:09.8095409Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized\dynamic 2025-03-04T20:06:09.8098843Z 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-04T20:06:09.8104198Z 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-04T20:06:09.8109315Z 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-04T20:06:09.8114791Z 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-04T20:06:09.8120030Z 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-04T20:06:09.8125040Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse 2025-03-04T20:06:09.8129978Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn 2025-03-04T20:06:09.8135374Z creating build\bdist.win-amd64\wheel\torch\ao\ns 2025-03-04T20:06:09.8138565Z creating build\bdist.win-amd64\wheel\torch\ao\ns\fx 2025-03-04T20:06:09.8141890Z 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-04T20:06:09.8147612Z 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-04T20:06:09.8153725Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-03-04T20:06:09.8159267Z 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-04T20:06:09.8164448Z 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-04T20:06:09.8175342Z 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-04T20:06:09.8180717Z 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-04T20:06:09.8185928Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-03-04T20:06:09.8192041Z 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-04T20:06:09.8197566Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-03-04T20:06:09.8201911Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2025-03-04T20:06:09.8207767Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2025-03-04T20:06:09.8213781Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2025-03-04T20:06:09.8218387Z creating build\bdist.win-amd64\wheel\torch\ao\pruning 2025-03-04T20:06:09.8221598Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\scheduler 2025-03-04T20:06:09.8224859Z 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-04T20:06:09.8230545Z 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-04T20:06:09.8236003Z 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-04T20:06:09.8245901Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-03-04T20:06:09.8250010Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\sparsifier 2025-03-04T20:06:09.8253226Z 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-04T20:06:09.8258778Z 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-04T20:06:09.8264208Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-03-04T20:06:09.8274992Z 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-04T20:06:09.8280766Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-03-04T20:06:09.8285287Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental 2025-03-04T20:06:09.8288590Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\activation_sparsifier 2025-03-04T20:06:09.8292102Z 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-04T20:06:09.8298483Z 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-04T20:06:09.8302892Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_scheduler 2025-03-04T20:06:09.8306329Z 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-04T20:06:09.8312404Z 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-04T20:06:09.8317667Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier 2025-03-04T20:06:09.8325757Z 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-04T20:06:09.8331346Z 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-04T20:06:09.8336902Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-03-04T20:06:09.8345612Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-03-04T20:06:09.8349463Z 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-04T20:06:09.8355168Z 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-04T20:06:09.8360712Z 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-04T20:06:09.8369474Z 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-04T20:06:09.8373975Z 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-04T20:06:09.8379436Z 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-04T20:06:09.8385395Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\pruner 2025-03-04T20:06:09.8389037Z 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-04T20:06:09.8394816Z 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-04T20:06:09.8400358Z 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-04T20:06:09.8409923Z 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-04T20:06:09.8415378Z 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-04T20:06:09.8420894Z 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-04T20:06:09.8426752Z 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-04T20:06:09.8432257Z 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-04T20:06:09.8437681Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental 2025-03-04T20:06:09.8442092Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2025-03-04T20:06:09.8451556Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2025-03-04T20:06:09.8457669Z creating build\bdist.win-amd64\wheel\torch\ao\quantization 2025-03-04T20:06:09.8461056Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\backend_config 2025-03-04T20:06:09.8464581Z 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-04T20:06:09.8470518Z 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-04T20:06:09.8476427Z 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-04T20:06:09.8481735Z 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-04T20:06:09.8491953Z 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-04T20:06:09.8496643Z 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-04T20:06:09.8502514Z 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-04T20:06:09.8507787Z 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-04T20:06:09.8513216Z 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-04T20:06:09.8518518Z 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-04T20:06:09.8523981Z 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-04T20:06:09.8529902Z 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-04T20:06:09.8535348Z 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-04T20:06:09.8540631Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-04T20:06:09.8546739Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-04T20:06:09.8556275Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-04T20:06:09.8562095Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx 2025-03-04T20:06:09.8565439Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-04T20:06:09.8571758Z 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-04T20:06:09.8577608Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-04T20:06:09.8583038Z 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-04T20:06:09.8589147Z 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-04T20:06:09.8598819Z 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-04T20:06:09.8604345Z 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-04T20:06:09.8609852Z 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-04T20:06:09.8615336Z 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-04T20:06:09.8620730Z 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-04T20:06:09.8626719Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-04T20:06:09.8633307Z 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-04T20:06:09.8639166Z 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-04T20:06:09.8644326Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\tracer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-04T20:06:09.8649556Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-04T20:06:09.8655319Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_decomposed.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-04T20:06:09.8661387Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-04T20:06:09.8667771Z 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-04T20:06:09.8674187Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx\_model_report 2025-03-04T20:06:09.8677714Z 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-04T20:06:09.8683858Z 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-04T20:06:09.8689659Z 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-04T20:06:09.8699220Z 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-04T20:06:09.8705473Z 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-04T20:06:09.8709761Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-03-04T20:06:09.8715455Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-04T20:06:09.8721856Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e 2025-03-04T20:06:09.8725233Z 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-04T20:06:09.8730645Z 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-04T20:06:09.8736007Z 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-04T20:06:09.8741234Z 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-04T20:06:09.8751186Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-03-04T20:06:09.8756861Z 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-04T20:06:09.8763022Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e\representation 2025-03-04T20:06:09.8766369Z 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-04T20:06:09.8772323Z 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-04T20:06:09.8777250Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-03-04T20:06:09.8783099Z 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-04T20:06:09.8797854Z 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-04T20:06:09.8803373Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-03-04T20:06:09.8807720Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-04T20:06:09.8813380Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig_mapping.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-04T20:06:09.8818908Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-04T20:06:09.8824333Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-04T20:06:09.8830434Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\quantizer 2025-03-04T20:06:09.8833989Z 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-04T20:06:09.8839344Z 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-04T20:06:09.8844569Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-03-04T20:06:09.8854225Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-03-04T20:06:09.8859595Z 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-04T20:06:09.8865874Z 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-04T20:06:09.8871693Z 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-04T20:06:09.8877890Z 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-04T20:06:09.8883221Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-03-04T20:06:09.8888195Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-04T20:06:09.8894267Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-04T20:06:09.8899811Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_pt2e.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-04T20:06:09.8905358Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-04T20:06:09.8910890Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-04T20:06:09.8916969Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-04T20:06:09.8922878Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_correct_bias.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-04T20:06:09.8928586Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-04T20:06:09.8934235Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_learnable_fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-04T20:06:09.8939640Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-03-04T20:06:09.8945091Z copying build\lib.win-amd64-cpython-39\torch\ao\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao 2025-03-04T20:06:09.8951162Z creating build\bdist.win-amd64\wheel\torch\autograd 2025-03-04T20:06:09.8954536Z copying build\lib.win-amd64-cpython-39\torch\autograd\anomaly_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-04T20:06:09.8959949Z copying build\lib.win-amd64-cpython-39\torch\autograd\forward_ad.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-04T20:06:09.8965396Z copying build\lib.win-amd64-cpython-39\torch\autograd\function.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-04T20:06:09.8971324Z copying build\lib.win-amd64-cpython-39\torch\autograd\functional.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-04T20:06:09.8983522Z copying build\lib.win-amd64-cpython-39\torch\autograd\gradcheck.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-04T20:06:09.8990276Z copying build\lib.win-amd64-cpython-39\torch\autograd\grad_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-04T20:06:09.8996009Z copying build\lib.win-amd64-cpython-39\torch\autograd\graph.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-04T20:06:09.9001865Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-04T20:06:09.9008331Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_legacy.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-04T20:06:09.9013907Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_util.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-04T20:06:09.9019884Z copying build\lib.win-amd64-cpython-39\torch\autograd\variable.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-04T20:06:09.9025161Z creating build\bdist.win-amd64\wheel\torch\autograd\_functions 2025-03-04T20:06:09.9028505Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\tensor.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2025-03-04T20:06:09.9034008Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\utils.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2025-03-04T20:06:09.9039260Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2025-03-04T20:06:09.9044485Z copying build\lib.win-amd64-cpython-39\torch\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-03-04T20:06:09.9050517Z creating build\bdist.win-amd64\wheel\torch\backends 2025-03-04T20:06:09.9053899Z creating build\bdist.win-amd64\wheel\torch\backends\cpu 2025-03-04T20:06:09.9057313Z copying build\lib.win-amd64-cpython-39\torch\backends\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cpu 2025-03-04T20:06:09.9062657Z creating build\bdist.win-amd64\wheel\torch\backends\cuda 2025-03-04T20:06:09.9065882Z copying build\lib.win-amd64-cpython-39\torch\backends\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cuda 2025-03-04T20:06:09.9072135Z creating build\bdist.win-amd64\wheel\torch\backends\cudnn 2025-03-04T20:06:09.9075492Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\rnn.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2025-03-04T20:06:09.9097139Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2025-03-04T20:06:09.9097850Z creating build\bdist.win-amd64\wheel\torch\backends\cusparselt 2025-03-04T20:06:09.9098600Z copying build\lib.win-amd64-cpython-39\torch\backends\cusparselt\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cusparselt 2025-03-04T20:06:09.9099399Z creating build\bdist.win-amd64\wheel\torch\backends\kleidiai 2025-03-04T20:06:09.9100128Z copying build\lib.win-amd64-cpython-39\torch\backends\kleidiai\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\kleidiai 2025-03-04T20:06:09.9105730Z creating build\bdist.win-amd64\wheel\torch\backends\mha 2025-03-04T20:06:09.9116074Z copying build\lib.win-amd64-cpython-39\torch\backends\mha\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mha 2025-03-04T20:06:09.9121604Z creating build\bdist.win-amd64\wheel\torch\backends\mkl 2025-03-04T20:06:09.9124727Z copying build\lib.win-amd64-cpython-39\torch\backends\mkl\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkl 2025-03-04T20:06:09.9130203Z creating build\bdist.win-amd64\wheel\torch\backends\mkldnn 2025-03-04T20:06:09.9133628Z copying build\lib.win-amd64-cpython-39\torch\backends\mkldnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkldnn 2025-03-04T20:06:09.9138827Z creating build\bdist.win-amd64\wheel\torch\backends\mps 2025-03-04T20:06:09.9141969Z copying build\lib.win-amd64-cpython-39\torch\backends\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mps 2025-03-04T20:06:09.9147513Z creating build\bdist.win-amd64\wheel\torch\backends\nnpack 2025-03-04T20:06:09.9150751Z copying build\lib.win-amd64-cpython-39\torch\backends\nnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\nnpack 2025-03-04T20:06:09.9156184Z creating build\bdist.win-amd64\wheel\torch\backends\openmp 2025-03-04T20:06:09.9159245Z copying build\lib.win-amd64-cpython-39\torch\backends\openmp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\openmp 2025-03-04T20:06:09.9165252Z creating build\bdist.win-amd64\wheel\torch\backends\opt_einsum 2025-03-04T20:06:09.9168476Z copying build\lib.win-amd64-cpython-39\torch\backends\opt_einsum\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\opt_einsum 2025-03-04T20:06:09.9174051Z creating build\bdist.win-amd64\wheel\torch\backends\quantized 2025-03-04T20:06:09.9177333Z copying build\lib.win-amd64-cpython-39\torch\backends\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\quantized 2025-03-04T20:06:09.9182718Z creating build\bdist.win-amd64\wheel\torch\backends\xeon 2025-03-04T20:06:09.9185850Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\run_cpu.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2025-03-04T20:06:09.9191920Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2025-03-04T20:06:09.9196370Z creating build\bdist.win-amd64\wheel\torch\backends\xnnpack 2025-03-04T20:06:09.9199582Z copying build\lib.win-amd64-cpython-39\torch\backends\xnnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xnnpack 2025-03-04T20:06:09.9204978Z creating build\bdist.win-amd64\wheel\torch\backends\_coreml 2025-03-04T20:06:09.9208163Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\preprocess.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2025-03-04T20:06:09.9213541Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2025-03-04T20:06:09.9218012Z creating build\bdist.win-amd64\wheel\torch\backends\_nnapi 2025-03-04T20:06:09.9221176Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\prepare.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2025-03-04T20:06:09.9226930Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\serializer.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2025-03-04T20:06:09.9235041Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2025-03-04T20:06:09.9238517Z copying build\lib.win-amd64-cpython-39\torch\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends 2025-03-04T20:06:09.9244046Z creating build\bdist.win-amd64\wheel\torch\bin 2025-03-04T20:06:09.9247274Z copying build\lib.win-amd64-cpython-39\torch\bin\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-04T20:06:09.9255811Z copying build\lib.win-amd64-cpython-39\torch\bin\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-04T20:06:09.9301442Z copying build\lib.win-amd64-cpython-39\torch\bin\FileStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-04T20:06:09.9310227Z copying build\lib.win-amd64-cpython-39\torch\bin\protoc.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-04T20:06:09.9339078Z copying build\lib.win-amd64-cpython-39\torch\bin\TCPStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-04T20:06:09.9352910Z copying build\lib.win-amd64-cpython-39\torch\bin\test_api.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-04T20:06:09.9432213Z copying build\lib.win-amd64-cpython-39\torch\bin\test_edge_op_registration.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-04T20:06:09.9441878Z copying build\lib.win-amd64-cpython-39\torch\bin\test_jit.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-04T20:06:09.9494337Z copying build\lib.win-amd64-cpython-39\torch\bin\test_lazy.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-04T20:06:09.9520197Z copying build\lib.win-amd64-cpython-39\torch\bin\test_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-04T20:06:09.9577442Z copying build\lib.win-amd64-cpython-39\torch\bin\tutorial_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-03-04T20:06:09.9584466Z creating build\bdist.win-amd64\wheel\torch\compiler 2025-03-04T20:06:09.9592356Z copying build\lib.win-amd64-cpython-39\torch\compiler\config.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2025-03-04T20:06:09.9597558Z copying build\lib.win-amd64-cpython-39\torch\compiler\_cache.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2025-03-04T20:06:09.9602830Z copying build\lib.win-amd64-cpython-39\torch\compiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2025-03-04T20:06:09.9608591Z creating build\bdist.win-amd64\wheel\torch\contrib 2025-03-04T20:06:09.9611844Z copying build\lib.win-amd64-cpython-39\torch\contrib\_tensorboard_vis.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2025-03-04T20:06:09.9617606Z copying build\lib.win-amd64-cpython-39\torch\contrib\__init__.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2025-03-04T20:06:09.9622191Z creating build\bdist.win-amd64\wheel\torch\cpu 2025-03-04T20:06:09.9625271Z creating build\bdist.win-amd64\wheel\torch\cpu\amp 2025-03-04T20:06:09.9628389Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2025-03-04T20:06:09.9634015Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2025-03-04T20:06:09.9639366Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2025-03-04T20:06:09.9644668Z copying build\lib.win-amd64-cpython-39\torch\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu 2025-03-04T20:06:09.9650350Z creating build\bdist.win-amd64\wheel\torch\cuda 2025-03-04T20:06:09.9653470Z creating build\bdist.win-amd64\wheel\torch\cuda\amp 2025-03-04T20:06:09.9656831Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-03-04T20:06:09.9662276Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\common.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-03-04T20:06:09.9667413Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-03-04T20:06:09.9672782Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-03-04T20:06:09.9677908Z copying build\lib.win-amd64-cpython-39\torch\cuda\comm.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-04T20:06:09.9683035Z copying build\lib.win-amd64-cpython-39\torch\cuda\error.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-04T20:06:09.9687743Z copying build\lib.win-amd64-cpython-39\torch\cuda\gds.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-04T20:06:09.9693299Z copying build\lib.win-amd64-cpython-39\torch\cuda\graphs.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-04T20:06:09.9699950Z copying build\lib.win-amd64-cpython-39\torch\cuda\jiterator.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-04T20:06:09.9711074Z copying build\lib.win-amd64-cpython-39\torch\cuda\memory.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-04T20:06:09.9717159Z copying build\lib.win-amd64-cpython-39\torch\cuda\nccl.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-04T20:06:09.9722941Z copying build\lib.win-amd64-cpython-39\torch\cuda\nvtx.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-04T20:06:09.9728250Z copying build\lib.win-amd64-cpython-39\torch\cuda\profiler.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-04T20:06:09.9733781Z copying build\lib.win-amd64-cpython-39\torch\cuda\random.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-04T20:06:09.9739086Z copying build\lib.win-amd64-cpython-39\torch\cuda\sparse.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-04T20:06:09.9744191Z copying build\lib.win-amd64-cpython-39\torch\cuda\streams.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-04T20:06:09.9749474Z copying build\lib.win-amd64-cpython-39\torch\cuda\tunable.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-04T20:06:09.9755182Z copying build\lib.win-amd64-cpython-39\torch\cuda\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-04T20:06:09.9760486Z copying build\lib.win-amd64-cpython-39\torch\cuda\_memory_viz.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-04T20:06:09.9766293Z copying build\lib.win-amd64-cpython-39\torch\cuda\_sanitizer.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-04T20:06:09.9771989Z copying build\lib.win-amd64-cpython-39\torch\cuda\_utils.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-04T20:06:09.9777288Z copying build\lib.win-amd64-cpython-39\torch\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-03-04T20:06:09.9783990Z creating build\bdist.win-amd64\wheel\torch\distributed 2025-03-04T20:06:09.9787273Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms 2025-03-04T20:06:09.9792478Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\ddp_comm_hooks 2025-03-04T20:06:09.9795928Z 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-04T20:06:09.9801681Z 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-04T20:06:09.9807136Z 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-04T20:06:09.9817006Z 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-04T20:06:09.9822367Z 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-04T20:06:09.9828121Z 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-04T20:06:09.9833641Z 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-04T20:06:09.9839827Z 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-04T20:06:09.9845788Z 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-04T20:06:09.9850834Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\join.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2025-03-04T20:06:09.9856211Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\model_averaging 2025-03-04T20:06:09.9859646Z 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-04T20:06:09.9865376Z 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-04T20:06:09.9870582Z 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-04T20:06:09.9880513Z 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-04T20:06:09.9884896Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_checkpoint 2025-03-04T20:06:09.9892378Z 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-04T20:06:09.9898083Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2025-03-04T20:06:09.9902506Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_comm_hooks 2025-03-04T20:06:09.9905877Z 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-04T20:06:09.9911259Z 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-04T20:06:09.9916367Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_optimizer_overlap 2025-03-04T20:06:09.9919821Z 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-04T20:06:09.9925100Z 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-04T20:06:09.9930725Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_quantization 2025-03-04T20:06:09.9934127Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\quantization.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2025-03-04T20:06:09.9939662Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2025-03-04T20:06:09.9943939Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2025-03-04T20:06:09.9949015Z copying build\lib.win-amd64-cpython-39\torch\distributed\argparse_util.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-04T20:06:09.9954824Z creating build\bdist.win-amd64\wheel\torch\distributed\autograd 2025-03-04T20:06:09.9957974Z copying build\lib.win-amd64-cpython-39\torch\distributed\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\autograd 2025-03-04T20:06:09.9963907Z copying build\lib.win-amd64-cpython-39\torch\distributed\c10d_logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-04T20:06:09.9973866Z creating build\bdist.win-amd64\wheel\torch\distributed\checkpoint 2025-03-04T20:06:09.9977130Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:09.9982551Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\default_planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:09.9988523Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:09.9994659Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\format_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0007761Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0013007Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0018369Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0023788Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0029161Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0034782Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner_helpers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0041076Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\resharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0046423Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\staging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0051746Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\stateful.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0057089Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0063606Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_loader.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0074095Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_saver.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0082285Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\storage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0087475Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0093382Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_checkpointer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0098799Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_save_plans.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0119460Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_tensors.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0120627Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_extension.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0121898Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_fsspec_filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0132117Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_hf_storage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0138649Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_nested_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0144398Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0149790Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_storage_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0155611Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_traverse.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0161460Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_version.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0166442Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-03-04T20:06:10.0171753Z copying build\lib.win-amd64-cpython-39\torch\distributed\collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-04T20:06:10.0177054Z copying build\lib.win-amd64-cpython-39\torch\distributed\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-04T20:06:10.0182464Z copying build\lib.win-amd64-cpython-39\torch\distributed\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-04T20:06:10.0188640Z copying build\lib.win-amd64-cpython-39\torch\distributed\distributed_c10d.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-04T20:06:10.0196649Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic 2025-03-04T20:06:10.0200825Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent 2025-03-04T20:06:10.0203254Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent\server 2025-03-04T20:06:10.0206460Z 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-04T20:06:10.0212954Z 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-04T20:06:10.0218268Z 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-04T20:06:10.0223962Z 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-04T20:06:10.0229199Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent 2025-03-04T20:06:10.0233740Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\control_plane.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2025-03-04T20:06:10.0239378Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\events 2025-03-04T20:06:10.0242543Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2025-03-04T20:06:10.0247908Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2025-03-04T20:06:10.0252806Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2025-03-04T20:06:10.0258086Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\metrics 2025-03-04T20:06:10.0261371Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2025-03-04T20:06:10.0266558Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2025-03-04T20:06:10.0272055Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing 2025-03-04T20:06:10.0279567Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-03-04T20:06:10.0285559Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\errors 2025-03-04T20:06:10.0289411Z 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-04T20:06:10.0294372Z 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-04T20:06:10.0299474Z 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-04T20:06:10.0304736Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\redirects.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-03-04T20:06:10.0310089Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-03-04T20:06:10.0318073Z 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-04T20:06:10.0323376Z 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-04T20:06:10.0328577Z 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-04T20:06:10.0333485Z 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-04T20:06:10.0338745Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-03-04T20:06:10.0344115Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\rendezvous 2025-03-04T20:06:10.0347409Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-04T20:06:10.0353195Z 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-04T20:06:10.0358487Z 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-04T20:06:10.0370152Z 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-04T20:06:10.0376197Z 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-04T20:06:10.0382113Z 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-04T20:06:10.0387546Z 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-04T20:06:10.0392915Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-04T20:06:10.0398233Z 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-04T20:06:10.0403809Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-04T20:06:10.0409452Z 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-04T20:06:10.0415061Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-03-04T20:06:10.0420349Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\timer 2025-03-04T20:06:10.0423630Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-03-04T20:06:10.0429245Z 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-04T20:06:10.0434862Z 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-04T20:06:10.0440719Z 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-04T20:06:10.0451468Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-03-04T20:06:10.0457202Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils 2025-03-04T20:06:10.0460569Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-03-04T20:06:10.0466957Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils\data 2025-03-04T20:06:10.0471559Z 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-04T20:06:10.0477334Z 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-04T20:06:10.0481782Z 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-04T20:06:10.0486920Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\distributed.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-03-04T20:06:10.0492348Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\logging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-03-04T20:06:10.0497700Z 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-04T20:06:10.0507605Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-03-04T20:06:10.0513158Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-03-04T20:06:10.0518460Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2025-03-04T20:06:10.0524326Z creating build\bdist.win-amd64\wheel\torch\distributed\fsdp 2025-03-04T20:06:10.0527426Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-04T20:06:10.0534257Z 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-04T20:06:10.0540343Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\sharded_grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-04T20:06:10.0545966Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\wrap.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-04T20:06:10.0551961Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_common_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-04T20:06:10.0563095Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-04T20:06:10.0568460Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_dynamo_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-04T20:06:10.0574005Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_exec_order_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-04T20:06:10.0580079Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_flat_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-04T20:06:10.0586402Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fsdp_extensions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-04T20:06:10.0593634Z creating build\bdist.win-amd64\wheel\torch\distributed\fsdp\_fully_shard 2025-03-04T20:06:10.0595877Z 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-04T20:06:10.0601873Z 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-04T20:06:10.0608196Z 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-04T20:06:10.0620903Z 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-04T20:06:10.0626452Z 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-04T20:06:10.0632732Z 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-04T20:06:10.0639039Z 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-04T20:06:10.0644921Z 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-04T20:06:10.0650859Z 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-04T20:06:10.0655869Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_init_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-04T20:06:10.0661751Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_limiter_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-04T20:06:10.0667307Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_optim_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-04T20:06:10.0673864Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-04T20:06:10.0680213Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_shard_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-04T20:06:10.0685616Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-04T20:06:10.0691707Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_trace_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-04T20:06:10.0697982Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_traversal_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-04T20:06:10.0702971Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_unshard_param_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-04T20:06:10.0715814Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_wrap_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-04T20:06:10.0721122Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-03-04T20:06:10.0726365Z copying build\lib.win-amd64-cpython-39\torch\distributed\launch.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-04T20:06:10.0731789Z creating build\bdist.win-amd64\wheel\torch\distributed\launcher 2025-03-04T20:06:10.0734965Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2025-03-04T20:06:10.0740205Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2025-03-04T20:06:10.0745384Z copying build\lib.win-amd64-cpython-39\torch\distributed\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-04T20:06:10.0751426Z creating build\bdist.win-amd64\wheel\torch\distributed\nn 2025-03-04T20:06:10.0754759Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\api 2025-03-04T20:06:10.0757985Z 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-04T20:06:10.0763912Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2025-03-04T20:06:10.0768157Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2025-03-04T20:06:10.0774126Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit 2025-03-04T20:06:10.0777378Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\instantiator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2025-03-04T20:06:10.0782878Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit\templates 2025-03-04T20:06:10.0786282Z 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-04T20:06:10.0791760Z 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-04T20:06:10.0796061Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2025-03-04T20:06:10.0800532Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2025-03-04T20:06:10.0805968Z creating build\bdist.win-amd64\wheel\torch\distributed\optim 2025-03-04T20:06:10.0809338Z 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-04T20:06:10.0815133Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adadelta.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-04T20:06:10.0820059Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adagrad.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-04T20:06:10.0831978Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adam.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-04T20:06:10.0837315Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamax.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-04T20:06:10.0842582Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamw.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-04T20:06:10.0848133Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-04T20:06:10.0853591Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-04T20:06:10.0859143Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_sgd.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-04T20:06:10.0864689Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\named_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-04T20:06:10.0870198Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-04T20:06:10.0876193Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\post_localSGD_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-04T20:06:10.0881622Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-04T20:06:10.0887058Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-04T20:06:10.0893784Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-04T20:06:10.0899517Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\_deprecation_warning.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-04T20:06:10.0904743Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-03-04T20:06:10.0910342Z creating build\bdist.win-amd64\wheel\torch\distributed\pipelining 2025-03-04T20:06:10.0913885Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\microbatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-04T20:06:10.0919762Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\schedules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-04T20:06:10.0926336Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\stage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-04T20:06:10.0932606Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-04T20:06:10.0942934Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_debug.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-04T20:06:10.0947973Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_IR.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-04T20:06:10.0954438Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_unflatten.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-04T20:06:10.0959852Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-04T20:06:10.0965457Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-03-04T20:06:10.0970532Z copying build\lib.win-amd64-cpython-39\torch\distributed\remote_device.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-04T20:06:10.0976018Z copying build\lib.win-amd64-cpython-39\torch\distributed\rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-04T20:06:10.0981712Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc 2025-03-04T20:06:10.0984999Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-04T20:06:10.0991405Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\backend_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-04T20:06:10.0997006Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-04T20:06:10.1002671Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\functions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-04T20:06:10.1015593Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\internal.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-04T20:06:10.1020852Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\options.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-04T20:06:10.1026250Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\rref_proxy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-04T20:06:10.1031905Z 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-04T20:06:10.1037494Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc\_testing 2025-03-04T20:06:10.1040874Z 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-04T20:06:10.1046275Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc\_testing 2025-03-04T20:06:10.1051310Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-04T20:06:10.1056687Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-03-04T20:06:10.1063004Z copying build\lib.win-amd64-cpython-39\torch\distributed\run.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-04T20:06:10.1069672Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor 2025-03-04T20:06:10.1073086Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\debug 2025-03-04T20:06:10.1076614Z 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-04T20:06:10.1082691Z 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-04T20:06:10.1088060Z 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-04T20:06:10.1097760Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-03-04T20:06:10.1116002Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-04T20:06:10.1116823Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\experimental 2025-03-04T20:06:10.1117805Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_attention.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-03-04T20:06:10.1120386Z 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-04T20:06:10.1126151Z 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-04T20:06:10.1138164Z 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-04T20:06:10.1143996Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-03-04T20:06:10.1150633Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\parallel 2025-03-04T20:06:10.1152814Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-03-04T20:06:10.1158161Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\ddp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-03-04T20:06:10.1163294Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\fsdp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-03-04T20:06:10.1169383Z 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-04T20:06:10.1176048Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\loss.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-03-04T20:06:10.1182687Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\style.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-03-04T20:06:10.1285225Z 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-04T20:06:10.1290317Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-03-04T20:06:10.1295546Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-03-04T20:06:10.1300464Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-04T20:06:10.1754466Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-04T20:06:10.1760533Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-04T20:06:10.1766284Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-04T20:06:10.1772019Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dtensor_spec.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-04T20:06:10.1777754Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\_ops 2025-03-04T20:06:10.1781022Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-04T20:06:10.1786692Z 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-04T20:06:10.1792187Z 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-04T20:06:10.1797393Z 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-04T20:06:10.1907007Z 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-04T20:06:10.1912596Z 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-04T20:06:10.1917984Z 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-04T20:06:10.1924179Z 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-04T20:06:10.1930045Z 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-04T20:06:10.1936326Z 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-04T20:06:10.1941888Z 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-04T20:06:10.1947827Z 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-04T20:06:10.1954049Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-03-04T20:06:10.1959273Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_op_schema.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-04T20:06:10.1965194Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_random.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-04T20:06:10.1970923Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_redistribute.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-04T20:06:10.1976503Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_sharding_prop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-04T20:06:10.1982399Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_shards_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-04T20:06:10.1988044Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_tp_conv.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-04T20:06:10.1993535Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-04T20:06:10.1998999Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-03-04T20:06:10.2004470Z copying build\lib.win-amd64-cpython-39\torch\distributed\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-04T20:06:10.2010017Z copying build\lib.win-amd64-cpython-39\torch\distributed\_checkpointable.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-04T20:06:10.2015785Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable 2025-03-04T20:06:10.2539920Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\checkpoint_activation.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-03-04T20:06:10.2545544Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\contract.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-03-04T20:06:10.2551979Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable\fsdp 2025-03-04T20:06:10.2555450Z 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-04T20:06:10.2560904Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2025-03-04T20:06:10.2565823Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\replicate.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-03-04T20:06:10.2697461Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-03-04T20:06:10.2702363Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-04T20:06:10.2707946Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-04T20:06:10.2717795Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives_impl.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-04T20:06:10.2720162Z copying build\lib.win-amd64-cpython-39\torch\distributed\_serialization.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-04T20:06:10.2726814Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard 2025-03-04T20:06:10.2730177Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-03-04T20:06:10.2736464Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\checkpoint 2025-03-04T20:06:10.2740226Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\checkpoint 2025-03-04T20:06:10.2746643Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\common_op_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-03-04T20:06:10.2752176Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-03-04T20:06:10.2757984Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\op_registry_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-03-04T20:06:10.2854178Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_optim 2025-03-04T20:06:10.2857352Z 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-04T20:06:10.2862629Z 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-04T20:06:10.2868198Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor 2025-03-04T20:06:10.2871589Z 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-04T20:06:10.2877773Z 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-04T20:06:10.2883070Z 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-04T20:06:10.2888348Z 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-04T20:06:10.2893509Z 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-04T20:06:10.2997321Z 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-04T20:06:10.3002374Z 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-04T20:06:10.3007705Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor\_ops 2025-03-04T20:06:10.3011039Z 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-04T20:06:10.3016396Z 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-04T20:06:10.3022511Z 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-04T20:06:10.3026905Z 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-04T20:06:10.3032427Z 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-04T20:06:10.3163097Z 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-04T20:06:10.3168417Z 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-04T20:06:10.3173977Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharder.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-03-04T20:06:10.3179469Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_plan 2025-03-04T20:06:10.3184068Z 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-04T20:06:10.3188884Z 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-04T20:06:10.3194137Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec 2025-03-04T20:06:10.3197453Z 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-04T20:06:10.3202957Z 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-04T20:06:10.3208411Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-03-04T20:06:10.3300349Z 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-04T20:06:10.3305980Z 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-04T20:06:10.3311891Z 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-04T20:06:10.3422236Z 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-04T20:06:10.3426561Z 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-04T20:06:10.3431959Z 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-04T20:06:10.3436846Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-03-04T20:06:10.3442078Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-03-04T20:06:10.3447433Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharded_tensor 2025-03-04T20:06:10.3450764Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharded_tensor 2025-03-04T20:06:10.3455960Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharding_spec 2025-03-04T20:06:10.3459435Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharding_spec 2025-03-04T20:06:10.3464608Z copying build\lib.win-amd64-cpython-39\torch\distributed\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-04T20:06:10.3470873Z creating build\bdist.win-amd64\wheel\torch\distributed\_symmetric_memory 2025-03-04T20:06:10.3474853Z copying build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_symmetric_memory 2025-03-04T20:06:10.3481164Z creating build\bdist.win-amd64\wheel\torch\distributed\_tensor 2025-03-04T20:06:10.3900149Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2025-03-04T20:06:10.3905882Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2025-03-04T20:06:10.3911347Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2025-03-04T20:06:10.3916760Z creating build\bdist.win-amd64\wheel\torch\distributed\_tools 2025-03-04T20:06:10.3919800Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\fsdp2_mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-04T20:06:10.3925937Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\ilp_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-04T20:06:10.3931654Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\memory_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-04T20:06:10.3937536Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-04T20:06:10.3948070Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mod_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-04T20:06:10.3954067Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\runtime_estimator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-04T20:06:10.3960050Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\sac_estimator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-04T20:06:10.3966081Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\sac_ilp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-04T20:06:10.3971525Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-03-04T20:06:10.3976985Z copying build\lib.win-amd64-cpython-39\torch\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-03-04T20:06:10.3983371Z creating build\bdist.win-amd64\wheel\torch\distributions 2025-03-04T20:06:10.3986914Z copying build\lib.win-amd64-cpython-39\torch\distributions\bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.3992561Z copying build\lib.win-amd64-cpython-39\torch\distributions\beta.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.3997907Z copying build\lib.win-amd64-cpython-39\torch\distributions\binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4003228Z copying build\lib.win-amd64-cpython-39\torch\distributions\categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4013683Z copying build\lib.win-amd64-cpython-39\torch\distributions\cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4019003Z copying build\lib.win-amd64-cpython-39\torch\distributions\chi2.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4025068Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraints.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4030581Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraint_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4036019Z copying build\lib.win-amd64-cpython-39\torch\distributions\continuous_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4040554Z copying build\lib.win-amd64-cpython-39\torch\distributions\dirichlet.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4046575Z copying build\lib.win-amd64-cpython-39\torch\distributions\distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4051755Z copying build\lib.win-amd64-cpython-39\torch\distributions\exponential.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4057100Z copying build\lib.win-amd64-cpython-39\torch\distributions\exp_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4062600Z copying build\lib.win-amd64-cpython-39\torch\distributions\fishersnedecor.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4068015Z copying build\lib.win-amd64-cpython-39\torch\distributions\gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4073450Z copying build\lib.win-amd64-cpython-39\torch\distributions\geometric.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4078954Z copying build\lib.win-amd64-cpython-39\torch\distributions\gumbel.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4084264Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4089717Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4095369Z copying build\lib.win-amd64-cpython-39\torch\distributions\independent.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4100842Z copying build\lib.win-amd64-cpython-39\torch\distributions\inverse_gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4106315Z copying build\lib.win-amd64-cpython-39\torch\distributions\kl.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4112366Z copying build\lib.win-amd64-cpython-39\torch\distributions\kumaraswamy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4122485Z copying build\lib.win-amd64-cpython-39\torch\distributions\laplace.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4127744Z copying build\lib.win-amd64-cpython-39\torch\distributions\lkj_cholesky.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4133448Z copying build\lib.win-amd64-cpython-39\torch\distributions\logistic_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4138884Z copying build\lib.win-amd64-cpython-39\torch\distributions\log_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4144453Z copying build\lib.win-amd64-cpython-39\torch\distributions\lowrank_multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4150770Z copying build\lib.win-amd64-cpython-39\torch\distributions\mixture_same_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4156329Z copying build\lib.win-amd64-cpython-39\torch\distributions\multinomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4161909Z copying build\lib.win-amd64-cpython-39\torch\distributions\multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4167370Z copying build\lib.win-amd64-cpython-39\torch\distributions\negative_binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4177033Z copying build\lib.win-amd64-cpython-39\torch\distributions\normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4182783Z copying build\lib.win-amd64-cpython-39\torch\distributions\one_hot_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4188174Z copying build\lib.win-amd64-cpython-39\torch\distributions\pareto.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4193486Z copying build\lib.win-amd64-cpython-39\torch\distributions\poisson.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4198729Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4204342Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4209842Z copying build\lib.win-amd64-cpython-39\torch\distributions\studentT.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4215538Z copying build\lib.win-amd64-cpython-39\torch\distributions\transformed_distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4220885Z copying build\lib.win-amd64-cpython-39\torch\distributions\transforms.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4226912Z copying build\lib.win-amd64-cpython-39\torch\distributions\uniform.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4232150Z copying build\lib.win-amd64-cpython-39\torch\distributions\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4237420Z copying build\lib.win-amd64-cpython-39\torch\distributions\von_mises.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4242794Z copying build\lib.win-amd64-cpython-39\torch\distributions\weibull.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4253441Z copying build\lib.win-amd64-cpython-39\torch\distributions\wishart.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4258701Z copying build\lib.win-amd64-cpython-39\torch\distributions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-03-04T20:06:10.4264405Z creating build\bdist.win-amd64\wheel\torch\export 2025-03-04T20:06:10.4267668Z copying build\lib.win-amd64-cpython-39\torch\export\custom_obj.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-04T20:06:10.4273097Z copying build\lib.win-amd64-cpython-39\torch\export\custom_ops.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-04T20:06:10.4278484Z copying build\lib.win-amd64-cpython-39\torch\export\decomp_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-04T20:06:10.4284297Z copying build\lib.win-amd64-cpython-39\torch\export\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-04T20:06:10.4295947Z creating build\bdist.win-amd64\wheel\torch\export\experimental 2025-03-04T20:06:10.4299814Z copying build\lib.win-amd64-cpython-39\torch\export\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\experimental 2025-03-04T20:06:10.4305714Z copying build\lib.win-amd64-cpython-39\torch\export\exported_program.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-04T20:06:10.4312838Z copying build\lib.win-amd64-cpython-39\torch\export\graph_signature.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-04T20:06:10.4319679Z creating build\bdist.win-amd64\wheel\torch\export\passes 2025-03-04T20:06:10.4322951Z copying build\lib.win-amd64-cpython-39\torch\export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\passes 2025-03-04T20:06:10.4328527Z copying build\lib.win-amd64-cpython-39\torch\export\unflatten.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-04T20:06:10.4335229Z copying build\lib.win-amd64-cpython-39\torch\export\_draft_export.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-04T20:06:10.4341581Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_auto_functionalized_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-04T20:06:10.4346915Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_effect_tokens_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-04T20:06:10.4352521Z copying build\lib.win-amd64-cpython-39\torch\export\_safeguard.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-04T20:06:10.4357794Z copying build\lib.win-amd64-cpython-39\torch\export\_swap.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-04T20:06:10.4363740Z copying build\lib.win-amd64-cpython-39\torch\export\_trace.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-04T20:06:10.4370247Z copying build\lib.win-amd64-cpython-39\torch\export\_tree_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-04T20:06:10.4375535Z copying build\lib.win-amd64-cpython-39\torch\export\_unlift.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-04T20:06:10.4380761Z copying build\lib.win-amd64-cpython-39\torch\export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-03-04T20:06:10.4386700Z creating build\bdist.win-amd64\wheel\torch\fft 2025-03-04T20:06:10.4389870Z copying build\lib.win-amd64-cpython-39\torch\fft\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fft 2025-03-04T20:06:10.4396652Z creating build\bdist.win-amd64\wheel\torch\func 2025-03-04T20:06:10.4399776Z copying build\lib.win-amd64-cpython-39\torch\func\__init__.py -> build\bdist.win-amd64\wheel\.\torch\func 2025-03-04T20:06:10.4404870Z copying build\lib.win-amd64-cpython-39\torch\functional.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:10.4411617Z creating build\bdist.win-amd64\wheel\torch\futures 2025-03-04T20:06:10.4414794Z copying build\lib.win-amd64-cpython-39\torch\futures\__init__.py -> build\bdist.win-amd64\wheel\.\torch\futures 2025-03-04T20:06:10.4420384Z creating build\bdist.win-amd64\wheel\torch\fx 2025-03-04T20:06:10.4423484Z copying build\lib.win-amd64-cpython-39\torch\fx\annotate.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-04T20:06:10.4428813Z copying build\lib.win-amd64-cpython-39\torch\fx\config.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-04T20:06:10.4434244Z creating build\bdist.win-amd64\wheel\torch\fx\experimental 2025-03-04T20:06:10.4437569Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\accelerator_partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-04T20:06:10.4443403Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\const_fold.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-04T20:06:10.4448732Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\debug.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-04T20:06:10.4459062Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\graph_gradual_typechecker.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-04T20:06:10.4464909Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\merge_matmul.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-04T20:06:10.4470408Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\meta_tracer.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-04T20:06:10.4476034Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\migrate_gradual_types 2025-03-04T20:06:10.4479615Z 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-04T20:06:10.4485544Z 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-04T20:06:10.4491837Z 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-04T20:06:10.4503659Z 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-04T20:06:10.4508724Z 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-04T20:06:10.4514534Z 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-04T20:06:10.4520335Z 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-04T20:06:10.4525925Z 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-04T20:06:10.4530146Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\normalize.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-04T20:06:10.4536315Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\optimization.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-04T20:06:10.4542912Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\partitioner_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-04T20:06:10.4548794Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\proxy_tensor.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-04T20:06:10.4564642Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\recording.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-04T20:06:10.4565849Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\refinement_types.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-04T20:06:10.4567929Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-04T20:06:10.4578917Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\schema_type_annotation.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-04T20:06:10.4582226Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\symbolic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-04T20:06:10.4591220Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\sym_node.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-04T20:06:10.4597860Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification 2025-03-04T20:06:10.4601321Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\core.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-03-04T20:06:10.4606702Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\dispatch.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-03-04T20:06:10.4611657Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\match.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-03-04T20:06:10.4616717Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\more.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-03-04T20:06:10.4622208Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification\multipledispatch 2025-03-04T20:06:10.4631127Z 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-04T20:06:10.4636322Z 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-04T20:06:10.4641696Z 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-04T20:06:10.4647229Z 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-04T20:06:10.4653221Z 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-04T20:06:10.4663365Z 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-04T20:06:10.4668276Z 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-04T20:06:10.4673730Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-03-04T20:06:10.4678929Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\variable.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-03-04T20:06:10.4684052Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-03-04T20:06:10.4689080Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unify_refinements.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-04T20:06:10.4694409Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\validator.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-04T20:06:10.4704078Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_backward_state.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-04T20:06:10.4709713Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_config.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-04T20:06:10.4715109Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_constant_symnode.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-04T20:06:10.4720458Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_dynamism.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-04T20:06:10.4725932Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-03-04T20:06:10.4730169Z copying build\lib.win-amd64-cpython-39\torch\fx\graph.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-04T20:06:10.4736518Z copying build\lib.win-amd64-cpython-39\torch\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-04T20:06:10.4746837Z copying build\lib.win-amd64-cpython-39\torch\fx\immutable_collections.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-04T20:06:10.4752229Z copying build\lib.win-amd64-cpython-39\torch\fx\interpreter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-04T20:06:10.4758087Z copying build\lib.win-amd64-cpython-39\torch\fx\node.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-04T20:06:10.4764183Z copying build\lib.win-amd64-cpython-39\torch\fx\operator_schemas.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-04T20:06:10.4770431Z creating build\bdist.win-amd64\wheel\torch\fx\passes 2025-03-04T20:06:10.4773747Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\annotate_getitem_nodes.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-04T20:06:10.4779209Z creating build\bdist.win-amd64\wheel\torch\fx\passes\backends 2025-03-04T20:06:10.4782388Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2025-03-04T20:06:10.4787986Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2025-03-04T20:06:10.4792671Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect 2025-03-04T20:06:10.4795799Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect\common 2025-03-04T20:06:10.4799016Z 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-04T20:06:10.4804474Z 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-04T20:06:10.4808940Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\dialect 2025-03-04T20:06:10.4813378Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\fake_tensor_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-04T20:06:10.4818960Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_drawer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-04T20:06:10.4830564Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_manipulation.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-04T20:06:10.4836147Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_transform_observer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-04T20:06:10.4842642Z creating build\bdist.win-amd64\wheel\torch\fx\passes\infra 2025-03-04T20:06:10.4845884Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-03-04T20:06:10.4852137Z 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-04T20:06:10.4857588Z 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-04T20:06:10.4863006Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-03-04T20:06:10.4873830Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\net_min_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-04T20:06:10.4880217Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\operator_support.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-04T20:06:10.4885664Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\param_fetch.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-04T20:06:10.4891023Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-04T20:06:10.4896525Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-04T20:06:10.4903081Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\runtime_assert.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-04T20:06:10.4909057Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\shape_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-04T20:06:10.4914785Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\splitter_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-04T20:06:10.4920724Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_module.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-04T20:06:10.4926859Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-04T20:06:10.4932868Z creating build\bdist.win-amd64\wheel\torch\fx\passes\tests 2025-03-04T20:06:10.4936122Z 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-04T20:06:10.4941671Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\tests 2025-03-04T20:06:10.4946232Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tools_common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-04T20:06:10.4951985Z creating build\bdist.win-amd64\wheel\torch\fx\passes\utils 2025-03-04T20:06:10.4959680Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-03-04T20:06:10.4964997Z 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-04T20:06:10.4970544Z 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-04T20:06:10.4976524Z 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-04T20:06:10.4986428Z 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-04T20:06:10.4992137Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-03-04T20:06:10.4997462Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\_tensorify_python_scalars.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-04T20:06:10.5003038Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-03-04T20:06:10.5008715Z copying build\lib.win-amd64-cpython-39\torch\fx\proxy.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-04T20:06:10.5014637Z copying build\lib.win-amd64-cpython-39\torch\fx\subgraph_rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-04T20:06:10.5020103Z copying build\lib.win-amd64-cpython-39\torch\fx\tensor_type.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-04T20:06:10.5025565Z copying build\lib.win-amd64-cpython-39\torch\fx\traceback.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-04T20:06:10.5031078Z copying build\lib.win-amd64-cpython-39\torch\fx\_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-04T20:06:10.5036611Z copying build\lib.win-amd64-cpython-39\torch\fx\_graph_pickler.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-04T20:06:10.5042631Z copying build\lib.win-amd64-cpython-39\torch\fx\_lazy_graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-04T20:06:10.5047964Z copying build\lib.win-amd64-cpython-39\torch\fx\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-04T20:06:10.5053334Z copying build\lib.win-amd64-cpython-39\torch\fx\_symbolic_trace.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-04T20:06:10.5059684Z copying build\lib.win-amd64-cpython-39\torch\fx\_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-04T20:06:10.5065040Z copying build\lib.win-amd64-cpython-39\torch\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-03-04T20:06:10.5070544Z copying build\lib.win-amd64-cpython-39\torch\hub.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:10.5077029Z creating build\bdist.win-amd64\wheel\torch\include 2025-03-04T20:06:10.5081949Z creating build\bdist.win-amd64\wheel\torch\include\ATen 2025-03-04T20:06:10.5085465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\AccumulateType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.5091164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.5096055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ATen.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.5101301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\autocast_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.5107312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.5117626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.5122921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\BlasBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.5129048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CachedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.5134489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ceil_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.5139465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\code_template.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.5144977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CollapseDims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.5151134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.5156633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.5163143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.5168698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.5174664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.5180374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.5186771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.5192737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.5202341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.5207544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Context.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.5215105Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core 2025-03-04T20:06:10.5218364Z 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-04T20:06:10.5223707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5229162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5234233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenOpList.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5243983Z 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-04T20:06:10.5249303Z 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-04T20:06:10.5256542Z 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-04T20:06:10.5261903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5268256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5274672Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing 2025-03-04T20:06:10.5278081Z 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-04T20:06:10.5283603Z 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-04T20:06:10.5289601Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing\impl 2025-03-04T20:06:10.5293229Z 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-04T20:06:10.5298897Z 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-04T20:06:10.5304806Z 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-04T20:06:10.5310396Z 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-04T20:06:10.5320590Z 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-04T20:06:10.5325966Z 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-04T20:06:10.5336117Z 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-04T20:06:10.5341813Z 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-04T20:06:10.5347213Z 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-04T20:06:10.5352862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5358890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CheckMemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5364302Z 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-04T20:06:10.5369770Z 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-04T20:06:10.5375379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5381519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5386997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5392458Z 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-04T20:06:10.5397858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5403872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5410226Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\dispatch 2025-03-04T20:06:10.5413721Z 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-04T20:06:10.5419203Z 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-04T20:06:10.5425296Z 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-04T20:06:10.5430855Z 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-04T20:06:10.5441016Z 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-04T20:06:10.5446700Z 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-04T20:06:10.5452261Z 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-04T20:06:10.5457681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DistributionsHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5467896Z 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-04T20:06:10.5473517Z 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-04T20:06:10.5478876Z 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-04T20:06:10.5484428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5490004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5495462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5501059Z 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-04T20:06:10.5507274Z 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-04T20:06:10.5512924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5518708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5524243Z 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-04T20:06:10.5533855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5539673Z 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-04T20:06:10.5545165Z 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-04T20:06:10.5550700Z 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-04T20:06:10.5556464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5562899Z 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-04T20:06:10.5569473Z 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-04T20:06:10.5574893Z 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-04T20:06:10.5581331Z 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-04T20:06:10.5587474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\LegacyTypeDispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5596919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5602689Z 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-04T20:06:10.5608000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\MT19937RNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5613512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5619029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5624706Z 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-04T20:06:10.5630616Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\op_registration 2025-03-04T20:06:10.5634112Z 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-04T20:06:10.5639502Z 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-04T20:06:10.5644913Z 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-04T20:06:10.5650483Z 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-04T20:06:10.5660302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PhiloxRNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5665934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonFallbackKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5671600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5676991Z 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-04T20:06:10.5686698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\QuantizerBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5692052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5697576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Reduction.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5702704Z 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-04T20:06:10.5708031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5713020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5718283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5723483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\symbol.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5728567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5734216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5739548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5746821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBody.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5764349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TorchDispatchUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5770304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TransformationHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5775943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5781243Z 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-04T20:06:10.5787387Z 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-04T20:06:10.5793069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5798290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UnsafeFromTH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5803943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\VariableHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5809367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Variadic.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5814750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Vitals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-03-04T20:06:10.5820369Z 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-04T20:06:10.5826187Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu 2025-03-04T20:06:10.5829702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\FlushDenormal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2025-03-04T20:06:10.5834882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2025-03-04T20:06:10.5840370Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec 2025-03-04T20:06:10.5843740Z 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-04T20:06:10.5848940Z 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-04T20:06:10.5854510Z 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-04T20:06:10.5860510Z 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-04T20:06:10.5870498Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\sve 2025-03-04T20:06:10.5873907Z 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-04T20:06:10.5879440Z 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-04T20:06:10.5884988Z 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-04T20:06:10.5890803Z 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-04T20:06:10.5901098Z 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-04T20:06:10.5906930Z 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-04T20:06:10.5912907Z 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-04T20:06:10.5918449Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec128 2025-03-04T20:06:10.5921838Z 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-04T20:06:10.5927222Z 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-04T20:06:10.5933182Z 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-04T20:06:10.5938604Z 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-04T20:06:10.5949774Z 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-04T20:06:10.5956231Z 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-04T20:06:10.5961894Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256 2025-03-04T20:06:10.5965348Z 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-04T20:06:10.5970778Z 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-04T20:06:10.5976042Z 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-04T20:06:10.5981304Z 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-04T20:06:10.5993252Z 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-04T20:06:10.5998701Z 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-04T20:06:10.6004889Z 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-04T20:06:10.6010671Z 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-04T20:06:10.6016098Z 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-04T20:06:10.6021723Z 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-04T20:06:10.6027755Z 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-04T20:06:10.6033369Z 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-04T20:06:10.6039769Z 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-04T20:06:10.6045192Z 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-04T20:06:10.6051790Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\vsx 2025-03-04T20:06:10.6055405Z 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-04T20:06:10.6060767Z 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-04T20:06:10.6066250Z 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-04T20:06:10.6076452Z 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-04T20:06:10.6082401Z 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-04T20:06:10.6088297Z 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-04T20:06:10.6094211Z 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-04T20:06:10.6099757Z 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-04T20:06:10.6105480Z 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-04T20:06:10.6111334Z 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-04T20:06:10.6116913Z 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-04T20:06:10.6122945Z 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-04T20:06:10.6128889Z 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-04T20:06:10.6135027Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\zarch 2025-03-04T20:06:10.6138325Z 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-04T20:06:10.6145244Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec512 2025-03-04T20:06:10.6148666Z 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-04T20:06:10.6154280Z 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-04T20:06:10.6160835Z 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-04T20:06:10.6166770Z 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-04T20:06:10.6176845Z 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-04T20:06:10.6182755Z 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-04T20:06:10.6190206Z 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-04T20:06:10.6196455Z 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-04T20:06:10.6203926Z 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-04T20:06:10.6210141Z 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-04T20:06:10.6217458Z 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-04T20:06:10.6224578Z 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-04T20:06:10.6230651Z 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-04T20:06:10.6236607Z 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-04T20:06:10.6242058Z 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-04T20:06:10.6247604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vml.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2025-03-04T20:06:10.6253388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUApplyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6258968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFixedAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6264555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6270012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6277173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6283216Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda 2025-03-04T20:06:10.6286638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6292042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\AsmUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6297253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6302184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Atomic.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6308009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6317617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6323392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6328644Z 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-04T20:06:10.6334071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6339860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDABlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6345255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6350494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContextLight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6355870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADataType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6361718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6366874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6372378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6377925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraph.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6383573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6388984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6394590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6400154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6409859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6414879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6420370Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\detail 2025-03-04T20:06:10.6423660Z 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-04T20:06:10.6429589Z 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-04T20:06:10.6434861Z 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-04T20:06:10.6440059Z 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-04T20:06:10.6450332Z 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-04T20:06:10.6455614Z 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-04T20:06:10.6460775Z 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-04T20:06:10.6466138Z 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-04T20:06:10.6471473Z 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-04T20:06:10.6476906Z 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-04T20:06:10.6482741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\DeviceUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6487903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6493206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6498628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6504112Z 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-04T20:06:10.6509600Z 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-04T20:06:10.6514984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\NumericLimits.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6524868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PeerToPeerAccess.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6529960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxCudaState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6535326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6541031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6546146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ScanUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6552188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Sleep.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6557226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ThrustAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-03-04T20:06:10.6562712Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\tunable 2025-03-04T20:06:10.6566155Z 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-04T20:06:10.6571580Z 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-04T20:06:10.6577413Z 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-04T20:06:10.6582897Z 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-04T20:06:10.6594269Z 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-04T20:06:10.6599517Z 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-04T20:06:10.6605416Z 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-04T20:06:10.6611007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6620883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6627176Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cudnn 2025-03-04T20:06:10.6630525Z 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-04T20:06:10.6635681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-03-04T20:06:10.6640985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-03-04T20:06:10.6646136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handles.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-03-04T20:06:10.6651002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-03-04T20:06:10.6660456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-03-04T20:06:10.6665845Z creating build\bdist.win-amd64\wheel\torch\include\ATen\detail 2025-03-04T20:06:10.6669222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-04T20:06:10.6674704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\CUDAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-04T20:06:10.6680034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\FunctionTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-04T20:06:10.6691961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HIPHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-04T20:06:10.6697676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-04T20:06:10.6703839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\IPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-04T20:06:10.6709714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MAIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-04T20:06:10.6716225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MPSHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-04T20:06:10.6722192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MTIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-04T20:06:10.6728116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-04T20:06:10.6733394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\XPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-03-04T20:06:10.6738938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6744376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6750285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6755873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6760855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6765973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6771853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch_v2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6778133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\div_rtn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6783431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DLConvertor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6788715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\dlpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6798800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DynamicLibrary.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6804200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6810015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6815518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6821570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6826600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalStorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6832577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalTensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6838627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Functions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6845235Z creating build\bdist.win-amd64\wheel\torch\include\ATen\functorch 2025-03-04T20:06:10.6848573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\ADInterpreters.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-04T20:06:10.6853998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-04T20:06:10.6859555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-04T20:06:10.6872151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-04T20:06:10.6877452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchRulesHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-04T20:06:10.6883236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\DynamicLayer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-04T20:06:10.6888562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-04T20:06:10.6893808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Interpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-04T20:06:10.6899216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-04T20:06:10.6904700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-04T20:06:10.6909940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\PlumbingHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-04T20:06:10.6920399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\TensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-04T20:06:10.6923621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\VmapInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-03-04T20:06:10.6928937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FuncTorchTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6940914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6946502Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip 2025-03-04T20:06:10.6949927Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip\impl 2025-03-04T20:06:10.6953538Z 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-04T20:06:10.6959028Z 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-04T20:06:10.6964364Z 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-04T20:06:10.6974892Z 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-04T20:06:10.6980218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InferSize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6985634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InitialTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6990969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jiterator_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.6996247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jit_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.7001366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.7006446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.7012030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.7017487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.7031074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.7036692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LinalgBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.7042024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MapAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.7047322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MatrixRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.7052809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MemoryOverlap.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.7058125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.7063720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.7069362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.7075536Z creating build\bdist.win-amd64\wheel\torch\include\ATen\miopen 2025-03-04T20:06:10.7078773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-03-04T20:06:10.7084694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-03-04T20:06:10.7089974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-03-04T20:06:10.7095319Z 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-04T20:06:10.7107657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-03-04T20:06:10.7113218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-03-04T20:06:10.7118733Z creating build\bdist.win-amd64\wheel\torch\include\ATen\mps 2025-03-04T20:06:10.7122099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-04T20:06:10.7128087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\IndexKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-04T20:06:10.7134138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-04T20:06:10.7140500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocatorInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-04T20:06:10.7151173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-04T20:06:10.7156887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-04T20:06:10.7162325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-04T20:06:10.7167696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-04T20:06:10.7173206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-04T20:06:10.7178560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-04T20:06:10.7184620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSStream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-03-04T20:06:10.7189986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.7199634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.7206683Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native 2025-03-04T20:06:10.7210237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7215642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AdaptivePooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7220898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AmpKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7226154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BatchLinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7236806Z 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-04T20:06:10.7242387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BinaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7247854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BucketizationUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7253211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CanUse32BitIndexMath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7258204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ComplexHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7263612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7269021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7274486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvolutionMM3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7279514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7285600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7291210Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cpu 2025-03-04T20:06:10.7294542Z 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-04T20:06:10.7300224Z 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-04T20:06:10.7305858Z 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-04T20:06:10.7311079Z 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-04T20:06:10.7322665Z 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-04T20:06:10.7327899Z 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-04T20:06:10.7333967Z 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-04T20:06:10.7339788Z 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-04T20:06:10.7345215Z 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-04T20:06:10.7350653Z 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-04T20:06:10.7356066Z 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-04T20:06:10.7361369Z 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-04T20:06:10.7366669Z 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-04T20:06:10.7371851Z 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-04T20:06:10.7377118Z 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-04T20:06:10.7382546Z 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-04T20:06:10.7388037Z 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-04T20:06:10.7393699Z 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-04T20:06:10.7399181Z 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-04T20:06:10.7404412Z 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-04T20:06:10.7418715Z 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-04T20:06:10.7424039Z 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-04T20:06:10.7429686Z 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-04T20:06:10.7435140Z 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-04T20:06:10.7440635Z 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-04T20:06:10.7446359Z 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-04T20:06:10.7451797Z 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-04T20:06:10.7457263Z 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-04T20:06:10.7463691Z 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-04T20:06:10.7469213Z 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-04T20:06:10.7479549Z 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-04T20:06:10.7484968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7490475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7495865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7502188Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cuda 2025-03-04T20:06:10.7505652Z 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-04T20:06:10.7511316Z 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-04T20:06:10.7516613Z 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-04T20:06:10.7521962Z 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-04T20:06:10.7531870Z 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-04T20:06:10.7536998Z 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-04T20:06:10.7542513Z 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-04T20:06:10.7548074Z 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-04T20:06:10.7554356Z 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-04T20:06:10.7559873Z 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-04T20:06:10.7565771Z 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-04T20:06:10.7572048Z 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-04T20:06:10.7579148Z 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-04T20:06:10.7584491Z 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-04T20:06:10.7590232Z 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-04T20:06:10.7595741Z 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-04T20:06:10.7601527Z 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-04T20:06:10.7607162Z 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-04T20:06:10.7617310Z 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-04T20:06:10.7622800Z 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-04T20:06:10.7628679Z 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-04T20:06:10.7634282Z 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-04T20:06:10.7640139Z 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-04T20:06:10.7646086Z 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-04T20:06:10.7651894Z 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-04T20:06:10.7657587Z 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-04T20:06:10.7663644Z 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-04T20:06:10.7670078Z 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-04T20:06:10.7680519Z 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-04T20:06:10.7685932Z 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-04T20:06:10.7693773Z 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-04T20:06:10.7699915Z 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-04T20:06:10.7705736Z 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-04T20:06:10.7711271Z 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-04T20:06:10.7718446Z 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-04T20:06:10.7723944Z 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-04T20:06:10.7729192Z 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-04T20:06:10.7734987Z 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-04T20:06:10.7741123Z 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-04T20:06:10.7746558Z 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-04T20:06:10.7756494Z 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-04T20:06:10.7762028Z 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-04T20:06:10.7767095Z 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-04T20:06:10.7772432Z 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-04T20:06:10.7778282Z 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-04T20:06:10.7783445Z 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-04T20:06:10.7788595Z 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-04T20:06:10.7794192Z 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-04T20:06:10.7799529Z 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-04T20:06:10.7805125Z 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-04T20:06:10.7810981Z 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-04T20:06:10.7821025Z 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-04T20:06:10.7826325Z 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-04T20:06:10.7832372Z 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-04T20:06:10.7837914Z 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-04T20:06:10.7843320Z 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-04T20:06:10.7848781Z 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-04T20:06:10.7854480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DilatedConvolutionUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7860196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DispatchStub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7869759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7875355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distributions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7881314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7887333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\EmbeddingBag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7892841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7897913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ForeachUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7903896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FractionalMaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7909525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7915082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7920359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7925961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedSGD.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7931100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7940756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7946813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSamplerUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7952427Z 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-04T20:06:10.7958548Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\hip 2025-03-04T20:06:10.7962020Z 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-04T20:06:10.7967105Z 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-04T20:06:10.7972407Z 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-04T20:06:10.7977843Z 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-04T20:06:10.7983241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7988748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.7994302Z 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-04T20:06:10.7999951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8005390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8011432Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\kleidiai 2025-03-04T20:06:10.8014926Z 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-04T20:06:10.8020396Z 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-04T20:06:10.8026180Z 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-04T20:06:10.8031639Z 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-04T20:06:10.8041511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8046963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8052368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebraUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8058452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LossMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8064744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Math.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8072011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitFallThroughLists.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8077656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitsFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8083354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8089314Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn 2025-03-04T20:06:10.8092791Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn\xpu 2025-03-04T20:06:10.8096306Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn\xpu\detail 2025-03-04T20:06:10.8099724Z 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-04T20:06:10.8105642Z 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-04T20:06:10.8111183Z 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-04T20:06:10.8116691Z 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-04T20:06:10.8122351Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mps 2025-03-04T20:06:10.8125597Z 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-04T20:06:10.8130894Z 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-04T20:06:10.8136318Z 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-04T20:06:10.8141763Z 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-04T20:06:10.8152689Z 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-04T20:06:10.8158379Z 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-04T20:06:10.8164859Z 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-04T20:06:10.8171219Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\nested 2025-03-04T20:06:10.8175025Z 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-04T20:06:10.8180729Z 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-04T20:06:10.8186841Z 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-04T20:06:10.8198792Z 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-04T20:06:10.8204296Z 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-04T20:06:10.8210100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonEmptyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8219867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonSymbolicBC.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8225205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8230639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Padding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8235937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PixelShuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8241298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PointwiseOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8247220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8252793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8258524Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized 2025-03-04T20:06:10.8261973Z 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-04T20:06:10.8267303Z 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-04T20:06:10.8272695Z 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-04T20:06:10.8282554Z 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-04T20:06:10.8288157Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized\cpu 2025-03-04T20:06:10.8291887Z 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-04T20:06:10.8296974Z 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-04T20:06:10.8302544Z 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-04T20:06:10.8308039Z 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-04T20:06:10.8318496Z 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-04T20:06:10.8323532Z 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-04T20:06:10.8328875Z 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-04T20:06:10.8334535Z 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-04T20:06:10.8340086Z 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-04T20:06:10.8345170Z 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-04T20:06:10.8350441Z 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-04T20:06:10.8356357Z 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-04T20:06:10.8362041Z 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-04T20:06:10.8367379Z 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-04T20:06:10.8372373Z 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-04T20:06:10.8377869Z 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-04T20:06:10.8383220Z 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-04T20:06:10.8388300Z 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-04T20:06:10.8393376Z 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-04T20:06:10.8398807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RangeFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8403967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RangeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8409501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceAllOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8422137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8427606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8433738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReductionType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8439247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8444559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8450044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ResizeCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8456125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RNN.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8461694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ScatterGatherChecks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8467174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SegmentReduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8473366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SharedReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8479503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SobolEngineOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8489212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Sorting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8494401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SortingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8500022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SparseTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8505571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SpectralOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8511343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\StridedRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8517578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8523488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8529416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorCompare.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8535141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorConversions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8540777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorDimApply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8551159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8556823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8562165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8567724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8573255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorShape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8578963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorTransformations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8584751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TopKImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8590594Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers 2025-03-04T20:06:10.8594128Z 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-04T20:06:10.8599571Z 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-04T20:06:10.8605436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TransposeType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8611060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TriangularOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8616610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8622264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8627680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8633130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8638622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnfoldBackward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8644194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UpSample.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8650416Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\utils 2025-03-04T20:06:10.8653798Z 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-04T20:06:10.8658929Z 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-04T20:06:10.8664362Z 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-04T20:06:10.8669825Z 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-04T20:06:10.8675417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\vol2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-03-04T20:06:10.8681193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.8687956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.8694683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NestedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.8700238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NumericUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.8705939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpaqueTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.8711497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Operators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.8718101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpMathType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:10.8863369Z creating build\bdist.win-amd64\wheel\torch\include\ATen\ops 2025-03-04T20:06:10.8867384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:10.8872561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:10.8878010Z 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-04T20:06:10.8883165Z 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-04T20:06:10.8894023Z 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-04T20:06:10.8899985Z 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-04T20:06:10.8905247Z 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-04T20:06:10.8910548Z 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-04T20:06:10.8916218Z 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-04T20:06:10.8921527Z 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-04T20:06:10.8926723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:10.8932435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:10.8938172Z 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-04T20:06:10.8943371Z 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-04T20:06:10.8948753Z 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-04T20:06:10.8954163Z 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-04T20:06:10.8974882Z 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-04T20:06:10.8980631Z 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-04T20:06:10.8986064Z 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-04T20:06:10.8992163Z 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-04T20:06:10.9001540Z 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-04T20:06:10.9006978Z 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-04T20:06:10.9012164Z 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-04T20:06:10.9017673Z 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-04T20:06:10.9023305Z 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-04T20:06:10.9028560Z 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-04T20:06:10.9033993Z 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-04T20:06:10.9039622Z 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-04T20:06:10.9045310Z 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-04T20:06:10.9055798Z 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-04T20:06:10.9061221Z 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-04T20:06:10.9066985Z 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-04T20:06:10.9073055Z 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-04T20:06:10.9078605Z 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-04T20:06:10.9084331Z 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-04T20:06:10.9090024Z 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-04T20:06:10.9095700Z 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-04T20:06:10.9105611Z 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-04T20:06:10.9111722Z 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-04T20:06:10.9117556Z 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-04T20:06:10.9123340Z 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-04T20:06:10.9129061Z 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-04T20:06:10.9134773Z 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-04T20:06:10.9141259Z 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-04T20:06:10.9147413Z 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-04T20:06:10.9163713Z 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-04T20:06:10.9165144Z 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-04T20:06:10.9166260Z 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-04T20:06:10.9182240Z 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-04T20:06:10.9195888Z 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-04T20:06:10.9201959Z 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-04T20:06:10.9207217Z 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-04T20:06:10.9212973Z 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-04T20:06:10.9218970Z 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-04T20:06:10.9225328Z 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-04T20:06:10.9231182Z 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-04T20:06:10.9237095Z 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-04T20:06:10.9243326Z 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-04T20:06:10.9249106Z 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-04T20:06:10.9260038Z 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-04T20:06:10.9265731Z 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-04T20:06:10.9272075Z 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-04T20:06:10.9277547Z 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-04T20:06:10.9283397Z 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-04T20:06:10.9289012Z 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-04T20:06:10.9294673Z 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-04T20:06:10.9304941Z 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-04T20:06:10.9310527Z 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-04T20:06:10.9316357Z 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-04T20:06:10.9322102Z 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-04T20:06:10.9328165Z 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-04T20:06:10.9339280Z 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-04T20:06:10.9345178Z 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-04T20:06:10.9350914Z 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-04T20:06:10.9356747Z 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-04T20:06:10.9362437Z 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-04T20:06:10.9368646Z 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-04T20:06:10.9374595Z 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-04T20:06:10.9380485Z 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-04T20:06:10.9386137Z 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-04T20:06:10.9391865Z 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-04T20:06:10.9397558Z 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-04T20:06:10.9403287Z 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-04T20:06:10.9408835Z 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-04T20:06:10.9414586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:10.9419825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:10.9425151Z 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-04T20:06:10.9430568Z 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-04T20:06:10.9436143Z 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-04T20:06:10.9441805Z 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-04T20:06:10.9447352Z 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-04T20:06:10.9453001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:10.9459310Z 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-04T20:06:10.9464986Z 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-04T20:06:10.9470637Z 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-04T20:06:10.9483048Z 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-04T20:06:10.9488760Z 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-04T20:06:10.9494418Z 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-04T20:06:10.9500045Z 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-04T20:06:10.9506373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:10.9512610Z 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-04T20:06:10.9518190Z 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-04T20:06:10.9524249Z 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-04T20:06:10.9530033Z 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-04T20:06:10.9535831Z 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-04T20:06:10.9541536Z 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-04T20:06:10.9547415Z 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-04T20:06:10.9553281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:10.9559124Z 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-04T20:06:10.9564625Z 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-04T20:06:10.9570319Z 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-04T20:06:10.9575810Z 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-04T20:06:10.9581542Z 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-04T20:06:10.9587287Z 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-04T20:06:10.9593113Z 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-04T20:06:10.9599443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:10.9604956Z 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-04T20:06:10.9616714Z 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-04T20:06:10.9622513Z 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-04T20:06:10.9628268Z 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-04T20:06:10.9634152Z 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-04T20:06:10.9639802Z 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-04T20:06:10.9645487Z 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-04T20:06:10.9651561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:10.9657295Z 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-04T20:06:10.9663262Z 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-04T20:06:10.9669283Z 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-04T20:06:10.9675313Z 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-04T20:06:10.9681405Z 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-04T20:06:10.9687481Z 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-04T20:06:10.9693260Z 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-04T20:06:10.9699007Z 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-04T20:06:10.9704625Z 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-04T20:06:10.9710321Z 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-04T20:06:10.9715580Z 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-04T20:06:10.9720927Z 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-04T20:06:10.9727022Z 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-04T20:06:10.9732261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:10.9737740Z 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-04T20:06:10.9743476Z 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-04T20:06:10.9748649Z 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-04T20:06:10.9754283Z 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-04T20:06:10.9759780Z 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-04T20:06:10.9765805Z 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-04T20:06:10.9771454Z 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-04T20:06:10.9777263Z 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-04T20:06:10.9783120Z 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-04T20:06:10.9793205Z 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-04T20:06:10.9799267Z 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-04T20:06:10.9804791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:10.9810079Z 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-04T20:06:10.9815829Z 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-04T20:06:10.9821729Z 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-04T20:06:10.9827824Z 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-04T20:06:10.9833478Z 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-04T20:06:10.9838846Z 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-04T20:06:10.9844465Z 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-04T20:06:10.9849732Z 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-04T20:06:10.9855353Z 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-04T20:06:10.9860659Z 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-04T20:06:10.9866049Z 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-04T20:06:10.9871358Z 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-04T20:06:10.9876827Z 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-04T20:06:10.9882724Z 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-04T20:06:10.9888237Z 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-04T20:06:10.9893847Z 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-04T20:06:10.9899295Z 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-04T20:06:10.9904511Z 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-04T20:06:10.9910002Z 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-04T20:06:10.9916132Z 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-04T20:06:10.9921633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:10.9927034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:10.9932709Z 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-04T20:06:10.9938506Z 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-04T20:06:10.9943940Z 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-04T20:06:10.9949943Z 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-04T20:06:10.9955809Z 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-04T20:06:10.9961655Z 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-04T20:06:10.9967216Z 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-04T20:06:10.9972753Z 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-04T20:06:10.9978529Z 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-04T20:06:10.9984129Z 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-04T20:06:10.9989598Z 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-04T20:06:10.9995286Z 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-04T20:06:11.0000877Z 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-04T20:06:11.0006804Z 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-04T20:06:11.0012506Z 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-04T20:06:11.0023718Z 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-04T20:06:11.0029670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.0035617Z 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-04T20:06:11.0041006Z 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-04T20:06:11.0046614Z 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-04T20:06:11.0052313Z 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-04T20:06:11.0058246Z 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-04T20:06:11.0063896Z 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-04T20:06:11.0069446Z 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-04T20:06:11.0089171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.0094439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.0100424Z 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-04T20:06:11.0105907Z 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-04T20:06:11.0111684Z 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-04T20:06:11.0117285Z 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-04T20:06:11.0122904Z 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-04T20:06:11.0130537Z 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-04T20:06:11.0137272Z 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-04T20:06:11.0143816Z 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-04T20:06:11.0148862Z 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-04T20:06:11.0154721Z 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-04T20:06:11.0160307Z 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-04T20:06:11.0166383Z 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-04T20:06:11.0172489Z 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-04T20:06:11.0178180Z 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-04T20:06:11.0183474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.0189173Z 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-04T20:06:11.0194780Z 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-04T20:06:11.0200478Z 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-04T20:06:11.0205775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.0211317Z 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-04T20:06:11.0217043Z 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-04T20:06:11.0222414Z 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-04T20:06:11.0229004Z 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-04T20:06:11.0234582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.0240180Z 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-04T20:06:11.0245716Z 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-04T20:06:11.0251323Z 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-04T20:06:11.0257285Z 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-04T20:06:11.0262746Z 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-04T20:06:11.0274940Z 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-04T20:06:11.0280325Z 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-04T20:06:11.0285823Z 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-04T20:06:11.0291327Z 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-04T20:06:11.0296549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.0302066Z 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-04T20:06:11.0307490Z 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-04T20:06:11.0313272Z 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-04T20:06:11.0319143Z 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-04T20:06:11.0324585Z 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-04T20:06:11.0330053Z 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-04T20:06:11.0335718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.0341401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.0346943Z 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-04T20:06:11.0352414Z 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-04T20:06:11.0357790Z 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-04T20:06:11.0363705Z 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-04T20:06:11.0369156Z 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-04T20:06:11.0374659Z 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-04T20:06:11.0380094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.0385295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.0390890Z 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-04T20:06:11.0396515Z 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-04T20:06:11.0401916Z 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-04T20:06:11.0407968Z 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-04T20:06:11.0413277Z 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-04T20:06:11.0418771Z 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-04T20:06:11.0424308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.0429481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.0435702Z 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-04T20:06:11.0441060Z 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-04T20:06:11.0446559Z 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-04T20:06:11.0452460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.0458006Z 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-04T20:06:11.0463394Z 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-04T20:06:11.0468776Z 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-04T20:06:11.0475121Z 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-04T20:06:11.0480473Z 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-04T20:06:11.0485894Z 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-04T20:06:11.0491526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.0497171Z 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-04T20:06:11.0502667Z 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-04T20:06:11.0508252Z 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-04T20:06:11.0513845Z 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-04T20:06:11.0519541Z 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-04T20:06:11.0525014Z 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-04T20:06:11.0530545Z 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-04T20:06:11.0536477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.0541902Z 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-04T20:06:11.0547181Z 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-04T20:06:11.0552697Z 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-04T20:06:11.0558214Z 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-04T20:06:11.0563761Z 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-04T20:06:11.0569335Z 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-04T20:06:11.0574927Z 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-04T20:06:11.0580770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.0586592Z 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-04T20:06:11.0592347Z 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-04T20:06:11.0598447Z 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-04T20:06:11.0604061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.0609457Z 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-04T20:06:11.0615004Z 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-04T20:06:11.0620547Z 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-04T20:06:11.0626257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.0631655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.0637400Z 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-04T20:06:11.0642860Z 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-04T20:06:11.0648493Z 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-04T20:06:11.0654052Z 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-04T20:06:11.0659580Z 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-04T20:06:11.0665345Z 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-04T20:06:11.0671724Z 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-04T20:06:11.0678691Z 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-04T20:06:11.0684510Z 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-04T20:06:11.0690627Z 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-04T20:06:11.0696732Z 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-04T20:06:11.0702340Z 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-04T20:06:11.0707979Z 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-04T20:06:11.0713804Z 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-04T20:06:11.0719250Z 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-04T20:06:11.0725447Z 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-04T20:06:11.0730849Z 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-04T20:06:11.0736994Z 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-04T20:06:11.0742735Z 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-04T20:06:11.0748640Z 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-04T20:06:11.0759952Z 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-04T20:06:11.0765485Z 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-04T20:06:11.0771003Z 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-04T20:06:11.0776548Z 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-04T20:06:11.0782266Z 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-04T20:06:11.0787690Z 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-04T20:06:11.0793377Z 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-04T20:06:11.0800090Z 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-04T20:06:11.0805802Z 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-04T20:06:11.0811424Z 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-04T20:06:11.0816956Z 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-04T20:06:11.0822548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.0827822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.0833791Z 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-04T20:06:11.0839145Z 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-04T20:06:11.0844717Z 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-04T20:06:11.0850230Z 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-04T20:06:11.0855769Z 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-04T20:06:11.0861322Z 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-04T20:06:11.0866744Z 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-04T20:06:11.0872771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.0878606Z 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-04T20:06:11.0883995Z 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-04T20:06:11.0889488Z 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-04T20:06:11.0895073Z 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-04T20:06:11.0900308Z 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-04T20:06:11.0905722Z 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-04T20:06:11.0911293Z 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-04T20:06:11.0917223Z 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-04T20:06:11.0922723Z 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-04T20:06:11.0928169Z 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-04T20:06:11.0933553Z 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-04T20:06:11.0938973Z 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-04T20:06:11.0944597Z 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-04T20:06:11.0949978Z 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-04T20:06:11.0955299Z 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-04T20:06:11.0961224Z 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-04T20:06:11.0966654Z 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-04T20:06:11.0971874Z 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-04T20:06:11.0977527Z 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-04T20:06:11.0983486Z 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-04T20:06:11.0989134Z 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-04T20:06:11.0994754Z 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-04T20:06:11.1000565Z 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-04T20:06:11.1006688Z 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-04T20:06:11.1012216Z 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-04T20:06:11.1017678Z 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-04T20:06:11.1023288Z 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-04T20:06:11.1029158Z 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-04T20:06:11.1034980Z 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-04T20:06:11.1040659Z 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-04T20:06:11.1046230Z 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-04T20:06:11.1052475Z 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-04T20:06:11.1058363Z 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-04T20:06:11.1064427Z 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-04T20:06:11.1069969Z 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-04T20:06:11.1075866Z 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-04T20:06:11.1081817Z 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-04T20:06:11.1087655Z 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-04T20:06:11.1093419Z 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-04T20:06:11.1099188Z 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-04T20:06:11.1105346Z 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-04T20:06:11.1111016Z 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-04T20:06:11.1116857Z 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-04T20:06:11.1122525Z 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-04T20:06:11.1128656Z 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-04T20:06:11.1135489Z 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-04T20:06:11.1140914Z 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-04T20:06:11.1146675Z 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-04T20:06:11.1152615Z 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-04T20:06:11.1165033Z 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-04T20:06:11.1181571Z 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-04T20:06:11.1182737Z 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-04T20:06:11.1183868Z 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-04T20:06:11.1189767Z 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-04T20:06:11.1195606Z 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-04T20:06:11.1207394Z 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-04T20:06:11.1213549Z 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-04T20:06:11.1219168Z 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-04T20:06:11.1224830Z 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-04T20:06:11.1230263Z 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-04T20:06:11.1236410Z 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-04T20:06:11.1241917Z 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-04T20:06:11.1247532Z 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-04T20:06:11.1253199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.1258769Z 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-04T20:06:11.1264966Z 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-04T20:06:11.1270585Z 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-04T20:06:11.1276166Z 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-04T20:06:11.1282015Z 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-04T20:06:11.1287383Z 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-04T20:06:11.1293132Z 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-04T20:06:11.1298730Z 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-04T20:06:11.1304443Z 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-04T20:06:11.1309879Z 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-04T20:06:11.1315464Z 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-04T20:06:11.1321241Z 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-04T20:06:11.1326865Z 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-04T20:06:11.1332716Z 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-04T20:06:11.1338567Z 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-04T20:06:11.1344244Z 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-04T20:06:11.1350282Z 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-04T20:06:11.1356052Z 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-04T20:06:11.1362290Z 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-04T20:06:11.1368340Z 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-04T20:06:11.1374327Z 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-04T20:06:11.1380176Z 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-04T20:06:11.1386007Z 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-04T20:06:11.1393054Z 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-04T20:06:11.1398994Z 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-04T20:06:11.1404708Z 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-04T20:06:11.1410461Z 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-04T20:06:11.1416240Z 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-04T20:06:11.1422092Z 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-04T20:06:11.1428040Z 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-04T20:06:11.1433882Z 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-04T20:06:11.1439856Z 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-04T20:06:11.1445864Z 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-04T20:06:11.1451956Z 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-04T20:06:11.1457865Z 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-04T20:06:11.1463604Z 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-04T20:06:11.1469957Z 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-04T20:06:11.1476229Z 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-04T20:06:11.1482786Z 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-04T20:06:11.1489562Z 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-04T20:06:11.1495320Z 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-04T20:06:11.1501175Z 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-04T20:06:11.1506822Z 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-04T20:06:11.1512865Z 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-04T20:06:11.1520567Z 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-04T20:06:11.1526161Z 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-04T20:06:11.1532189Z 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-04T20:06:11.1537728Z 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-04T20:06:11.1552616Z 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-04T20:06:11.1558604Z 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-04T20:06:11.1564929Z 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-04T20:06:11.1570780Z 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-04T20:06:11.1576512Z 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-04T20:06:11.1582167Z 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-04T20:06:11.1587984Z 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-04T20:06:11.1593865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.1600509Z 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-04T20:06:11.1606324Z 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-04T20:06:11.1612059Z 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-04T20:06:11.1617999Z 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-04T20:06:11.1632170Z 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-04T20:06:11.1637901Z 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-04T20:06:11.1643699Z 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-04T20:06:11.1649968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.1655702Z 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-04T20:06:11.1661076Z 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-04T20:06:11.1666463Z 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-04T20:06:11.1672259Z 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-04T20:06:11.1677953Z 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-04T20:06:11.1683730Z 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-04T20:06:11.1689686Z 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-04T20:06:11.1695433Z 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-04T20:06:11.1700963Z 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-04T20:06:11.1706669Z 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-04T20:06:11.1712914Z 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-04T20:06:11.1718480Z 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-04T20:06:11.1724426Z 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-04T20:06:11.1730240Z 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-04T20:06:11.1736156Z 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-04T20:06:11.1741802Z 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-04T20:06:11.1747414Z 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-04T20:06:11.1753224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.1758841Z 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-04T20:06:11.1764316Z 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-04T20:06:11.1769863Z 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-04T20:06:11.1775427Z 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-04T20:06:11.1781430Z 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-04T20:06:11.1787534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.1794061Z 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-04T20:06:11.1800274Z 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-04T20:06:11.1806301Z 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-04T20:06:11.1812389Z 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-04T20:06:11.1818914Z 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-04T20:06:11.1824825Z 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-04T20:06:11.1830830Z 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-04T20:06:11.1836510Z 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-04T20:06:11.1842368Z 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-04T20:06:11.1848289Z 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-04T20:06:11.1853698Z 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-04T20:06:11.1859580Z 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-04T20:06:11.1865055Z 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-04T20:06:11.1870677Z 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-04T20:06:11.1876467Z 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-04T20:06:11.1882662Z 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-04T20:06:11.1888325Z 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-04T20:06:11.1893812Z 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-04T20:06:11.1899442Z 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-04T20:06:11.1905311Z 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-04T20:06:11.1911063Z 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-04T20:06:11.1917037Z 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-04T20:06:11.1922730Z 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-04T20:06:11.1939998Z 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-04T20:06:11.1946059Z 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-04T20:06:11.1951605Z 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-04T20:06:11.1957183Z 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-04T20:06:11.1963165Z 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-04T20:06:11.1968769Z 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-04T20:06:11.1974355Z 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-04T20:06:11.1979812Z 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-04T20:06:11.1985333Z 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-04T20:06:11.1991321Z 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-04T20:06:11.1997517Z 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-04T20:06:11.2003193Z 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-04T20:06:11.2008876Z 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-04T20:06:11.2014563Z 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-04T20:06:11.2020214Z 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-04T20:06:11.2025800Z 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-04T20:06:11.2031552Z 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-04T20:06:11.2037558Z 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-04T20:06:11.2043806Z 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-04T20:06:11.2049454Z 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-04T20:06:11.2055102Z 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-04T20:06:11.2061104Z 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-04T20:06:11.2066783Z 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-04T20:06:11.2072591Z 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-04T20:06:11.2078619Z 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-04T20:06:11.2084342Z 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-04T20:06:11.2090045Z 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-04T20:06:11.2096258Z 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-04T20:06:11.2102229Z 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-04T20:06:11.2107898Z 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-04T20:06:11.2113934Z 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-04T20:06:11.2119584Z 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-04T20:06:11.2125377Z 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-04T20:06:11.2131196Z 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-04T20:06:11.2136783Z 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-04T20:06:11.2142542Z 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-04T20:06:11.2148471Z 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-04T20:06:11.2154318Z 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-04T20:06:11.2160049Z 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-04T20:06:11.2165759Z 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-04T20:06:11.2171859Z 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-04T20:06:11.2177407Z 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-04T20:06:11.2183169Z 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-04T20:06:11.2189257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.2195323Z 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-04T20:06:11.2201490Z 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-04T20:06:11.2207186Z 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-04T20:06:11.2212843Z 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-04T20:06:11.2218867Z 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-04T20:06:11.2224591Z 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-04T20:06:11.2230332Z 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-04T20:06:11.2235690Z 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-04T20:06:11.2242018Z 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-04T20:06:11.2247440Z 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-04T20:06:11.2253099Z 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-04T20:06:11.2258851Z 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-04T20:06:11.2265217Z 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-04T20:06:11.2270806Z 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-04T20:06:11.2276328Z 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-04T20:06:11.2281999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.2288254Z 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-04T20:06:11.2293513Z 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-04T20:06:11.2299087Z 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-04T20:06:11.2305123Z 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-04T20:06:11.2310774Z 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-04T20:06:11.2316427Z 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-04T20:06:11.2321703Z 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-04T20:06:11.2327504Z 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-04T20:06:11.2333125Z 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-04T20:06:11.2338542Z 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-04T20:06:11.2344581Z 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-04T20:06:11.2350324Z 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-04T20:06:11.2355371Z 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-04T20:06:11.2360774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.2366578Z 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-04T20:06:11.2372169Z 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-04T20:06:11.2377757Z 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-04T20:06:11.2383151Z 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-04T20:06:11.2388450Z 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-04T20:06:11.2393850Z 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-04T20:06:11.2399271Z 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-04T20:06:11.2404866Z 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-04T20:06:11.2410091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.2415616Z 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-04T20:06:11.2421006Z 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-04T20:06:11.2427107Z 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-04T20:06:11.2432857Z 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-04T20:06:11.2449638Z 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-04T20:06:11.2455345Z 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-04T20:06:11.2461089Z 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-04T20:06:11.2466643Z 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-04T20:06:11.2472795Z 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-04T20:06:11.2479270Z 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-04T20:06:11.2485170Z 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-04T20:06:11.2490771Z 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-04T20:06:11.2496812Z 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-04T20:06:11.2502763Z 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-04T20:06:11.2508139Z 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-04T20:06:11.2513815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.2519345Z 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-04T20:06:11.2524954Z 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-04T20:06:11.2530202Z 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-04T20:06:11.2535718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.2542143Z 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-04T20:06:11.2547609Z 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-04T20:06:11.2553471Z 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-04T20:06:11.2559086Z 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-04T20:06:11.2564371Z 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-04T20:06:11.2569786Z 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-04T20:06:11.2575475Z 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-04T20:06:11.2580484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.2586337Z 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-04T20:06:11.2591905Z 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-04T20:06:11.2597444Z 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-04T20:06:11.2602762Z 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-04T20:06:11.2608595Z 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-04T20:06:11.2614290Z 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-04T20:06:11.2619599Z 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-04T20:06:11.2625141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.2630814Z 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-04T20:06:11.2636217Z 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-04T20:06:11.2641494Z 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-04T20:06:11.2647075Z 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-04T20:06:11.2652961Z 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-04T20:06:11.2658612Z 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-04T20:06:11.2664511Z 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-04T20:06:11.2670796Z 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-04T20:06:11.2676515Z 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-04T20:06:11.2682426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.2688600Z 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-04T20:06:11.2694871Z 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-04T20:06:11.2701098Z 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-04T20:06:11.2707509Z 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-04T20:06:11.2714340Z 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-04T20:06:11.2720775Z 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-04T20:06:11.2727094Z 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-04T20:06:11.2733097Z 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-04T20:06:11.2738687Z 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-04T20:06:11.2744360Z 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-04T20:06:11.2750266Z 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-04T20:06:11.2756034Z 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-04T20:06:11.2761782Z 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-04T20:06:11.2767608Z 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-04T20:06:11.2773412Z 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-04T20:06:11.2778876Z 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-04T20:06:11.2784559Z 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-04T20:06:11.2790029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.2796015Z 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-04T20:06:11.2801577Z 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-04T20:06:11.2807173Z 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-04T20:06:11.2812741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.2818423Z 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-04T20:06:11.2823805Z 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-04T20:06:11.2829318Z 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-04T20:06:11.2834961Z 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-04T20:06:11.2841127Z 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-04T20:06:11.2846585Z 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-04T20:06:11.2852211Z 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-04T20:06:11.2857705Z 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-04T20:06:11.2863200Z 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-04T20:06:11.2868789Z 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-04T20:06:11.2874337Z 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-04T20:06:11.2879955Z 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-04T20:06:11.2885547Z 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-04T20:06:11.2891039Z 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-04T20:06:11.2897004Z 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-04T20:06:11.2903511Z 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-04T20:06:11.2909009Z 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-04T20:06:11.2914619Z 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-04T20:06:11.2920380Z 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-04T20:06:11.2925962Z 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-04T20:06:11.2931515Z 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-04T20:06:11.2936985Z 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-04T20:06:11.2942414Z 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-04T20:06:11.2947854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.2953513Z 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-04T20:06:11.2958885Z 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-04T20:06:11.2964605Z 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-04T20:06:11.2969785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.2975351Z 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-04T20:06:11.2980704Z 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-04T20:06:11.2986133Z 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-04T20:06:11.2991778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.2997253Z 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-04T20:06:11.3002761Z 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-04T20:06:11.3008383Z 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-04T20:06:11.3013992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.3019527Z 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-04T20:06:11.3025290Z 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-04T20:06:11.3047463Z 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-04T20:06:11.3053072Z 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-04T20:06:11.3058658Z 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-04T20:06:11.3064641Z 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-04T20:06:11.3070348Z 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-04T20:06:11.3075903Z 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-04T20:06:11.3081938Z 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-04T20:06:11.3087551Z 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-04T20:06:11.3093158Z 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-04T20:06:11.3099235Z 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-04T20:06:11.3104991Z 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-04T20:06:11.3110875Z 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-04T20:06:11.3116636Z 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-04T20:06:11.3122332Z 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-04T20:06:11.3127818Z 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-04T20:06:11.3133622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.3139924Z 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-04T20:06:11.3145573Z 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-04T20:06:11.3151419Z 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-04T20:06:11.3157112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.3162741Z 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-04T20:06:11.3168337Z 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-04T20:06:11.3173937Z 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-04T20:06:11.3179604Z 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-04T20:06:11.3185626Z 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-04T20:06:11.3192037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.3198049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.3204044Z 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-04T20:06:11.3209796Z 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-04T20:06:11.3215343Z 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-04T20:06:11.3221193Z 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-04T20:06:11.3226806Z 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-04T20:06:11.3232389Z 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-04T20:06:11.3238255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.3243608Z 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-04T20:06:11.3249083Z 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-04T20:06:11.3254437Z 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-04T20:06:11.3259769Z 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-04T20:06:11.3265508Z 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-04T20:06:11.3271408Z 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-04T20:06:11.3277082Z 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-04T20:06:11.3287782Z 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-04T20:06:11.3293355Z 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-04T20:06:11.3298964Z 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-04T20:06:11.3304520Z 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-04T20:06:11.3310280Z 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-04T20:06:11.3315870Z 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-04T20:06:11.3321646Z 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-04T20:06:11.3327279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.3339895Z 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-04T20:06:11.3345286Z 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-04T20:06:11.3356784Z 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-04T20:06:11.3362733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.3369159Z 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-04T20:06:11.3375717Z 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-04T20:06:11.3381504Z 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-04T20:06:11.3387180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.3393007Z 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-04T20:06:11.3398474Z 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-04T20:06:11.3404168Z 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-04T20:06:11.3409649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.3415279Z 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-04T20:06:11.3420873Z 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-04T20:06:11.3426910Z 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-04T20:06:11.3432608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.3438402Z 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-04T20:06:11.3444494Z 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-04T20:06:11.3450390Z 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-04T20:06:11.3456505Z 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-04T20:06:11.3462469Z 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-04T20:06:11.3468438Z 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-04T20:06:11.3474876Z 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-04T20:06:11.3480794Z 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-04T20:06:11.3486663Z 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-04T20:06:11.3492915Z 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-04T20:06:11.3498735Z 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-04T20:06:11.3510775Z 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-04T20:06:11.3516772Z 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-04T20:06:11.3523035Z 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-04T20:06:11.3529438Z 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-04T20:06:11.3535197Z 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-04T20:06:11.3546602Z 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-04T20:06:11.3552724Z 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-04T20:06:11.3558534Z 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-04T20:06:11.3564242Z 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-04T20:06:11.3569960Z 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-04T20:06:11.3575715Z 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-04T20:06:11.3581236Z 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-04T20:06:11.3587393Z 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-04T20:06:11.3593206Z 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-04T20:06:11.3599509Z 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-04T20:06:11.3605633Z 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-04T20:06:11.3611314Z 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-04T20:06:11.3617015Z 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-04T20:06:11.3622917Z 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-04T20:06:11.3628983Z 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-04T20:06:11.3634844Z 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-04T20:06:11.3640570Z 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-04T20:06:11.3646312Z 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-04T20:06:11.3652443Z 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-04T20:06:11.3658412Z 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-04T20:06:11.3664328Z 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-04T20:06:11.3670108Z 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-04T20:06:11.3676360Z 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-04T20:06:11.3682207Z 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-04T20:06:11.3688604Z 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-04T20:06:11.3700885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.3706464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.3712454Z 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-04T20:06:11.3718473Z 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-04T20:06:11.3724171Z 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-04T20:06:11.3729916Z 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-04T20:06:11.3735680Z 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-04T20:06:11.3741404Z 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-04T20:06:11.3747033Z 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-04T20:06:11.3753163Z 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-04T20:06:11.3759308Z 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-04T20:06:11.3764844Z 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-04T20:06:11.3770358Z 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-04T20:06:11.3775795Z 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-04T20:06:11.3781297Z 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-04T20:06:11.3786787Z 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-04T20:06:11.3793018Z 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-04T20:06:11.3798686Z 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-04T20:06:11.3804244Z 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-04T20:06:11.3809979Z 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-04T20:06:11.3816089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.3821940Z 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-04T20:06:11.3827326Z 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-04T20:06:11.3832962Z 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-04T20:06:11.3838439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.3843967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.3849800Z 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-04T20:06:11.3855321Z 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-04T20:06:11.3861048Z 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-04T20:06:11.3866876Z 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-04T20:06:11.3872453Z 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-04T20:06:11.3878679Z 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-04T20:06:11.3884217Z 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-04T20:06:11.3889777Z 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-04T20:06:11.3895766Z 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-04T20:06:11.3901471Z 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-04T20:06:11.3907193Z 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-04T20:06:11.3913190Z 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-04T20:06:11.3919548Z 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-04T20:06:11.3938363Z 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-04T20:06:11.3942057Z 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-04T20:06:11.3948538Z 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-04T20:06:11.3953950Z 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-04T20:06:11.3959641Z 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-04T20:06:11.3965507Z 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-04T20:06:11.3977037Z 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-04T20:06:11.3982559Z 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-04T20:06:11.3988149Z 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-04T20:06:11.3993759Z 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-04T20:06:11.3999875Z 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-04T20:06:11.4011288Z 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-04T20:06:11.4017074Z 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-04T20:06:11.4022973Z 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-04T20:06:11.4028775Z 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-04T20:06:11.4034555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.4045091Z 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-04T20:06:11.4050726Z 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-04T20:06:11.4056417Z 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-04T20:06:11.4061905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.4068001Z 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-04T20:06:11.4080205Z 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-04T20:06:11.4086489Z 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-04T20:06:11.4092073Z 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-04T20:06:11.4097820Z 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-04T20:06:11.4103566Z 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-04T20:06:11.4117784Z 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-04T20:06:11.4123439Z 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-04T20:06:11.4129354Z 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-04T20:06:11.4135040Z 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-04T20:06:11.4141970Z 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-04T20:06:11.4155879Z 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-04T20:06:11.4161679Z 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-04T20:06:11.4167589Z 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-04T20:06:11.4173653Z 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-04T20:06:11.4179244Z 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-04T20:06:11.4189836Z 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-04T20:06:11.4195712Z 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-04T20:06:11.4201422Z 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-04T20:06:11.4207140Z 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-04T20:06:11.4213031Z 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-04T20:06:11.4231363Z 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-04T20:06:11.4237449Z 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-04T20:06:11.4243421Z 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-04T20:06:11.4249589Z 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-04T20:06:11.4255369Z 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-04T20:06:11.4261668Z 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-04T20:06:11.4267549Z 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-04T20:06:11.4274069Z 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-04T20:06:11.4279836Z 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-04T20:06:11.4285504Z 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-04T20:06:11.4291357Z 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-04T20:06:11.4297600Z 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-04T20:06:11.4303329Z 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-04T20:06:11.4309072Z 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-04T20:06:11.4314981Z 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-04T20:06:11.4321049Z 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-04T20:06:11.4327372Z 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-04T20:06:11.4333402Z 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-04T20:06:11.4339164Z 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-04T20:06:11.4344886Z 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-04T20:06:11.4351062Z 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-04T20:06:11.4357282Z 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-04T20:06:11.4363015Z 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-04T20:06:11.4368907Z 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-04T20:06:11.4374854Z 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-04T20:06:11.4380581Z 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-04T20:06:11.4386316Z 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-04T20:06:11.4392142Z 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-04T20:06:11.4397922Z 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-04T20:06:11.4404160Z 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-04T20:06:11.4422114Z 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-04T20:06:11.4427904Z 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-04T20:06:11.4433963Z 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-04T20:06:11.4440008Z 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-04T20:06:11.4446218Z 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-04T20:06:11.4452322Z 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-04T20:06:11.4458175Z 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-04T20:06:11.4464057Z 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-04T20:06:11.4469809Z 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-04T20:06:11.4475788Z 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-04T20:06:11.4492260Z 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-04T20:06:11.4498811Z 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-04T20:06:11.4505202Z 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-04T20:06:11.4511667Z 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-04T20:06:11.4518261Z 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-04T20:06:11.4531893Z 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-04T20:06:11.4537889Z 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-04T20:06:11.4543646Z 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-04T20:06:11.4549296Z 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-04T20:06:11.4556337Z 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-04T20:06:11.4562004Z 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-04T20:06:11.4568120Z 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-04T20:06:11.4573684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.4579707Z 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-04T20:06:11.4585635Z 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-04T20:06:11.4591306Z 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-04T20:06:11.4596928Z 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-04T20:06:11.4602864Z 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-04T20:06:11.4608573Z 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-04T20:06:11.4614292Z 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-04T20:06:11.4619939Z 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-04T20:06:11.4625605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.4631252Z 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-04T20:06:11.4636901Z 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-04T20:06:11.4642378Z 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-04T20:06:11.4648120Z 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-04T20:06:11.4654398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.4660045Z 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-04T20:06:11.4666015Z 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-04T20:06:11.4672101Z 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-04T20:06:11.4677046Z 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-04T20:06:11.4682999Z 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-04T20:06:11.4688898Z 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-04T20:06:11.4694853Z 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-04T20:06:11.4700587Z 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-04T20:06:11.4706243Z 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-04T20:06:11.4712095Z 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-04T20:06:11.4717753Z 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-04T20:06:11.4723386Z 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-04T20:06:11.4728973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.4734898Z 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-04T20:06:11.4740741Z 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-04T20:06:11.4746241Z 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-04T20:06:11.4751940Z 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-04T20:06:11.4757755Z 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-04T20:06:11.4763910Z 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-04T20:06:11.4770210Z 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-04T20:06:11.4776622Z 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-04T20:06:11.4784103Z 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-04T20:06:11.4790798Z 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-04T20:06:11.4797600Z 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-04T20:06:11.4804442Z 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-04T20:06:11.4810860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.4817593Z 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-04T20:06:11.4824439Z 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-04T20:06:11.4830882Z 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-04T20:06:11.4836995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.4843527Z 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-04T20:06:11.4848761Z 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-04T20:06:11.4854435Z 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-04T20:06:11.4860000Z 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-04T20:06:11.4865909Z 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-04T20:06:11.4871372Z 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-04T20:06:11.4877122Z 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-04T20:06:11.4882835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.4888735Z 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-04T20:06:11.4894249Z 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-04T20:06:11.4899874Z 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-04T20:06:11.4905515Z 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-04T20:06:11.4911158Z 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-04T20:06:11.4917094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.4922152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.4927695Z 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-04T20:06:11.4933108Z 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-04T20:06:11.4939525Z 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-04T20:06:11.4945234Z 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-04T20:06:11.4950939Z 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-04T20:06:11.4956567Z 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-04T20:06:11.4962194Z 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-04T20:06:11.4967542Z 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-04T20:06:11.4973451Z 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-04T20:06:11.4979573Z 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-04T20:06:11.4984477Z 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-04T20:06:11.4989527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.4994914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.5000346Z 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-04T20:06:11.5006161Z 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-04T20:06:11.5011947Z 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-04T20:06:11.5017465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.5024727Z 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-04T20:06:11.5030900Z 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-04T20:06:11.5036568Z 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-04T20:06:11.5042589Z 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-04T20:06:11.5048798Z 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-04T20:06:11.5054783Z 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-04T20:06:11.5060621Z 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-04T20:06:11.5066762Z 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-04T20:06:11.5072802Z 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-04T20:06:11.5078536Z 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-04T20:06:11.5084545Z 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-04T20:06:11.5090551Z 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-04T20:06:11.5096259Z 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-04T20:06:11.5102131Z 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-04T20:06:11.5108418Z 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-04T20:06:11.5114489Z 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-04T20:06:11.5120400Z 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-04T20:06:11.5126232Z 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-04T20:06:11.5132866Z 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-04T20:06:11.5138200Z 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-04T20:06:11.5144626Z 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-04T20:06:11.5150435Z 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-04T20:06:11.5156619Z 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-04T20:06:11.5162541Z 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-04T20:06:11.5168002Z 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-04T20:06:11.5173579Z 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-04T20:06:11.5178979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.5184693Z 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-04T20:06:11.5190532Z 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-04T20:06:11.5196073Z 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-04T20:06:11.5201971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.5208626Z 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-04T20:06:11.5214689Z 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-04T20:06:11.5220698Z 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-04T20:06:11.5227012Z 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-04T20:06:11.5232628Z 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-04T20:06:11.5238303Z 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-04T20:06:11.5244002Z 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-04T20:06:11.5249817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.5255675Z 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-04T20:06:11.5261094Z 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-04T20:06:11.5266807Z 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-04T20:06:11.5272356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.5277542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.5283138Z 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-04T20:06:11.5288718Z 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-04T20:06:11.5294331Z 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-04T20:06:11.5300590Z 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-04T20:06:11.5306244Z 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-04T20:06:11.5311993Z 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-04T20:06:11.5317537Z 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-04T20:06:11.5322981Z 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-04T20:06:11.5329072Z 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-04T20:06:11.5334260Z 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-04T20:06:11.5339926Z 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-04T20:06:11.5345463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.5351189Z 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-04T20:06:11.5357488Z 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-04T20:06:11.5363104Z 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-04T20:06:11.5368554Z 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-04T20:06:11.5373971Z 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-04T20:06:11.5379317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.5386020Z 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-04T20:06:11.5393137Z 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-04T20:06:11.5398162Z 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-04T20:06:11.5403745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.5409499Z 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-04T20:06:11.5414950Z 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-04T20:06:11.5420760Z 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-04T20:06:11.5425961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.5431772Z 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-04T20:06:11.5437271Z 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-04T20:06:11.5442546Z 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-04T20:06:11.5448413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.5454263Z 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-04T20:06:11.5459952Z 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-04T20:06:11.5465295Z 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-04T20:06:11.5470807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.5476512Z 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-04T20:06:11.5482362Z 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-04T20:06:11.5487920Z 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-04T20:06:11.5493461Z 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-04T20:06:11.5499143Z 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-04T20:06:11.5504818Z 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-04T20:06:11.5510509Z 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-04T20:06:11.5516408Z 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-04T20:06:11.5522707Z 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-04T20:06:11.5528188Z 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-04T20:06:11.5533490Z 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-04T20:06:11.5538957Z 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-04T20:06:11.5544157Z 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-04T20:06:11.5549675Z 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-04T20:06:11.5555371Z 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-04T20:06:11.5561096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.5566990Z 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-04T20:06:11.5572859Z 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-04T20:06:11.5578726Z 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-04T20:06:11.5584486Z 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-04T20:06:11.5590595Z 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-04T20:06:11.5596481Z 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-04T20:06:11.5602393Z 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-04T20:06:11.5608236Z 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-04T20:06:11.5614423Z 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-04T20:06:11.5620060Z 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-04T20:06:11.5626385Z 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-04T20:06:11.5632375Z 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-04T20:06:11.5638624Z 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-04T20:06:11.5644469Z 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-04T20:06:11.5650933Z 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-04T20:06:11.5656996Z 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-04T20:06:11.5662757Z 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-04T20:06:11.5669681Z 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-04T20:06:11.5675598Z 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-04T20:06:11.5681428Z 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-04T20:06:11.5687248Z 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-04T20:06:11.5693873Z 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-04T20:06:11.5700278Z 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-04T20:06:11.5706780Z 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-04T20:06:11.5712706Z 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-04T20:06:11.5719519Z 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-04T20:06:11.5725882Z 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-04T20:06:11.5731846Z 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-04T20:06:11.5737542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.5743427Z 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-04T20:06:11.5750728Z 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-04T20:06:11.5755389Z 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-04T20:06:11.5771731Z 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-04T20:06:11.5777328Z 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-04T20:06:11.5783471Z 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-04T20:06:11.5788913Z 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-04T20:06:11.5794587Z 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-04T20:06:11.5800293Z 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-04T20:06:11.5806031Z 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-04T20:06:11.5811770Z 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-04T20:06:11.5817974Z 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-04T20:06:11.5823937Z 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-04T20:06:11.5829497Z 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-04T20:06:11.5835254Z 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-04T20:06:11.5840896Z 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-04T20:06:11.5846809Z 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-04T20:06:11.5852716Z 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-04T20:06:11.5858622Z 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-04T20:06:11.5864172Z 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-04T20:06:11.5870028Z 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-04T20:06:11.5875711Z 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-04T20:06:11.5881354Z 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-04T20:06:11.5887283Z 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-04T20:06:11.5892920Z 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-04T20:06:11.5899101Z 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-04T20:06:11.5904678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.5909983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.5915364Z 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-04T20:06:11.5920933Z 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-04T20:06:11.5926477Z 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-04T20:06:11.5932334Z 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-04T20:06:11.5938908Z 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-04T20:06:11.5944290Z 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-04T20:06:11.5949832Z 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-04T20:06:11.5955354Z 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-04T20:06:11.5960665Z 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-04T20:06:11.5966105Z 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-04T20:06:11.5971530Z 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-04T20:06:11.5977044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.5982373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.5988077Z 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-04T20:06:11.7076276Z 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-04T20:06:11.7082104Z 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-04T20:06:11.7087730Z 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-04T20:06:11.7093131Z 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-04T20:06:11.7098790Z 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-04T20:06:11.7104374Z 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-04T20:06:11.7109977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.7115873Z 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-04T20:06:11.7121308Z 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-04T20:06:11.7127559Z 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-04T20:06:11.7132799Z 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-04T20:06:11.7138491Z 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-04T20:06:11.7144137Z 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-04T20:06:11.7149823Z 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-04T20:06:11.7156340Z 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-04T20:06:11.7161686Z 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-04T20:06:11.7167360Z 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-04T20:06:11.7173176Z 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-04T20:06:11.7178664Z 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-04T20:06:11.7184122Z 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-04T20:06:11.7190768Z 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-04T20:06:11.7196259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.7201689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.7207449Z 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-04T20:06:11.7213825Z 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-04T20:06:11.7220018Z 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-04T20:06:11.7226319Z 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-04T20:06:11.7232756Z 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-04T20:06:11.7239036Z 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-04T20:06:11.7245125Z 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-04T20:06:11.7251090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.7256788Z 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-04T20:06:11.7263262Z 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-04T20:06:11.7268906Z 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-04T20:06:11.7275230Z 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-04T20:06:11.7281630Z 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-04T20:06:11.7288905Z 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-04T20:06:11.7295144Z 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-04T20:06:11.7300999Z 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-04T20:06:11.7306740Z 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-04T20:06:11.7312630Z 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-04T20:06:11.7318324Z 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-04T20:06:11.7323606Z 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-04T20:06:11.7329175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.7335356Z 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-04T20:06:11.7340760Z 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-04T20:06:11.7346384Z 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-04T20:06:11.7351976Z 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-04T20:06:11.7357434Z 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-04T20:06:11.7363068Z 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-04T20:06:11.7368910Z 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-04T20:06:11.7374722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.7380809Z 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-04T20:06:11.7386317Z 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-04T20:06:11.7392040Z 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-04T20:06:11.7397662Z 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-04T20:06:11.7403269Z 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-04T20:06:11.7408837Z 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-04T20:06:11.7414835Z 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-04T20:06:11.7421512Z 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-04T20:06:11.7430062Z 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-04T20:06:11.7438370Z 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-04T20:06:11.7445631Z 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-04T20:06:11.7452302Z 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-04T20:06:11.7457799Z 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-04T20:06:11.7463112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.7468711Z 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-04T20:06:11.7474500Z 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-04T20:06:11.7480068Z 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-04T20:06:11.7485609Z 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-04T20:06:11.7491355Z 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-04T20:06:11.7498567Z 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-04T20:06:11.7505766Z 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-04T20:06:11.7512602Z 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-04T20:06:11.7518728Z 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-04T20:06:11.7524899Z 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-04T20:06:11.7531257Z 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-04T20:06:11.7537255Z 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-04T20:06:11.7543706Z 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-04T20:06:11.7549948Z 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-04T20:06:11.7556252Z 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-04T20:06:11.7562213Z 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-04T20:06:11.7568248Z 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-04T20:06:11.7575454Z 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-04T20:06:11.7581633Z 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-04T20:06:11.7587786Z 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-04T20:06:11.7593879Z 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-04T20:06:11.7600589Z 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-04T20:06:11.7606821Z 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-04T20:06:11.7613264Z 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-04T20:06:11.7619333Z 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-04T20:06:11.7625668Z 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-04T20:06:11.7632444Z 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-04T20:06:11.7638439Z 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-04T20:06:11.7644547Z 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-04T20:06:11.7651051Z 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-04T20:06:11.7657162Z 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-04T20:06:11.7663680Z 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-04T20:06:11.7669691Z 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-04T20:06:11.7675945Z 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-04T20:06:11.7681908Z 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-04T20:06:11.7688131Z 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-04T20:06:11.7694479Z 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-04T20:06:11.7700623Z 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-04T20:06:11.7706557Z 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-04T20:06:11.7712779Z 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-04T20:06:11.7719328Z 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-04T20:06:11.7725813Z 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-04T20:06:11.7732386Z 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-04T20:06:11.7739657Z 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-04T20:06:11.7746295Z 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-04T20:06:11.7752569Z 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-04T20:06:11.7758687Z 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-04T20:06:11.7764663Z 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-04T20:06:11.7770653Z 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-04T20:06:11.7776838Z 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-04T20:06:11.7782556Z 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-04T20:06:11.7788813Z 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-04T20:06:11.7794840Z 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-04T20:06:11.7800757Z 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-04T20:06:11.7806586Z 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-04T20:06:11.7812822Z 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-04T20:06:11.7818709Z 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-04T20:06:11.7824455Z 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-04T20:06:11.7830276Z 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-04T20:06:11.7836890Z 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-04T20:06:11.7842703Z 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-04T20:06:11.7848576Z 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-04T20:06:11.7854582Z 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-04T20:06:11.7861764Z 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-04T20:06:11.7867475Z 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-04T20:06:11.7873352Z 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-04T20:06:11.7879298Z 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-04T20:06:11.7885290Z 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-04T20:06:11.7891128Z 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-04T20:06:11.7896850Z 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-04T20:06:11.7902510Z 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-04T20:06:11.7907865Z 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-04T20:06:11.7913621Z 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-04T20:06:11.7919254Z 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-04T20:06:11.7924818Z 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-04T20:06:11.7930578Z 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-04T20:06:11.7936606Z 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-04T20:06:11.7942218Z 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-04T20:06:11.7947894Z 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-04T20:06:11.7953632Z 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-04T20:06:11.7959865Z 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-04T20:06:11.7965050Z 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-04T20:06:11.7970596Z 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-04T20:06:11.7976468Z 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-04T20:06:11.7983227Z 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-04T20:06:11.7989324Z 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-04T20:06:11.7994826Z 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-04T20:06:11.8000717Z 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-04T20:06:11.8006303Z 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-04T20:06:11.8012026Z 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-04T20:06:11.8017718Z 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-04T20:06:11.8023418Z 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-04T20:06:11.8029433Z 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-04T20:06:11.8035181Z 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-04T20:06:11.8040942Z 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-04T20:06:11.8046653Z 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-04T20:06:11.8052733Z 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-04T20:06:11.8058539Z 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-04T20:06:11.8064601Z 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-04T20:06:11.8070810Z 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-04T20:06:11.8077361Z 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-04T20:06:11.8083299Z 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-04T20:06:11.8089084Z 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-04T20:06:11.8094542Z 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-04T20:06:11.8100550Z 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-04T20:06:11.8106234Z 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-04T20:06:11.8112278Z 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-04T20:06:11.8117954Z 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-04T20:06:11.8124012Z 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-04T20:06:11.8130122Z 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-04T20:06:11.8137225Z 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-04T20:06:11.8142981Z 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-04T20:06:11.8149045Z 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-04T20:06:11.8155153Z 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-04T20:06:11.8160627Z 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-04T20:06:11.8166949Z 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-04T20:06:11.8172574Z 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-04T20:06:11.8178361Z 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-04T20:06:11.8184150Z 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-04T20:06:11.8189752Z 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-04T20:06:11.8195908Z 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-04T20:06:11.8201906Z 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-04T20:06:11.8207682Z 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-04T20:06:11.8213579Z 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-04T20:06:11.8219686Z 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-04T20:06:11.8226237Z 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-04T20:06:11.8232964Z 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-04T20:06:11.8239684Z 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-04T20:06:11.8246226Z 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-04T20:06:11.8252727Z 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-04T20:06:11.8259200Z 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-04T20:06:11.8264858Z 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-04T20:06:11.8271029Z 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-04T20:06:11.8277108Z 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-04T20:06:11.8282788Z 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-04T20:06:11.8288681Z 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-04T20:06:11.8294942Z 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-04T20:06:11.8301114Z 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-04T20:06:11.8306946Z 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-04T20:06:11.8313029Z 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-04T20:06:11.8318585Z 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-04T20:06:11.8324206Z 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-04T20:06:11.8329799Z 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-04T20:06:11.8335645Z 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-04T20:06:11.8341342Z 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-04T20:06:11.8346917Z 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-04T20:06:11.8352616Z 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-04T20:06:11.8358879Z 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-04T20:06:11.8365025Z 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-04T20:06:11.8370830Z 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-04T20:06:11.8376675Z 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-04T20:06:11.8382321Z 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-04T20:06:11.8388392Z 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-04T20:06:11.8394281Z 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-04T20:06:11.8399899Z 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-04T20:06:11.8405851Z 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-04T20:06:11.8412136Z 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-04T20:06:11.8417907Z 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-04T20:06:11.8423701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.8429264Z 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-04T20:06:11.8434926Z 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-04T20:06:11.8440572Z 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-04T20:06:11.8446422Z 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-04T20:06:11.8452140Z 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-04T20:06:11.8457550Z 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-04T20:06:11.8463227Z 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-04T20:06:11.8468854Z 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-04T20:06:11.8474645Z 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-04T20:06:11.8481057Z 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-04T20:06:11.8486514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.8492182Z 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-04T20:06:11.8497709Z 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-04T20:06:11.8503276Z 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-04T20:06:11.8508898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.8514607Z 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-04T20:06:11.8520530Z 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-04T20:06:11.8526522Z 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-04T20:06:11.8532305Z 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-04T20:06:11.8537960Z 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-04T20:06:11.8543751Z 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-04T20:06:11.8549752Z 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-04T20:06:11.8555996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.8567995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.8569142Z 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-04T20:06:11.8575094Z 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-04T20:06:11.8580435Z 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-04T20:06:11.8586158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.8591838Z 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-04T20:06:11.8597703Z 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-04T20:06:11.8603184Z 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-04T20:06:11.8609212Z 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-04T20:06:11.8614834Z 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-04T20:06:11.8620577Z 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-04T20:06:11.8626422Z 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-04T20:06:11.8632071Z 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-04T20:06:11.8637479Z 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-04T20:06:11.8643637Z 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-04T20:06:11.8649333Z 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-04T20:06:11.8655020Z 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-04T20:06:11.8661046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.8667363Z 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-04T20:06:11.8673021Z 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-04T20:06:11.8678765Z 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-04T20:06:11.8685409Z 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-04T20:06:11.8691521Z 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-04T20:06:11.8697451Z 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-04T20:06:11.8703163Z 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-04T20:06:11.8709065Z 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-04T20:06:11.8715036Z 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-04T20:06:11.8721235Z 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-04T20:06:11.8728597Z 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-04T20:06:11.8734947Z 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-04T20:06:11.8741124Z 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-04T20:06:11.8747384Z 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-04T20:06:11.8753249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.8759304Z 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-04T20:06:11.8765140Z 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-04T20:06:11.8770690Z 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-04T20:06:11.8776592Z 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-04T20:06:11.8782135Z 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-04T20:06:11.8787636Z 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-04T20:06:11.8793473Z 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-04T20:06:11.8798719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.8804422Z 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-04T20:06:11.8809912Z 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-04T20:06:11.8815551Z 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-04T20:06:11.8821695Z 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-04T20:06:11.8844306Z 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-04T20:06:11.8849899Z 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-04T20:06:11.8855403Z 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-04T20:06:11.8860484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.8866113Z 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-04T20:06:11.8871749Z 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-04T20:06:11.8877379Z 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-04T20:06:11.8883395Z 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-04T20:06:11.8889076Z 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-04T20:06:11.8894768Z 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-04T20:06:11.8900489Z 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-04T20:06:11.8906012Z 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-04T20:06:11.8911498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.8917108Z 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-04T20:06:11.8922933Z 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-04T20:06:11.8929369Z 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-04T20:06:11.8935191Z 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-04T20:06:11.8941158Z 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-04T20:06:11.8947436Z 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-04T20:06:11.8953412Z 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-04T20:06:11.8959421Z 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-04T20:06:11.8965241Z 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-04T20:06:11.8972047Z 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-04T20:06:11.8978272Z 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-04T20:06:11.8985031Z 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-04T20:06:11.8990589Z 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-04T20:06:11.8996768Z 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-04T20:06:11.9002633Z 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-04T20:06:11.9008594Z 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-04T20:06:11.9014555Z 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-04T20:06:11.9020491Z 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-04T20:06:11.9026527Z 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-04T20:06:11.9032853Z 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-04T20:06:11.9038902Z 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-04T20:06:11.9044957Z 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-04T20:06:11.9051082Z 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-04T20:06:11.9056954Z 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-04T20:06:11.9063307Z 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-04T20:06:11.9069314Z 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-04T20:06:11.9075474Z 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-04T20:06:11.9081347Z 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-04T20:06:11.9087288Z 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-04T20:06:11.9093648Z 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-04T20:06:11.9099496Z 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-04T20:06:11.9105184Z 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-04T20:06:11.9110900Z 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-04T20:06:11.9117257Z 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-04T20:06:11.9123349Z 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-04T20:06:11.9128914Z 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-04T20:06:11.9134227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.9139893Z 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-04T20:06:11.9145691Z 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-04T20:06:11.9151678Z 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-04T20:06:11.9157439Z 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-04T20:06:11.9163150Z 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-04T20:06:11.9168943Z 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-04T20:06:11.9174896Z 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-04T20:06:11.9180735Z 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-04T20:06:11.9186466Z 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-04T20:06:11.9192533Z 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-04T20:06:11.9198657Z 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-04T20:06:11.9204617Z 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-04T20:06:11.9210330Z 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-04T20:06:11.9216590Z 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-04T20:06:11.9222430Z 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-04T20:06:11.9228266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.9234816Z 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-04T20:06:11.9240593Z 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-04T20:06:11.9246523Z 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-04T20:06:11.9252394Z 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-04T20:06:11.9257970Z 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-04T20:06:11.9263808Z 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-04T20:06:11.9269210Z 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-04T20:06:11.9274852Z 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-04T20:06:11.9281030Z 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-04T20:06:11.9286737Z 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-04T20:06:11.9292861Z 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-04T20:06:11.9298237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.9303661Z 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-04T20:06:11.9309429Z 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-04T20:06:11.9315229Z 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-04T20:06:11.9320812Z 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-04T20:06:11.9326839Z 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-04T20:06:11.9332572Z 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-04T20:06:11.9338236Z 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-04T20:06:11.9343804Z 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-04T20:06:11.9349887Z 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-04T20:06:11.9355663Z 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-04T20:06:11.9361306Z 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-04T20:06:11.9366973Z 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-04T20:06:11.9372497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.9378340Z 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-04T20:06:11.9383781Z 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-04T20:06:11.9389516Z 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-04T20:06:11.9395374Z 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-04T20:06:11.9400430Z 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-04T20:06:11.9405867Z 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-04T20:06:11.9411445Z 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-04T20:06:11.9416737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.9421959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.9427244Z 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-04T20:06:11.9433298Z 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-04T20:06:11.9439049Z 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-04T20:06:11.9444758Z 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-04T20:06:11.9450378Z 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-04T20:06:11.9456269Z 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-04T20:06:11.9461930Z 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-04T20:06:11.9467593Z 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-04T20:06:11.9473632Z 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-04T20:06:11.9479750Z 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-04T20:06:11.9485405Z 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-04T20:06:11.9490947Z 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-04T20:06:11.9496596Z 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-04T20:06:11.9502375Z 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-04T20:06:11.9507759Z 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-04T20:06:11.9513587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.9519403Z 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-04T20:06:11.9525166Z 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-04T20:06:11.9530919Z 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-04T20:06:11.9536460Z 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-04T20:06:11.9542240Z 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-04T20:06:11.9548083Z 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-04T20:06:11.9554024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.9559610Z 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-04T20:06:11.9565397Z 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-04T20:06:11.9571413Z 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-04T20:06:11.9577137Z 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-04T20:06:11.9583004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.9588625Z 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-04T20:06:11.9594156Z 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-04T20:06:11.9599753Z 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-04T20:06:11.9605567Z 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-04T20:06:11.9611071Z 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-04T20:06:11.9617065Z 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-04T20:06:11.9623078Z 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-04T20:06:11.9628565Z 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-04T20:06:11.9634305Z 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-04T20:06:11.9639873Z 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-04T20:06:11.9645403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.9650834Z 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-04T20:06:11.9656556Z 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-04T20:06:11.9662244Z 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-04T20:06:11.9668133Z 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-04T20:06:11.9674376Z 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-04T20:06:11.9680321Z 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-04T20:06:11.9686143Z 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-04T20:06:11.9691906Z 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-04T20:06:11.9697678Z 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-04T20:06:11.9703673Z 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-04T20:06:11.9709513Z 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-04T20:06:11.9715811Z 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-04T20:06:11.9721336Z 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-04T20:06:11.9727046Z 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-04T20:06:11.9733044Z 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-04T20:06:11.9739495Z 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-04T20:06:11.9746108Z 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-04T20:06:11.9752723Z 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-04T20:06:11.9758553Z 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-04T20:06:11.9764035Z 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-04T20:06:11.9770205Z 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-04T20:06:11.9775336Z 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-04T20:06:11.9781159Z 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-04T20:06:11.9787075Z 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-04T20:06:11.9792710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.9798528Z 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-04T20:06:11.9804267Z 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-04T20:06:11.9809884Z 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-04T20:06:11.9815490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:11.9820998Z 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-04T20:06:11.9826396Z 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-04T20:06:11.9832513Z 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-04T20:06:11.9838369Z 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-04T20:06:11.9844354Z 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-04T20:06:11.9850144Z 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-04T20:06:11.9855894Z 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-04T20:06:11.9871806Z 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-04T20:06:11.9872798Z 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-04T20:06:11.9873855Z 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-04T20:06:11.9878585Z 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-04T20:06:11.9884414Z 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-04T20:06:11.9890250Z 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-04T20:06:11.9895908Z 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-04T20:06:11.9901584Z 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-04T20:06:11.9907513Z 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-04T20:06:11.9913572Z 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-04T20:06:11.9919294Z 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-04T20:06:11.9924913Z 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-04T20:06:11.9930525Z 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-04T20:06:11.9936167Z 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-04T20:06:11.9941868Z 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-04T20:06:11.9947923Z 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-04T20:06:11.9953889Z 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-04T20:06:11.9959619Z 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-04T20:06:11.9965394Z 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-04T20:06:11.9971167Z 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-04T20:06:11.9977123Z 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-04T20:06:11.9982835Z 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-04T20:06:11.9988793Z 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-04T20:06:11.9994766Z 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-04T20:06:12.0000485Z 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-04T20:06:12.0006401Z 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-04T20:06:12.0012007Z 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-04T20:06:12.0017625Z 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-04T20:06:12.0023263Z 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-04T20:06:12.0029291Z 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-04T20:06:12.0034873Z 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-04T20:06:12.0040584Z 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-04T20:06:12.0046642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.0053297Z 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-04T20:06:12.0059612Z 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-04T20:06:12.0066164Z 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-04T20:06:12.0072769Z 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-04T20:06:12.0079382Z 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-04T20:06:12.0085668Z 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-04T20:06:12.0091897Z 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-04T20:06:12.0097259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.0103063Z 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-04T20:06:12.0108701Z 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-04T20:06:12.0114637Z 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-04T20:06:12.0120999Z 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-04T20:06:12.0126564Z 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-04T20:06:12.0132677Z 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-04T20:06:12.0139135Z 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-04T20:06:12.0144500Z 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-04T20:06:12.0150613Z 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-04T20:06:12.0156154Z 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-04T20:06:12.0161711Z 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-04T20:06:12.0167498Z 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-04T20:06:12.0173354Z 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-04T20:06:12.0179090Z 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-04T20:06:12.0184803Z 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-04T20:06:12.0190355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.0196596Z 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-04T20:06:12.0202135Z 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-04T20:06:12.0207880Z 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-04T20:06:12.0220819Z 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-04T20:06:12.0226517Z 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-04T20:06:12.0232594Z 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-04T20:06:12.0238528Z 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-04T20:06:12.0244196Z 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-04T20:06:12.0250288Z 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-04T20:06:12.0255810Z 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-04T20:06:12.0261515Z 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-04T20:06:12.0267282Z 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-04T20:06:12.0273228Z 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-04T20:06:12.0278946Z 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-04T20:06:12.0284631Z 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-04T20:06:12.0290545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.0296285Z 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-04T20:06:12.0302310Z 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-04T20:06:12.0308023Z 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-04T20:06:12.0314148Z 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-04T20:06:12.0319796Z 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-04T20:06:12.0326842Z 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-04T20:06:12.0332736Z 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-04T20:06:12.0339827Z 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-04T20:06:12.0346304Z 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-04T20:06:12.0352759Z 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-04T20:06:12.0359435Z 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-04T20:06:12.0365580Z 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-04T20:06:12.0372198Z 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-04T20:06:12.0378265Z 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-04T20:06:12.0384423Z 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-04T20:06:12.0390375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.0396338Z 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-04T20:06:12.0402340Z 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-04T20:06:12.0408041Z 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-04T20:06:12.0414100Z 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-04T20:06:12.0419903Z 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-04T20:06:12.0425726Z 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-04T20:06:12.0431507Z 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-04T20:06:12.0437288Z 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-04T20:06:12.0443046Z 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-04T20:06:12.0448870Z 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-04T20:06:12.0454838Z 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-04T20:06:12.0460698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.0466063Z 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-04T20:06:12.0472150Z 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-04T20:06:12.0477967Z 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-04T20:06:12.0483499Z 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-04T20:06:12.0489093Z 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-04T20:06:12.0494919Z 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-04T20:06:12.0500628Z 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-04T20:06:12.0506570Z 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-04T20:06:12.0512319Z 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-04T20:06:12.0517983Z 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-04T20:06:12.0523625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.0529542Z 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-04T20:06:12.0554043Z 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-04T20:06:12.0559911Z 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-04T20:06:12.0565488Z 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-04T20:06:12.0571149Z 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-04T20:06:12.0576776Z 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-04T20:06:12.0582435Z 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-04T20:06:12.0588165Z 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-04T20:06:12.0594206Z 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-04T20:06:12.0599977Z 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-04T20:06:12.0605577Z 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-04T20:06:12.0611877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.0617468Z 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-04T20:06:12.0623019Z 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-04T20:06:12.0628982Z 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-04T20:06:12.0634874Z 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-04T20:06:12.0640616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.0647144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.0653497Z 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-04T20:06:12.0659442Z 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-04T20:06:12.0665278Z 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-04T20:06:12.0671213Z 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-04T20:06:12.0677052Z 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-04T20:06:12.0682771Z 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-04T20:06:12.0688737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.0694531Z 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-04T20:06:12.0700165Z 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-04T20:06:12.0705866Z 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-04T20:06:12.0711672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.0717169Z 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-04T20:06:12.0722828Z 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-04T20:06:12.0728642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.0734507Z 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-04T20:06:12.0740662Z 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-04T20:06:12.0746631Z 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-04T20:06:12.0753006Z 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-04T20:06:12.0759304Z 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-04T20:06:12.0765436Z 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-04T20:06:12.0771291Z 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-04T20:06:12.0777232Z 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-04T20:06:12.0783453Z 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-04T20:06:12.0789226Z 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-04T20:06:12.0795131Z 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-04T20:06:12.0800882Z 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-04T20:06:12.0806497Z 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-04T20:06:12.0812027Z 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-04T20:06:12.0817830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.0823865Z 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-04T20:06:12.0829632Z 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-04T20:06:12.0835141Z 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-04T20:06:12.0840757Z 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-04T20:06:12.0846524Z 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-04T20:06:12.0852167Z 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-04T20:06:12.0857815Z 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-04T20:06:12.0863398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.0869291Z 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-04T20:06:12.0874840Z 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-04T20:06:12.0880373Z 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-04T20:06:12.0885927Z 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-04T20:06:12.0891187Z 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-04T20:06:12.0897092Z 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-04T20:06:12.0902372Z 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-04T20:06:12.0907613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.0913276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.0918927Z 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-04T20:06:12.0924282Z 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-04T20:06:12.0929870Z 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-04T20:06:12.0935433Z 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-04T20:06:12.0941137Z 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-04T20:06:12.0946697Z 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-04T20:06:12.0952498Z 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-04T20:06:12.0958716Z 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-04T20:06:12.0964419Z 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-04T20:06:12.0970038Z 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-04T20:06:12.0987758Z 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-04T20:06:12.0996973Z 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-04T20:06:12.1001863Z 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-04T20:06:12.1007187Z 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-04T20:06:12.1012956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.1018563Z 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-04T20:06:12.1024265Z 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-04T20:06:12.1029771Z 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-04T20:06:12.1035291Z 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-04T20:06:12.1040803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.1046244Z 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-04T20:06:12.1051893Z 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-04T20:06:12.1057320Z 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-04T20:06:12.1062722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.1067990Z 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-04T20:06:12.1074097Z 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-04T20:06:12.1079860Z 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-04T20:06:12.1085405Z 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-04T20:06:12.1091099Z 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-04T20:06:12.1096659Z 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-04T20:06:12.1102685Z 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-04T20:06:12.1109135Z 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-04T20:06:12.1114960Z 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-04T20:06:12.1120988Z 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-04T20:06:12.1126558Z 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-04T20:06:12.1132764Z 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-04T20:06:12.1138637Z 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-04T20:06:12.1144098Z 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-04T20:06:12.1149878Z 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-04T20:06:12.1155681Z 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-04T20:06:12.1161589Z 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-04T20:06:12.1167232Z 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-04T20:06:12.1172776Z 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-04T20:06:12.1178989Z 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-04T20:06:12.1184736Z 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-04T20:06:12.1190319Z 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-04T20:06:12.1196620Z 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-04T20:06:12.1202584Z 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-04T20:06:12.1208221Z 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-04T20:06:12.1213845Z 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-04T20:06:12.1219740Z 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-04T20:06:12.1225792Z 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-04T20:06:12.1231229Z 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-04T20:06:12.1236874Z 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-04T20:06:12.1242675Z 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-04T20:06:12.1248413Z 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-04T20:06:12.1254331Z 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-04T20:06:12.1264939Z 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-04T20:06:12.1271012Z 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-04T20:06:12.1276926Z 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-04T20:06:12.1282579Z 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-04T20:06:12.1288230Z 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-04T20:06:12.1299032Z 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-04T20:06:12.1304774Z 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-04T20:06:12.1310588Z 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-04T20:06:12.1316466Z 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-04T20:06:12.1322180Z 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-04T20:06:12.1328076Z 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-04T20:06:12.1333720Z 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-04T20:06:12.1339218Z 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-04T20:06:12.1344959Z 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-04T20:06:12.1351260Z 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-04T20:06:12.1358018Z 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-04T20:06:12.1365009Z 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-04T20:06:12.1371475Z 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-04T20:06:12.1377885Z 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-04T20:06:12.1384155Z 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-04T20:06:12.1780908Z 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-04T20:06:12.1786773Z 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-04T20:06:12.1792813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.1798316Z 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-04T20:06:12.1803922Z 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-04T20:06:12.1833747Z 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-04T20:06:12.1839654Z 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-04T20:06:12.1845264Z 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-04T20:06:12.1851327Z 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-04T20:06:12.1856884Z 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-04T20:06:12.1862281Z 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-04T20:06:12.1868120Z 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-04T20:06:12.1874177Z 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-04T20:06:12.1880137Z 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-04T20:06:12.1886318Z 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-04T20:06:12.1897591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.1903391Z 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-04T20:06:12.1908916Z 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-04T20:06:12.1914960Z 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-04T20:06:12.1921143Z 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-04T20:06:12.1933841Z 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-04T20:06:12.1939634Z 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-04T20:06:12.1945326Z 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-04T20:06:12.1951124Z 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-04T20:06:12.1956886Z 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-04T20:06:12.1968034Z 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-04T20:06:12.1973694Z 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-04T20:06:12.1979456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.1985028Z 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-04T20:06:12.1990878Z 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-04T20:06:12.1996418Z 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-04T20:06:12.2002089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.2007791Z 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-04T20:06:12.2013322Z 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-04T20:06:12.2018915Z 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-04T20:06:12.2024537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.2030179Z 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-04T20:06:12.2036197Z 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-04T20:06:12.2041627Z 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-04T20:06:12.2047525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.2052992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.2058648Z 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-04T20:06:12.2064122Z 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-04T20:06:12.2069949Z 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-04T20:06:12.2076132Z 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-04T20:06:12.2103054Z 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-04T20:06:12.2108810Z 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-04T20:06:12.2114608Z 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-04T20:06:12.2120510Z 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-04T20:06:12.2126177Z 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-04T20:06:12.2131692Z 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-04T20:06:12.2137641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.2143201Z 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-04T20:06:12.2148944Z 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-04T20:06:12.2154769Z 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-04T20:06:12.2160371Z 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-04T20:06:12.2165917Z 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-04T20:06:12.2171458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.2177219Z 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-04T20:06:12.2183731Z 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-04T20:06:12.2189525Z 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-04T20:06:12.2195275Z 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-04T20:06:12.2200785Z 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-04T20:06:12.2206342Z 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-04T20:06:12.2211988Z 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-04T20:06:12.2217487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.2223227Z 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-04T20:06:12.2228762Z 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-04T20:06:12.2234556Z 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-04T20:06:12.2240392Z 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-04T20:06:12.2245833Z 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-04T20:06:12.2251348Z 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-04T20:06:12.2256912Z 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-04T20:06:12.2262478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.2268221Z 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-04T20:06:12.2273956Z 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-04T20:06:12.2279272Z 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-04T20:06:12.2284782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.2290386Z 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-04T20:06:12.2295803Z 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-04T20:06:12.2301323Z 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-04T20:06:12.2307124Z 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-04T20:06:12.2312814Z 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-04T20:06:12.2318479Z 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-04T20:06:12.2323891Z 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-04T20:06:12.2329446Z 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-04T20:06:12.2335320Z 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-04T20:06:12.2341152Z 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-04T20:06:12.2346300Z 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-04T20:06:12.2352099Z 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-04T20:06:12.2357728Z 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-04T20:06:12.2363145Z 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-04T20:06:12.2368473Z 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-04T20:06:12.2374105Z 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-04T20:06:12.2379875Z 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-04T20:06:12.2385359Z 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-04T20:06:12.2390791Z 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-04T20:06:12.2396969Z 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-04T20:06:12.2403047Z 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-04T20:06:12.2408571Z 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-04T20:06:12.2413983Z 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-04T20:06:12.2419589Z 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-04T20:06:12.2425508Z 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-04T20:06:12.2431102Z 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-04T20:06:12.2436763Z 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-04T20:06:12.2442399Z 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-04T20:06:12.2448289Z 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-04T20:06:12.2453834Z 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-04T20:06:12.2459151Z 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-04T20:06:12.2464676Z 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-04T20:06:12.2470039Z 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-04T20:06:12.2475788Z 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-04T20:06:12.2481014Z 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-04T20:06:12.2486584Z 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-04T20:06:12.2492431Z 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-04T20:06:12.2497911Z 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-04T20:06:12.2503300Z 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-04T20:06:12.2509044Z 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-04T20:06:12.2514695Z 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-04T20:06:12.2520355Z 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-04T20:06:12.2526073Z 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-04T20:06:12.2531632Z 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-04T20:06:12.2537893Z 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-04T20:06:12.2543393Z 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-04T20:06:12.2549072Z 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-04T20:06:12.2554971Z 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-04T20:06:12.2560416Z 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-04T20:06:12.2566172Z 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-04T20:06:12.2571846Z 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-04T20:06:12.2577193Z 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-04T20:06:12.2582856Z 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-04T20:06:12.2588685Z 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-04T20:06:12.2594176Z 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-04T20:06:12.2599477Z 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-04T20:06:12.2605402Z 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-04T20:06:12.2612268Z 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-04T20:06:12.2617733Z 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-04T20:06:12.2623132Z 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-04T20:06:12.2628769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.2634309Z 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-04T20:06:12.2639841Z 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-04T20:06:12.2645159Z 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-04T20:06:12.2650642Z 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-04T20:06:12.2656995Z 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-04T20:06:12.2662615Z 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-04T20:06:12.2668362Z 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-04T20:06:12.2674185Z 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-04T20:06:12.2679876Z 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-04T20:06:12.2685397Z 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-04T20:06:12.2691084Z 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-04T20:06:12.2696776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.2702657Z 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-04T20:06:12.2708230Z 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-04T20:06:12.2714117Z 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-04T20:06:12.2719503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.2725331Z 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-04T20:06:12.2731411Z 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-04T20:06:12.2737238Z 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-04T20:06:12.2743803Z 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-04T20:06:12.2749813Z 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-04T20:06:12.2756044Z 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-04T20:06:12.2762085Z 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-04T20:06:12.2768071Z 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-04T20:06:12.2773687Z 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-04T20:06:12.2779445Z 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-04T20:06:12.2785267Z 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-04T20:06:12.2791343Z 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-04T20:06:12.2796931Z 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-04T20:06:12.2802455Z 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-04T20:06:12.2808168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.2819869Z 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-04T20:06:12.2825520Z 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-04T20:06:12.2831138Z 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-04T20:06:12.2837195Z 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-04T20:06:12.2842483Z 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-04T20:06:12.2847914Z 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-04T20:06:12.2853596Z 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-04T20:06:12.2858716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.2864241Z 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-04T20:06:12.2869714Z 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-04T20:06:12.2875556Z 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-04T20:06:12.2881072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.2886497Z 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-04T20:06:12.2892102Z 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-04T20:06:12.2898841Z 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-04T20:06:12.2904775Z 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-04T20:06:12.2910516Z 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-04T20:06:12.2916431Z 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-04T20:06:12.2922280Z 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-04T20:06:12.2927989Z 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-04T20:06:12.2933700Z 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-04T20:06:12.2939864Z 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-04T20:06:12.2945450Z 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-04T20:06:12.2951586Z 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-04T20:06:12.2957320Z 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-04T20:06:12.2963178Z 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-04T20:06:12.2968864Z 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-04T20:06:12.2974506Z 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-04T20:06:12.2980153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.2986342Z 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-04T20:06:12.2992116Z 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-04T20:06:12.2997733Z 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-04T20:06:12.3003682Z 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-04T20:06:12.3009388Z 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-04T20:06:12.3014925Z 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-04T20:06:12.3020603Z 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-04T20:06:12.3025969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.3031726Z 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-04T20:06:12.3037126Z 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-04T20:06:12.3043146Z 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-04T20:06:12.3048720Z 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-04T20:06:12.3054448Z 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-04T20:06:12.3060276Z 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-04T20:06:12.3065958Z 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-04T20:06:12.3071947Z 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-04T20:06:12.3077640Z 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-04T20:06:12.3083462Z 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-04T20:06:12.3089108Z 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-04T20:06:12.3094629Z 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-04T20:06:12.3100316Z 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-04T20:06:12.3105925Z 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-04T20:06:12.3111459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.3117356Z 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-04T20:06:12.3123037Z 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-04T20:06:12.3129013Z 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-04T20:06:12.3134828Z 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-04T20:06:12.3141386Z 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-04T20:06:12.3147145Z 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-04T20:06:12.3153926Z 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-04T20:06:12.3159841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.3165841Z 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-04T20:06:12.3171673Z 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-04T20:06:12.3177837Z 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-04T20:06:12.3183494Z 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-04T20:06:12.3190108Z 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-04T20:06:12.3196682Z 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-04T20:06:12.3202269Z 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-04T20:06:12.3208009Z 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-04T20:06:12.3214075Z 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-04T20:06:12.3219778Z 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-04T20:06:12.3233382Z 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-04T20:06:12.3238403Z 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-04T20:06:12.3244069Z 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-04T20:06:12.3250951Z 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-04T20:06:12.3257104Z 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-04T20:06:12.3264428Z 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-04T20:06:12.3270922Z 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-04T20:06:12.3276870Z 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-04T20:06:12.3283359Z 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-04T20:06:12.3289380Z 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-04T20:06:12.3295250Z 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-04T20:06:12.3301047Z 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-04T20:06:12.3307054Z 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-04T20:06:12.3313052Z 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-04T20:06:12.3318877Z 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-04T20:06:12.3325304Z 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-04T20:06:12.3330885Z 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-04T20:06:12.3336510Z 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-04T20:06:12.3342348Z 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-04T20:06:12.3348735Z 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-04T20:06:12.3354390Z 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-04T20:06:12.3360217Z 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-04T20:06:12.3365942Z 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-04T20:06:12.3371713Z 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-04T20:06:12.3377524Z 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-04T20:06:12.3383299Z 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-04T20:06:12.3389251Z 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-04T20:06:12.3395655Z 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-04T20:06:12.3401437Z 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-04T20:06:12.3407212Z 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-04T20:06:12.3413390Z 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-04T20:06:12.3419532Z 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-04T20:06:12.3425267Z 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-04T20:06:12.3431207Z 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-04T20:06:12.3437080Z 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-04T20:06:12.3442910Z 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-04T20:06:12.3449045Z 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-04T20:06:12.3454834Z 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-04T20:06:12.3460585Z 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-04T20:06:12.3466510Z 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-04T20:06:12.3472678Z 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-04T20:06:12.3478822Z 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-04T20:06:12.3484755Z 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-04T20:06:12.3490586Z 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-04T20:06:12.3496758Z 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-04T20:06:12.3502765Z 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-04T20:06:12.3508699Z 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-04T20:06:12.3514910Z 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-04T20:06:12.3520505Z 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-04T20:06:12.3526434Z 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-04T20:06:12.3532339Z 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-04T20:06:12.3538615Z 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-04T20:06:12.3544436Z 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-04T20:06:12.3550901Z 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-04T20:06:12.3557162Z 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-04T20:06:12.3563364Z 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-04T20:06:12.3569110Z 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-04T20:06:12.3575050Z 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-04T20:06:12.3581637Z 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-04T20:06:12.3588875Z 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-04T20:06:12.3594784Z 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-04T20:06:12.3600785Z 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-04T20:06:12.3606263Z 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-04T20:06:12.3612128Z 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-04T20:06:12.3617993Z 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-04T20:06:12.3624088Z 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-04T20:06:12.3629867Z 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-04T20:06:12.3636190Z 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-04T20:06:12.3642042Z 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-04T20:06:12.3647674Z 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-04T20:06:12.3653602Z 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-04T20:06:12.3666055Z 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-04T20:06:12.3671984Z 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-04T20:06:12.3679531Z 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-04T20:06:12.3685686Z 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-04T20:06:12.3691520Z 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-04T20:06:12.3697169Z 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-04T20:06:12.3702946Z 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-04T20:06:12.3708632Z 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-04T20:06:12.3714733Z 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-04T20:06:12.3720618Z 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-04T20:06:12.3726435Z 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-04T20:06:12.3732284Z 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-04T20:06:12.3738692Z 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-04T20:06:12.3744384Z 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-04T20:06:12.3750588Z 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-04T20:06:12.3757460Z 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-04T20:06:12.3763706Z 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-04T20:06:12.3769859Z 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-04T20:06:12.3775704Z 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-04T20:06:12.3781581Z 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-04T20:06:12.3787873Z 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-04T20:06:12.3794005Z 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-04T20:06:12.3799739Z 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-04T20:06:12.3805633Z 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-04T20:06:12.3811380Z 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-04T20:06:12.3817250Z 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-04T20:06:12.3823435Z 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-04T20:06:12.3829482Z 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-04T20:06:12.3835563Z 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-04T20:06:12.3841337Z 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-04T20:06:12.3847532Z 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-04T20:06:12.3853394Z 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-04T20:06:12.3859598Z 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-04T20:06:12.3865169Z 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-04T20:06:12.3871199Z 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-04T20:06:12.3877186Z 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-04T20:06:12.3882913Z 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-04T20:06:12.3888581Z 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-04T20:06:12.3894295Z 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-04T20:06:12.3900139Z 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-04T20:06:12.3906444Z 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-04T20:06:12.3912519Z 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-04T20:06:12.3918500Z 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-04T20:06:12.3924355Z 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-04T20:06:12.3930207Z 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-04T20:06:12.3936210Z 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-04T20:06:12.3942425Z 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-04T20:06:12.3948755Z 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-04T20:06:12.3954914Z 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-04T20:06:12.3960947Z 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-04T20:06:12.3967285Z 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-04T20:06:12.3973276Z 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-04T20:06:12.3979250Z 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-04T20:06:12.3985287Z 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-04T20:06:12.3991545Z 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-04T20:06:12.3998193Z 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-04T20:06:12.4004078Z 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-04T20:06:12.4009994Z 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-04T20:06:12.4016196Z 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-04T20:06:12.4022255Z 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-04T20:06:12.4028125Z 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-04T20:06:12.4034305Z 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-04T20:06:12.4040139Z 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-04T20:06:12.4056787Z 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-04T20:06:12.4063062Z 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-04T20:06:12.4068958Z 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-04T20:06:12.4074990Z 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-04T20:06:12.4080968Z 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-04T20:06:12.4087777Z 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-04T20:06:12.4094072Z 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-04T20:06:12.4099960Z 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-04T20:06:12.4105906Z 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-04T20:06:12.4112304Z 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-04T20:06:12.4118255Z 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-04T20:06:12.4124803Z 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-04T20:06:12.4130747Z 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-04T20:06:12.4136896Z 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-04T20:06:12.4142678Z 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-04T20:06:12.4148565Z 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-04T20:06:12.4154596Z 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-04T20:06:12.4160757Z 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-04T20:06:12.4166772Z 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-04T20:06:12.4172584Z 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-04T20:06:12.4178839Z 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-04T20:06:12.4185172Z 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-04T20:06:12.4191194Z 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-04T20:06:12.4197309Z 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-04T20:06:12.4203480Z 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-04T20:06:12.4209450Z 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-04T20:06:12.4215476Z 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-04T20:06:12.4222259Z 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-04T20:06:12.4228559Z 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-04T20:06:12.4235658Z 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-04T20:06:12.4241787Z 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-04T20:06:12.4248122Z 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-04T20:06:12.4254097Z 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-04T20:06:12.4260074Z 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-04T20:06:12.4266020Z 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-04T20:06:12.4272124Z 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-04T20:06:12.4277855Z 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-04T20:06:12.4283515Z 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-04T20:06:12.4289378Z 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-04T20:06:12.4295619Z 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-04T20:06:12.4301739Z 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-04T20:06:12.4307950Z 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-04T20:06:12.4313676Z 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-04T20:06:12.4319351Z 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-04T20:06:12.4325240Z 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-04T20:06:12.4331061Z 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-04T20:06:12.4336887Z 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-04T20:06:12.4342663Z 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-04T20:06:12.4348502Z 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-04T20:06:12.4354341Z 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-04T20:06:12.4360157Z 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-04T20:06:12.4365866Z 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-04T20:06:12.4371942Z 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-04T20:06:12.4378145Z 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-04T20:06:12.4384015Z 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-04T20:06:12.4389941Z 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-04T20:06:12.4401961Z 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-04T20:06:12.4407990Z 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-04T20:06:12.4413790Z 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-04T20:06:12.4419798Z 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-04T20:06:12.4425836Z 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-04T20:06:12.4431565Z 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-04T20:06:12.4437296Z 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-04T20:06:12.4443530Z 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-04T20:06:12.4449643Z 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-04T20:06:12.4455500Z 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-04T20:06:12.4461258Z 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-04T20:06:12.4466990Z 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-04T20:06:12.4473275Z 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-04T20:06:12.4479235Z 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-04T20:06:12.4484768Z 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-04T20:06:12.4490997Z 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-04T20:06:12.4497663Z 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-04T20:06:12.4517968Z 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-04T20:06:12.4524356Z 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-04T20:06:12.4530585Z 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-04T20:06:12.4537087Z 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-04T20:06:12.4542975Z 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-04T20:06:12.4549190Z 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-04T20:06:12.4555179Z 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-04T20:06:12.4561053Z 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-04T20:06:12.4567197Z 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-04T20:06:12.4573024Z 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-04T20:06:12.4578674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.4584430Z 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-04T20:06:12.4590647Z 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-04T20:06:12.4596361Z 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-04T20:06:12.4602053Z 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-04T20:06:12.4607905Z 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-04T20:06:12.4613852Z 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-04T20:06:12.4619414Z 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-04T20:06:12.4625092Z 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-04T20:06:12.4631113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.4636846Z 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-04T20:06:12.4642443Z 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-04T20:06:12.4648214Z 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-04T20:06:12.4654394Z 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-04T20:06:12.4660063Z 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-04T20:06:12.4665700Z 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-04T20:06:12.4671610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.4676969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.4682717Z 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-04T20:06:12.4688201Z 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-04T20:06:12.4694201Z 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-04T20:06:12.4699827Z 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-04T20:06:12.4705387Z 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-04T20:06:12.4711229Z 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-04T20:06:12.4717047Z 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-04T20:06:12.4722621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.4728342Z 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-04T20:06:12.4733818Z 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-04T20:06:12.4739516Z 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-04T20:06:12.4745074Z 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-04T20:06:12.4750589Z 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-04T20:06:12.4756328Z 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-04T20:06:12.4762205Z 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-04T20:06:12.4768133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.4773973Z 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-04T20:06:12.4779350Z 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-04T20:06:12.4784870Z 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-04T20:06:12.4790901Z 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-04T20:06:12.4796481Z 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-04T20:06:12.4802837Z 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-04T20:06:12.4809176Z 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-04T20:06:12.4814740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.4820891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.4828412Z 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-04T20:06:12.4834666Z 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-04T20:06:12.4841018Z 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-04T20:06:12.4847302Z 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-04T20:06:12.4853156Z 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-04T20:06:12.4859217Z 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-04T20:06:12.4865018Z 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-04T20:06:12.4871210Z 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-04T20:06:12.4876949Z 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-04T20:06:12.4882746Z 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-04T20:06:12.4888573Z 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-04T20:06:12.4894351Z 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-04T20:06:12.4900277Z 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-04T20:06:12.4906145Z 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-04T20:06:12.4911906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.4917761Z 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-04T20:06:12.4923374Z 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-04T20:06:12.4928926Z 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-04T20:06:12.4934620Z 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-04T20:06:12.4940440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.4945937Z 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-04T20:06:12.4951525Z 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-04T20:06:12.4957012Z 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-04T20:06:12.4963190Z 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-04T20:06:12.4968988Z 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-04T20:06:12.4974511Z 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-04T20:06:12.4980363Z 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-04T20:06:12.4986004Z 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-04T20:06:12.4991875Z 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-04T20:06:12.4997569Z 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-04T20:06:12.5003625Z 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-04T20:06:12.5009405Z 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-04T20:06:12.5015277Z 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-04T20:06:12.5021199Z 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-04T20:06:12.5026976Z 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-04T20:06:12.5032874Z 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-04T20:06:12.5038813Z 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-04T20:06:12.5044404Z 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-04T20:06:12.5050238Z 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-04T20:06:12.5055799Z 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-04T20:06:12.5061674Z 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-04T20:06:12.5067353Z 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-04T20:06:12.5073650Z 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-04T20:06:12.5079499Z 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-04T20:06:12.5085350Z 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-04T20:06:12.5096397Z 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-04T20:06:12.5102239Z 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-04T20:06:12.5107993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.5113899Z 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-04T20:06:12.5120121Z 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-04T20:06:12.5132604Z 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-04T20:06:12.5138368Z 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-04T20:06:12.5144172Z 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-04T20:06:12.5150071Z 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-04T20:06:12.5156131Z 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-04T20:06:12.5162290Z 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-04T20:06:12.5168662Z 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-04T20:06:12.5174098Z 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-04T20:06:12.5179947Z 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-04T20:06:12.5185797Z 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-04T20:06:12.5192114Z 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-04T20:06:12.5197943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.5204452Z 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-04T20:06:12.5211388Z 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-04T20:06:12.5217294Z 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-04T20:06:12.5223328Z 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-04T20:06:12.5229189Z 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-04T20:06:12.5235217Z 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-04T20:06:12.5240997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.5247131Z 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-04T20:06:12.5253737Z 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-04T20:06:12.5259728Z 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-04T20:06:12.5266072Z 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-04T20:06:12.5272102Z 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-04T20:06:12.5279127Z 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-04T20:06:12.5285145Z 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-04T20:06:12.5291501Z 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-04T20:06:12.5297193Z 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-04T20:06:12.5302578Z 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-04T20:06:12.5308255Z 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-04T20:06:12.5314082Z 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-04T20:06:12.5320440Z 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-04T20:06:12.5326788Z 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-04T20:06:12.5332221Z 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-04T20:06:12.5338292Z 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-04T20:06:12.5344071Z 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-04T20:06:12.5349690Z 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-04T20:06:12.5355392Z 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-04T20:06:12.5360703Z 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-04T20:06:12.5366348Z 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-04T20:06:12.5372163Z 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-04T20:06:12.5377823Z 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-04T20:06:12.5383874Z 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-04T20:06:12.5389575Z 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-04T20:06:12.5395637Z 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-04T20:06:12.5401268Z 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-04T20:06:12.5407228Z 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-04T20:06:12.5413385Z 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-04T20:06:12.5419173Z 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-04T20:06:12.5425016Z 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-04T20:06:12.5430835Z 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-04T20:06:12.5436468Z 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-04T20:06:12.5442145Z 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-04T20:06:12.5448444Z 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-04T20:06:12.5454314Z 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-04T20:06:12.5460128Z 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-04T20:06:12.5465756Z 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-04T20:06:12.5471607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.5477085Z 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-04T20:06:12.5482677Z 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-04T20:06:12.5488296Z 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-04T20:06:12.5493935Z 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-04T20:06:12.5499758Z 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-04T20:06:12.5505381Z 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-04T20:06:12.5511262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.5516632Z 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-04T20:06:12.5522873Z 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-04T20:06:12.5528507Z 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-04T20:06:12.5534102Z 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-04T20:06:12.5539952Z 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-04T20:06:12.5546130Z 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-04T20:06:12.5554606Z 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-04T20:06:12.5560290Z 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-04T20:06:12.5565944Z 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-04T20:06:12.5571810Z 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-04T20:06:12.5577292Z 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-04T20:06:12.5583040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.5599655Z 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-04T20:06:12.5600966Z 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-04T20:06:12.5601995Z 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-04T20:06:12.5605592Z 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-04T20:06:12.5610825Z 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-04T20:06:12.5616396Z 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-04T20:06:12.5621963Z 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-04T20:06:12.5627384Z 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-04T20:06:12.5633253Z 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-04T20:06:12.5638889Z 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-04T20:06:12.5644642Z 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-04T20:06:12.5650022Z 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-04T20:06:12.5655967Z 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-04T20:06:12.5661489Z 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-04T20:06:12.5667090Z 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-04T20:06:12.5673087Z 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-04T20:06:12.5678869Z 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-04T20:06:12.5684548Z 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-04T20:06:12.5699691Z 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-04T20:06:12.5705418Z 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-04T20:06:12.5711286Z 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-04T20:06:12.5716871Z 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-04T20:06:12.5722748Z 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-04T20:06:12.5728677Z 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-04T20:06:12.5734651Z 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-04T20:06:12.5740350Z 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-04T20:06:12.5746115Z 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-04T20:06:12.5752132Z 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-04T20:06:12.5757991Z 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-04T20:06:12.5764395Z 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-04T20:06:12.5770745Z 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-04T20:06:12.5777080Z 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-04T20:06:12.5783869Z 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-04T20:06:12.5790559Z 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-04T20:06:12.5796271Z 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-04T20:06:12.5802368Z 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-04T20:06:12.5808483Z 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-04T20:06:12.5814888Z 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-04T20:06:12.5820978Z 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-04T20:06:12.5826546Z 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-04T20:06:12.5832273Z 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-04T20:06:12.5837979Z 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-04T20:06:12.5843875Z 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-04T20:06:12.5850288Z 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-04T20:06:12.5856126Z 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-04T20:06:12.5861663Z 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-04T20:06:12.5867240Z 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-04T20:06:12.5873267Z 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-04T20:06:12.5879067Z 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-04T20:06:12.5885017Z 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-04T20:06:12.5890627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.5896105Z 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-04T20:06:12.5902064Z 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-04T20:06:12.5907520Z 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-04T20:06:12.5913310Z 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-04T20:06:12.5919362Z 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-04T20:06:12.5925160Z 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-04T20:06:12.5931067Z 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-04T20:06:12.5937031Z 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-04T20:06:12.5942792Z 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-04T20:06:12.5949094Z 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-04T20:06:12.5954853Z 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-04T20:06:12.5960817Z 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-04T20:06:12.5967134Z 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-04T20:06:12.5972852Z 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-04T20:06:12.5978544Z 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-04T20:06:12.5984305Z 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-04T20:06:12.5989889Z 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-04T20:06:12.5995714Z 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-04T20:06:12.6001315Z 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-04T20:06:12.6007791Z 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-04T20:06:12.6014505Z 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-04T20:06:12.6020772Z 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-04T20:06:12.6026969Z 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-04T20:06:12.6033222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.6038940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.6044973Z 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-04T20:06:12.6050484Z 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-04T20:06:12.6056519Z 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-04T20:06:12.6062183Z 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-04T20:06:12.6068173Z 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-04T20:06:12.6073981Z 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-04T20:06:12.6079613Z 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-04T20:06:12.6086299Z 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-04T20:06:12.6091982Z 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-04T20:06:12.6097853Z 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-04T20:06:12.6103552Z 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-04T20:06:12.6109073Z 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-04T20:06:12.6114706Z 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-04T20:06:12.6120357Z 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-04T20:06:12.6126004Z 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-04T20:06:12.6131270Z 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-04T20:06:12.6137121Z 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-04T20:06:12.6142784Z 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-04T20:06:12.6148907Z 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-04T20:06:12.6154819Z 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-04T20:06:12.6160786Z 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-04T20:06:12.6166467Z 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-04T20:06:12.6172280Z 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-04T20:06:12.6178717Z 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-04T20:06:12.6184144Z 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-04T20:06:12.6190416Z 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-04T20:06:12.6196309Z 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-04T20:06:12.6202135Z 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-04T20:06:12.6208399Z 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-04T20:06:12.6214129Z 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-04T20:06:12.6220052Z 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-04T20:06:12.6226082Z 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-04T20:06:12.6232300Z 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-04T20:06:12.6238804Z 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-04T20:06:12.6244695Z 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-04T20:06:12.6250681Z 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-04T20:06:12.6257230Z 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-04T20:06:12.6263785Z 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-04T20:06:12.6270846Z 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-04T20:06:12.6277304Z 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-04T20:06:12.6284336Z 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-04T20:06:12.6290863Z 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-04T20:06:12.6296953Z 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-04T20:06:12.6303085Z 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-04T20:06:12.6309281Z 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-04T20:06:12.6315407Z 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-04T20:06:12.6321467Z 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-04T20:06:12.6327405Z 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-04T20:06:12.6333390Z 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-04T20:06:12.6345032Z 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-04T20:06:12.6350793Z 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-04T20:06:12.6356692Z 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-04T20:06:12.6362586Z 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-04T20:06:12.6368641Z 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-04T20:06:12.6375186Z 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-04T20:06:12.6381081Z 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-04T20:06:12.6386988Z 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-04T20:06:12.6393043Z 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-04T20:06:12.6399042Z 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-04T20:06:12.6404999Z 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-04T20:06:12.6410907Z 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-04T20:06:12.6416576Z 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-04T20:06:12.6422781Z 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-04T20:06:12.6428515Z 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-04T20:06:12.6434278Z 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-04T20:06:12.6440118Z 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-04T20:06:12.6446036Z 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-04T20:06:12.6451854Z 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-04T20:06:12.6457719Z 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-04T20:06:12.6463377Z 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-04T20:06:12.6469212Z 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-04T20:06:12.6475021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.6480748Z 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-04T20:06:12.6486454Z 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-04T20:06:12.6492019Z 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-04T20:06:12.6497541Z 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-04T20:06:12.6503215Z 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-04T20:06:12.6508995Z 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-04T20:06:12.6514694Z 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-04T20:06:12.6520177Z 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-04T20:06:12.6525817Z 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-04T20:06:12.6531259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.6536940Z 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-04T20:06:12.6542822Z 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-04T20:06:12.6548391Z 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-04T20:06:12.6554162Z 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-04T20:06:12.6559828Z 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-04T20:06:12.6565574Z 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-04T20:06:12.6571412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.6577092Z 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-04T20:06:12.6582719Z 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-04T20:06:12.6588250Z 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-04T20:06:12.6593982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.6599252Z 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-04T20:06:12.6604701Z 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-04T20:06:12.6609993Z 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-04T20:06:12.6615513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.6620946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.6626560Z 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-04T20:06:12.6632042Z 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-04T20:06:12.6638005Z 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-04T20:06:12.6643732Z 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-04T20:06:12.6649412Z 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-04T20:06:12.6655046Z 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-04T20:06:12.6660832Z 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-04T20:06:12.6666747Z 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-04T20:06:12.6684168Z 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-04T20:06:12.6689748Z 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-04T20:06:12.6695393Z 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-04T20:06:12.6701223Z 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-04T20:06:12.6706521Z 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-04T20:06:12.6712219Z 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-04T20:06:12.6718248Z 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-04T20:06:12.6723639Z 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-04T20:06:12.6729410Z 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-04T20:06:12.6735406Z 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-04T20:06:12.6741093Z 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-04T20:06:12.6746742Z 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-04T20:06:12.6752800Z 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-04T20:06:12.6759064Z 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-04T20:06:12.6764798Z 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-04T20:06:12.6770531Z 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-04T20:06:12.6776417Z 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-04T20:06:12.6782156Z 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-04T20:06:12.6788143Z 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-04T20:06:12.6794630Z 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-04T20:06:12.6800442Z 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-04T20:06:12.6806246Z 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-04T20:06:12.6812313Z 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-04T20:06:12.6818119Z 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-04T20:06:12.6824118Z 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-04T20:06:12.6829830Z 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-04T20:06:12.6835761Z 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-04T20:06:12.6841845Z 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-04T20:06:12.6847671Z 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-04T20:06:12.6853371Z 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-04T20:06:12.6859216Z 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-04T20:06:12.6865626Z 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-04T20:06:12.6871876Z 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-04T20:06:12.6878042Z 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-04T20:06:12.6884455Z 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-04T20:06:12.6891402Z 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-04T20:06:12.6898922Z 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-04T20:06:12.6905614Z 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-04T20:06:12.6912363Z 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-04T20:06:12.6918652Z 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-04T20:06:12.6924818Z 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-04T20:06:12.6930678Z 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-04T20:06:12.6937433Z 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-04T20:06:12.6943275Z 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-04T20:06:12.6949097Z 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-04T20:06:12.6955076Z 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-04T20:06:12.6961757Z 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-04T20:06:12.6967701Z 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-04T20:06:12.6973694Z 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-04T20:06:12.6979645Z 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-04T20:06:12.6985632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.6991333Z 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-04T20:06:12.6997562Z 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-04T20:06:12.7003806Z 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-04T20:06:12.7009680Z 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-04T20:06:12.7015511Z 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-04T20:06:12.7021591Z 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-04T20:06:12.7027773Z 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-04T20:06:12.7033446Z 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-04T20:06:12.7039000Z 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-04T20:06:12.7044936Z 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-04T20:06:12.7050557Z 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-04T20:06:12.7056095Z 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-04T20:06:12.7062022Z 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-04T20:06:12.7067457Z 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-04T20:06:12.7073200Z 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-04T20:06:12.7079284Z 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-04T20:06:12.7085054Z 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-04T20:06:12.7090891Z 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-04T20:06:12.7097552Z 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-04T20:06:12.7103467Z 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-04T20:06:12.7109530Z 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-04T20:06:12.7129654Z 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-04T20:06:12.7135375Z 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-04T20:06:12.7141852Z 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-04T20:06:12.7147858Z 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-04T20:06:12.7153844Z 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-04T20:06:12.7160061Z 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-04T20:06:12.7165914Z 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-04T20:06:12.7172295Z 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-04T20:06:12.7178080Z 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-04T20:06:12.7184397Z 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-04T20:06:12.7190212Z 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-04T20:06:12.7196168Z 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-04T20:06:12.7202073Z 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-04T20:06:12.7208371Z 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-04T20:06:12.7214214Z 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-04T20:06:12.7221127Z 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-04T20:06:12.7227544Z 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-04T20:06:12.7233442Z 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-04T20:06:12.7239219Z 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-04T20:06:12.7245133Z 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-04T20:06:12.7251171Z 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-04T20:06:12.7257873Z 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-04T20:06:12.7263779Z 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-04T20:06:12.7270030Z 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-04T20:06:12.7277136Z 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-04T20:06:12.7283716Z 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-04T20:06:12.7289733Z 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-04T20:06:12.7296034Z 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-04T20:06:12.7302190Z 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-04T20:06:12.7308415Z 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-04T20:06:12.7314284Z 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-04T20:06:12.7320338Z 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-04T20:06:12.7326344Z 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-04T20:06:12.7332316Z 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-04T20:06:12.7338185Z 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-04T20:06:12.7344093Z 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-04T20:06:12.7350206Z 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-04T20:06:12.7355883Z 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-04T20:06:12.7361692Z 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-04T20:06:12.7367777Z 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-04T20:06:12.7373948Z 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-04T20:06:12.7379650Z 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-04T20:06:12.7385494Z 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-04T20:06:12.7391323Z 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-04T20:06:12.7397200Z 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-04T20:06:12.7404181Z 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-04T20:06:12.7409719Z 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-04T20:06:12.7415367Z 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-04T20:06:12.7421363Z 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-04T20:06:12.7427755Z 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-04T20:06:12.7433919Z 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-04T20:06:12.7439970Z 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-04T20:06:12.7445907Z 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-04T20:06:12.7451624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.7457527Z 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-04T20:06:12.7463160Z 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-04T20:06:12.7468905Z 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-04T20:06:12.7474714Z 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-04T20:06:12.7480259Z 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-04T20:06:12.7486050Z 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-04T20:06:12.7516310Z 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-04T20:06:12.7521726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.7527776Z 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-04T20:06:12.7533507Z 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-04T20:06:12.7539469Z 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-04T20:06:12.7545298Z 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-04T20:06:12.7556211Z 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-04T20:06:12.7561884Z 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-04T20:06:12.7567317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.7573302Z 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-04T20:06:12.7578921Z 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-04T20:06:12.7584627Z 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-04T20:06:12.7590327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.7596228Z 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-04T20:06:12.7602116Z 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-04T20:06:12.7607711Z 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-04T20:06:12.7613574Z 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-04T20:06:12.7619641Z 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-04T20:06:12.7625360Z 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-04T20:06:12.7631548Z 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-04T20:06:12.7637592Z 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-04T20:06:12.7643804Z 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-04T20:06:12.7649613Z 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-04T20:06:12.7655445Z 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-04T20:06:12.7661343Z 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-04T20:06:12.7666945Z 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-04T20:06:12.7673083Z 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-04T20:06:12.7679081Z 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-04T20:06:12.7685008Z 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-04T20:06:12.7691063Z 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-04T20:06:12.7697160Z 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-04T20:06:12.7702911Z 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-04T20:06:12.7708967Z 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-04T20:06:12.7714945Z 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-04T20:06:12.7720996Z 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-04T20:06:12.7726787Z 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-04T20:06:12.7762548Z 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-04T20:06:12.7768809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.7774234Z 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-04T20:06:12.7779686Z 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-04T20:06:12.7785059Z 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-04T20:06:12.7790621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.7800809Z 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-04T20:06:12.7806344Z 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-04T20:06:12.7811778Z 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-04T20:06:12.7817076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.7822617Z 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-04T20:06:12.7828705Z 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-04T20:06:12.7834808Z 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-04T20:06:12.7840716Z 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-04T20:06:12.7846421Z 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-04T20:06:12.7852209Z 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-04T20:06:12.7858224Z 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-04T20:06:12.7864026Z 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-04T20:06:12.7870237Z 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-04T20:06:12.7876161Z 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-04T20:06:12.7886956Z 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-04T20:06:12.7889777Z 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-04T20:06:12.7896732Z 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-04T20:06:12.7902620Z 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-04T20:06:12.7918830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.7924711Z 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-04T20:06:12.7930426Z 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-04T20:06:12.7955279Z 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-04T20:06:12.7961104Z 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-04T20:06:12.7966805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.7972729Z 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-04T20:06:12.7978385Z 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-04T20:06:12.7983917Z 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-04T20:06:12.7989623Z 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-04T20:06:12.7995319Z 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-04T20:06:12.8001015Z 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-04T20:06:12.8006825Z 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-04T20:06:12.8012644Z 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-04T20:06:12.8018628Z 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-04T20:06:12.8024521Z 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-04T20:06:12.8030222Z 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-04T20:06:12.8035998Z 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-04T20:06:12.8041887Z 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-04T20:06:12.8047830Z 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-04T20:06:12.8053667Z 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-04T20:06:12.8059230Z 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-04T20:06:12.8064813Z 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-04T20:06:12.8070946Z 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-04T20:06:12.8076231Z 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-04T20:06:12.8081998Z 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-04T20:06:12.8106031Z 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-04T20:06:12.8111348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.8116888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.8122523Z 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-04T20:06:12.8133480Z 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-04T20:06:12.8139118Z 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-04T20:06:12.8144772Z 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-04T20:06:12.8150584Z 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-04T20:06:12.8156567Z 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-04T20:06:12.8162323Z 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-04T20:06:12.8168184Z 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-04T20:06:12.8173538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.8179250Z 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-04T20:06:12.8185203Z 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-04T20:06:12.8190684Z 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-04T20:06:12.8196427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.8202513Z 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-04T20:06:12.8208741Z 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-04T20:06:12.8214574Z 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-04T20:06:12.8220436Z 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-04T20:06:12.8226462Z 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-04T20:06:12.8232624Z 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-04T20:06:12.8238292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.8244178Z 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-04T20:06:12.8249982Z 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-04T20:06:12.8255697Z 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-04T20:06:12.8261385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.8267027Z 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-04T20:06:12.8273515Z 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-04T20:06:12.8279905Z 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-04T20:06:12.8286204Z 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-04T20:06:12.8292645Z 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-04T20:06:12.8300000Z 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-04T20:06:12.8306679Z 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-04T20:06:12.8312984Z 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-04T20:06:12.8318983Z 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-04T20:06:12.8324820Z 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-04T20:06:12.8330670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.8336369Z 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-04T20:06:12.8342159Z 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-04T20:06:12.8356052Z 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-04T20:06:12.8361753Z 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-04T20:06:12.8367449Z 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-04T20:06:12.8373061Z 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-04T20:06:12.8378930Z 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-04T20:06:12.8384559Z 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-04T20:06:12.8390350Z 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-04T20:06:12.8396389Z 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-04T20:06:12.8402411Z 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-04T20:06:12.8408368Z 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-04T20:06:12.8414137Z 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-04T20:06:12.8419750Z 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-04T20:06:12.8425600Z 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-04T20:06:12.8431735Z 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-04T20:06:12.8437775Z 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-04T20:06:12.8444006Z 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-04T20:06:12.8449668Z 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-04T20:06:12.8455440Z 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-04T20:06:12.8461549Z 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-04T20:06:12.8467577Z 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-04T20:06:12.8473535Z 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-04T20:06:12.8479331Z 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-04T20:06:12.8485277Z 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-04T20:06:12.8490975Z 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-04T20:06:12.8505744Z 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-04T20:06:12.8511804Z 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-04T20:06:12.8517619Z 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-04T20:06:12.8523934Z 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-04T20:06:12.8529329Z 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-04T20:06:12.8535201Z 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-04T20:06:12.8546993Z 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-04T20:06:12.8553219Z 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-04T20:06:12.8559009Z 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-04T20:06:12.8564794Z 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-04T20:06:12.8570584Z 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-04T20:06:12.8576593Z 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-04T20:06:12.8583077Z 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-04T20:06:12.8589263Z 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-04T20:06:12.8595350Z 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-04T20:06:12.8601362Z 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-04T20:06:12.8607265Z 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-04T20:06:12.8613393Z 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-04T20:06:12.8619855Z 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-04T20:06:12.8626070Z 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-04T20:06:12.8632193Z 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-04T20:06:12.8638187Z 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-04T20:06:12.8644207Z 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-04T20:06:12.8650241Z 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-04T20:06:12.8656646Z 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-04T20:06:12.8663143Z 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-04T20:06:12.8669097Z 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-04T20:06:12.8675096Z 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-04T20:06:12.8680998Z 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-04T20:06:12.8687178Z 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-04T20:06:12.8693097Z 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-04T20:06:12.8699325Z 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-04T20:06:12.8705263Z 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-04T20:06:12.8711293Z 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-04T20:06:12.8717289Z 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-04T20:06:12.8723387Z 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-04T20:06:12.8735659Z 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-04T20:06:12.8741624Z 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-04T20:06:12.8748070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.8754242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.8760203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.8765920Z 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-04T20:06:12.8772026Z 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-04T20:06:12.8778203Z 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-04T20:06:12.8784616Z 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-04T20:06:12.8790635Z 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-04T20:06:12.8799339Z 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-04T20:06:12.8807653Z 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-04T20:06:12.8815319Z 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-04T20:06:12.8823435Z 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-04T20:06:12.8831511Z 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-04T20:06:12.8839317Z 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-04T20:06:12.8847406Z 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-04T20:06:12.8853115Z 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-04T20:06:12.8858835Z 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-04T20:06:12.8864562Z 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-04T20:06:12.8870419Z 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-04T20:06:12.8876232Z 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-04T20:06:12.8881829Z 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-04T20:06:12.8887588Z 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-04T20:06:12.8894077Z 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-04T20:06:12.8899834Z 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-04T20:06:12.8905579Z 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-04T20:06:12.8911399Z 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-04T20:06:12.8917326Z 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-04T20:06:12.8922784Z 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-04T20:06:12.8928463Z 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-04T20:06:12.8934126Z 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-04T20:06:12.8939700Z 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-04T20:06:12.8945541Z 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-04T20:06:12.8951121Z 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-04T20:06:12.8956637Z 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-04T20:06:12.8973191Z 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-04T20:06:12.8978849Z 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-04T20:06:12.8984458Z 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-04T20:06:12.8990100Z 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-04T20:06:12.8995816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.9001806Z 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-04T20:06:12.9007294Z 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-04T20:06:12.9013110Z 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-04T20:06:12.9018654Z 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-04T20:06:12.9024704Z 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-04T20:06:12.9031116Z 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-04T20:06:12.9036750Z 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-04T20:06:12.9042933Z 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-04T20:06:12.9048417Z 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-04T20:06:12.9054060Z 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-04T20:06:12.9059779Z 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-04T20:06:12.9065275Z 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-04T20:06:12.9071165Z 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-04T20:06:12.9077019Z 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-04T20:06:12.9082607Z 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-04T20:06:12.9088019Z 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-04T20:06:12.9093850Z 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-04T20:06:12.9099718Z 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-04T20:06:12.9105678Z 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-04T20:06:12.9111742Z 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-04T20:06:12.9117796Z 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-04T20:06:12.9123937Z 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-04T20:06:12.9129617Z 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-04T20:06:12.9135763Z 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-04T20:06:12.9141621Z 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-04T20:06:12.9159374Z 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-04T20:06:12.9165624Z 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-04T20:06:12.9171476Z 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-04T20:06:12.9177367Z 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-04T20:06:12.9183594Z 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-04T20:06:12.9189897Z 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-04T20:06:12.9195835Z 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-04T20:06:12.9201733Z 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-04T20:06:12.9207879Z 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-04T20:06:12.9213781Z 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-04T20:06:12.9219737Z 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-04T20:06:12.9225605Z 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-04T20:06:12.9231911Z 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-04T20:06:12.9238477Z 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-04T20:06:12.9244759Z 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-04T20:06:12.9250845Z 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-04T20:06:12.9257023Z 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-04T20:06:12.9262931Z 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-04T20:06:12.9268934Z 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-04T20:06:12.9274963Z 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-04T20:06:12.9281466Z 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-04T20:06:12.9287725Z 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-04T20:06:12.9293572Z 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-04T20:06:12.9299699Z 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-04T20:06:12.9305617Z 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-04T20:06:12.9311480Z 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-04T20:06:12.9318265Z 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-04T20:06:12.9324027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.9329422Z 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-04T20:06:12.9335371Z 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-04T20:06:12.9341316Z 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-04T20:06:12.9346963Z 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-04T20:06:12.9352901Z 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-04T20:06:12.9358692Z 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-04T20:06:12.9364499Z 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-04T20:06:12.9370271Z 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-04T20:06:12.9376279Z 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-04T20:06:12.9382068Z 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-04T20:06:12.9387855Z 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-04T20:06:12.9393754Z 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-04T20:06:12.9399529Z 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-04T20:06:12.9405438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.9410787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.9416864Z 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-04T20:06:12.9422982Z 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-04T20:06:12.9428686Z 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-04T20:06:12.9434451Z 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-04T20:06:12.9440064Z 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-04T20:06:12.9445718Z 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-04T20:06:12.9451977Z 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-04T20:06:12.9457573Z 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-04T20:06:12.9463488Z 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-04T20:06:12.9469183Z 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-04T20:06:12.9474915Z 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-04T20:06:12.9480836Z 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-04T20:06:12.9486554Z 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-04T20:06:12.9492017Z 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-04T20:06:12.9497447Z 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-04T20:06:12.9503320Z 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-04T20:06:12.9508959Z 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-04T20:06:12.9514641Z 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-04T20:06:12.9520414Z 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-04T20:06:12.9525940Z 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-04T20:06:12.9532509Z 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-04T20:06:12.9538491Z 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-04T20:06:12.9544113Z 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-04T20:06:12.9549986Z 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-04T20:06:12.9556092Z 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-04T20:06:12.9561751Z 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-04T20:06:12.9567677Z 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-04T20:06:12.9573556Z 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-04T20:06:12.9579084Z 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-04T20:06:12.9584816Z 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-04T20:06:12.9590737Z 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-04T20:06:12.9596545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.9602236Z 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-04T20:06:12.9609056Z 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-04T20:06:12.9615699Z 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-04T20:06:12.9621946Z 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-04T20:06:12.9627656Z 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-04T20:06:12.9633805Z 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-04T20:06:12.9639695Z 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-04T20:06:12.9645215Z 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-04T20:06:12.9650987Z 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-04T20:06:12.9656978Z 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-04T20:06:12.9663315Z 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-04T20:06:12.9668819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.9674358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.9680048Z 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-04T20:06:12.9686412Z 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-04T20:06:12.9692015Z 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-04T20:06:12.9698213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.9703750Z 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-04T20:06:12.9709338Z 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-04T20:06:12.9715039Z 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-04T20:06:12.9721733Z 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-04T20:06:12.9727605Z 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-04T20:06:12.9733110Z 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-04T20:06:12.9739990Z 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-04T20:06:12.9745176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.9750963Z 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-04T20:06:12.9756577Z 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-04T20:06:12.9762395Z 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-04T20:06:12.9768291Z 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-04T20:06:12.9773602Z 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-04T20:06:12.9779770Z 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-04T20:06:12.9785968Z 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-04T20:06:12.9791929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.9798246Z 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-04T20:06:12.9803382Z 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-04T20:06:12.9808918Z 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-04T20:06:12.9814649Z 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-04T20:06:12.9820385Z 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-04T20:06:12.9826338Z 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-04T20:06:12.9832652Z 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-04T20:06:12.9838532Z 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-04T20:06:12.9844224Z 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-04T20:06:12.9849972Z 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-04T20:06:12.9855477Z 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-04T20:06:12.9861068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.9866648Z 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-04T20:06:12.9872640Z 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-04T20:06:12.9877944Z 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-04T20:06:12.9884713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.9889912Z 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-04T20:06:12.9895389Z 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-04T20:06:12.9901997Z 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-04T20:06:12.9908068Z 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-04T20:06:12.9913810Z 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-04T20:06:12.9919735Z 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-04T20:06:12.9925555Z 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-04T20:06:12.9931190Z 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-04T20:06:12.9937089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:12.9942808Z 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-04T20:06:12.9948475Z 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-04T20:06:12.9953921Z 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-04T20:06:12.9960110Z 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-04T20:06:12.9965933Z 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-04T20:06:12.9971338Z 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-04T20:06:12.9976818Z 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-04T20:06:12.9982367Z 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-04T20:06:12.9988334Z 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-04T20:06:12.9994710Z 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-04T20:06:13.0000344Z 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-04T20:06:13.0005967Z 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-04T20:06:13.0011703Z 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-04T20:06:13.0017399Z 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-04T20:06:13.0023848Z 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-04T20:06:13.0030062Z 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-04T20:06:13.0035943Z 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-04T20:06:13.0042520Z 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-04T20:06:13.0048669Z 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-04T20:06:13.0054445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.0060274Z 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-04T20:06:13.0065755Z 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-04T20:06:13.0071867Z 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-04T20:06:13.0077596Z 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-04T20:06:13.0084420Z 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-04T20:06:13.0090648Z 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-04T20:06:13.0096607Z 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-04T20:06:13.0102338Z 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-04T20:06:13.0108068Z 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-04T20:06:13.0114332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.0120068Z 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-04T20:06:13.0125991Z 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-04T20:06:13.0132246Z 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-04T20:06:13.0138674Z 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-04T20:06:13.0144460Z 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-04T20:06:13.0150627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.0156780Z 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-04T20:06:13.0162804Z 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-04T20:06:13.0168534Z 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-04T20:06:13.0174425Z 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-04T20:06:13.0180166Z 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-04T20:06:13.0186016Z 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-04T20:06:13.0192544Z 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-04T20:06:13.0198740Z 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-04T20:06:13.0204358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.0210210Z 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-04T20:06:13.0215735Z 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-04T20:06:13.0221816Z 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-04T20:06:13.0227513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.0233559Z 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-04T20:06:13.0240951Z 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-04T20:06:13.0246701Z 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-04T20:06:13.0252311Z 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-04T20:06:13.0257842Z 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-04T20:06:13.0267153Z 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-04T20:06:13.0272055Z 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-04T20:06:13.0295178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.0300890Z 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-04T20:06:13.0306736Z 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-04T20:06:13.0312730Z 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-04T20:06:13.0318408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.0324178Z 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-04T20:06:13.0329837Z 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-04T20:06:13.0335693Z 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-04T20:06:13.0342910Z 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-04T20:06:13.0348710Z 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-04T20:06:13.0354790Z 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-04T20:06:13.0360546Z 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-04T20:06:13.0366123Z 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-04T20:06:13.0371829Z 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-04T20:06:13.0377382Z 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-04T20:06:13.0383360Z 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-04T20:06:13.0388924Z 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-04T20:06:13.0394464Z 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-04T20:06:13.0401389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.0406761Z 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-04T20:06:13.0412668Z 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-04T20:06:13.0418306Z 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-04T20:06:13.0423895Z 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-04T20:06:13.0429524Z 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-04T20:06:13.0435335Z 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-04T20:06:13.0441580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.0447183Z 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-04T20:06:13.0452607Z 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-04T20:06:13.0458182Z 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-04T20:06:13.0463486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.0468679Z 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-04T20:06:13.0474075Z 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-04T20:06:13.0479754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.0486161Z 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-04T20:06:13.0491962Z 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-04T20:06:13.0497450Z 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-04T20:06:13.0503114Z 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-04T20:06:13.0509104Z 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-04T20:06:13.0514917Z 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-04T20:06:13.0520587Z 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-04T20:06:13.0527273Z 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-04T20:06:13.0533873Z 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-04T20:06:13.0539679Z 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-04T20:06:13.0546151Z 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-04T20:06:13.0552264Z 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-04T20:06:13.0558464Z 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-04T20:06:13.0564292Z 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-04T20:06:13.0570374Z 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-04T20:06:13.0576368Z 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-04T20:06:13.0582880Z 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-04T20:06:13.0588599Z 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-04T20:06:13.0595403Z 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-04T20:06:13.0601433Z 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-04T20:06:13.0607390Z 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-04T20:06:13.0613442Z 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-04T20:06:13.0619306Z 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-04T20:06:13.0625157Z 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-04T20:06:13.0631546Z 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-04T20:06:13.0637404Z 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-04T20:06:13.0643815Z 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-04T20:06:13.0650822Z 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-04T20:06:13.0656699Z 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-04T20:06:13.0662446Z 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-04T20:06:13.0668841Z 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-04T20:06:13.0674897Z 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-04T20:06:13.0681208Z 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-04T20:06:13.0687195Z 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-04T20:06:13.0693136Z 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-04T20:06:13.0698937Z 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-04T20:06:13.0705114Z 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-04T20:06:13.0711800Z 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-04T20:06:13.0717978Z 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-04T20:06:13.0724077Z 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-04T20:06:13.0729891Z 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-04T20:06:13.0735659Z 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-04T20:06:13.0741816Z 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-04T20:06:13.0747714Z 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-04T20:06:13.0754003Z 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-04T20:06:13.0760049Z 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-04T20:06:13.0767019Z 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-04T20:06:13.0772989Z 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-04T20:06:13.0779069Z 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-04T20:06:13.0785435Z 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-04T20:06:13.0792085Z 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-04T20:06:13.0798039Z 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-04T20:06:13.0803958Z 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-04T20:06:13.0809686Z 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-04T20:06:13.0816971Z 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-04T20:06:13.0822106Z 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-04T20:06:13.0828596Z 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-04T20:06:13.0835038Z 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-04T20:06:13.0840659Z 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-04T20:06:13.0847077Z 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-04T20:06:13.0852595Z 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-04T20:06:13.0858825Z 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-04T20:06:13.0865071Z 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-04T20:06:13.0871052Z 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-04T20:06:13.0877196Z 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-04T20:06:13.0882150Z 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-04T20:06:13.0887457Z 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-04T20:06:13.0893005Z 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-04T20:06:13.0898610Z 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-04T20:06:13.0903985Z 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-04T20:06:13.0910526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.0916289Z 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-04T20:06:13.0922090Z 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-04T20:06:13.0927546Z 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-04T20:06:13.0933296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.0939505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.0946046Z 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-04T20:06:13.0951311Z 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-04T20:06:13.0957922Z 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-04T20:06:13.0963914Z 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-04T20:06:13.0969393Z 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-04T20:06:13.0975201Z 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-04T20:06:13.0980805Z 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-04T20:06:13.0986417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.0992790Z 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-04T20:06:13.0998514Z 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-04T20:06:13.1004240Z 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-04T20:06:13.1010783Z 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-04T20:06:13.1016793Z 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-04T20:06:13.1022361Z 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-04T20:06:13.1028107Z 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-04T20:06:13.1034123Z 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-04T20:06:13.1040046Z 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-04T20:06:13.1046557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.1053296Z 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-04T20:06:13.1059300Z 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-04T20:06:13.1065229Z 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-04T20:06:13.1071012Z 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-04T20:06:13.1076812Z 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-04T20:06:13.1083607Z 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-04T20:06:13.1090358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.1096315Z 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-04T20:06:13.1101986Z 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-04T20:06:13.1107855Z 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-04T20:06:13.1132664Z 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-04T20:06:13.1138203Z 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-04T20:06:13.1144202Z 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-04T20:06:13.1150072Z 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-04T20:06:13.1238264Z 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-04T20:06:13.1244456Z 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-04T20:06:13.1257362Z 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-04T20:06:13.1264492Z 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-04T20:06:13.1275850Z 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-04T20:06:13.1281964Z 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-04T20:06:13.1288221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.1294251Z 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-04T20:06:13.1300529Z 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-04T20:06:13.1306534Z 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-04T20:06:13.1312831Z 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-04T20:06:13.1318804Z 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-04T20:06:13.1325126Z 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-04T20:06:13.1331309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.1336915Z 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-04T20:06:13.1342778Z 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-04T20:06:13.1348707Z 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-04T20:06:13.1354504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.1360458Z 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-04T20:06:13.1365812Z 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-04T20:06:13.1371164Z 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-04T20:06:13.1376892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.1383130Z 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-04T20:06:13.1388836Z 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-04T20:06:13.1395160Z 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-04T20:06:13.1401101Z 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-04T20:06:13.1406902Z 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-04T20:06:13.1412658Z 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-04T20:06:13.1418726Z 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-04T20:06:13.1425216Z 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-04T20:06:13.1431592Z 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-04T20:06:13.1438177Z 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-04T20:06:13.1444449Z 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-04T20:06:13.1450855Z 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-04T20:06:13.1457448Z 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-04T20:06:13.1463752Z 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-04T20:06:13.1469961Z 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-04T20:06:13.1476484Z 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-04T20:06:13.1483907Z 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-04T20:06:13.1491008Z 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-04T20:06:13.1497461Z 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-04T20:06:13.1504047Z 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-04T20:06:13.1510723Z 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-04T20:06:13.1518023Z 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-04T20:06:13.1524567Z 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-04T20:06:13.1541902Z 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-04T20:06:13.1542897Z 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-04T20:06:13.1543431Z 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-04T20:06:13.1557367Z 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-04T20:06:13.1563429Z 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-04T20:06:13.1571049Z 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-04T20:06:13.1576782Z 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-04T20:06:13.1582534Z 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-04T20:06:13.1588262Z 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-04T20:06:13.1594275Z 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-04T20:06:13.1600425Z 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-04T20:06:13.1606639Z 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-04T20:06:13.1613487Z 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-04T20:06:13.1619347Z 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-04T20:06:13.1625144Z 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-04T20:06:13.1631134Z 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-04T20:06:13.1637225Z 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-04T20:06:13.1646162Z 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-04T20:06:13.1652664Z 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-04T20:06:13.1659956Z 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-04T20:06:13.1685563Z 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-04T20:06:13.1691439Z 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-04T20:06:13.1697608Z 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-04T20:06:13.1703662Z 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-04T20:06:13.1709972Z 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-04T20:06:13.1716843Z 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-04T20:06:13.1723666Z 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-04T20:06:13.1730717Z 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-04T20:06:13.1737342Z 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-04T20:06:13.1744510Z 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-04T20:06:13.1750816Z 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-04T20:06:13.1756985Z 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-04T20:06:13.1763012Z 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-04T20:06:13.1768993Z 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-04T20:06:13.1774903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.1780409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.1786341Z 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-04T20:06:13.1792630Z 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-04T20:06:13.1798358Z 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-04T20:06:13.1821146Z 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-04T20:06:13.1827358Z 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-04T20:06:13.1833385Z 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-04T20:06:13.1839013Z 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-04T20:06:13.1844762Z 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-04T20:06:13.1850288Z 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-04T20:06:13.1855804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.1862073Z 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-04T20:06:13.1867839Z 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-04T20:06:13.1873708Z 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-04T20:06:13.1879391Z 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-04T20:06:13.1885483Z 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-04T20:06:13.1892793Z 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-04T20:06:13.1898539Z 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-04T20:06:13.1904175Z 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-04T20:06:13.1910000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.1915489Z 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-04T20:06:13.1920963Z 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-04T20:06:13.1926607Z 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-04T20:06:13.1932263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.1938075Z 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-04T20:06:13.1943875Z 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-04T20:06:13.1949442Z 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-04T20:06:13.1955142Z 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-04T20:06:13.1960943Z 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-04T20:06:13.1966608Z 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-04T20:06:13.1972292Z 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-04T20:06:13.1978575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.1984407Z 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-04T20:06:13.1989943Z 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-04T20:06:13.1996137Z 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-04T20:06:13.2017874Z 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-04T20:06:13.2023847Z 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-04T20:06:13.2060192Z 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-04T20:06:13.2066453Z 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-04T20:06:13.2073024Z 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-04T20:06:13.2078532Z 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-04T20:06:13.2084268Z 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-04T20:06:13.2090064Z 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-04T20:06:13.2096534Z 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-04T20:06:13.2115571Z 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-04T20:06:13.2122717Z 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-04T20:06:13.2129474Z 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-04T20:06:13.2137385Z 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-04T20:06:13.2149534Z 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-04T20:06:13.2164937Z 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-04T20:06:13.2175881Z 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-04T20:06:13.2196710Z 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-04T20:06:13.2203025Z 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-04T20:06:13.2209015Z 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-04T20:06:13.2214991Z 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-04T20:06:13.2221208Z 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-04T20:06:13.2227368Z 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-04T20:06:13.2234090Z 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-04T20:06:13.2240391Z 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-04T20:06:13.2246479Z 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-04T20:06:13.2252586Z 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-04T20:06:13.2258741Z 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-04T20:06:13.2264741Z 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-04T20:06:13.2271745Z 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-04T20:06:13.2278774Z 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-04T20:06:13.2284993Z 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-04T20:06:13.2292167Z 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-04T20:06:13.2298807Z 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-04T20:06:13.2305411Z 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-04T20:06:13.2313502Z 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-04T20:06:13.2320770Z 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-04T20:06:13.2326391Z 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-04T20:06:13.2332582Z 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-04T20:06:13.2338620Z 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-04T20:06:13.2344588Z 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-04T20:06:13.2350775Z 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-04T20:06:13.2356851Z 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-04T20:06:13.2363040Z 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-04T20:06:13.2368921Z 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-04T20:06:13.2374816Z 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-04T20:06:13.2380650Z 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-04T20:06:13.2387036Z 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-04T20:06:13.2392892Z 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-04T20:06:13.2398752Z 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-04T20:06:13.2404526Z 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-04T20:06:13.2410232Z 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-04T20:06:13.2416016Z 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-04T20:06:13.2421441Z 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-04T20:06:13.2427354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.2433174Z 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-04T20:06:13.2438928Z 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-04T20:06:13.2444815Z 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-04T20:06:13.2450936Z 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-04T20:06:13.2456695Z 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-04T20:06:13.2468895Z 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-04T20:06:13.2475281Z 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-04T20:06:13.2480961Z 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-04T20:06:13.2486680Z 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-04T20:06:13.2492748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.2498145Z 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-04T20:06:13.2504188Z 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-04T20:06:13.2509980Z 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-04T20:06:13.2515821Z 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-04T20:06:13.2521620Z 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-04T20:06:13.2527850Z 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-04T20:06:13.2533602Z 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-04T20:06:13.2539441Z 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-04T20:06:13.2545348Z 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-04T20:06:13.2551689Z 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-04T20:06:13.2557605Z 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-04T20:06:13.2563457Z 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-04T20:06:13.2569311Z 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-04T20:06:13.2575293Z 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-04T20:06:13.2581130Z 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-04T20:06:13.2587160Z 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-04T20:06:13.2593384Z 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-04T20:06:13.2599691Z 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-04T20:06:13.2605746Z 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-04T20:06:13.2612065Z 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-04T20:06:13.2620021Z 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-04T20:06:13.2626181Z 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-04T20:06:13.2632439Z 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-04T20:06:13.2638903Z 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-04T20:06:13.2645991Z 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-04T20:06:13.2651857Z 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-04T20:06:13.2657754Z 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-04T20:06:13.2670946Z 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-04T20:06:13.2676654Z 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-04T20:06:13.2682708Z 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-04T20:06:13.2688059Z 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-04T20:06:13.2694348Z 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-04T20:06:13.2700328Z 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-04T20:06:13.2706026Z 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-04T20:06:13.2711856Z 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-04T20:06:13.2717744Z 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-04T20:06:13.2723452Z 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-04T20:06:13.2729087Z 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-04T20:06:13.2735033Z 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-04T20:06:13.2740826Z 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-04T20:06:13.2746366Z 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-04T20:06:13.2752958Z 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-04T20:06:13.2758444Z 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-04T20:06:13.2764345Z 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-04T20:06:13.2770407Z 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-04T20:06:13.2776100Z 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-04T20:06:13.2782433Z 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-04T20:06:13.2788126Z 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-04T20:06:13.2794021Z 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-04T20:06:13.2800700Z 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-04T20:06:13.2806387Z 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-04T20:06:13.2812269Z 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-04T20:06:13.2818380Z 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-04T20:06:13.2824207Z 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-04T20:06:13.2830219Z 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-04T20:06:13.2835902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.2841641Z 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-04T20:06:13.2847118Z 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-04T20:06:13.2868422Z 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-04T20:06:13.2874180Z 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-04T20:06:13.2879727Z 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-04T20:06:13.2885516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.2891184Z 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-04T20:06:13.2896837Z 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-04T20:06:13.2902417Z 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-04T20:06:13.2908079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.2913827Z 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-04T20:06:13.2919330Z 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-04T20:06:13.2925056Z 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-04T20:06:13.2930983Z 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-04T20:06:13.2936745Z 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-04T20:06:13.2942484Z 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-04T20:06:13.2948253Z 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-04T20:06:13.2954247Z 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-04T20:06:13.2959815Z 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-04T20:06:13.2965330Z 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-04T20:06:13.2971455Z 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-04T20:06:13.2977418Z 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-04T20:06:13.2983438Z 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-04T20:06:13.2989071Z 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-04T20:06:13.2994985Z 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-04T20:06:13.3000482Z 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-04T20:06:13.3006118Z 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-04T20:06:13.3012252Z 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-04T20:06:13.3017836Z 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-04T20:06:13.3023314Z 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-04T20:06:13.3028948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.3034689Z 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-04T20:06:13.3040294Z 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-04T20:06:13.3045967Z 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-04T20:06:13.3051555Z 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-04T20:06:13.3057587Z 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-04T20:06:13.3064026Z 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-04T20:06:13.3069892Z 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-04T20:06:13.3075827Z 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-04T20:06:13.3081802Z 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-04T20:06:13.3087491Z 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-04T20:06:13.3093547Z 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-04T20:06:13.3099349Z 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-04T20:06:13.3105117Z 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-04T20:06:13.3111211Z 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-04T20:06:13.3117206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.3122991Z 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-04T20:06:13.3128949Z 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-04T20:06:13.3134743Z 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-04T20:06:13.3140548Z 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-04T20:06:13.3146550Z 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-04T20:06:13.3152436Z 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-04T20:06:13.3158338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.3168710Z 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-04T20:06:13.3174483Z 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-04T20:06:13.3180659Z 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-04T20:06:13.3186510Z 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-04T20:06:13.3192835Z 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-04T20:06:13.3198792Z 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-04T20:06:13.3204625Z 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-04T20:06:13.3210484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.3216280Z 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-04T20:06:13.3221953Z 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-04T20:06:13.3227906Z 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-04T20:06:13.3233733Z 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-04T20:06:13.3240094Z 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-04T20:06:13.3245687Z 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-04T20:06:13.3251666Z 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-04T20:06:13.3257709Z 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-04T20:06:13.3263575Z 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-04T20:06:13.3269397Z 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-04T20:06:13.3275923Z 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-04T20:06:13.3281777Z 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-04T20:06:13.3287766Z 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-04T20:06:13.3293597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.3299108Z 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-04T20:06:13.3305508Z 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-04T20:06:13.3312379Z 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-04T20:06:13.3318691Z 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-04T20:06:13.3325200Z 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-04T20:06:13.3331189Z 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-04T20:06:13.3337257Z 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-04T20:06:13.3343163Z 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-04T20:06:13.3349740Z 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-04T20:06:13.3356588Z 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-04T20:06:13.3362246Z 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-04T20:06:13.3367927Z 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-04T20:06:13.3373768Z 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-04T20:06:13.3379665Z 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-04T20:06:13.3385498Z 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-04T20:06:13.3391581Z 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-04T20:06:13.3397278Z 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-04T20:06:13.3403134Z 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-04T20:06:13.3409516Z 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-04T20:06:13.3415289Z 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-04T20:06:13.3421042Z 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-04T20:06:13.3426765Z 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-04T20:06:13.3432808Z 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-04T20:06:13.3438510Z 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-04T20:06:13.3444281Z 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-04T20:06:13.3450001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.3455905Z 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-04T20:06:13.3461692Z 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-04T20:06:13.3467623Z 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-04T20:06:13.3473935Z 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-04T20:06:13.3479763Z 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-04T20:06:13.3485530Z 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-04T20:06:13.3491091Z 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-04T20:06:13.3496863Z 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-04T20:06:13.3502699Z 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-04T20:06:13.3508442Z 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-04T20:06:13.3514159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.3519716Z 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-04T20:06:13.3525924Z 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-04T20:06:13.3531594Z 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-04T20:06:13.3537144Z 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-04T20:06:13.3542832Z 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-04T20:06:13.3548718Z 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-04T20:06:13.3554820Z 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-04T20:06:13.3560470Z 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-04T20:06:13.3566734Z 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-04T20:06:13.3572810Z 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-04T20:06:13.3578568Z 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-04T20:06:13.3584475Z 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-04T20:06:13.3590434Z 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-04T20:06:13.3596416Z 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-04T20:06:13.3602235Z 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-04T20:06:13.3608562Z 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-04T20:06:13.3615159Z 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-04T20:06:13.3621233Z 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-04T20:06:13.3627071Z 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-04T20:06:13.3633321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.3639060Z 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-04T20:06:13.3644712Z 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-04T20:06:13.3650115Z 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-04T20:06:13.3655640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.3661770Z 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-04T20:06:13.3667678Z 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-04T20:06:13.3673543Z 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-04T20:06:13.3679357Z 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-04T20:06:13.3685018Z 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-04T20:06:13.3690480Z 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-04T20:06:13.3696209Z 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-04T20:06:13.3701527Z 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-04T20:06:13.3707426Z 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-04T20:06:13.3713293Z 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-04T20:06:13.3719136Z 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-04T20:06:13.3724604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.3730437Z 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-04T20:06:13.3736020Z 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-04T20:06:13.3741828Z 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-04T20:06:13.3747891Z 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-04T20:06:13.3753428Z 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-04T20:06:13.3759474Z 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-04T20:06:13.3765087Z 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-04T20:06:13.3770532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.3776151Z 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-04T20:06:13.3782353Z 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-04T20:06:13.3788063Z 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-04T20:06:13.3794146Z 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-04T20:06:13.3799906Z 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-04T20:06:13.3806577Z 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-04T20:06:13.3813147Z 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-04T20:06:13.3819145Z 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-04T20:06:13.3825874Z 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-04T20:06:13.3831951Z 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-04T20:06:13.3838190Z 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-04T20:06:13.3844145Z 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-04T20:06:13.3849949Z 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-04T20:06:13.3855693Z 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-04T20:06:13.3861454Z 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-04T20:06:13.3867349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.3872736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.3878607Z 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-04T20:06:13.3884124Z 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-04T20:06:13.3890151Z 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-04T20:06:13.3897542Z 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-04T20:06:13.3902825Z 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-04T20:06:13.3908464Z 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-04T20:06:13.3914485Z 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-04T20:06:13.3920474Z 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-04T20:06:13.3925992Z 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-04T20:06:13.3931610Z 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-04T20:06:13.3937388Z 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-04T20:06:13.3942790Z 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-04T20:06:13.3948497Z 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-04T20:06:13.3954125Z 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-04T20:06:13.3959685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.3965149Z 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-04T20:06:13.3970987Z 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-04T20:06:13.3976644Z 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-04T20:06:13.3998001Z 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-04T20:06:13.4003715Z 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-04T20:06:13.4009475Z 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-04T20:06:13.4015438Z 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-04T20:06:13.4021214Z 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-04T20:06:13.4027050Z 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-04T20:06:13.4033333Z 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-04T20:06:13.4039009Z 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-04T20:06:13.4044784Z 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-04T20:06:13.4050644Z 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-04T20:06:13.4056072Z 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-04T20:06:13.4061676Z 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-04T20:06:13.4067305Z 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-04T20:06:13.4072796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.4078103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.4084089Z 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-04T20:06:13.4089688Z 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-04T20:06:13.4095328Z 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-04T20:06:13.4100892Z 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-04T20:06:13.4106278Z 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-04T20:06:13.4111940Z 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-04T20:06:13.4117473Z 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-04T20:06:13.4122844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.4128774Z 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-04T20:06:13.4134308Z 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-04T20:06:13.4139970Z 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-04T20:06:13.4145706Z 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-04T20:06:13.4151375Z 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-04T20:06:13.4157069Z 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-04T20:06:13.4162586Z 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-04T20:06:13.4168390Z 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-04T20:06:13.4174320Z 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-04T20:06:13.4179963Z 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-04T20:06:13.4185489Z 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-04T20:06:13.4190702Z 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-04T20:06:13.4196319Z 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-04T20:06:13.4202100Z 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-04T20:06:13.4207329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.4212886Z 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-04T20:06:13.4218548Z 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-04T20:06:13.4223880Z 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-04T20:06:13.4229117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.4234697Z 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-04T20:06:13.4240663Z 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-04T20:06:13.4246252Z 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-04T20:06:13.4252045Z 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-04T20:06:13.4258280Z 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-04T20:06:13.4263990Z 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-04T20:06:13.4270806Z 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-04T20:06:13.4276648Z 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-04T20:06:13.4282340Z 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-04T20:06:13.4287983Z 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-04T20:06:13.4294641Z 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-04T20:06:13.4300638Z 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-04T20:06:13.4306395Z 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-04T20:06:13.4312243Z 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-04T20:06:13.4317938Z 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-04T20:06:13.4323692Z 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-04T20:06:13.4329258Z 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-04T20:06:13.4335403Z 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-04T20:06:13.4341431Z 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-04T20:06:13.4347148Z 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-04T20:06:13.4353167Z 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-04T20:06:13.4359437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.4365101Z 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-04T20:06:13.4370820Z 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-04T20:06:13.4376654Z 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-04T20:06:13.4382359Z 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-04T20:06:13.4388439Z 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-04T20:06:13.4394029Z 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-04T20:06:13.4399845Z 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-04T20:06:13.4405485Z 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-04T20:06:13.4411164Z 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-04T20:06:13.4417064Z 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-04T20:06:13.4422882Z 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-04T20:06:13.4428678Z 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-04T20:06:13.4434932Z 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-04T20:06:13.4440715Z 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-04T20:06:13.4446884Z 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-04T20:06:13.4453283Z 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-04T20:06:13.4459361Z 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-04T20:06:13.4465187Z 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-04T20:06:13.4471662Z 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-04T20:06:13.4477591Z 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-04T20:06:13.4483671Z 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-04T20:06:13.4489942Z 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-04T20:06:13.4496606Z 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-04T20:06:13.4503100Z 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-04T20:06:13.4510147Z 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-04T20:06:13.4516537Z 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-04T20:06:13.4522939Z 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-04T20:06:13.4529038Z 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-04T20:06:13.4535416Z 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-04T20:06:13.4543997Z 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-04T20:06:13.4549886Z 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-04T20:06:13.4555754Z 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-04T20:06:13.4561857Z 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-04T20:06:13.4567707Z 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-04T20:06:13.4573931Z 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-04T20:06:13.4579715Z 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-04T20:06:13.4585919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.4590839Z 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-04T20:06:13.4596472Z 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-04T20:06:13.4601799Z 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-04T20:06:13.4607364Z 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-04T20:06:13.4613176Z 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-04T20:06:13.4619416Z 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-04T20:06:13.4625123Z 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-04T20:06:13.4630904Z 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-04T20:06:13.4636748Z 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-04T20:06:13.4642609Z 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-04T20:06:13.4648773Z 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-04T20:06:13.4654627Z 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-04T20:06:13.4660430Z 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-04T20:06:13.4672291Z 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-04T20:06:13.4678030Z 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-04T20:06:13.4684817Z 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-04T20:06:13.4690626Z 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-04T20:06:13.4696557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.4702272Z 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-04T20:06:13.4714311Z 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-04T20:06:13.4719921Z 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-04T20:06:13.4725582Z 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-04T20:06:13.4731337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.4737045Z 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-04T20:06:13.4743167Z 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-04T20:06:13.4749635Z 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-04T20:06:13.4755467Z 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-04T20:06:13.4761210Z 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-04T20:06:13.4766965Z 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-04T20:06:13.4772749Z 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-04T20:06:13.4778383Z 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-04T20:06:13.4784727Z 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-04T20:06:13.4790457Z 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-04T20:06:13.4796869Z 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-04T20:06:13.4802782Z 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-04T20:06:13.4808748Z 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-04T20:06:13.4814892Z 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-04T20:06:13.4820862Z 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-04T20:06:13.4827341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.4833866Z 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-04T20:06:13.4840645Z 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-04T20:06:13.4847082Z 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-04T20:06:13.4853563Z 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-04T20:06:13.4859520Z 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-04T20:06:13.4865718Z 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-04T20:06:13.4871902Z 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-04T20:06:13.4877813Z 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-04T20:06:13.4884262Z 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-04T20:06:13.4890059Z 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-04T20:06:13.4895984Z 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-04T20:06:13.4901745Z 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-04T20:06:13.4907901Z 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-04T20:06:13.4913797Z 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-04T20:06:13.4919539Z 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-04T20:06:13.4925228Z 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-04T20:06:13.4930952Z 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-04T20:06:13.4937117Z 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-04T20:06:13.4942969Z 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-04T20:06:13.4949252Z 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-04T20:06:13.4955379Z 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-04T20:06:13.4961483Z 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-04T20:06:13.4973016Z 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-04T20:06:13.4985714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.4987996Z 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-04T20:06:13.4994271Z 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-04T20:06:13.4999917Z 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-04T20:06:13.5005466Z 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-04T20:06:13.5011260Z 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-04T20:06:13.5017145Z 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-04T20:06:13.5022651Z 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-04T20:06:13.5028497Z 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-04T20:06:13.5034390Z 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-04T20:06:13.5039739Z 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-04T20:06:13.5045774Z 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-04T20:06:13.5051324Z 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-04T20:06:13.5057034Z 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-04T20:06:13.5062745Z 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-04T20:06:13.5068813Z 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-04T20:06:13.5074882Z 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-04T20:06:13.5080771Z 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-04T20:06:13.5086544Z 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-04T20:06:13.5092689Z 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-04T20:06:13.5098473Z 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-04T20:06:13.5104294Z 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-04T20:06:13.5110229Z 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-04T20:06:13.5116477Z 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-04T20:06:13.5122508Z 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-04T20:06:13.5128592Z 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-04T20:06:13.5134901Z 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-04T20:06:13.5140630Z 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-04T20:06:13.5146624Z 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-04T20:06:13.5152792Z 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-04T20:06:13.5158511Z 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-04T20:06:13.5164068Z 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-04T20:06:13.5170103Z 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-04T20:06:13.5175837Z 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-04T20:06:13.5182550Z 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-04T20:06:13.5188345Z 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-04T20:06:13.5194278Z 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-04T20:06:13.5199970Z 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-04T20:06:13.5205575Z 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-04T20:06:13.5211171Z 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-04T20:06:13.5217003Z 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-04T20:06:13.5222681Z 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-04T20:06:13.5229178Z 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-04T20:06:13.5235017Z 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-04T20:06:13.5240753Z 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-04T20:06:13.5246840Z 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-04T20:06:13.5252553Z 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-04T20:06:13.5258435Z 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-04T20:06:13.5264521Z 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-04T20:06:13.5270565Z 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-04T20:06:13.5276290Z 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-04T20:06:13.5281994Z 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-04T20:06:13.5287656Z 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-04T20:06:13.5293354Z 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-04T20:06:13.5299638Z 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-04T20:06:13.5305574Z 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-04T20:06:13.5311375Z 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-04T20:06:13.5317518Z 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-04T20:06:13.5323063Z 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-04T20:06:13.5328698Z 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-04T20:06:13.5335010Z 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-04T20:06:13.5340931Z 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-04T20:06:13.5348159Z 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-04T20:06:13.5354191Z 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-04T20:06:13.5360438Z 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-04T20:06:13.5367334Z 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-04T20:06:13.5373702Z 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-04T20:06:13.5379665Z 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-04T20:06:13.5409482Z 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-04T20:06:13.5415764Z 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-04T20:06:13.5421440Z 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-04T20:06:13.5427418Z 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-04T20:06:13.5433384Z 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-04T20:06:13.5439555Z 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-04T20:06:13.5445502Z 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-04T20:06:13.5451272Z 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-04T20:06:13.5457384Z 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-04T20:06:13.5463058Z 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-04T20:06:13.5468805Z 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-04T20:06:13.5474896Z 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-04T20:06:13.5480696Z 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-04T20:06:13.5487000Z 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-04T20:06:13.5492634Z 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-04T20:06:13.5498389Z 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-04T20:06:13.5504098Z 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-04T20:06:13.5509948Z 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-04T20:06:13.5515811Z 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-04T20:06:13.5521784Z 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-04T20:06:13.5527537Z 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-04T20:06:13.5534482Z 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-04T20:06:13.5540195Z 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-04T20:06:13.5546019Z 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-04T20:06:13.5551974Z 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-04T20:06:13.5558055Z 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-04T20:06:13.5563752Z 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-04T20:06:13.5569597Z 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-04T20:06:13.5575381Z 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-04T20:06:13.5581732Z 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-04T20:06:13.5587580Z 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-04T20:06:13.5593757Z 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-04T20:06:13.5599863Z 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-04T20:06:13.5606345Z 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-04T20:06:13.5611890Z 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-04T20:06:13.5617708Z 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-04T20:06:13.5623851Z 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-04T20:06:13.5629971Z 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-04T20:06:13.5636714Z 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-04T20:06:13.5642975Z 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-04T20:06:13.5649042Z 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-04T20:06:13.5655007Z 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-04T20:06:13.5660923Z 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-04T20:06:13.5666932Z 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-04T20:06:13.5672893Z 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-04T20:06:13.5678819Z 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-04T20:06:13.5685044Z 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-04T20:06:13.5691315Z 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-04T20:06:13.5697275Z 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-04T20:06:13.5703120Z 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-04T20:06:13.5709097Z 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-04T20:06:13.5715282Z 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-04T20:06:13.5721245Z 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-04T20:06:13.5727237Z 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-04T20:06:13.5733337Z 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-04T20:06:13.5739196Z 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-04T20:06:13.5745726Z 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-04T20:06:13.5751983Z 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-04T20:06:13.5758024Z 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-04T20:06:13.5763929Z 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-04T20:06:13.5769787Z 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-04T20:06:13.5775955Z 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-04T20:06:13.5781821Z 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-04T20:06:13.5787728Z 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-04T20:06:13.5793562Z 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-04T20:06:13.5799702Z 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-04T20:06:13.5805458Z 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-04T20:06:13.5811543Z 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-04T20:06:13.5817215Z 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-04T20:06:13.5823534Z 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-04T20:06:13.5829260Z 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-04T20:06:13.5835420Z 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-04T20:06:13.5841141Z 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-04T20:06:13.5847572Z 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-04T20:06:13.5853305Z 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-04T20:06:13.5859106Z 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-04T20:06:13.5864821Z 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-04T20:06:13.5870773Z 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-04T20:06:13.5876478Z 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-04T20:06:13.5883050Z 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-04T20:06:13.5888687Z 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-04T20:06:13.5894846Z 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-04T20:06:13.5900701Z 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-04T20:06:13.5906705Z 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-04T20:06:13.5913269Z 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-04T20:06:13.5919623Z 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-04T20:06:13.5925602Z 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-04T20:06:13.5931755Z 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-04T20:06:13.5937517Z 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-04T20:06:13.5943313Z 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-04T20:06:13.5949278Z 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-04T20:06:13.5955110Z 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-04T20:06:13.5960571Z 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-04T20:06:13.5966712Z 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-04T20:06:13.5972581Z 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-04T20:06:13.5978338Z 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-04T20:06:13.5983988Z 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-04T20:06:13.5990044Z 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-04T20:06:13.5995841Z 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-04T20:06:13.6001554Z 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-04T20:06:13.6007338Z 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-04T20:06:13.6013370Z 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-04T20:06:13.6019172Z 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-04T20:06:13.6024780Z 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-04T20:06:13.6030499Z 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-04T20:06:13.6037018Z 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-04T20:06:13.6042946Z 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-04T20:06:13.6048756Z 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-04T20:06:13.6054976Z 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-04T20:06:13.6061482Z 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-04T20:06:13.6067759Z 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-04T20:06:13.6074267Z 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-04T20:06:13.6080848Z 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-04T20:06:13.6087683Z 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-04T20:06:13.6094080Z 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-04T20:06:13.6106334Z 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-04T20:06:13.6112449Z 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-04T20:06:13.6118768Z 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-04T20:06:13.6124826Z 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-04T20:06:13.6130762Z 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-04T20:06:13.6137248Z 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-04T20:06:13.6143124Z 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-04T20:06:13.6149669Z 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-04T20:06:13.6155849Z 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-04T20:06:13.6161947Z 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-04T20:06:13.6167887Z 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-04T20:06:13.6174068Z 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-04T20:06:13.6179921Z 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-04T20:06:13.6185711Z 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-04T20:06:13.6191891Z 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-04T20:06:13.6198242Z 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-04T20:06:13.6204294Z 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-04T20:06:13.6210319Z 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-04T20:06:13.6217574Z 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-04T20:06:13.6223392Z 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-04T20:06:13.6229490Z 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-04T20:06:13.6235635Z 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-04T20:06:13.6241810Z 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-04T20:06:13.6247785Z 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-04T20:06:13.6253598Z 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-04T20:06:13.6259606Z 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-04T20:06:13.6265290Z 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-04T20:06:13.6271218Z 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-04T20:06:13.6277480Z 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-04T20:06:13.6283369Z 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-04T20:06:13.6289123Z 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-04T20:06:13.6294778Z 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-04T20:06:13.6300844Z 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-04T20:06:13.6306522Z 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-04T20:06:13.6312263Z 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-04T20:06:13.6317955Z 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-04T20:06:13.6323922Z 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-04T20:06:13.6330089Z 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-04T20:06:13.6335912Z 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-04T20:06:13.6341716Z 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-04T20:06:13.6347521Z 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-04T20:06:13.6353628Z 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-04T20:06:13.6359493Z 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-04T20:06:13.6365400Z 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-04T20:06:13.6371612Z 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-04T20:06:13.6377440Z 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-04T20:06:13.6383320Z 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-04T20:06:13.6389112Z 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-04T20:06:13.6395688Z 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-04T20:06:13.6401470Z 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-04T20:06:13.6407627Z 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-04T20:06:13.6413680Z 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-04T20:06:13.6420065Z 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-04T20:06:13.6425972Z 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-04T20:06:13.6431947Z 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-04T20:06:13.6438011Z 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-04T20:06:13.6443937Z 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-04T20:06:13.6450068Z 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-04T20:06:13.6455998Z 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-04T20:06:13.6461869Z 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-04T20:06:13.6467850Z 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-04T20:06:13.6474435Z 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-04T20:06:13.6480865Z 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-04T20:06:13.6486781Z 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-04T20:06:13.6493108Z 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-04T20:06:13.6499219Z 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-04T20:06:13.6505276Z 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-04T20:06:13.6511132Z 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-04T20:06:13.6517151Z 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-04T20:06:13.6523046Z 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-04T20:06:13.6529159Z 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-04T20:06:13.6535128Z 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-04T20:06:13.6540820Z 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-04T20:06:13.6546652Z 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-04T20:06:13.6553196Z 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-04T20:06:13.6559103Z 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-04T20:06:13.6565192Z 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-04T20:06:13.6571213Z 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-04T20:06:13.6577532Z 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-04T20:06:13.6583573Z 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-04T20:06:13.6589636Z 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-04T20:06:13.6595804Z 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-04T20:06:13.6602192Z 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-04T20:06:13.6608110Z 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-04T20:06:13.6614212Z 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-04T20:06:13.6620344Z 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-04T20:06:13.6626462Z 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-04T20:06:13.6632632Z 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-04T20:06:13.6638682Z 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-04T20:06:13.6644735Z 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-04T20:06:13.6651228Z 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-04T20:06:13.6657326Z 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-04T20:06:13.6663237Z 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-04T20:06:13.6669076Z 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-04T20:06:13.6675695Z 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-04T20:06:13.6682086Z 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-04T20:06:13.6688253Z 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-04T20:06:13.6694686Z 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-04T20:06:13.6700958Z 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-04T20:06:13.6707091Z 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-04T20:06:13.6713304Z 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-04T20:06:13.6719754Z 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-04T20:06:13.6726374Z 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-04T20:06:13.6732759Z 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-04T20:06:13.6739030Z 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-04T20:06:13.6745087Z 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-04T20:06:13.6751396Z 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-04T20:06:13.6757981Z 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-04T20:06:13.6764318Z 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-04T20:06:13.6770343Z 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-04T20:06:13.6777056Z 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-04T20:06:13.6783084Z 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-04T20:06:13.6789410Z 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-04T20:06:13.6796347Z 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-04T20:06:13.6802265Z 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-04T20:06:13.6808475Z 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-04T20:06:13.6814580Z 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-04T20:06:13.6820706Z 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-04T20:06:13.6827366Z 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-04T20:06:13.6834147Z 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-04T20:06:13.6840296Z 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-04T20:06:13.6846413Z 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-04T20:06:13.6852803Z 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-04T20:06:13.6858953Z 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-04T20:06:13.6864983Z 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-04T20:06:13.6871282Z 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-04T20:06:13.6877709Z 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-04T20:06:13.6884140Z 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-04T20:06:13.6889975Z 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-04T20:06:13.6895790Z 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-04T20:06:13.6901695Z 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-04T20:06:13.6907839Z 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-04T20:06:13.6914140Z 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-04T20:06:13.6919880Z 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-04T20:06:13.6926100Z 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-04T20:06:13.6931945Z 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-04T20:06:13.6937795Z 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-04T20:06:13.6943541Z 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-04T20:06:13.6949772Z 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-04T20:06:13.6955699Z 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-04T20:06:13.6961336Z 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-04T20:06:13.6967342Z 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-04T20:06:13.6973443Z 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-04T20:06:13.6979217Z 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-04T20:06:13.6985090Z 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-04T20:06:13.6991048Z 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-04T20:06:13.6997359Z 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-04T20:06:13.7003342Z 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-04T20:06:13.7009767Z 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-04T20:06:13.7015570Z 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-04T20:06:13.7021704Z 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-04T20:06:13.7027327Z 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-04T20:06:13.7033389Z 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-04T20:06:13.7039341Z 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-04T20:06:13.7045753Z 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-04T20:06:13.7051627Z 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-04T20:06:13.7057771Z 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-04T20:06:13.7063878Z 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-04T20:06:13.7070053Z 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-04T20:06:13.7076021Z 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-04T20:06:13.7081926Z 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-04T20:06:13.7087744Z 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-04T20:06:13.7094363Z 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-04T20:06:13.7100233Z 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-04T20:06:13.7106203Z 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-04T20:06:13.7112162Z 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-04T20:06:13.7118277Z 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-04T20:06:13.7124887Z 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-04T20:06:13.7130799Z 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-04T20:06:13.7136988Z 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-04T20:06:13.7143576Z 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-04T20:06:13.7149634Z 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-04T20:06:13.7155938Z 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-04T20:06:13.7162036Z 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-04T20:06:13.7168041Z 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-04T20:06:13.7174227Z 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-04T20:06:13.7180598Z 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-04T20:06:13.7186868Z 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-04T20:06:13.7193271Z 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-04T20:06:13.7200832Z 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-04T20:06:13.7207067Z 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-04T20:06:13.7213388Z 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-04T20:06:13.7219696Z 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-04T20:06:13.7225823Z 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-04T20:06:13.7232062Z 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-04T20:06:13.7238255Z 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-04T20:06:13.7244685Z 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-04T20:06:13.7250812Z 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-04T20:06:13.7257485Z 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-04T20:06:13.7263816Z 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-04T20:06:13.7270074Z 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-04T20:06:13.7276400Z 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-04T20:06:13.7282503Z 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-04T20:06:13.7288852Z 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-04T20:06:13.7295123Z 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-04T20:06:13.7301507Z 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-04T20:06:13.7307715Z 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-04T20:06:13.7314534Z 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-04T20:06:13.7320892Z 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-04T20:06:13.7327317Z 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-04T20:06:13.7333727Z 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-04T20:06:13.7339823Z 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-04T20:06:13.7346314Z 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-04T20:06:13.7353234Z 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-04T20:06:13.7360688Z 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-04T20:06:13.7366880Z 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-04T20:06:13.7373087Z 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-04T20:06:13.7379138Z 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-04T20:06:13.7385085Z 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-04T20:06:13.7391248Z 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-04T20:06:13.7398014Z 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-04T20:06:13.7409273Z 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-04T20:06:13.7412609Z 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-04T20:06:13.7419017Z 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-04T20:06:13.7425077Z 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-04T20:06:13.7430933Z 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-04T20:06:13.7437468Z 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-04T20:06:13.7443015Z 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-04T20:06:13.7449186Z 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-04T20:06:13.7455082Z 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-04T20:06:13.7461057Z 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-04T20:06:13.7466864Z 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-04T20:06:13.7473489Z 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-04T20:06:13.7479385Z 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-04T20:06:13.7485791Z 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-04T20:06:13.7492034Z 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-04T20:06:13.7497980Z 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-04T20:06:13.7504073Z 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-04T20:06:13.7510425Z 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-04T20:06:13.7516306Z 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-04T20:06:13.7522194Z 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-04T20:06:13.7528884Z 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-04T20:06:13.7534792Z 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-04T20:06:13.7540591Z 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-04T20:06:13.7546424Z 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-04T20:06:13.7563515Z 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-04T20:06:13.7564454Z 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-04T20:06:13.7564985Z 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-04T20:06:13.7570642Z 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-04T20:06:13.7576526Z 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-04T20:06:13.7583004Z 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-04T20:06:13.7588775Z 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-04T20:06:13.7595084Z 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-04T20:06:13.7601397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.7606755Z 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-04T20:06:13.7612714Z 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-04T20:06:13.7618515Z 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-04T20:06:13.7624365Z 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-04T20:06:13.7630771Z 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-04T20:06:13.7636492Z 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-04T20:06:13.7642341Z 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-04T20:06:13.7648199Z 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-04T20:06:13.7654349Z 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-04T20:06:13.7660737Z 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-04T20:06:13.7667065Z 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-04T20:06:13.7673227Z 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-04T20:06:13.7679596Z 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-04T20:06:13.7685825Z 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-04T20:06:13.7691811Z 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-04T20:06:13.7697696Z 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-04T20:06:13.7703628Z 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-04T20:06:13.7709763Z 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-04T20:06:13.7715804Z 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-04T20:06:13.7721682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.7727576Z 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-04T20:06:13.7733176Z 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-04T20:06:13.7739186Z 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-04T20:06:13.7745467Z 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-04T20:06:13.7751717Z 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-04T20:06:13.7757567Z 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-04T20:06:13.7763198Z 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-04T20:06:13.7768658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.7775044Z 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-04T20:06:13.7780121Z 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-04T20:06:13.7785851Z 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-04T20:06:13.7791701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.7797955Z 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-04T20:06:13.7804054Z 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-04T20:06:13.7809883Z 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-04T20:06:13.7816021Z 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-04T20:06:13.7821904Z 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-04T20:06:13.7827786Z 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-04T20:06:13.7833936Z 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-04T20:06:13.7839849Z 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-04T20:06:13.7845970Z 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-04T20:06:13.7852068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.7857968Z 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-04T20:06:13.7863678Z 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-04T20:06:13.7869501Z 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-04T20:06:13.7875601Z 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-04T20:06:13.7881501Z 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-04T20:06:13.7887184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.7892784Z 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-04T20:06:13.7898283Z 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-04T20:06:13.7903981Z 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-04T20:06:13.7909555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.7915263Z 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-04T20:06:13.7920751Z 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-04T20:06:13.7926519Z 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-04T20:06:13.7932272Z 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-04T20:06:13.7937961Z 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-04T20:06:13.7943601Z 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-04T20:06:13.7949181Z 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-04T20:06:13.7955323Z 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-04T20:06:13.7960597Z 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-04T20:06:13.7966364Z 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-04T20:06:13.7972014Z 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-04T20:06:13.7977594Z 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-04T20:06:13.7982968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.7988659Z 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-04T20:06:13.7994513Z 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-04T20:06:13.8000280Z 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-04T20:06:13.8005784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.8011218Z 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-04T20:06:13.8017409Z 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-04T20:06:13.8022718Z 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-04T20:06:13.8028245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.8033684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.8039477Z 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-04T20:06:13.8045069Z 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-04T20:06:13.8050454Z 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-04T20:06:13.8056612Z 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-04T20:06:13.8062562Z 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-04T20:06:13.8068089Z 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-04T20:06:13.8073594Z 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-04T20:06:13.8079039Z 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-04T20:06:13.8084482Z 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-04T20:06:13.8090201Z 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-04T20:06:13.8095697Z 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-04T20:06:13.8102195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.8108272Z 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-04T20:06:13.8114226Z 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-04T20:06:13.8120598Z 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-04T20:06:13.8126286Z 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-04T20:06:13.8132079Z 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-04T20:06:13.8137810Z 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-04T20:06:13.8143322Z 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-04T20:06:13.8148955Z 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-04T20:06:13.8154929Z 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-04T20:06:13.8160508Z 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-04T20:06:13.8166515Z 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-04T20:06:13.8172283Z 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-04T20:06:13.8177857Z 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-04T20:06:13.8183793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.8189411Z 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-04T20:06:13.8195217Z 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-04T20:06:13.8200865Z 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-04T20:06:13.8206333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.8212222Z 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-04T20:06:13.8217786Z 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-04T20:06:13.8223614Z 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-04T20:06:13.8229471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.8235744Z 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-04T20:06:13.8241706Z 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-04T20:06:13.8247395Z 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-04T20:06:13.8253361Z 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-04T20:06:13.8260911Z 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-04T20:06:13.8266680Z 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-04T20:06:13.8273017Z 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-04T20:06:13.8279309Z 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-04T20:06:13.8285184Z 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-04T20:06:13.8290999Z 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-04T20:06:13.8297355Z 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-04T20:06:13.8303326Z 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-04T20:06:13.8309471Z 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-04T20:06:13.8315297Z 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-04T20:06:13.8320922Z 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-04T20:06:13.8326874Z 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-04T20:06:13.8332488Z 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-04T20:06:13.8337983Z 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-04T20:06:13.8344107Z 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-04T20:06:13.8350192Z 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-04T20:06:13.8356485Z 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-04T20:06:13.8362302Z 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-04T20:06:13.8368060Z 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-04T20:06:13.8374064Z 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-04T20:06:13.8380048Z 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-04T20:06:13.8386330Z 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-04T20:06:13.8391798Z 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-04T20:06:13.8397853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.8402933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.8408164Z 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-04T20:06:13.8413961Z 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-04T20:06:13.8419546Z 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-04T20:06:13.8425086Z 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-04T20:06:13.8430924Z 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-04T20:06:13.8436563Z 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-04T20:06:13.8442364Z 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-04T20:06:13.8447908Z 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-04T20:06:13.8453467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.8458751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.8464305Z 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-04T20:06:13.8474203Z 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-04T20:06:13.8479697Z 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-04T20:06:13.8485495Z 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-04T20:06:13.8491462Z 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-04T20:06:13.8497475Z 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-04T20:06:13.8503032Z 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-04T20:06:13.8508865Z 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-04T20:06:13.8515158Z 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-04T20:06:13.8520535Z 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-04T20:06:13.8525945Z 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-04T20:06:13.8534826Z 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-04T20:06:13.8537200Z 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-04T20:06:13.8542680Z 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-04T20:06:13.8548219Z 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-04T20:06:13.8554187Z 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-04T20:06:13.8559886Z 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-04T20:06:13.8565461Z 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-04T20:06:13.8571133Z 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-04T20:06:13.8576329Z 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-04T20:06:13.8581784Z 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-04T20:06:13.8588037Z 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-04T20:06:13.8593724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.8599184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.8604939Z 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-04T20:06:13.8610497Z 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-04T20:06:13.8616506Z 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-04T20:06:13.8622233Z 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-04T20:06:13.8628499Z 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-04T20:06:13.8634483Z 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-04T20:06:13.8640326Z 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-04T20:06:13.8646053Z 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-04T20:06:13.8652078Z 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-04T20:06:13.8658162Z 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-04T20:06:13.8664115Z 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-04T20:06:13.8669878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.8700916Z 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-04T20:06:13.8706676Z 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-04T20:06:13.8712509Z 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-04T20:06:13.8718461Z 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-04T20:06:13.8724483Z 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-04T20:06:13.8730629Z 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-04T20:06:13.8736668Z 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-04T20:06:13.8742385Z 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-04T20:06:13.8748767Z 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-04T20:06:13.8754598Z 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-04T20:06:13.8761038Z 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-04T20:06:13.8766784Z 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-04T20:06:13.8773043Z 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-04T20:06:13.8778640Z 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-04T20:06:13.8784529Z 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-04T20:06:13.8790145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.8795953Z 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-04T20:06:13.8801579Z 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-04T20:06:13.8807318Z 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-04T20:06:13.8812702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.8817836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.8823911Z 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-04T20:06:13.8829624Z 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-04T20:06:13.8835833Z 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-04T20:06:13.8841138Z 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-04T20:06:13.8848204Z 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-04T20:06:13.8854005Z 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-04T20:06:13.8859665Z 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-04T20:06:13.8865475Z 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-04T20:06:13.8871178Z 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-04T20:06:13.8876419Z 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-04T20:06:13.8882379Z 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-04T20:06:13.8888105Z 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-04T20:06:13.8893431Z 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-04T20:06:13.8899850Z 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-04T20:06:13.8905275Z 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-04T20:06:13.8911400Z 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-04T20:06:13.8917346Z 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-04T20:06:13.8922963Z 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-04T20:06:13.8929353Z 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-04T20:06:13.8934635Z 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-04T20:06:13.8940427Z 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-04T20:06:13.8946393Z 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-04T20:06:13.8952239Z 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-04T20:06:13.8957884Z 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-04T20:06:13.8963446Z 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-04T20:06:13.8969087Z 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-04T20:06:13.8974657Z 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-04T20:06:13.8980219Z 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-04T20:06:13.8986313Z 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-04T20:06:13.8992121Z 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-04T20:06:13.8997898Z 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-04T20:06:13.9003580Z 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-04T20:06:13.9009549Z 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-04T20:06:13.9014851Z 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-04T20:06:13.9020543Z 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-04T20:06:13.9026008Z 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-04T20:06:13.9031702Z 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-04T20:06:13.9037452Z 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-04T20:06:13.9043300Z 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-04T20:06:13.9048851Z 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-04T20:06:13.9054833Z 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-04T20:06:13.9060657Z 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-04T20:06:13.9066335Z 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-04T20:06:13.9072216Z 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-04T20:06:13.9077822Z 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-04T20:06:13.9083478Z 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-04T20:06:13.9089178Z 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-04T20:06:13.9094943Z 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-04T20:06:13.9100603Z 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-04T20:06:13.9106448Z 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-04T20:06:13.9112131Z 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-04T20:06:13.9117645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.9124015Z 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-04T20:06:13.9130211Z 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-04T20:06:13.9136632Z 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-04T20:06:13.9142888Z 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-04T20:06:13.9148908Z 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-04T20:06:13.9155485Z 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-04T20:06:13.9161773Z 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-04T20:06:13.9167517Z 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-04T20:06:13.9173225Z 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-04T20:06:13.9179073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.9186269Z 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-04T20:06:13.9192246Z 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-04T20:06:13.9197810Z 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-04T20:06:13.9203917Z 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-04T20:06:13.9209564Z 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-04T20:06:13.9215171Z 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-04T20:06:13.9220975Z 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-04T20:06:13.9226893Z 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-04T20:06:13.9232791Z 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-04T20:06:13.9238625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.9244650Z 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-04T20:06:13.9250882Z 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-04T20:06:13.9256242Z 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-04T20:06:13.9261961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.9268084Z 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-04T20:06:13.9273765Z 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-04T20:06:13.9279405Z 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-04T20:06:13.9285284Z 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-04T20:06:13.9291284Z 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-04T20:06:13.9297010Z 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-04T20:06:13.9303111Z 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-04T20:06:13.9309028Z 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-04T20:06:13.9315057Z 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-04T20:06:13.9320975Z 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-04T20:06:13.9327417Z 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-04T20:06:13.9333194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.9339041Z 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-04T20:06:13.9356690Z 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-04T20:06:13.9357739Z 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-04T20:06:13.9359078Z 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-04T20:06:13.9364768Z 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-04T20:06:13.9370544Z 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-04T20:06:13.9376256Z 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-04T20:06:13.9382043Z 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-04T20:06:13.9387758Z 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-04T20:06:13.9393816Z 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-04T20:06:13.9399311Z 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-04T20:06:13.9404900Z 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-04T20:06:13.9410480Z 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-04T20:06:13.9415891Z 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-04T20:06:13.9421887Z 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-04T20:06:13.9427391Z 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-04T20:06:13.9433037Z 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-04T20:06:13.9439184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.9444937Z 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-04T20:06:13.9450385Z 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-04T20:06:13.9455920Z 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-04T20:06:13.9461461Z 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-04T20:06:13.9467273Z 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-04T20:06:13.9472967Z 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-04T20:06:13.9478874Z 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-04T20:06:13.9484532Z 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-04T20:06:13.9490184Z 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-04T20:06:13.9496078Z 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-04T20:06:13.9501793Z 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-04T20:06:13.9507527Z 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-04T20:06:13.9513246Z 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-04T20:06:13.9518757Z 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-04T20:06:13.9525004Z 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-04T20:06:13.9530677Z 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-04T20:06:13.9536372Z 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-04T20:06:13.9542065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.9552065Z 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-04T20:06:13.9556575Z 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-04T20:06:13.9562553Z 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-04T20:06:13.9568780Z 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-04T20:06:13.9574412Z 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-04T20:06:13.9580260Z 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-04T20:06:13.9586097Z 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-04T20:06:13.9591990Z 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-04T20:06:13.9597522Z 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-04T20:06:13.9603282Z 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-04T20:06:13.9608690Z 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-04T20:06:13.9614823Z 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-04T20:06:13.9620616Z 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-04T20:06:13.9626453Z 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-04T20:06:13.9632345Z 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-04T20:06:13.9638001Z 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-04T20:06:13.9643378Z 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-04T20:06:13.9649245Z 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-04T20:06:13.9654640Z 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-04T20:06:13.9660060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.9666014Z 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-04T20:06:13.9671742Z 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-04T20:06:13.9677483Z 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-04T20:06:13.9683752Z 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-04T20:06:13.9689890Z 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-04T20:06:13.9695599Z 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-04T20:06:13.9701790Z 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-04T20:06:13.9707231Z 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-04T20:06:13.9712946Z 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-04T20:06:13.9718786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.9724776Z 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-04T20:06:13.9730702Z 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-04T20:06:13.9736950Z 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-04T20:06:13.9742839Z 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-04T20:06:13.9748431Z 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-04T20:06:13.9754363Z 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-04T20:06:13.9760443Z 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-04T20:06:13.9765967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.9771563Z 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-04T20:06:13.9778826Z 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-04T20:06:13.9784524Z 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-04T20:06:13.9790835Z 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-04T20:06:13.9797129Z 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-04T20:06:13.9803360Z 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-04T20:06:13.9808848Z 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-04T20:06:13.9815192Z 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-04T20:06:13.9821274Z 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-04T20:06:13.9827018Z 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-04T20:06:13.9832925Z 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-04T20:06:13.9838854Z 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-04T20:06:13.9844622Z 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-04T20:06:13.9850485Z 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-04T20:06:13.9856148Z 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-04T20:06:13.9861836Z 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-04T20:06:13.9867505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:13.9873275Z 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-04T20:06:13.9879106Z 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-04T20:06:13.9884823Z 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-04T20:06:13.9890435Z 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-04T20:06:13.9896097Z 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-04T20:06:13.9901885Z 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-04T20:06:13.9907751Z 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-04T20:06:13.9913741Z 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-04T20:06:13.9919364Z 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-04T20:06:13.9925115Z 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-04T20:06:13.9931202Z 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-04T20:06:13.9936968Z 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-04T20:06:13.9942725Z 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-04T20:06:13.9948686Z 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-04T20:06:13.9954525Z 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-04T20:06:13.9960523Z 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-04T20:06:13.9966345Z 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-04T20:06:14.1157576Z 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-04T20:06:14.1164155Z 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-04T20:06:14.1198359Z 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-04T20:06:14.1199490Z 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-04T20:06:14.1200604Z 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-04T20:06:14.1201662Z 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-04T20:06:14.1203948Z 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-04T20:06:14.1210746Z 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-04T20:06:14.1217350Z 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-04T20:06:14.1223504Z 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-04T20:06:14.1228838Z 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-04T20:06:14.1235123Z 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-04T20:06:14.1240942Z 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-04T20:06:14.1246789Z 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-04T20:06:14.1252695Z 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-04T20:06:14.1258807Z 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-04T20:06:14.1264930Z 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-04T20:06:14.1270925Z 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-04T20:06:14.1276888Z 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-04T20:06:14.1282530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:14.1288374Z 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-04T20:06:14.1294124Z 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-04T20:06:14.1300112Z 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-04T20:06:14.1305915Z 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-04T20:06:14.1311612Z 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-04T20:06:14.1317408Z 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-04T20:06:14.1323150Z 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-04T20:06:14.1328871Z 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-04T20:06:14.1334911Z 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-04T20:06:14.1340842Z 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-04T20:06:14.1346975Z 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-04T20:06:14.1352729Z 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-04T20:06:14.1358518Z 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-04T20:06:14.1364349Z 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-04T20:06:14.1370423Z 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-04T20:06:14.1376278Z 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-04T20:06:14.1382176Z 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-04T20:06:14.1388568Z 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-04T20:06:14.1394485Z 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-04T20:06:14.1400416Z 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-04T20:06:14.1406126Z 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-04T20:06:14.1411982Z 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-04T20:06:14.1417890Z 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-04T20:06:14.1423841Z 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-04T20:06:14.1429658Z 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-04T20:06:14.1436158Z 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-04T20:06:14.1442467Z 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-04T20:06:14.1448905Z 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-04T20:06:14.1455046Z 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-04T20:06:14.1493678Z 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-04T20:06:14.1494916Z 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-04T20:06:14.1496137Z 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-04T20:06:14.1497352Z 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-04T20:06:14.1499775Z 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-04T20:06:14.1501137Z 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-04T20:06:14.1502617Z 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-04T20:06:14.1508801Z 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-04T20:06:14.1514808Z 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-04T20:06:14.1520930Z 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-04T20:06:14.1527435Z 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-04T20:06:14.1532666Z 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-04T20:06:14.1538585Z 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-04T20:06:14.1544694Z 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-04T20:06:14.1550492Z 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-04T20:06:14.1556364Z 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-04T20:06:14.1562736Z 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-04T20:06:14.1568475Z 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-04T20:06:14.1574608Z 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-04T20:06:14.1580570Z 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-04T20:06:14.1586359Z 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-04T20:06:14.1592352Z 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-04T20:06:14.1598252Z 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-04T20:06:14.1604197Z 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-04T20:06:14.1610644Z 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-04T20:06:14.1616066Z 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-04T20:06:14.1621673Z 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-04T20:06:14.1627477Z 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-04T20:06:14.1633614Z 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-04T20:06:14.1639525Z 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-04T20:06:14.1645450Z 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-04T20:06:14.1651243Z 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-04T20:06:14.1657526Z 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-04T20:06:14.1663513Z 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-04T20:06:14.1669296Z 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-04T20:06:14.1675341Z 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-04T20:06:14.1682052Z 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-04T20:06:14.1687940Z 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-04T20:06:14.1693737Z 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-04T20:06:14.1699506Z 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-04T20:06:14.1705732Z 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-04T20:06:14.1711840Z 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-04T20:06:14.1717604Z 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-04T20:06:14.1723396Z 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-04T20:06:14.1729984Z 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-04T20:06:14.1735398Z 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-04T20:06:14.1741330Z 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-04T20:06:14.1747411Z 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-04T20:06:14.1753561Z 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-04T20:06:14.1759413Z 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-04T20:06:14.1765714Z 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-04T20:06:14.1771386Z 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-04T20:06:14.1777568Z 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-04T20:06:14.1783610Z 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-04T20:06:14.1789500Z 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-04T20:06:14.1795884Z 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-04T20:06:14.1801936Z 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-04T20:06:14.1807983Z 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-04T20:06:14.1814068Z 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-04T20:06:14.1820269Z 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-04T20:06:14.1826230Z 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-04T20:06:14.1832411Z 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-04T20:06:14.1838457Z 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-04T20:06:14.1844432Z 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-04T20:06:14.1850749Z 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-04T20:06:14.1856716Z 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-04T20:06:14.1862863Z 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-04T20:06:14.1869855Z 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-04T20:06:14.1876801Z 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-04T20:06:14.1883148Z 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-04T20:06:14.1889907Z 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-04T20:06:14.1896511Z 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-04T20:06:14.1902624Z 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-04T20:06:14.1908777Z 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-04T20:06:14.1915002Z 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-04T20:06:14.1921351Z 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-04T20:06:14.1927570Z 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-04T20:06:14.1933628Z 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-04T20:06:14.1939431Z 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-04T20:06:14.1945287Z 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-04T20:06:14.1951511Z 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-04T20:06:14.1957504Z 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-04T20:06:14.1963303Z 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-04T20:06:14.1970514Z 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-04T20:06:14.1976677Z 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-04T20:06:14.1983283Z 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-04T20:06:14.1994928Z 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-04T20:06:14.2000990Z 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-04T20:06:14.2006889Z 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-04T20:06:14.2012856Z 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-04T20:06:14.2019253Z 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-04T20:06:14.2024718Z 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-04T20:06:14.2031009Z 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-04T20:06:14.2037244Z 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-04T20:06:14.2043118Z 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-04T20:06:14.2049119Z 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-04T20:06:14.2055001Z 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-04T20:06:14.2060972Z 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-04T20:06:14.2067088Z 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-04T20:06:14.2073599Z 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-04T20:06:14.2079113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:14.2084464Z 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-04T20:06:14.2089951Z 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-04T20:06:14.2096112Z 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-04T20:06:14.2101890Z 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-04T20:06:14.2107898Z 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-04T20:06:14.2113951Z 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-04T20:06:14.2119772Z 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-04T20:06:14.2125551Z 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-04T20:06:14.2131438Z 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-04T20:06:14.2137508Z 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-04T20:06:14.2143371Z 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-04T20:06:14.2149189Z 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-04T20:06:14.2154916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:14.2160844Z 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-04T20:06:14.2166638Z 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-04T20:06:14.2171795Z 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-04T20:06:14.2177985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:14.2183699Z 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-04T20:06:14.2189600Z 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-04T20:06:14.2195414Z 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-04T20:06:14.2201320Z 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-04T20:06:14.2207065Z 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-04T20:06:14.2213000Z 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-04T20:06:14.2219467Z 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-04T20:06:14.2225835Z 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-04T20:06:14.2231931Z 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-04T20:06:14.2237781Z 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-04T20:06:14.2243930Z 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-04T20:06:14.2249678Z 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-04T20:06:14.2255199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:14.2262490Z 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-04T20:06:14.2268239Z 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-04T20:06:14.2273942Z 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-04T20:06:14.2279575Z 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-04T20:06:14.2285281Z 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-04T20:06:14.2290944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:14.2296658Z 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-04T20:06:14.2302104Z 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-04T20:06:14.2307881Z 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-04T20:06:14.2314192Z 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-04T20:06:14.2319834Z 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-04T20:06:14.2325426Z 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-04T20:06:14.2331216Z 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-04T20:06:14.2337315Z 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-04T20:06:14.2343235Z 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-04T20:06:14.2349308Z 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-04T20:06:14.2355753Z 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-04T20:06:14.2361967Z 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-04T20:06:14.2369424Z 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-04T20:06:14.2375587Z 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-04T20:06:14.2382004Z 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-04T20:06:14.2388533Z 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-04T20:06:14.2401215Z 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-04T20:06:14.2407844Z 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-04T20:06:14.2414832Z 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-04T20:06:14.2421142Z 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-04T20:06:14.2427471Z 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-04T20:06:14.2434045Z 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-04T20:06:14.2440416Z 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-04T20:06:14.2447127Z 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-04T20:06:14.2453592Z 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-04T20:06:14.2459766Z 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-04T20:06:14.2466264Z 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-04T20:06:14.2472433Z 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-04T20:06:14.2479090Z 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-04T20:06:14.2485439Z 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-04T20:06:14.2491460Z 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-04T20:06:14.2497195Z 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-04T20:06:14.2503086Z 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-04T20:06:14.2508844Z 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-04T20:06:14.2514590Z 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-04T20:06:14.2520697Z 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-04T20:06:14.2526260Z 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-04T20:06:14.2531714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:14.2537576Z 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-04T20:06:14.2543122Z 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-04T20:06:14.2548582Z 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-04T20:06:14.2554361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:14.2560039Z 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-04T20:06:14.2565584Z 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-04T20:06:14.2570928Z 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-04T20:06:14.2576616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:14.2582459Z 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-04T20:06:14.2587949Z 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-04T20:06:14.2593669Z 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-04T20:06:14.2599282Z 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-04T20:06:14.2605389Z 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-04T20:06:14.2611118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:14.2616825Z 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-04T20:06:14.2622699Z 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-04T20:06:14.2628220Z 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-04T20:06:14.2634159Z 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-04T20:06:14.2639787Z 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-04T20:06:14.2645402Z 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-04T20:06:14.2650937Z 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-04T20:06:14.2656635Z 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-04T20:06:14.2662325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:14.2668060Z 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-04T20:06:14.2673597Z 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-04T20:06:14.2679348Z 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-04T20:06:14.2684679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:14.2690186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:14.2696121Z 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-04T20:06:14.2701786Z 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-04T20:06:14.2708232Z 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-04T20:06:14.2714488Z 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-04T20:06:14.2720048Z 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-04T20:06:14.2725849Z 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-04T20:06:14.2731625Z 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-04T20:06:14.2738114Z 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-04T20:06:14.2744235Z 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-04T20:06:14.2750129Z 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-04T20:06:14.2756153Z 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-04T20:06:14.2762005Z 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-04T20:06:14.2767685Z 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-04T20:06:14.2773320Z 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-04T20:06:14.2779438Z 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-04T20:06:14.2786222Z 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-04T20:06:14.2794554Z 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-04T20:06:14.2819318Z 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-04T20:06:14.2821649Z 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-04T20:06:14.2823718Z 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-04T20:06:14.2833093Z 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-04T20:06:14.2843246Z 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-04T20:06:14.2850083Z 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-04T20:06:14.2857183Z 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-04T20:06:14.2864348Z 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-04T20:06:14.2873269Z 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-04T20:06:14.2883041Z 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-04T20:06:14.2891595Z 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-04T20:06:14.2898767Z 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-04T20:06:14.2905960Z 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-04T20:06:14.2913061Z 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-04T20:06:14.2919988Z 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-04T20:06:14.2926614Z 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-04T20:06:14.2933257Z 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-04T20:06:14.2939648Z 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-04T20:06:14.2946812Z 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-04T20:06:14.2953076Z 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-04T20:06:14.2959356Z 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-04T20:06:14.2965307Z 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-04T20:06:14.2971584Z 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-04T20:06:14.2978475Z 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-04T20:06:14.2984629Z 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-04T20:06:14.2990857Z 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-04T20:06:14.2997036Z 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-04T20:06:14.3003164Z 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-04T20:06:14.3009292Z 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-04T20:06:14.3015630Z 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-04T20:06:14.3021992Z 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-04T20:06:14.3028570Z 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-04T20:06:14.3034541Z 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-04T20:06:14.3040768Z 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-04T20:06:14.3046564Z 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-04T20:06:14.3052375Z 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-04T20:06:14.3058713Z 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-04T20:06:14.3064798Z 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-04T20:06:14.3071045Z 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-04T20:06:14.3077170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:14.3083088Z 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-04T20:06:14.3088965Z 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-04T20:06:14.3095004Z 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-04T20:06:14.3101072Z 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-04T20:06:14.3107061Z 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-04T20:06:14.3113503Z 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-04T20:06:14.3119910Z 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-04T20:06:14.3125913Z 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-04T20:06:14.3132560Z 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-04T20:06:14.3138768Z 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-04T20:06:14.3144949Z 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-04T20:06:14.3151071Z 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-04T20:06:14.3157368Z 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-04T20:06:14.3163076Z 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-04T20:06:14.3169285Z 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-04T20:06:14.3175321Z 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-04T20:06:14.3182134Z 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-04T20:06:14.3189091Z 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-04T20:06:14.3196005Z 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-04T20:06:14.3202586Z 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-04T20:06:14.3209161Z 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-04T20:06:14.3215859Z 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-04T20:06:14.3222540Z 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-04T20:06:14.3229162Z 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-04T20:06:14.3236400Z 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-04T20:06:14.3243109Z 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-04T20:06:14.3249779Z 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-04T20:06:14.3256561Z 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-04T20:06:14.3263807Z 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-04T20:06:14.3270505Z 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-04T20:06:14.3277427Z 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-04T20:06:14.3284174Z 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-04T20:06:14.3291085Z 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-04T20:06:14.3298651Z 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-04T20:06:14.3304594Z 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-04T20:06:14.3310271Z 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-04T20:06:14.3316345Z 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-04T20:06:14.3322368Z 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-04T20:06:14.3328291Z 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-04T20:06:14.3334476Z 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-04T20:06:14.3340325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:14.3346453Z 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-04T20:06:14.3352267Z 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-04T20:06:14.3358296Z 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-04T20:06:14.3364278Z 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-04T20:06:14.3370205Z 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-04T20:06:14.3391546Z 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-04T20:06:14.3392965Z 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-04T20:06:14.3394143Z 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-04T20:06:14.3855266Z 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-04T20:06:14.3860738Z 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-04T20:06:14.3867120Z 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-04T20:06:14.3872825Z 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-04T20:06:14.3878996Z 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-04T20:06:14.3884603Z 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-04T20:06:14.3890303Z 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-04T20:06:14.3896229Z 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-04T20:06:14.3902734Z 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-04T20:06:14.3911021Z 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-04T20:06:14.3917582Z 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-04T20:06:14.3924217Z 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-04T20:06:14.3930560Z 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-04T20:06:14.3936836Z 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-04T20:06:14.3943012Z 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-04T20:06:14.3949344Z 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-04T20:06:14.3954912Z 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-04T20:06:14.3960667Z 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-04T20:06:14.3966768Z 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-04T20:06:14.3972666Z 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-04T20:06:14.3978314Z 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-04T20:06:14.3983999Z 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-04T20:06:14.3990338Z 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-04T20:06:14.3996257Z 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-04T20:06:14.4002661Z 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-04T20:06:14.4008473Z 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-04T20:06:14.4014509Z 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-04T20:06:14.4020424Z 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-04T20:06:14.4025916Z 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-04T20:06:14.4032078Z 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-04T20:06:14.4037986Z 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-04T20:06:14.4044183Z 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-04T20:06:14.4049637Z 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-04T20:06:14.4055192Z 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-04T20:06:14.4067522Z 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-04T20:06:14.4068715Z 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-04T20:06:14.4072882Z 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-04T20:06:14.4078615Z 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-04T20:06:14.4084607Z 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-04T20:06:14.4090381Z 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-04T20:06:14.4095862Z 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-04T20:06:14.4101441Z 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-04T20:06:14.4107333Z 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-04T20:06:14.4113322Z 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-04T20:06:14.4118804Z 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-04T20:06:14.4124338Z 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-04T20:06:14.4130154Z 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-04T20:06:14.4135857Z 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-04T20:06:14.4141530Z 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-04T20:06:14.4147325Z 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-04T20:06:14.4153331Z 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-04T20:06:14.4160400Z 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-04T20:06:14.4166310Z 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-04T20:06:14.4171970Z 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-04T20:06:14.4177846Z 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-04T20:06:14.4183721Z 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-04T20:06:14.4190499Z 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-04T20:06:14.4196507Z 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-04T20:06:14.4202552Z 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-04T20:06:14.4208268Z 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-04T20:06:14.4214002Z 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-04T20:06:14.4219874Z 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-04T20:06:14.4225587Z 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-04T20:06:14.4231628Z 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-04T20:06:14.4238124Z 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-04T20:06:14.4243815Z 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-04T20:06:14.4249231Z 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-04T20:06:14.4255188Z 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-04T20:06:14.4261026Z 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-04T20:06:14.4266840Z 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-04T20:06:14.4272780Z 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-04T20:06:14.4278805Z 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-04T20:06:14.4328461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:14.4334053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:14.4340143Z 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-04T20:06:14.4345828Z 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-04T20:06:14.4352292Z 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-04T20:06:14.4358594Z 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-04T20:06:14.4364999Z 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-04T20:06:14.4370940Z 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-04T20:06:14.4376598Z 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-04T20:06:14.4382639Z 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-04T20:06:14.4391193Z 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-04T20:06:14.4397271Z 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-04T20:06:14.4403185Z 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-04T20:06:14.4408985Z 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-04T20:06:14.4414978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:14.4420109Z 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-04T20:06:14.4425609Z 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-04T20:06:14.4431674Z 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-04T20:06:14.4437831Z 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-04T20:06:14.4443542Z 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-04T20:06:14.4448925Z 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-04T20:06:14.4454664Z 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-04T20:06:14.4460047Z 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-04T20:06:14.4465767Z 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-04T20:06:14.4471770Z 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-04T20:06:14.4477643Z 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-04T20:06:14.4483401Z 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-04T20:06:14.4489259Z 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-04T20:06:14.4495370Z 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-04T20:06:14.4501051Z 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-04T20:06:14.4507156Z 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-04T20:06:14.4513104Z 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-04T20:06:14.4519023Z 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-04T20:06:14.4525229Z 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-04T20:06:14.4531074Z 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-04T20:06:14.4537230Z 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-04T20:06:14.4543375Z 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-04T20:06:14.4549149Z 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-04T20:06:14.4555177Z 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-04T20:06:14.4561174Z 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-04T20:06:14.4567433Z 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-04T20:06:14.4574264Z 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-04T20:06:14.4580087Z 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-04T20:06:14.4585860Z 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-04T20:06:14.4591901Z 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-04T20:06:14.4597620Z 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-04T20:06:14.4603821Z 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-04T20:06:14.4609752Z 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-04T20:06:14.4615363Z 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-04T20:06:14.4621469Z 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-04T20:06:14.4627117Z 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-04T20:06:14.4633325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:14.4639476Z 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-04T20:06:14.4645541Z 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-04T20:06:14.4651164Z 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-04T20:06:14.4657317Z 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-04T20:06:14.4663078Z 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-04T20:06:14.4669068Z 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-04T20:06:14.4674917Z 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-04T20:06:14.4681402Z 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-04T20:06:14.4686776Z 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-04T20:06:14.4692615Z 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-04T20:06:14.4698526Z 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-04T20:06:14.4704220Z 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-04T20:06:14.4710224Z 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-04T20:06:14.4716218Z 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-04T20:06:14.4721880Z 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-04T20:06:14.4727627Z 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-04T20:06:14.4733399Z 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-04T20:06:14.4739036Z 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-04T20:06:14.4744827Z 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-04T20:06:14.4750720Z 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-04T20:06:14.4756256Z 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-04T20:06:14.4762321Z 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-04T20:06:14.4768067Z 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-04T20:06:14.4773495Z 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-04T20:06:14.4779168Z 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-04T20:06:14.4784861Z 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-04T20:06:14.4790732Z 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-04T20:06:14.4796295Z 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-04T20:06:14.4802118Z 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-04T20:06:14.4808198Z 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-04T20:06:14.4814097Z 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-04T20:06:14.4820037Z 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-04T20:06:14.4826027Z 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-04T20:06:14.4832872Z 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-04T20:06:14.4838644Z 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-04T20:06:14.4845289Z 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-04T20:06:14.4850801Z 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-04T20:06:14.4856569Z 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-04T20:06:14.4862439Z 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-04T20:06:14.4868239Z 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-04T20:06:14.4874547Z 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-04T20:06:14.4913226Z 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-04T20:06:14.4914298Z 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-04T20:06:14.4915473Z 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-04T20:06:14.4916629Z 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-04T20:06:14.4918931Z 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-04T20:06:14.4920003Z 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-04T20:06:14.4921301Z 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-04T20:06:14.4927017Z 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-04T20:06:14.4932896Z 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-04T20:06:14.4938870Z 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-04T20:06:14.4944572Z 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-04T20:06:14.4950420Z 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-04T20:06:14.4956460Z 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-04T20:06:14.4962238Z 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-04T20:06:14.4968624Z 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-04T20:06:14.4974596Z 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-04T20:06:14.4980248Z 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-04T20:06:14.4985994Z 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-04T20:06:14.4992989Z 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-04T20:06:14.4999004Z 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-04T20:06:14.5005523Z 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-04T20:06:14.5011347Z 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-04T20:06:14.5017483Z 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-04T20:06:14.5023157Z 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-04T20:06:14.5033598Z 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-04T20:06:14.5038015Z 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-04T20:06:14.5043772Z 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-04T20:06:14.5049900Z 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-04T20:06:14.5055770Z 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-04T20:06:14.5061754Z 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-04T20:06:14.5067673Z 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-04T20:06:14.5073789Z 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-04T20:06:14.5079531Z 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-04T20:06:14.5085706Z 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-04T20:06:14.5091594Z 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-04T20:06:14.5097041Z 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-04T20:06:14.5102524Z 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-04T20:06:14.5108577Z 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-04T20:06:14.5114919Z 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-04T20:06:14.5120619Z 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-04T20:06:14.5126331Z 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-04T20:06:14.5132037Z 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-04T20:06:14.5138198Z 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-04T20:06:14.5144968Z 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-04T20:06:14.5149997Z 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-04T20:06:14.5155802Z 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-04T20:06:14.5161967Z 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-04T20:06:14.5167879Z 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-04T20:06:14.5173609Z 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-04T20:06:14.5179325Z 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-04T20:06:14.5185073Z 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-04T20:06:14.5190969Z 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-04T20:06:14.5196817Z 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-04T20:06:14.5202477Z 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-04T20:06:14.5208271Z 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-04T20:06:14.5214223Z 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-04T20:06:14.5219912Z 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-04T20:06:14.5225544Z 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-04T20:06:14.5231438Z 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-04T20:06:14.5237416Z 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-04T20:06:14.5243698Z 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-04T20:06:14.5249356Z 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-04T20:06:14.5255205Z 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-04T20:06:14.5260618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:14.5265528Z 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-04T20:06:14.5270864Z 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-04T20:06:14.5276655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:14.5281841Z 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-04T20:06:14.5286889Z 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-04T20:06:14.5292724Z 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-04T20:06:14.5299239Z 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-04T20:06:14.5304757Z 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-04T20:06:14.5310372Z 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-04T20:06:14.5316048Z 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-04T20:06:14.5322096Z 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-04T20:06:14.5327930Z 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-04T20:06:14.5334071Z 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-04T20:06:14.5339820Z 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-04T20:06:14.5345658Z 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-04T20:06:14.5351794Z 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-04T20:06:14.5357785Z 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-04T20:06:14.5363259Z 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-04T20:06:14.5369126Z 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-04T20:06:14.5375300Z 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-04T20:06:14.5381358Z 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-04T20:06:14.5387749Z 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-04T20:06:14.5395196Z 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-04T20:06:14.5401772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:14.5408449Z 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-04T20:06:14.5414809Z 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-04T20:06:14.5420713Z 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-04T20:06:14.5426590Z 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-04T20:06:14.5432775Z 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-04T20:06:14.5438754Z 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-04T20:06:14.5444662Z 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-04T20:06:14.5450866Z 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-04T20:06:14.5456911Z 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-04T20:06:14.5463020Z 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-04T20:06:14.5468699Z 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-04T20:06:14.5474738Z 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-04T20:06:14.5480601Z 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-04T20:06:14.5486728Z 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-04T20:06:14.5492462Z 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-04T20:06:14.5498113Z 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-04T20:06:14.5503904Z 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-04T20:06:14.5509820Z 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-04T20:06:14.5515839Z 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-04T20:06:14.5521647Z 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-04T20:06:14.5528089Z 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-04T20:06:14.5534539Z 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-04T20:06:14.5540935Z 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-04T20:06:14.5547389Z 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-04T20:06:14.5554644Z 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-04T20:06:14.5561604Z 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-04T20:06:14.5568304Z 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-04T20:06:14.5574838Z 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-04T20:06:14.5581587Z 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-04T20:06:14.5587847Z 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-04T20:06:14.5594844Z 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-04T20:06:14.5601815Z 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-04T20:06:14.5608130Z 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-04T20:06:14.5614198Z 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-04T20:06:14.5620168Z 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-04T20:06:14.5626087Z 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-04T20:06:14.5632195Z 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-04T20:06:14.5638570Z 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-04T20:06:14.5644913Z 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-04T20:06:14.5651212Z 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-04T20:06:14.5657607Z 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-04T20:06:14.5664215Z 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-04T20:06:14.5671027Z 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-04T20:06:14.5677114Z 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-04T20:06:14.5683409Z 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-04T20:06:14.5690423Z 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-04T20:06:14.5696444Z 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-04T20:06:14.5702346Z 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-04T20:06:14.5708573Z 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-04T20:06:14.5715332Z 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-04T20:06:14.5721532Z 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-04T20:06:14.5727471Z 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-04T20:06:14.5733496Z 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-04T20:06:14.5740405Z 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-04T20:06:14.5746542Z 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-04T20:06:14.5752453Z 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-04T20:06:14.5758846Z 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-04T20:06:14.5764776Z 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-04T20:06:14.5770958Z 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-04T20:06:14.5776671Z 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-04T20:06:14.5782771Z 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-04T20:06:14.5788928Z 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-04T20:06:14.5794971Z 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-04T20:06:14.5801115Z 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-04T20:06:14.5807535Z 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-04T20:06:14.5813533Z 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-04T20:06:14.5819638Z 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-04T20:06:14.5825911Z 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-04T20:06:14.5832347Z 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-04T20:06:14.5838591Z 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-04T20:06:14.5844507Z 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-04T20:06:14.5850252Z 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-04T20:06:14.5856634Z 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-04T20:06:14.5862888Z 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-04T20:06:14.5869051Z 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-04T20:06:14.5875525Z 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-04T20:06:14.5881639Z 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-04T20:06:14.5888320Z 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-04T20:06:14.5894848Z 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-04T20:06:14.5915866Z 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-04T20:06:14.5922005Z 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-04T20:06:14.5928436Z 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-04T20:06:14.5934586Z 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-04T20:06:14.5940656Z 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-04T20:06:14.5946935Z 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-04T20:06:14.5953397Z 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-04T20:06:14.5959644Z 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-04T20:06:14.5965448Z 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-04T20:06:14.5971542Z 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-04T20:06:14.5977368Z 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-04T20:06:14.5982787Z 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-04T20:06:14.5988464Z 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-04T20:06:14.5994606Z 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-04T20:06:14.6000419Z 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-04T20:06:14.6006094Z 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-04T20:06:14.6011523Z 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-04T20:06:14.6017354Z 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-04T20:06:14.6023855Z 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-04T20:06:14.6029508Z 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-04T20:06:14.6035264Z 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-04T20:06:14.6040809Z 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-04T20:06:14.6046973Z 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-04T20:06:14.6052539Z 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-04T20:06:14.6058191Z 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-04T20:06:14.6063851Z 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-04T20:06:14.6069641Z 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-04T20:06:14.6075821Z 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-04T20:06:14.6081601Z 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-04T20:06:14.6087116Z 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-04T20:06:14.6093004Z 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-04T20:06:14.6098808Z 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-04T20:06:14.6104496Z 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-04T20:06:14.6110855Z 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-04T20:06:14.6116545Z 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-04T20:06:14.6122627Z 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-04T20:06:14.6128769Z 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-04T20:06:14.6134850Z 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-04T20:06:14.6141080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:14.6147650Z 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-04T20:06:14.6153816Z 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-04T20:06:14.6160480Z 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-04T20:06:14.6166326Z 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-04T20:06:14.6172190Z 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-04T20:06:14.6178378Z 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-04T20:06:14.6184159Z 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-04T20:06:14.6190000Z 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-04T20:06:14.6196192Z 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-04T20:06:14.6202250Z 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-04T20:06:14.6208328Z 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-04T20:06:14.6213917Z 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-04T20:06:14.6219705Z 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-04T20:06:14.6225523Z 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-04T20:06:14.6231831Z 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-04T20:06:14.6237804Z 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-04T20:06:14.6244063Z 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-04T20:06:14.6250000Z 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-04T20:06:14.6255949Z 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-04T20:06:14.6261753Z 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-04T20:06:14.6267739Z 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-04T20:06:14.6274251Z 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-04T20:06:14.6280359Z 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-04T20:06:14.6286276Z 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-04T20:06:14.6292174Z 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-04T20:06:14.6298353Z 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-04T20:06:14.6304044Z 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-04T20:06:14.6309920Z 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-04T20:06:14.6316003Z 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-04T20:06:14.6322080Z 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-04T20:06:14.6328150Z 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-04T20:06:14.6333736Z 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-04T20:06:14.6339982Z 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-04T20:06:14.6345891Z 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-04T20:06:14.6351674Z 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-04T20:06:14.6357945Z 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-04T20:06:14.6363742Z 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-04T20:06:14.6369773Z 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-04T20:06:14.6375503Z 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-04T20:06:14.6381171Z 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-04T20:06:14.6387348Z 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-04T20:06:14.6393200Z 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-04T20:06:14.6399126Z 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-04T20:06:14.6404792Z 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-04T20:06:14.6410746Z 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-04T20:06:14.6416880Z 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-04T20:06:14.6422807Z 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-04T20:06:14.6428617Z 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-04T20:06:14.6434905Z 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-04T20:06:14.6440620Z 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-04T20:06:14.6446826Z 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-04T20:06:14.6452356Z 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-04T20:06:14.6458269Z 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-04T20:06:14.6464200Z 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-04T20:06:14.6469943Z 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-04T20:06:14.6476099Z 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-04T20:06:14.6481982Z 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-04T20:06:14.6487943Z 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-04T20:06:14.6493657Z 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-04T20:06:14.6534868Z 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-04T20:06:14.6535466Z 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-04T20:06:14.6536080Z 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-04T20:06:14.6536598Z 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-04T20:06:14.6537066Z 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-04T20:06:14.6537529Z 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-04T20:06:14.6541427Z 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-04T20:06:14.6547448Z 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-04T20:06:14.6553517Z 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-04T20:06:14.6559422Z 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-04T20:06:14.6565376Z 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-04T20:06:14.6571589Z 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-04T20:06:14.6577299Z 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-04T20:06:14.6583022Z 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-04T20:06:14.6589020Z 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-04T20:06:14.6594881Z 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-04T20:06:14.6600610Z 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-04T20:06:14.6606847Z 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-04T20:06:14.6612792Z 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-04T20:06:14.6618692Z 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-04T20:06:14.6624342Z 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-04T20:06:14.6630512Z 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-04T20:06:14.6636462Z 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-04T20:06:14.6642237Z 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-04T20:06:14.6648300Z 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-04T20:06:14.6654091Z 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-04T20:06:14.6659766Z 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-04T20:06:14.6665797Z 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-04T20:06:14.6672399Z 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-04T20:06:14.6678352Z 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-04T20:06:14.6684067Z 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-04T20:06:14.6690371Z 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-04T20:06:14.6696091Z 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-04T20:06:14.6702260Z 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-04T20:06:14.6708040Z 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-04T20:06:14.6713983Z 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-04T20:06:14.6720031Z 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-04T20:06:14.6726100Z 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-04T20:06:14.6732908Z 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-04T20:06:14.6738799Z 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-04T20:06:14.6744522Z 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-04T20:06:14.6750757Z 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-04T20:06:14.6756413Z 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-04T20:06:14.6762164Z 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-04T20:06:14.6768153Z 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-04T20:06:14.6774332Z 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-04T20:06:14.6781043Z 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-04T20:06:14.6787046Z 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-04T20:06:14.6794804Z 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-04T20:06:14.6800514Z 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-04T20:06:14.6806186Z 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-04T20:06:14.6812250Z 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-04T20:06:14.6818239Z 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-04T20:06:14.6824313Z 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-04T20:06:14.6830187Z 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-04T20:06:14.6836179Z 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-04T20:06:14.6842050Z 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-04T20:06:14.6848231Z 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-04T20:06:14.6854299Z 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-04T20:06:14.6860139Z 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-04T20:06:14.6866565Z 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-04T20:06:14.6872584Z 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-04T20:06:14.6879749Z 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-04T20:06:14.6885655Z 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-04T20:06:14.6895329Z 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-04T20:06:14.6897475Z 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-04T20:06:14.6904082Z 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-04T20:06:14.6910400Z 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-04T20:06:14.6917373Z 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-04T20:06:14.6923403Z 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-04T20:06:14.6929376Z 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-04T20:06:14.6935653Z 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-04T20:06:14.6941460Z 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-04T20:06:14.6947378Z 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-04T20:06:14.6953310Z 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-04T20:06:14.6959078Z 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-04T20:06:14.6964969Z 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-04T20:06:14.6972008Z 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-04T20:06:14.6977781Z 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-04T20:06:14.6983944Z 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-04T20:06:14.6989584Z 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-04T20:06:14.6995789Z 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-04T20:06:14.7001763Z 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-04T20:06:14.7007669Z 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-04T20:06:14.7013297Z 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-04T20:06:14.7019211Z 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-04T20:06:14.7025315Z 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-04T20:06:14.7031271Z 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-04T20:06:14.7037385Z 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-04T20:06:14.7042803Z 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-04T20:06:14.7048538Z 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-04T20:06:14.7054750Z 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-04T20:06:14.7060645Z 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-04T20:06:14.7066413Z 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-04T20:06:14.7072414Z 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-04T20:06:14.7078221Z 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-04T20:06:14.7084283Z 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-04T20:06:14.7090025Z 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-04T20:06:14.7095872Z 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-04T20:06:14.7101791Z 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-04T20:06:14.7107477Z 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-04T20:06:14.7113598Z 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-04T20:06:14.7119360Z 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-04T20:06:14.7125057Z 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-04T20:06:14.7131293Z 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-04T20:06:14.7137038Z 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-04T20:06:14.7143398Z 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-04T20:06:14.7149358Z 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-04T20:06:14.7155710Z 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-04T20:06:14.7161657Z 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-04T20:06:14.7167395Z 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-04T20:06:14.7173741Z 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-04T20:06:14.7179429Z 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-04T20:06:14.7185534Z 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-04T20:06:14.7191378Z 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-04T20:06:14.7197093Z 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-04T20:06:14.7203085Z 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-04T20:06:14.7209124Z 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-04T20:06:14.7214900Z 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-04T20:06:14.7220733Z 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-04T20:06:14.7226888Z 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-04T20:06:14.7233239Z 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-04T20:06:14.7239285Z 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-04T20:06:14.7245225Z 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-04T20:06:14.7252557Z 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-04T20:06:14.7258474Z 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-04T20:06:14.7264408Z 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-04T20:06:14.7270364Z 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-04T20:06:14.7295245Z 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-04T20:06:14.7301207Z 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-04T20:06:14.7307233Z 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-04T20:06:14.7318162Z 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-04T20:06:14.7325675Z 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-04T20:06:14.7331999Z 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-04T20:06:14.7338145Z 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-04T20:06:14.7343993Z 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-04T20:06:14.7350013Z 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-04T20:06:14.7356309Z 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-04T20:06:14.7362283Z 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-04T20:06:14.7368166Z 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-04T20:06:14.7374310Z 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-04T20:06:14.7381103Z 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-04T20:06:14.7386604Z 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-04T20:06:14.7392725Z 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-04T20:06:14.7398534Z 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-04T20:06:14.7404685Z 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-04T20:06:14.7412263Z 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-04T20:06:14.7419037Z 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-04T20:06:14.7425102Z 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-04T20:06:14.7431116Z 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-04T20:06:14.7437611Z 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-04T20:06:14.7443829Z 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-04T20:06:14.7449635Z 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-04T20:06:14.7455579Z 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-04T20:06:14.7461769Z 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-04T20:06:14.7467594Z 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-04T20:06:14.7473710Z 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-04T20:06:14.7479895Z 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-04T20:06:14.7485992Z 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-04T20:06:14.7492088Z 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-04T20:06:14.7497856Z 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-04T20:06:14.7504380Z 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-04T20:06:14.7510082Z 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-04T20:06:14.7515988Z 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-04T20:06:14.7521680Z 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-04T20:06:14.7527466Z 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-04T20:06:14.7533463Z 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-04T20:06:14.7539280Z 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-04T20:06:14.7545271Z 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-04T20:06:14.7551321Z 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-04T20:06:14.7556994Z 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-04T20:06:14.7563072Z 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-04T20:06:14.7568764Z 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-04T20:06:14.7574580Z 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-04T20:06:14.7580276Z 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-04T20:06:14.7586285Z 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-04T20:06:14.7592018Z 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-04T20:06:14.7597784Z 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-04T20:06:14.7603638Z 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-04T20:06:14.7609355Z 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-04T20:06:14.7615466Z 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-04T20:06:14.7621381Z 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-04T20:06:14.7627606Z 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-04T20:06:14.7633645Z 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-04T20:06:14.7639835Z 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-04T20:06:14.7645783Z 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-04T20:06:14.7652024Z 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-04T20:06:14.7658012Z 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-04T20:06:14.7664013Z 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-04T20:06:14.7670233Z 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-04T20:06:14.7676404Z 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-04T20:06:14.7682347Z 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-04T20:06:14.7688658Z 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-04T20:06:14.7694700Z 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-04T20:06:14.7700603Z 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-04T20:06:14.7706852Z 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-04T20:06:14.7712787Z 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-04T20:06:14.7718830Z 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-04T20:06:14.7725038Z 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-04T20:06:14.7731154Z 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-04T20:06:14.7748813Z 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-04T20:06:14.7755064Z 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-04T20:06:14.7761579Z 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-04T20:06:14.7767984Z 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-04T20:06:14.7774128Z 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-04T20:06:14.7780380Z 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-04T20:06:14.7787679Z 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-04T20:06:14.7795792Z 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-04T20:06:14.7804086Z 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-04T20:06:14.7810439Z 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-04T20:06:14.7816941Z 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-04T20:06:14.7822868Z 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-04T20:06:14.7828874Z 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-04T20:06:14.7835064Z 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-04T20:06:14.7841726Z 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-04T20:06:14.7847712Z 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-04T20:06:14.7853789Z 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-04T20:06:14.7860177Z 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-04T20:06:14.7866327Z 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-04T20:06:14.7872445Z 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-04T20:06:14.7878476Z 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-04T20:06:14.7884533Z 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-04T20:06:14.7890591Z 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-04T20:06:14.7896736Z 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-04T20:06:14.7902961Z 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-04T20:06:14.7909699Z 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-04T20:06:14.7915862Z 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-04T20:06:14.7921734Z 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-04T20:06:14.7927726Z 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-04T20:06:14.7933654Z 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-04T20:06:14.7939664Z 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-04T20:06:14.7945704Z 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-04T20:06:14.7952136Z 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-04T20:06:14.7957829Z 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-04T20:06:14.7964205Z 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-04T20:06:14.7970484Z 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-04T20:06:14.7976229Z 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-04T20:06:14.7982018Z 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-04T20:06:14.7987718Z 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-04T20:06:14.7993354Z 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-04T20:06:14.7999260Z 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-04T20:06:14.8005608Z 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-04T20:06:14.8011123Z 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-04T20:06:14.8016850Z 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-04T20:06:14.8022844Z 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-04T20:06:14.8029058Z 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-04T20:06:14.8035209Z 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-04T20:06:14.8041015Z 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-04T20:06:14.8046885Z 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-04T20:06:14.8053290Z 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-04T20:06:14.8059217Z 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-04T20:06:14.8065305Z 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-04T20:06:14.8071590Z 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-04T20:06:14.8077994Z 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-04T20:06:14.8084040Z 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-04T20:06:14.8089961Z 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-04T20:06:14.8095755Z 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-04T20:06:14.8101979Z 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-04T20:06:14.8107856Z 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-04T20:06:14.8113690Z 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-04T20:06:14.8119985Z 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-04T20:06:14.8126267Z 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-04T20:06:14.8132047Z 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-04T20:06:14.8137969Z 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-04T20:06:14.8143933Z 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-04T20:06:14.8150303Z 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-04T20:06:14.8157020Z 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-04T20:06:14.8163558Z 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-04T20:06:14.8169718Z 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-04T20:06:14.8176152Z 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-04T20:06:14.8181920Z 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-04T20:06:14.8188106Z 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-04T20:06:14.8194399Z 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-04T20:06:14.8200416Z 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-04T20:06:14.8206387Z 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-04T20:06:14.8212267Z 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-04T20:06:14.8218216Z 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-04T20:06:14.8224250Z 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-04T20:06:14.8230130Z 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-04T20:06:14.8236277Z 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-04T20:06:14.8242171Z 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-04T20:06:14.8247959Z 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-04T20:06:14.8253938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:14.8259229Z 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-04T20:06:14.8266002Z 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-04T20:06:14.8271987Z 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-04T20:06:14.8278087Z 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-04T20:06:14.8284208Z 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-04T20:06:14.8290153Z 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-04T20:06:14.8295651Z 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-04T20:06:14.8301442Z 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-04T20:06:14.8308375Z 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-04T20:06:14.8314338Z 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-04T20:06:14.8319953Z 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-04T20:06:14.8326074Z 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-04T20:06:14.8331735Z 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-04T20:06:14.8337710Z 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-04T20:06:14.8343504Z 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-04T20:06:14.8349760Z 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-04T20:06:14.8355625Z 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-04T20:06:14.8361526Z 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-04T20:06:14.8367658Z 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-04T20:06:14.8373106Z 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-04T20:06:14.8380029Z 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-04T20:06:14.8385724Z 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-04T20:06:14.8391566Z 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-04T20:06:14.8397551Z 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-04T20:06:14.8403310Z 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-04T20:06:14.8409048Z 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-04T20:06:14.8414871Z 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-04T20:06:14.8420746Z 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-04T20:06:14.8426889Z 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-04T20:06:14.8432686Z 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-04T20:06:14.8438551Z 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-04T20:06:14.8444837Z 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-04T20:06:14.8450784Z 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-04T20:06:14.8456196Z 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-04T20:06:14.8462037Z 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-04T20:06:14.8467894Z 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-04T20:06:14.8473520Z 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-04T20:06:14.8479278Z 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-04T20:06:14.8485512Z 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-04T20:06:14.8492094Z 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-04T20:06:14.8497958Z 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-04T20:06:14.8503823Z 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-04T20:06:14.8509817Z 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-04T20:06:14.8515563Z 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-04T20:06:14.8521288Z 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-04T20:06:14.8526920Z 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-04T20:06:14.8532797Z 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-04T20:06:14.8538807Z 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-04T20:06:14.8544595Z 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-04T20:06:14.8550280Z 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-04T20:06:14.8556235Z 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-04T20:06:14.8562143Z 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-04T20:06:14.8567867Z 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-04T20:06:14.8573649Z 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-04T20:06:14.8579736Z 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-04T20:06:14.8585656Z 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-04T20:06:14.8591741Z 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-04T20:06:14.8597429Z 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-04T20:06:14.8603062Z 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-04T20:06:14.8609206Z 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-04T20:06:14.8615462Z 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-04T20:06:14.8621549Z 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-04T20:06:14.8627684Z 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-04T20:06:14.8633675Z 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-04T20:06:14.8639515Z 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-04T20:06:14.8645812Z 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-04T20:06:14.8651622Z 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-04T20:06:14.8658017Z 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-04T20:06:14.8663525Z 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-04T20:06:14.8669698Z 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-04T20:06:14.8675612Z 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-04T20:06:14.8681347Z 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-04T20:06:14.8687017Z 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-04T20:06:14.8692644Z 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-04T20:06:14.8698444Z 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-04T20:06:14.8704540Z 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-04T20:06:14.8710336Z 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-04T20:06:14.8716256Z 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-04T20:06:14.8722209Z 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-04T20:06:14.8728029Z 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-04T20:06:14.8733635Z 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-04T20:06:14.8739406Z 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-04T20:06:14.8745481Z 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-04T20:06:14.8751394Z 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-04T20:06:14.8757034Z 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-04T20:06:14.8762759Z 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-04T20:06:14.8768348Z 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-04T20:06:14.8774113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:14.8779696Z 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-04T20:06:14.8785451Z 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-04T20:06:14.8791301Z 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-04T20:06:14.8797131Z 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-04T20:06:14.8802877Z 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-04T20:06:14.8808839Z 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-04T20:06:14.8814966Z 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-04T20:06:14.8821284Z 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-04T20:06:14.8827067Z 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-04T20:06:14.8832875Z 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-04T20:06:14.8838781Z 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-04T20:06:14.8844786Z 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-04T20:06:14.8850598Z 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-04T20:06:14.8856806Z 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-04T20:06:14.8862925Z 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-04T20:06:14.8869014Z 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-04T20:06:14.8874917Z 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-04T20:06:14.8880711Z 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-04T20:06:14.8886418Z 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-04T20:06:14.8892243Z 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-04T20:06:14.8897985Z 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-04T20:06:14.8903969Z 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-04T20:06:14.8909586Z 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-04T20:06:14.8915722Z 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-04T20:06:14.8921484Z 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-04T20:06:14.8927363Z 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-04T20:06:14.8933018Z 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-04T20:06:14.8938443Z 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-04T20:06:14.8944534Z 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-04T20:06:14.8950204Z 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-04T20:06:14.8955945Z 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-04T20:06:14.8962573Z 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-04T20:06:14.8968269Z 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-04T20:06:14.8974188Z 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-04T20:06:14.8979813Z 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-04T20:06:14.8986108Z 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-04T20:06:14.8992341Z 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-04T20:06:14.8997878Z 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-04T20:06:14.9003569Z 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-04T20:06:14.9009323Z 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-04T20:06:14.9014902Z 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-04T20:06:14.9021059Z 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-04T20:06:14.9028436Z 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-04T20:06:14.9034815Z 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-04T20:06:14.9040927Z 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-04T20:06:14.9047408Z 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-04T20:06:14.9053972Z 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-04T20:06:14.9060522Z 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-04T20:06:14.9066927Z 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-04T20:06:14.9072967Z 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-04T20:06:14.9079152Z 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-04T20:06:14.9085259Z 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-04T20:06:14.9091472Z 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-04T20:06:14.9097324Z 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-04T20:06:14.9103328Z 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-04T20:06:14.9109135Z 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-04T20:06:14.9115257Z 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-04T20:06:14.9121119Z 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-04T20:06:14.9127156Z 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-04T20:06:14.9133240Z 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-04T20:06:14.9139643Z 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-04T20:06:14.9145567Z 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-04T20:06:14.9151580Z 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-04T20:06:14.9157394Z 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-04T20:06:14.9163331Z 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-04T20:06:14.9169567Z 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-04T20:06:14.9175322Z 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-04T20:06:14.9242390Z 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-04T20:06:14.9243672Z 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-04T20:06:14.9244748Z 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-04T20:06:14.9245811Z 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-04T20:06:14.9246928Z 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-04T20:06:14.9248072Z 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-04T20:06:14.9249156Z 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-04T20:06:14.9250193Z 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-04T20:06:14.9251371Z 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-04T20:06:14.9252570Z 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-04T20:06:14.9253627Z 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-04T20:06:14.9254666Z 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-04T20:06:14.9255858Z 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-04T20:06:14.9257730Z 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-04T20:06:14.9263998Z 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-04T20:06:14.9269582Z 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-04T20:06:14.9275420Z 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-04T20:06:14.9281492Z 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-04T20:06:14.9287084Z 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-04T20:06:14.9292703Z 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-04T20:06:14.9298551Z 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-04T20:06:14.9310503Z 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-04T20:06:14.9316423Z 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-04T20:06:14.9322576Z 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-04T20:06:14.9328390Z 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-04T20:06:14.9334578Z 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-04T20:06:14.9340418Z 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-04T20:06:14.9346220Z 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-04T20:06:14.9352125Z 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-04T20:06:14.9358147Z 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-04T20:06:14.9364309Z 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-04T20:06:14.9370103Z 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-04T20:06:14.9376116Z 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-04T20:06:14.9381918Z 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-04T20:06:14.9388033Z 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-04T20:06:14.9394255Z 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-04T20:06:14.9400138Z 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-04T20:06:14.9405958Z 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-04T20:06:14.9412428Z 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-04T20:06:14.9423465Z 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-04T20:06:14.9429514Z 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-04T20:06:14.9435679Z 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-04T20:06:14.9441351Z 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-04T20:06:14.9447382Z 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-04T20:06:14.9453240Z 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-04T20:06:14.9471005Z 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-04T20:06:14.9476592Z 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-04T20:06:14.9482325Z 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-04T20:06:14.9487973Z 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-04T20:06:14.9493931Z 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-04T20:06:14.9499748Z 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-04T20:06:14.9515004Z 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-04T20:06:14.9521084Z 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-04T20:06:14.9527042Z 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-04T20:06:14.9532597Z 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-04T20:06:14.9538537Z 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-04T20:06:14.9544774Z 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-04T20:06:14.9556754Z 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-04T20:06:14.9562723Z 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-04T20:06:14.9568895Z 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-04T20:06:14.9574646Z 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-04T20:06:14.9580540Z 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-04T20:06:14.9586492Z 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-04T20:06:14.9597753Z 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-04T20:06:14.9604290Z 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-04T20:06:14.9609739Z 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-04T20:06:14.9622414Z 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-04T20:06:14.9628034Z 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-04T20:06:14.9634246Z 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-04T20:06:14.9640116Z 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-04T20:06:14.9645980Z 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-04T20:06:14.9651807Z 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-04T20:06:14.9657577Z 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-04T20:06:14.9663246Z 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-04T20:06:14.9669018Z 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-04T20:06:14.9674878Z 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-04T20:06:14.9680714Z 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-04T20:06:14.9686572Z 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-04T20:06:14.9692111Z 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-04T20:06:14.9697851Z 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-04T20:06:14.9703831Z 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-04T20:06:14.9709486Z 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-04T20:06:14.9715621Z 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-04T20:06:14.9721623Z 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-04T20:06:14.9727334Z 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-04T20:06:14.9733155Z 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-04T20:06:14.9739319Z 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-04T20:06:14.9750601Z 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-04T20:06:14.9756582Z 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-04T20:06:14.9762478Z 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-04T20:06:14.9768230Z 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-04T20:06:14.9774114Z 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-04T20:06:14.9779700Z 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-04T20:06:14.9795033Z 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-04T20:06:14.9800922Z 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-04T20:06:14.9806892Z 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-04T20:06:14.9812785Z 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-04T20:06:14.9818638Z 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-04T20:06:14.9824730Z 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-04T20:06:14.9830584Z 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-04T20:06:14.9836842Z 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-04T20:06:14.9842966Z 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-04T20:06:14.9849521Z 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-04T20:06:14.9855570Z 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-04T20:06:14.9861677Z 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-04T20:06:14.9873817Z 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-04T20:06:14.9879977Z 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-04T20:06:14.9886340Z 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-04T20:06:14.9892426Z 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-04T20:06:14.9898476Z 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-04T20:06:14.9904426Z 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-04T20:06:14.9910580Z 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-04T20:06:14.9917223Z 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-04T20:06:14.9923901Z 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-04T20:06:14.9930410Z 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-04T20:06:14.9937156Z 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-04T20:06:14.9943662Z 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-04T20:06:14.9960144Z 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-04T20:06:14.9966708Z 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-04T20:06:14.9972785Z 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-04T20:06:14.9978742Z 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-04T20:06:14.9984978Z 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-04T20:06:14.9991210Z 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-04T20:06:15.0002528Z 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-04T20:06:15.0008492Z 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-04T20:06:15.0014279Z 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-04T20:06:15.0020267Z 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-04T20:06:15.0025887Z 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-04T20:06:15.0032004Z 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-04T20:06:15.0043590Z 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-04T20:06:15.0049580Z 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-04T20:06:15.0055907Z 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-04T20:06:15.0061858Z 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-04T20:06:15.0067749Z 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-04T20:06:15.0073796Z 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-04T20:06:15.0079999Z 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-04T20:06:15.0085839Z 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-04T20:06:15.0091604Z 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-04T20:06:15.0097363Z 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-04T20:06:15.0103122Z 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-04T20:06:15.0109032Z 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-04T20:06:15.0115655Z 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-04T20:06:15.0121606Z 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-04T20:06:15.0127389Z 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-04T20:06:15.0133298Z 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-04T20:06:15.0139217Z 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-04T20:06:15.0145233Z 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-04T20:06:15.0156638Z 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-04T20:06:15.0162654Z 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-04T20:06:15.0168840Z 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-04T20:06:15.0174604Z 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-04T20:06:15.0180492Z 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-04T20:06:15.0187841Z 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-04T20:06:15.0198612Z 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-04T20:06:15.0203913Z 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-04T20:06:15.0209788Z 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-04T20:06:15.0215911Z 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-04T20:06:15.0221921Z 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-04T20:06:15.0227989Z 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-04T20:06:15.0240619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:15.0246305Z 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-04T20:06:15.0251831Z 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-04T20:06:15.0257577Z 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-04T20:06:15.0263345Z 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-04T20:06:15.0269589Z 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-04T20:06:15.0275708Z 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-04T20:06:15.0282066Z 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-04T20:06:15.0288118Z 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-04T20:06:15.0293993Z 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-04T20:06:15.0299764Z 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-04T20:06:15.0305947Z 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-04T20:06:15.0311835Z 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-04T20:06:15.0317764Z 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-04T20:06:15.0323633Z 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-04T20:06:15.0330196Z 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-04T20:06:15.0335649Z 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-04T20:06:15.0341788Z 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-04T20:06:15.0347470Z 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-04T20:06:15.0353200Z 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-04T20:06:15.0359026Z 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-04T20:06:15.0364961Z 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-04T20:06:15.0370610Z 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-04T20:06:15.0376234Z 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-04T20:06:15.0382239Z 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-04T20:06:15.0388306Z 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-04T20:06:15.0394020Z 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-04T20:06:15.0399741Z 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-04T20:06:15.0405503Z 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-04T20:06:15.0411696Z 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-04T20:06:15.0418152Z 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-04T20:06:15.0424705Z 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-04T20:06:15.0430880Z 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-04T20:06:15.0436691Z 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-04T20:06:15.0442459Z 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-04T20:06:15.0448709Z 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-04T20:06:15.0454507Z 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-04T20:06:15.0460566Z 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-04T20:06:15.0466413Z 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-04T20:06:15.0472293Z 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-04T20:06:15.0477962Z 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-04T20:06:15.0483887Z 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-04T20:06:15.0489546Z 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-04T20:06:15.0495276Z 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-04T20:06:15.0501200Z 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-04T20:06:15.0506920Z 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-04T20:06:15.0512936Z 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-04T20:06:15.0518640Z 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-04T20:06:15.0524383Z 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-04T20:06:15.0530111Z 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-04T20:06:15.0535905Z 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-04T20:06:15.0541880Z 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-04T20:06:15.0547584Z 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-04T20:06:15.0553464Z 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-04T20:06:15.0559298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:15.0564748Z 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-04T20:06:15.0570284Z 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-04T20:06:15.0575767Z 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-04T20:06:15.0581411Z 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-04T20:06:15.0587551Z 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-04T20:06:15.0593321Z 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-04T20:06:15.0598985Z 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-04T20:06:15.0604732Z 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-04T20:06:15.0625759Z 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-04T20:06:15.0631421Z 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-04T20:06:15.0637269Z 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-04T20:06:15.0642916Z 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-04T20:06:15.0648481Z 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-04T20:06:15.0654563Z 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-04T20:06:15.0660368Z 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-04T20:06:15.0666048Z 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-04T20:06:15.0672191Z 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-04T20:06:15.0678073Z 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-04T20:06:15.0683829Z 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-04T20:06:15.0689534Z 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-04T20:06:15.0695205Z 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-04T20:06:15.0700746Z 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-04T20:06:15.0706446Z 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-04T20:06:15.0712752Z 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-04T20:06:15.0718348Z 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-04T20:06:15.0723892Z 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-04T20:06:15.0729810Z 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-04T20:06:15.0735873Z 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-04T20:06:15.0741689Z 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-04T20:06:15.0747535Z 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-04T20:06:15.0753393Z 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-04T20:06:15.0759589Z 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-04T20:06:15.0765235Z 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-04T20:06:15.0770885Z 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-04T20:06:15.0776546Z 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-04T20:06:15.0782285Z 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-04T20:06:15.0788464Z 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-04T20:06:15.0794115Z 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-04T20:06:15.0799926Z 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-04T20:06:15.0805524Z 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-04T20:06:15.0811366Z 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-04T20:06:15.0817036Z 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-04T20:06:15.0822468Z 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-04T20:06:15.0828332Z 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-04T20:06:15.0834541Z 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-04T20:06:15.0840320Z 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-04T20:06:15.0846329Z 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-04T20:06:15.0852456Z 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-04T20:06:15.0858222Z 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-04T20:06:15.0864419Z 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-04T20:06:15.0870593Z 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-04T20:06:15.0876490Z 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-04T20:06:15.0882194Z 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-04T20:06:15.0888328Z 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-04T20:06:15.0894485Z 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-04T20:06:15.0900529Z 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-04T20:06:15.0906953Z 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-04T20:06:15.0912504Z 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-04T20:06:15.0918569Z 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-04T20:06:15.0925110Z 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-04T20:06:15.0931950Z 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-04T20:06:15.0938362Z 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-04T20:06:15.0945055Z 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-04T20:06:15.0951299Z 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-04T20:06:15.0957522Z 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-04T20:06:15.0963799Z 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-04T20:06:15.0969857Z 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-04T20:06:15.0975871Z 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-04T20:06:15.0982028Z 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-04T20:06:15.0987930Z 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-04T20:06:15.0994409Z 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-04T20:06:15.1000757Z 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-04T20:06:15.1006811Z 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-04T20:06:15.1013014Z 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-04T20:06:15.1018817Z 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-04T20:06:15.1024863Z 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-04T20:06:15.1030940Z 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-04T20:06:15.1036958Z 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-04T20:06:15.1043008Z 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-04T20:06:15.1048957Z 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-04T20:06:15.1054963Z 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-04T20:06:15.1060866Z 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-04T20:06:15.1066841Z 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-04T20:06:15.1073258Z 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-04T20:06:15.1079434Z 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-04T20:06:15.1086400Z 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-04T20:06:15.1092387Z 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-04T20:06:15.1098323Z 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-04T20:06:15.1104316Z 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-04T20:06:15.1110448Z 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-04T20:06:15.1116601Z 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-04T20:06:15.1122518Z 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-04T20:06:15.1128556Z 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-04T20:06:15.1134589Z 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-04T20:06:15.1141143Z 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-04T20:06:15.1147039Z 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-04T20:06:15.1153215Z 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-04T20:06:15.1159504Z 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-04T20:06:15.1165590Z 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-04T20:06:15.1171580Z 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-04T20:06:15.1177329Z 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-04T20:06:15.1183333Z 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-04T20:06:15.1189151Z 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-04T20:06:15.1194979Z 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-04T20:06:15.1200945Z 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-04T20:06:15.1206833Z 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-04T20:06:15.1212458Z 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-04T20:06:15.1218232Z 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-04T20:06:15.1224007Z 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-04T20:06:15.1230315Z 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-04T20:06:15.1236328Z 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-04T20:06:15.1242373Z 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-04T20:06:15.1248462Z 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-04T20:06:15.1253824Z 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-04T20:06:15.1259678Z 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-04T20:06:15.1265906Z 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-04T20:06:15.1271854Z 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-04T20:06:15.1277939Z 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-04T20:06:15.1283892Z 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-04T20:06:15.1289860Z 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-04T20:06:15.1295881Z 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-04T20:06:15.1301904Z 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-04T20:06:15.1308233Z 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-04T20:06:15.1314103Z 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-04T20:06:15.1319971Z 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-04T20:06:15.1326027Z 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-04T20:06:15.1332111Z 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-04T20:06:15.1338184Z 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-04T20:06:15.1344321Z 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-04T20:06:15.1350200Z 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-04T20:06:15.1356493Z 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-04T20:06:15.1362430Z 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-04T20:06:15.1368317Z 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-04T20:06:15.1374217Z 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-04T20:06:15.1380507Z 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-04T20:06:15.1386556Z 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-04T20:06:15.1392483Z 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-04T20:06:15.1398475Z 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-04T20:06:15.1404745Z 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-04T20:06:15.1410625Z 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-04T20:06:15.1416291Z 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-04T20:06:15.1422676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:15.1428243Z 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-04T20:06:15.1434794Z 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-04T20:06:15.1441258Z 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-04T20:06:15.1447686Z 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-04T20:06:15.1453900Z 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-04T20:06:15.1460249Z 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-04T20:06:15.1466356Z 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-04T20:06:15.1472446Z 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-04T20:06:15.1478797Z 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-04T20:06:15.1484591Z 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-04T20:06:15.1490590Z 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-04T20:06:15.1496661Z 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-04T20:06:15.1503175Z 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-04T20:06:15.1509000Z 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-04T20:06:15.1514792Z 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-04T20:06:15.1520729Z 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-04T20:06:15.1526777Z 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-04T20:06:15.1532133Z 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-04T20:06:15.1537961Z 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-04T20:06:15.1543890Z 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-04T20:06:15.1549684Z 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-04T20:06:15.1555960Z 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-04T20:06:15.1561842Z 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-04T20:06:15.1567627Z 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-04T20:06:15.1573746Z 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-04T20:06:15.1580423Z 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-04T20:06:15.1586044Z 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-04T20:06:15.1591867Z 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-04T20:06:15.1598041Z 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-04T20:06:15.1603729Z 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-04T20:06:15.1609569Z 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-04T20:06:15.1615589Z 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-04T20:06:15.1621771Z 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-04T20:06:15.1627475Z 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-04T20:06:15.1633928Z 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-04T20:06:15.1639814Z 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-04T20:06:15.1646115Z 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-04T20:06:15.1652257Z 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-04T20:06:15.1658098Z 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-04T20:06:15.1663905Z 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-04T20:06:15.1670162Z 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-04T20:06:15.1676265Z 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-04T20:06:15.1682130Z 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-04T20:06:15.1687979Z 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-04T20:06:15.1694741Z 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-04T20:06:15.1700902Z 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-04T20:06:15.1706811Z 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-04T20:06:15.1712990Z 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-04T20:06:15.1718960Z 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-04T20:06:15.1725403Z 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-04T20:06:15.1731355Z 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-04T20:06:15.1737287Z 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-04T20:06:15.1743585Z 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-04T20:06:15.1749856Z 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-04T20:06:15.1755905Z 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-04T20:06:15.1761936Z 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-04T20:06:15.1767956Z 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-04T20:06:15.1773999Z 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-04T20:06:15.1780217Z 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-04T20:06:15.1786114Z 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-04T20:06:15.1792635Z 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-04T20:06:15.1799208Z 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-04T20:06:15.1804950Z 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-04T20:06:15.1810895Z 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-04T20:06:15.1816796Z 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-04T20:06:15.1822725Z 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-04T20:06:15.1828899Z 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-04T20:06:15.1834918Z 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-04T20:06:15.1840924Z 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-04T20:06:15.1846961Z 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-04T20:06:15.1853464Z 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-04T20:06:15.1859288Z 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-04T20:06:15.1865630Z 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-04T20:06:15.1871683Z 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-04T20:06:15.1877745Z 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-04T20:06:15.1884105Z 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-04T20:06:15.1890314Z 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-04T20:06:15.1896373Z 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-04T20:06:15.1902365Z 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-04T20:06:15.1908378Z 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-04T20:06:15.1914640Z 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-04T20:06:15.1920593Z 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-04T20:06:15.1927310Z 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-04T20:06:15.1934315Z 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-04T20:06:15.1940135Z 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-04T20:06:15.1946240Z 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-04T20:06:15.1952176Z 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-04T20:06:15.1958738Z 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-04T20:06:15.1964578Z 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-04T20:06:15.1970503Z 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-04T20:06:15.1976210Z 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-04T20:06:15.1982034Z 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-04T20:06:15.1988053Z 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-04T20:06:15.1994273Z 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-04T20:06:15.2005626Z 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-04T20:06:15.2009893Z 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-04T20:06:15.2016002Z 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-04T20:06:15.2022417Z 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-04T20:06:15.2028478Z 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-04T20:06:15.2034750Z 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-04T20:06:15.2040813Z 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-04T20:06:15.2046874Z 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-04T20:06:15.2052960Z 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-04T20:06:15.2059060Z 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-04T20:06:15.2065030Z 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-04T20:06:15.2071283Z 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-04T20:06:15.2077529Z 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-04T20:06:15.2083573Z 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-04T20:06:15.2089486Z 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-04T20:06:15.2095600Z 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-04T20:06:15.2101716Z 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-04T20:06:15.2107829Z 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-04T20:06:15.2114024Z 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-04T20:06:15.2120152Z 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-04T20:06:15.2126276Z 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-04T20:06:15.2132279Z 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-04T20:06:15.2138250Z 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-04T20:06:15.2144595Z 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-04T20:06:15.2150530Z 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-04T20:06:15.2156532Z 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-04T20:06:15.2162488Z 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-04T20:06:15.2168485Z 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-04T20:06:15.2174819Z 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-04T20:06:15.2180851Z 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-04T20:06:15.2186894Z 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-04T20:06:15.2193156Z 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-04T20:06:15.2199202Z 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-04T20:06:15.2205049Z 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-04T20:06:15.2211303Z 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-04T20:06:15.2217084Z 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-04T20:06:15.2223176Z 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-04T20:06:15.2228912Z 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-04T20:06:15.2235113Z 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-04T20:06:15.2242033Z 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-04T20:06:15.2247489Z 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-04T20:06:15.2253846Z 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-04T20:06:15.2259878Z 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-04T20:06:15.2265878Z 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-04T20:06:15.2272236Z 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-04T20:06:15.2279344Z 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-04T20:06:15.2285371Z 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-04T20:06:15.2292905Z 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-04T20:06:15.2298819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:15.2304657Z 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-04T20:06:15.2310345Z 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-04T20:06:15.2316020Z 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-04T20:06:15.2321671Z 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-04T20:06:15.2327398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:15.2333060Z 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-04T20:06:15.2338808Z 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-04T20:06:15.2344563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:15.2350503Z 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-04T20:06:15.2356341Z 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-04T20:06:15.2362264Z 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-04T20:06:15.2368133Z 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-04T20:06:15.2373938Z 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-04T20:06:15.2380017Z 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-04T20:06:15.2386153Z 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-04T20:06:15.2392499Z 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-04T20:06:15.2398354Z 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-04T20:06:15.2404707Z 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-04T20:06:15.2410572Z 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-04T20:06:15.2416709Z 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-04T20:06:15.2443017Z 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-04T20:06:15.2443519Z 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-04T20:06:15.2443995Z 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-04T20:06:15.2444467Z 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-04T20:06:15.2449972Z 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-04T20:06:15.2456331Z 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-04T20:06:15.2462341Z 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-04T20:06:15.2468341Z 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-04T20:06:15.2474298Z 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-04T20:06:15.2480656Z 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-04T20:06:15.2486663Z 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-04T20:06:15.2493777Z 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-04T20:06:15.2498560Z 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-04T20:06:15.2504759Z 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-04T20:06:15.2511102Z 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-04T20:06:15.2516902Z 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-04T20:06:15.2524846Z 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-04T20:06:15.2529935Z 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-04T20:06:15.2535701Z 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-04T20:06:15.2541611Z 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-04T20:06:15.2547816Z 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-04T20:06:15.2553664Z 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-04T20:06:15.2559431Z 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-04T20:06:15.2565384Z 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-04T20:06:15.2579101Z 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-04T20:06:15.2585097Z 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-04T20:06:15.2591432Z 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-04T20:06:15.2598149Z 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-04T20:06:15.2604011Z 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-04T20:06:15.2609757Z 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-04T20:06:15.2615525Z 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-04T20:06:15.2621318Z 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-04T20:06:15.2627770Z 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-04T20:06:15.2633698Z 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-04T20:06:15.2639594Z 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-04T20:06:15.2645465Z 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-04T20:06:15.2651263Z 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-04T20:06:15.2657461Z 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-04T20:06:15.2663441Z 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-04T20:06:15.2669242Z 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-04T20:06:15.2675330Z 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-04T20:06:15.2681529Z 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-04T20:06:15.2687204Z 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-04T20:06:15.2693042Z 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-04T20:06:15.2698854Z 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-04T20:06:15.2704516Z 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-04T20:06:15.2710313Z 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-04T20:06:15.2716927Z 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-04T20:06:15.2722691Z 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-04T20:06:15.2728477Z 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-04T20:06:15.2734569Z 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-04T20:06:15.2740733Z 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-04T20:06:15.2746579Z 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-04T20:06:15.2752808Z 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-04T20:06:15.2758475Z 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-04T20:06:15.2764680Z 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-04T20:06:15.2770396Z 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-04T20:06:15.2775988Z 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-04T20:06:15.2782555Z 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-04T20:06:15.2788025Z 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-04T20:06:15.2793800Z 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-04T20:06:15.2799964Z 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-04T20:06:15.2805835Z 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-04T20:06:15.2811858Z 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-04T20:06:15.2817941Z 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-04T20:06:15.2823764Z 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-04T20:06:15.2829743Z 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-04T20:06:15.2836074Z 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-04T20:06:15.2842267Z 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-04T20:06:15.2848165Z 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-04T20:06:15.2853885Z 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-04T20:06:15.2859873Z 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-04T20:06:15.2866115Z 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-04T20:06:15.2872410Z 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-04T20:06:15.2878476Z 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-04T20:06:15.2886085Z 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-04T20:06:15.2891980Z 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-04T20:06:15.2898185Z 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-04T20:06:15.2903913Z 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-04T20:06:15.2909784Z 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-04T20:06:15.2915860Z 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-04T20:06:15.2921814Z 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-04T20:06:15.2928199Z 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-04T20:06:15.2935405Z 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-04T20:06:15.2942075Z 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-04T20:06:15.2948735Z 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-04T20:06:15.2955520Z 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-04T20:06:15.2962172Z 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-04T20:06:15.2968249Z 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-04T20:06:15.2974186Z 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-04T20:06:15.2980625Z 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-04T20:06:15.2986934Z 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-04T20:06:15.2993297Z 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-04T20:06:15.2999482Z 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-04T20:06:15.3005299Z 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-04T20:06:15.3011079Z 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-04T20:06:15.3017025Z 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-04T20:06:15.3023213Z 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-04T20:06:15.3028967Z 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-04T20:06:15.3034477Z 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-04T20:06:15.3040187Z 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-04T20:06:15.3045683Z 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-04T20:06:15.3051320Z 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-04T20:06:15.3057158Z 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-04T20:06:15.3062738Z 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-04T20:06:15.3068392Z 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-04T20:06:15.3074165Z 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-04T20:06:15.3079760Z 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-04T20:06:15.3086190Z 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-04T20:06:15.3091796Z 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-04T20:06:15.3097476Z 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-04T20:06:15.3103204Z 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-04T20:06:15.3108959Z 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-04T20:06:15.3115213Z 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-04T20:06:15.3121385Z 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-04T20:06:15.3127188Z 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-04T20:06:15.3133020Z 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-04T20:06:15.3138751Z 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-04T20:06:15.3144573Z 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-04T20:06:15.3150621Z 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-04T20:06:15.3156990Z 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-04T20:06:15.3162795Z 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-04T20:06:15.3168810Z 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-04T20:06:15.3174776Z 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-04T20:06:15.3181057Z 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-04T20:06:15.3187134Z 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-04T20:06:15.3192986Z 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-04T20:06:15.3198713Z 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-04T20:06:15.3204902Z 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-04T20:06:15.3210634Z 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-04T20:06:15.3216490Z 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-04T20:06:15.3222252Z 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-04T20:06:15.3228067Z 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-04T20:06:15.3234188Z 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-04T20:06:15.3240131Z 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-04T20:06:15.3246350Z 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-04T20:06:15.3252286Z 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-04T20:06:15.3258238Z 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-04T20:06:15.3264350Z 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-04T20:06:15.3270020Z 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-04T20:06:15.3276135Z 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-04T20:06:15.3282224Z 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-04T20:06:15.3288744Z 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-04T20:06:15.3294768Z 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-04T20:06:15.3300662Z 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-04T20:06:15.3306701Z 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-04T20:06:15.3312790Z 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-04T20:06:15.3319191Z 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-04T20:06:15.3325062Z 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-04T20:06:15.3331369Z 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-04T20:06:15.3337879Z 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-04T20:06:15.3343874Z 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-04T20:06:15.3349982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:15.3356243Z 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-04T20:06:15.3362125Z 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-04T20:06:15.3367819Z 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-04T20:06:15.3374245Z 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-04T20:06:15.3380150Z 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-04T20:06:15.3395162Z 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-04T20:06:15.3401656Z 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-04T20:06:15.3407532Z 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-04T20:06:15.3413415Z 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-04T20:06:15.3419615Z 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-04T20:06:15.3425840Z 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-04T20:06:15.3432676Z 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-04T20:06:15.3439120Z 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-04T20:06:15.3445657Z 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-04T20:06:15.3451881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:15.3457516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:15.3463613Z 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-04T20:06:15.3469734Z 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-04T20:06:15.3475856Z 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-04T20:06:15.3481637Z 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-04T20:06:15.3487527Z 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-04T20:06:15.3493682Z 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-04T20:06:15.3499556Z 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-04T20:06:15.3505361Z 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-04T20:06:15.3511005Z 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-04T20:06:15.3517202Z 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-04T20:06:15.3523101Z 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-04T20:06:15.3529127Z 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-04T20:06:15.3534780Z 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-04T20:06:15.3540311Z 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-04T20:06:15.3545856Z 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-04T20:06:15.3552135Z 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-04T20:06:15.3558502Z 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-04T20:06:15.3564245Z 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-04T20:06:15.3570164Z 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-04T20:06:15.3576350Z 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-04T20:06:15.3582167Z 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-04T20:06:15.3588241Z 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-04T20:06:15.3594264Z 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-04T20:06:15.3601064Z 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-04T20:06:15.3607232Z 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-04T20:06:15.3613453Z 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-04T20:06:15.3619451Z 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-04T20:06:15.3626254Z 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-04T20:06:15.3632746Z 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-04T20:06:15.3638656Z 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-04T20:06:15.3644529Z 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-04T20:06:15.3650619Z 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-04T20:06:15.3656252Z 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-04T20:06:15.3662209Z 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-04T20:06:15.3668270Z 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-04T20:06:15.3675118Z 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-04T20:06:15.3681436Z 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-04T20:06:15.3687437Z 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-04T20:06:15.3693620Z 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-04T20:06:15.3699756Z 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-04T20:06:15.3707616Z 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-04T20:06:15.3713799Z 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-04T20:06:15.3719837Z 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-04T20:06:15.3726252Z 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-04T20:06:15.3732236Z 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-04T20:06:15.3738293Z 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-04T20:06:15.3744635Z 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-04T20:06:15.3750588Z 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-04T20:06:15.3756716Z 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-04T20:06:15.3763082Z 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-04T20:06:15.3768977Z 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-04T20:06:15.3775150Z 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-04T20:06:15.3781184Z 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-04T20:06:15.3787953Z 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-04T20:06:15.3794100Z 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-04T20:06:15.3800203Z 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-04T20:06:15.3806465Z 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-04T20:06:15.3812576Z 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-04T20:06:15.3818811Z 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-04T20:06:15.3825006Z 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-04T20:06:15.3831453Z 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-04T20:06:15.3854553Z 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-04T20:06:15.3860834Z 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-04T20:06:15.3866848Z 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-04T20:06:15.3872988Z 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-04T20:06:15.3879106Z 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-04T20:06:15.3885230Z 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-04T20:06:15.3891500Z 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-04T20:06:15.3897807Z 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-04T20:06:15.3903805Z 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-04T20:06:15.3910403Z 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-04T20:06:15.3916546Z 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-04T20:06:15.3923022Z 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-04T20:06:15.3929097Z 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-04T20:06:15.3935667Z 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-04T20:06:15.3941964Z 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-04T20:06:15.3947994Z 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-04T20:06:15.3954939Z 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-04T20:06:15.3961009Z 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-04T20:06:15.3966936Z 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-04T20:06:15.3973211Z 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-04T20:06:15.3979330Z 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-04T20:06:15.3985459Z 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-04T20:06:15.3992238Z 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-04T20:06:15.3997516Z 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-04T20:06:15.4003240Z 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-04T20:06:15.4009056Z 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-04T20:06:15.4015412Z 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-04T20:06:15.4022443Z 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-04T20:06:15.4028484Z 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-04T20:06:15.4034538Z 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-04T20:06:15.4040702Z 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-04T20:06:15.4046714Z 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-04T20:06:15.4052804Z 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-04T20:06:15.4059355Z 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-04T20:06:15.4065669Z 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-04T20:06:15.4071464Z 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-04T20:06:15.4077852Z 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-04T20:06:15.4084213Z 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-04T20:06:15.4090509Z 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-04T20:06:15.4096732Z 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-04T20:06:15.4102671Z 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-04T20:06:15.4108717Z 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-04T20:06:15.4115433Z 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-04T20:06:15.4122288Z 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-04T20:06:15.4128173Z 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-04T20:06:15.4134443Z 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-04T20:06:15.4140858Z 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-04T20:06:15.4146844Z 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-04T20:06:15.4153345Z 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-04T20:06:15.4159530Z 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-04T20:06:15.4166015Z 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-04T20:06:15.4171994Z 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-04T20:06:15.4178240Z 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-04T20:06:15.4184283Z 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-04T20:06:15.4190482Z 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-04T20:06:15.4196563Z 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-04T20:06:15.4202523Z 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-04T20:06:15.4208761Z 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-04T20:06:15.4214783Z 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-04T20:06:15.4220929Z 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-04T20:06:15.4226893Z 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-04T20:06:15.4233091Z 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-04T20:06:15.4238990Z 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-04T20:06:15.4245394Z 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-04T20:06:15.4252640Z 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-04T20:06:15.4258497Z 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-04T20:06:15.4265159Z 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-04T20:06:15.4271995Z 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-04T20:06:15.4278405Z 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-04T20:06:15.4285144Z 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-04T20:06:15.4299305Z 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-04T20:06:15.4305767Z 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-04T20:06:15.4312562Z 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-04T20:06:15.4319741Z 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-04T20:06:15.4326603Z 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-04T20:06:15.4333500Z 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-04T20:06:15.4340383Z 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-04T20:06:15.4346355Z 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-04T20:06:15.4352889Z 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-04T20:06:15.4359620Z 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-04T20:06:15.4366194Z 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-04T20:06:15.4372706Z 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-04T20:06:15.4379244Z 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-04T20:06:15.4386851Z 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-04T20:06:15.4393432Z 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-04T20:06:15.4399889Z 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-04T20:06:15.4406027Z 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-04T20:06:15.4412113Z 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-04T20:06:15.4419044Z 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-04T20:06:15.4425113Z 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-04T20:06:15.4431601Z 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-04T20:06:15.4438001Z 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-04T20:06:15.4444726Z 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-04T20:06:15.4450913Z 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-04T20:06:15.4457039Z 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-04T20:06:15.4463026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:15.4468464Z 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-04T20:06:15.4475158Z 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-04T20:06:15.4481320Z 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-04T20:06:15.4487355Z 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-04T20:06:15.4493234Z 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-04T20:06:15.4499102Z 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-04T20:06:15.4505204Z 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-04T20:06:15.4511349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-03-04T20:06:15.4517267Z 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-04T20:06:15.4522888Z 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-04T20:06:15.4529102Z 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-04T20:06:15.4535057Z 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-04T20:06:15.4541165Z 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-04T20:06:15.4547126Z 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-04T20:06:15.4553619Z 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-04T20:06:15.4560137Z 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-04T20:06:15.4566217Z 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-04T20:06:15.4572427Z 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-04T20:06:15.4578545Z 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-04T20:06:15.4585104Z 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-04T20:06:15.4591323Z 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-04T20:06:15.4597969Z 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-04T20:06:15.4604539Z 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-04T20:06:15.4611234Z 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-04T20:06:15.4618879Z 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-04T20:06:15.4625343Z 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-04T20:06:15.4632704Z 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-04T20:06:15.4639970Z 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-04T20:06:15.4645961Z 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-04T20:06:15.4652137Z 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-04T20:06:15.4658431Z 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-04T20:06:15.4664852Z 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-04T20:06:15.4671091Z 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-04T20:06:15.4677609Z 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-04T20:06:15.4684031Z 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-04T20:06:15.4690290Z 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-04T20:06:15.4696578Z 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-04T20:06:15.4702789Z 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-04T20:06:15.4709104Z 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-04T20:06:15.4715287Z 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-04T20:06:15.4721554Z 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-04T20:06:15.4727721Z 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-04T20:06:15.4733837Z 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-04T20:06:15.4739812Z 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-04T20:06:15.4746305Z 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-04T20:06:15.4752552Z 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-04T20:06:15.4758867Z 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-04T20:06:15.4765283Z 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-04T20:06:15.4771739Z 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-04T20:06:15.4777782Z 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-04T20:06:15.4784212Z 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-04T20:06:15.4797784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PadNd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4803207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4808926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4814723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelFuture.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4820285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelNative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4825804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelOpenMP.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4831593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PTThreadPool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4837583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PythonTorchFunctionTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4844131Z creating build\bdist.win-amd64\wheel\torch\include\ATen\quantized 2025-03-04T20:06:15.4847794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\QTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2025-03-04T20:06:15.4853318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\Quantizer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2025-03-04T20:06:15.4859809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\record_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4866427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4892062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4905062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ROCmFABackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4910625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SavedTensorHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4916710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4921998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4927651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4932998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SDPBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4938807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SequenceNumber.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4944184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4954824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4960699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4966787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4972889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4978793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\StorageUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4985309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4990809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.4996840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorGeometry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.5003196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.5010063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.5016935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIteratorInternal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.5023171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.5028957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorNames.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.5034753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.5040480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.5046432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorSubclassLikeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.5052055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.5057773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalPythonObjects.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.5063478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.5074323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TracerMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.5080459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TypeDefault.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.5085989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.5091407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.5097611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\VmapGeneratedPlumbing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.5117915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.5124077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtilsMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-03-04T20:06:15.5130493Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu 2025-03-04T20:06:15.5134371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-03-04T20:06:15.5140146Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu\detail 2025-03-04T20:06:15.5143718Z 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-04T20:06:15.5149526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-03-04T20:06:15.5154902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-03-04T20:06:15.5165023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-03-04T20:06:15.5170299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-03-04T20:06:15.5175977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-03-04T20:06:15.5189032Z creating build\bdist.win-amd64\wheel\torch\include\c10 2025-03-04T20:06:15.5193044Z creating build\bdist.win-amd64\wheel\torch\include\c10\core 2025-03-04T20:06:15.5196435Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\alignment.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5202178Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Allocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5207761Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\AutogradState.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5213298Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5225456Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CachingDeviceAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5231138Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CompileTimeFunctionPointer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5237755Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ConstantSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5243355Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Contiguity.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5248964Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CopyBytes.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5254783Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CPUAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5260861Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultDtype.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5266679Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5272620Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5278777Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceArray.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5284173Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5289991Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5296010Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKey.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5302284Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKeySet.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5308541Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DynamicCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5314427Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5324790Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5330577Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GradMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5336431Z creating build\bdist.win-amd64\wheel\torch\include\c10\core\impl 2025-03-04T20:06:15.5340572Z 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-04T20:06:15.5346110Z 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-04T20:06:15.5351638Z 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-04T20:06:15.5357583Z 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-04T20:06:15.5366930Z 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-04T20:06:15.5372615Z 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-04T20:06:15.5378104Z 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-04T20:06:15.5384229Z 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-04T20:06:15.5390007Z 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-04T20:06:15.5395825Z 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-04T20:06:15.5401628Z 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-04T20:06:15.5407215Z 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-04T20:06:15.5412911Z 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-04T20:06:15.5419884Z 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-04T20:06:15.5425090Z 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-04T20:06:15.5431266Z 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-04T20:06:15.5437034Z 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-04T20:06:15.5457662Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\InferenceMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5458677Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5459637Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5460662Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\OptionalRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5466576Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\PyHandleCache.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5472178Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5477692Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5483289Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\RefcountedDeleter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5489069Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SafePyObject.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5494686Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5506765Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5513373Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5518994Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5524496Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5530083Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5535409Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StreamGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5541217Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymbolicShapeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5546774Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymBool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5552356Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymFloat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5557852Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymInt.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5563421Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymIntArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5569194Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5580087Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5586953Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5593303Z 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-04T20:06:15.5599382Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5607366Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\WrapDimMinimal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-03-04T20:06:15.5613006Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda 2025-03-04T20:06:15.5616151Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAlgorithm.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-04T20:06:15.5622036Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-04T20:06:15.5627471Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDACachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-04T20:06:15.5633507Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertion.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-04T20:06:15.5644798Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-04T20:06:15.5650404Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-04T20:06:15.5655935Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-04T20:06:15.5661431Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-04T20:06:15.5666968Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-04T20:06:15.5672769Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-04T20:06:15.5678402Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMathCompat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-04T20:06:15.5683878Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMiscFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-04T20:06:15.5689724Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-03-04T20:06:15.5695233Z 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-04T20:06:15.5701443Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda\impl 2025-03-04T20:06:15.5704894Z 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-04T20:06:15.5710780Z 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-04T20:06:15.5716383Z creating build\bdist.win-amd64\wheel\torch\include\c10\macros 2025-03-04T20:06:15.5719758Z 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-04T20:06:15.5725216Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2025-03-04T20:06:15.5730837Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2025-03-04T20:06:15.5737628Z creating build\bdist.win-amd64\wheel\torch\include\c10\metal 2025-03-04T20:06:15.5740957Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\indexing.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-03-04T20:06:15.5746292Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\random.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-03-04T20:06:15.5752342Z 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-04T20:06:15.5757836Z 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-04T20:06:15.5763941Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-03-04T20:06:15.5775781Z creating build\bdist.win-amd64\wheel\torch\include\c10\util 2025-03-04T20:06:15.5779228Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AbortHandler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.5784688Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\accumulate.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.5790308Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AlignOf.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.5795733Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ApproximateClock.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.5805642Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.5810770Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.5816569Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.5822293Z 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-04T20:06:15.5827788Z 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-04T20:06:15.5833624Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.5838892Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.5844141Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.5849796Z 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-04T20:06:15.5855118Z 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-04T20:06:15.5860703Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\CallOnce.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.5867407Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.5874155Z 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-04T20:06:15.5879663Z 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-04T20:06:15.5885622Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ConstexprCrc.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.5891188Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.5896619Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DeadlockDetection.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.5902020Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Deprecated.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.5907674Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.5913275Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DynamicCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.5923843Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\env.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.5929345Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\error.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.5934373Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Exception.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.5940483Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.5946459Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.5952149Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FbcodeMaps.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.5957615Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Flags.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.5962755Z 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-04T20:06:15.5969541Z 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-04T20:06:15.5974906Z 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-04T20:06:15.5980444Z 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-04T20:06:15.5990302Z 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-04T20:06:15.5996023Z 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-04T20:06:15.6001512Z 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-04T20:06:15.6007327Z 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-04T20:06:15.6013096Z 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-04T20:06:15.6018540Z 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-04T20:06:15.6024070Z 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-04T20:06:15.6029591Z 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-04T20:06:15.6035183Z 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-04T20:06:15.6046528Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FunctionRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6051779Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Gauge.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6057236Z 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-04T20:06:15.6063030Z 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-04T20:06:15.6068396Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6074589Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\hash.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6081328Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\IdWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6087152Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\int128.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6092743Z 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-04T20:06:15.6099043Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\irange.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6104523Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Lazy.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6109826Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\LeftRight.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6115639Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\llvmMathExtras.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6126783Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Load.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6132099Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Logging.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6137661Z 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-04T20:06:15.6143574Z 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-04T20:06:15.6149579Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MathConstants.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6161805Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MaybeOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6162292Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Metaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6167984Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\NetworkFlow.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6173610Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\numa.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6179060Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Optional.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6184858Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\OptionalArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6190705Z 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-04T20:06:15.6207520Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\overflows.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6213287Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\overloaded.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6218869Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ParallelGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6224725Z 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-04T20:06:15.6230220Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint32.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6235913Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6241546Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint2x4.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6246981Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint4x2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6251996Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6256660Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Registry.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6262341Z 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-04T20:06:15.6268035Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ScopeExit.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6279398Z 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-04T20:06:15.6285210Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallBuffer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6290797Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6298173Z 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-04T20:06:15.6304379Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ssize.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6310093Z 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-04T20:06:15.6315816Z 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-04T20:06:15.6321525Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strides.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6327140Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\StringUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6332844Z 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-04T20:06:15.6338519Z 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-04T20:06:15.6349792Z 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-04T20:06:15.6355633Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Synchronized.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6361274Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\tempfile.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6366956Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6372698Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocalDebugInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6378308Z 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-04T20:06:15.6384020Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6389541Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6395392Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6401268Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeIndex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6406307Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeList.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6412430Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeSafeSignMath.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6417939Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6423632Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unicode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6429051Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\UniqueVoidPtr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6434906Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unroll.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6441250Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6446873Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounterDynamicBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-03-04T20:06:15.6452414Z 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-04T20:06:15.6458973Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu 2025-03-04T20:06:15.6462620Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu\impl 2025-03-04T20:06:15.6465949Z 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-04T20:06:15.6471905Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUCachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-03-04T20:06:15.6477197Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUDeviceProp.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-03-04T20:06:15.6482836Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-03-04T20:06:15.6493258Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-03-04T20:06:15.6498684Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-03-04T20:06:15.6504703Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-03-04T20:06:15.6510798Z creating build\bdist.win-amd64\wheel\torch\include\caffe2 2025-03-04T20:06:15.6514973Z creating build\bdist.win-amd64\wheel\torch\include\caffe2\serialize 2025-03-04T20:06:15.6518214Z 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-04T20:06:15.6524572Z 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-04T20:06:15.6529947Z 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-04T20:06:15.6535626Z 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-04T20:06:15.6545397Z 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-04T20:06:15.6550874Z 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-04T20:06:15.6556040Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\versions.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-03-04T20:06:15.6562037Z copying build\lib.win-amd64-cpython-39\torch\include\cpuinfo.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-04T20:06:15.6568060Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-04T20:06:15.6573311Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_config.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-04T20:06:15.6583993Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_debug.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-04T20:06:15.6589864Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_ocl.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-04T20:06:15.6599463Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-04T20:06:15.6605352Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-04T20:06:15.6610803Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_threadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-04T20:06:15.6616272Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-04T20:06:15.6621797Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_version.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-04T20:06:15.6632066Z copying build\lib.win-amd64-cpython-39\torch\include\experiments-config.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-04T20:06:15.6637130Z copying build\lib.win-amd64-cpython-39\torch\include\fp16.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-04T20:06:15.6642438Z copying build\lib.win-amd64-cpython-39\torch\include\fxdiv.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-04T20:06:15.6648622Z creating build\bdist.win-amd64\wheel\torch\include\kineto 2025-03-04T20:06:15.6652137Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\AbstractConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-04T20:06:15.6657616Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityProfilerInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-04T20:06:15.6663221Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityTraceInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-04T20:06:15.6673127Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityType.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-04T20:06:15.6678709Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ClientInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-04T20:06:15.6688746Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-04T20:06:15.6691761Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\GenericTraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-04T20:06:15.6697177Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\IActivityProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-04T20:06:15.6702755Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ILoggerObserver.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-04T20:06:15.6707960Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ITraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-04T20:06:15.6713605Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\libkineto.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-04T20:06:15.6719248Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\LoggingAPI.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-04T20:06:15.6724571Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\output_base.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-04T20:06:15.6730107Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ThreadUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-04T20:06:15.6735336Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\time_since_epoch.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-04T20:06:15.6740455Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\TraceSpan.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-03-04T20:06:15.6745717Z copying build\lib.win-amd64-cpython-39\torch\include\libshm.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-04T20:06:15.6751434Z copying build\lib.win-amd64-cpython-39\torch\include\psimd.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-04T20:06:15.6757279Z copying build\lib.win-amd64-cpython-39\torch\include\pthreadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-04T20:06:15.6764657Z creating build\bdist.win-amd64\wheel\torch\include\pybind11 2025-03-04T20:06:15.6767877Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\attr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-04T20:06:15.6773939Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\buffer_info.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-04T20:06:15.6779363Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\cast.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-04T20:06:15.6785530Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\chrono.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-04T20:06:15.6790941Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-04T20:06:15.6796239Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-04T20:06:15.6806188Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\detail 2025-03-04T20:06:15.6809463Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\class.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-04T20:06:15.6815723Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-04T20:06:15.6822107Z 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-04T20:06:15.6827210Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\descr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-04T20:06:15.6832951Z 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-04T20:06:15.6845602Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\init.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-04T20:06:15.6851447Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\internals.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-04T20:06:15.6857431Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-03-04T20:06:15.6863099Z 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-04T20:06:15.6869454Z 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-04T20:06:15.6875375Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\eigen 2025-03-04T20:06:15.6878819Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2025-03-04T20:06:15.6884359Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\matrix.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2025-03-04T20:06:15.6890414Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2025-03-04T20:06:15.6896393Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-04T20:06:15.6902469Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\embed.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-04T20:06:15.6906744Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eval.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-04T20:06:15.6912343Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-04T20:06:15.6917913Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-04T20:06:15.6923426Z 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-04T20:06:15.6928884Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\iostream.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-04T20:06:15.6934252Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-04T20:06:15.6941031Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\operators.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-04T20:06:15.6948252Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\options.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-04T20:06:15.6952773Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pybind11.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-04T20:06:15.6980074Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pytypes.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-04T20:06:15.6980499Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-04T20:06:15.6980940Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl_bind.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-04T20:06:15.6982067Z 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-04T20:06:15.6987738Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\typing.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-03-04T20:06:15.6993421Z copying build\lib.win-amd64-cpython-39\torch\include\sleef.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-04T20:06:15.7002248Z creating build\bdist.win-amd64\wheel\torch\include\torch 2025-03-04T20:06:15.7006219Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc 2025-03-04T20:06:15.7009534Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api 2025-03-04T20:06:15.7012866Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include 2025-03-04T20:06:15.7016643Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch 2025-03-04T20:06:15.7019861Z 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-04T20:06:15.7025087Z 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-04T20:06:15.7031314Z 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-04T20:06:15.7035957Z 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-04T20:06:15.7041725Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data 2025-03-04T20:06:15.7045419Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-03-04T20:06:15.7048932Z 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-04T20:06:15.7054627Z 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-04T20:06:15.7060164Z 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-04T20:06:15.7065736Z 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-04T20:06:15.7071485Z 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-04T20:06:15.7077242Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\datasets 2025-03-04T20:06:15.7086926Z 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-04T20:06:15.7092228Z 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-04T20:06:15.7098501Z 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-04T20:06:15.7103822Z 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-04T20:06:15.7109540Z 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-04T20:06:15.7115137Z 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-04T20:06:15.7120268Z 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-04T20:06:15.7130472Z 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-04T20:06:15.7136139Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\detail 2025-03-04T20:06:15.7139707Z 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-04T20:06:15.7145213Z 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-04T20:06:15.7150396Z 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-04T20:06:15.7156292Z 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-04T20:06:15.7161752Z 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-04T20:06:15.7167551Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\samplers 2025-03-04T20:06:15.7171044Z 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-04T20:06:15.7176489Z 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-04T20:06:15.7182101Z 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-04T20:06:15.7187367Z 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-04T20:06:15.7192689Z 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-04T20:06:15.7203149Z 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-04T20:06:15.7208456Z 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-04T20:06:15.7213881Z 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-04T20:06:15.7219189Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\transforms 2025-03-04T20:06:15.7222810Z 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-04T20:06:15.7228334Z 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-04T20:06:15.7233645Z 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-04T20:06:15.7238903Z 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-04T20:06:15.7244010Z 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-04T20:06:15.7249348Z 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-04T20:06:15.7254708Z 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-04T20:06:15.7259932Z 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-04T20:06:15.7265383Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\detail 2025-03-04T20:06:15.7269753Z 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-04T20:06:15.7275466Z 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-04T20:06:15.7281205Z 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-04T20:06:15.7290386Z 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-04T20:06:15.7295839Z 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-04T20:06:15.7301745Z 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-04T20:06:15.7307163Z 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-04T20:06:15.7312675Z 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-04T20:06:15.7318238Z 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-04T20:06:15.7324365Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn 2025-03-04T20:06:15.7328123Z 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-04T20:06:15.7334251Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\functional 2025-03-04T20:06:15.7338785Z 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-04T20:06:15.7344568Z 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-04T20:06:15.7350295Z 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-04T20:06:15.7355924Z 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-04T20:06:15.7365325Z 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-04T20:06:15.7370845Z 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-04T20:06:15.7378648Z 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-04T20:06:15.7384163Z 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-04T20:06:15.7389741Z 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-04T20:06:15.7395720Z 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-04T20:06:15.7402013Z 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-04T20:06:15.7408367Z 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-04T20:06:15.7414084Z 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-04T20:06:15.7419856Z 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-04T20:06:15.7426275Z 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-04T20:06:15.7432252Z 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-04T20:06:15.7438103Z 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-04T20:06:15.7443565Z 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-04T20:06:15.7466962Z 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-04T20:06:15.7467274Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules 2025-03-04T20:06:15.7467951Z 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-04T20:06:15.7472985Z 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-04T20:06:15.7478926Z 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-04T20:06:15.7484893Z 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-04T20:06:15.7490597Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-03-04T20:06:15.7501140Z 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-04T20:06:15.7505666Z 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-04T20:06:15.7511393Z 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-04T20:06:15.7517929Z 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-04T20:06:15.7527456Z 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-04T20:06:15.7533151Z 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-04T20:06:15.7538873Z 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-04T20:06:15.7544522Z 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-04T20:06:15.7550475Z 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-04T20:06:15.7555918Z 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-04T20:06:15.7561740Z 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-04T20:06:15.7567385Z 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-04T20:06:15.7572582Z 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-04T20:06:15.7578208Z 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-04T20:06:15.7583541Z 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-04T20:06:15.7589107Z 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-04T20:06:15.7594573Z 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-04T20:06:15.7600493Z 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-04T20:06:15.7606479Z 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-04T20:06:15.7611927Z 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-04T20:06:15.7617689Z 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-04T20:06:15.7623263Z 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-04T20:06:15.7629244Z 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-04T20:06:15.7635022Z 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-04T20:06:15.7640755Z 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-04T20:06:15.7646705Z 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-04T20:06:15.7652232Z 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-04T20:06:15.7658020Z 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-04T20:06:15.7663366Z 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-04T20:06:15.7669263Z 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-04T20:06:15.7675278Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\options 2025-03-04T20:06:15.7678855Z 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-04T20:06:15.7685035Z 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-04T20:06:15.7690604Z 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-04T20:06:15.7696166Z 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-04T20:06:15.7701459Z 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-04T20:06:15.7713265Z 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-04T20:06:15.7718660Z 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-04T20:06:15.7724170Z 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-04T20:06:15.7729508Z 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-04T20:06:15.7734863Z 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-04T20:06:15.7740508Z 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-04T20:06:15.7746342Z 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-04T20:06:15.7751747Z 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-04T20:06:15.7757391Z 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-04T20:06:15.7762960Z 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-04T20:06:15.7769160Z 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-04T20:06:15.7774877Z 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-04T20:06:15.7780727Z 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-04T20:06:15.7786502Z 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-04T20:06:15.7792590Z 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-04T20:06:15.7798444Z 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-04T20:06:15.7803877Z 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-04T20:06:15.7809343Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\parallel 2025-03-04T20:06:15.7813444Z 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-04T20:06:15.7819172Z 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-04T20:06:15.7824755Z 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-04T20:06:15.7830653Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\utils 2025-03-04T20:06:15.7834223Z 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-04T20:06:15.7839850Z 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-04T20:06:15.7845371Z 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-04T20:06:15.7851152Z 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-04T20:06:15.7856914Z 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-04T20:06:15.7862587Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim 2025-03-04T20:06:15.7866351Z 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-04T20:06:15.7871556Z 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-04T20:06:15.7877211Z 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-04T20:06:15.7882643Z 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-04T20:06:15.7888200Z 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-04T20:06:15.7893723Z 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-04T20:06:15.7903726Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-03-04T20:06:15.7907963Z 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-04T20:06:15.7914011Z 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-04T20:06:15.7919737Z 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-04T20:06:15.7930039Z 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-04T20:06:15.7934920Z 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-04T20:06:15.7940367Z 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-04T20:06:15.7945299Z 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-04T20:06:15.7951639Z 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-04T20:06:15.7957501Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\serialize 2025-03-04T20:06:15.7962130Z 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-04T20:06:15.7967879Z 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-04T20:06:15.7973971Z 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-04T20:06:15.7979959Z 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-04T20:06:15.7990692Z 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-04T20:06:15.7996666Z 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-04T20:06:15.8001847Z 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-04T20:06:15.8008136Z 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-04T20:06:15.8013192Z 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-04T20:06:15.8019042Z 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-04T20:06:15.8024314Z 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-04T20:06:15.8029732Z 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-04T20:06:15.8036730Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd 2025-03-04T20:06:15.8040200Z 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-04T20:06:15.8046109Z 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-04T20:06:15.8051709Z 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-04T20:06:15.8057230Z 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-04T20:06:15.8067735Z 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-04T20:06:15.8074191Z 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-04T20:06:15.8079547Z 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-04T20:06:15.8085185Z 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-04T20:06:15.8090839Z 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-04T20:06:15.8097164Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\functions 2025-03-04T20:06:15.8100862Z 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-04T20:06:15.8106534Z 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-04T20:06:15.8112094Z 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-04T20:06:15.8117606Z 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-04T20:06:15.8128474Z 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-04T20:06:15.8133704Z 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-04T20:06:15.8139335Z 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-04T20:06:15.8145686Z 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-04T20:06:15.8151957Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\generated 2025-03-04T20:06:15.8155418Z 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-04T20:06:15.8166462Z 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-04T20:06:15.8172090Z 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-04T20:06:15.8182132Z 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-04T20:06:15.8187548Z 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-04T20:06:15.8194022Z 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-04T20:06:15.8200388Z 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-04T20:06:15.8205997Z 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-04T20:06:15.8211334Z 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-04T20:06:15.8216559Z 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-04T20:06:15.8222371Z 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-04T20:06:15.8228018Z 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-04T20:06:15.8233831Z 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-04T20:06:15.8239355Z 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-04T20:06:15.8245186Z 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-04T20:06:15.8255505Z 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-04T20:06:15.8260894Z 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-04T20:06:15.8266622Z 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-04T20:06:15.8272189Z 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-04T20:06:15.8277749Z 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-04T20:06:15.8283508Z 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-04T20:06:15.8289619Z 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-04T20:06:15.8294876Z 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-04T20:06:15.8301152Z 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-04T20:06:15.8311648Z 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-04T20:06:15.8317299Z 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-04T20:06:15.8322637Z 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-04T20:06:15.8328084Z 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-04T20:06:15.8333739Z 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-04T20:06:15.8339590Z 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-04T20:06:15.8344895Z 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-04T20:06:15.8350248Z 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-04T20:06:15.8356122Z 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-04T20:06:15.8367131Z 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-04T20:06:15.8373168Z 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-04T20:06:15.8378987Z 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-04T20:06:15.8385311Z 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-04T20:06:15.8390969Z 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-04T20:06:15.8396700Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\utils 2025-03-04T20:06:15.8401432Z 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-04T20:06:15.8406978Z 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-04T20:06:15.8412345Z 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-04T20:06:15.8417762Z 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-04T20:06:15.8428800Z 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-04T20:06:15.8434642Z 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-04T20:06:15.8440176Z 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-04T20:06:15.8446265Z 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-04T20:06:15.8451888Z 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-04T20:06:15.8458520Z 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-04T20:06:15.8464603Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\cuda 2025-03-04T20:06:15.8468323Z 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-04T20:06:15.8474161Z 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-04T20:06:15.8479518Z 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-04T20:06:15.8484826Z 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-04T20:06:15.8490077Z 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-04T20:06:15.8501253Z 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-04T20:06:15.8506813Z 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-04T20:06:15.8512495Z 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-04T20:06:15.8517490Z 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-04T20:06:15.8523064Z 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-04T20:06:15.8528634Z 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-04T20:06:15.8533425Z 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-04T20:06:15.8538599Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\CudaIPCTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:15.8548145Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DataLoader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:15.8553308Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:15.8558813Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:15.8564437Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed 2025-03-04T20:06:15.8568091Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd 2025-03-04T20:06:15.8571509Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\context 2025-03-04T20:06:15.8575446Z 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-04T20:06:15.8580750Z 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-04T20:06:15.8586276Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\functions 2025-03-04T20:06:15.8590092Z 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-04T20:06:15.8596171Z 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-04T20:06:15.8601530Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-03-04T20:06:15.8605169Z 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-04T20:06:15.8611040Z 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-04T20:06:15.8616697Z 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-04T20:06:15.8627410Z 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-04T20:06:15.8633575Z 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-04T20:06:15.8639247Z 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-04T20:06:15.8645173Z 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-04T20:06:15.8651100Z 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-04T20:06:15.8656965Z 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-04T20:06:15.8662411Z 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-04T20:06:15.8668311Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d 2025-03-04T20:06:15.8671747Z 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-04T20:06:15.8677725Z 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-04T20:06:15.8683390Z 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-04T20:06:15.8688537Z 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-04T20:06:15.8693962Z 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-04T20:06:15.8699378Z 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-04T20:06:15.8710101Z 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-04T20:06:15.8715633Z 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-04T20:06:15.8721245Z 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-04T20:06:15.8726837Z 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-04T20:06:15.8732597Z 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-04T20:06:15.8738193Z 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-04T20:06:15.8744005Z 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-04T20:06:15.8749557Z 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-04T20:06:15.8755396Z 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-04T20:06:15.8760926Z 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-04T20:06:15.8766184Z 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-04T20:06:15.8771745Z 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-04T20:06:15.8777353Z 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-04T20:06:15.8783361Z 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-04T20:06:15.8788895Z 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-04T20:06:15.8794577Z 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-04T20:06:15.8799955Z 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-04T20:06:15.8810571Z 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-04T20:06:15.8816404Z 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-04T20:06:15.8822024Z 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-04T20:06:15.8828358Z 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-04T20:06:15.8834343Z 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-04T20:06:15.8840139Z 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-04T20:06:15.8846660Z 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-04T20:06:15.8852819Z 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-04T20:06:15.8864244Z 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-04T20:06:15.8869776Z 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-04T20:06:15.8875681Z 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-04T20:06:15.8881936Z 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-04T20:06:15.8887861Z 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-04T20:06:15.8893642Z 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-04T20:06:15.8899503Z 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-04T20:06:15.8905191Z 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-04T20:06:15.8910879Z 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-04T20:06:15.8916334Z 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-04T20:06:15.8921884Z 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-04T20:06:15.8928405Z 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-04T20:06:15.8939827Z 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-04T20:06:15.8945571Z 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-04T20:06:15.8951545Z 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-04T20:06:15.8957245Z 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-04T20:06:15.8962944Z 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-04T20:06:15.8970094Z 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-04T20:06:15.8976502Z 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-04T20:06:15.8982203Z 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-04T20:06:15.8988577Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\rpc 2025-03-04T20:06:15.8992266Z 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-04T20:06:15.8997983Z 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-04T20:06:15.9003677Z 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-04T20:06:15.9009362Z 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-04T20:06:15.9020225Z 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-04T20:06:15.9025582Z 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-04T20:06:15.9031516Z 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-04T20:06:15.9037072Z 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-04T20:06:15.9042388Z 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-04T20:06:15.9049043Z 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-04T20:06:15.9054783Z 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-04T20:06:15.9060231Z 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-04T20:06:15.9065716Z 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-04T20:06:15.9072052Z 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-04T20:06:15.9077370Z 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-04T20:06:15.9083019Z 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-04T20:06:15.9089112Z 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-04T20:06:15.9101398Z 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-04T20:06:15.9106920Z 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-04T20:06:15.9112561Z 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-04T20:06:15.9126624Z 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-04T20:06:15.9132742Z 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-04T20:06:15.9138388Z 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-04T20:06:15.9143971Z 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-04T20:06:15.9149580Z 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-04T20:06:15.9155528Z 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-04T20:06:15.9161212Z 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-04T20:06:15.9166804Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Dtype.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:15.9172369Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DynamicTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:15.9178507Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\dynamo 2025-03-04T20:06:15.9182248Z 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-04T20:06:15.9187869Z 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-04T20:06:15.9194253Z 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-04T20:06:15.9199370Z 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-04T20:06:15.9210719Z 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-04T20:06:15.9216273Z 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-04T20:06:15.9222198Z 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-04T20:06:15.9227875Z 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-04T20:06:15.9233627Z 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-04T20:06:15.9239754Z 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-04T20:06:15.9245389Z 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-04T20:06:15.9250679Z 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-04T20:06:15.9256242Z 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-04T20:06:15.9261420Z 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-04T20:06:15.9266780Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:15.9272246Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:15.9277929Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:15.9283075Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:15.9289144Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor 2025-03-04T20:06:15.9293266Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_include 2025-03-04T20:06:15.9296679Z 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-04T20:06:15.9301783Z 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-04T20:06:15.9306979Z 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-04T20:06:15.9312214Z 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-04T20:06:15.9323705Z 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-04T20:06:15.9329687Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_package 2025-03-04T20:06:15.9333163Z 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-04T20:06:15.9338691Z 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-04T20:06:15.9344540Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runner 2025-03-04T20:06:15.9348464Z 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-04T20:06:15.9354551Z 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-04T20:06:15.9359981Z 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-04T20:06:15.9372832Z 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-04T20:06:15.9378403Z 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-04T20:06:15.9384181Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runtime 2025-03-04T20:06:15.9394032Z 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-04T20:06:15.9399636Z 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-04T20:06:15.9410205Z 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-04T20:06:15.9422467Z 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-04T20:06:15.9428570Z 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-04T20:06:15.9435056Z 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-04T20:06:15.9445105Z 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-04T20:06:15.9450848Z 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-04T20:06:15.9456679Z 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-04T20:06:15.9462422Z 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-04T20:06:15.9467768Z 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-04T20:06:15.9473911Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch 2025-03-04T20:06:15.9477860Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\c 2025-03-04T20:06:15.9481628Z 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-04T20:06:15.9487562Z 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-04T20:06:15.9492688Z 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-04T20:06:15.9498722Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-03-04T20:06:15.9502214Z 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-04T20:06:15.9508257Z 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-04T20:06:15.9514161Z 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-04T20:06:15.9524551Z 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-04T20:06:15.9530117Z 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-04T20:06:15.9540374Z 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-04T20:06:15.9545974Z 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-04T20:06:15.9551213Z 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-04T20:06:15.9556906Z 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-04T20:06:15.9562627Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\cpp_wrapper 2025-03-04T20:06:15.9566026Z 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-04T20:06:15.9571227Z 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-04T20:06:15.9576522Z 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-04T20:06:15.9581387Z 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-04T20:06:15.9587827Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-03-04T20:06:15.9596485Z 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-04T20:06:15.9605455Z 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-04T20:06:15.9610673Z 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-04T20:06:15.9615495Z 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-04T20:06:15.9620924Z 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-04T20:06:15.9631398Z 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-04T20:06:15.9637145Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit 2025-03-04T20:06:15.9640689Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\api 2025-03-04T20:06:15.9644141Z 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-04T20:06:15.9650201Z 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-04T20:06:15.9655566Z 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-04T20:06:15.9660701Z 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-04T20:06:15.9666831Z 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-04T20:06:15.9682138Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends 2025-03-04T20:06:15.9685778Z 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-04T20:06:15.9691342Z 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-04T20:06:15.9696463Z 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-04T20:06:15.9701881Z 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-04T20:06:15.9712059Z 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-04T20:06:15.9717592Z 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-04T20:06:15.9723161Z 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-04T20:06:15.9728713Z 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-04T20:06:15.9734405Z 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-04T20:06:15.9740252Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen 2025-03-04T20:06:15.9743754Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen\cuda 2025-03-04T20:06:15.9747205Z 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-04T20:06:15.9753103Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\frontend 2025-03-04T20:06:15.9756494Z 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-04T20:06:15.9761968Z 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-04T20:06:15.9767397Z 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-04T20:06:15.9778603Z 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-04T20:06:15.9784503Z 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-04T20:06:15.9790104Z 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-04T20:06:15.9795858Z 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-04T20:06:15.9801393Z 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-04T20:06:15.9807246Z 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-04T20:06:15.9812639Z 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-04T20:06:15.9817919Z 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-04T20:06:15.9823708Z 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-04T20:06:15.9829446Z 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-04T20:06:15.9835735Z 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-04T20:06:15.9840982Z 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-04T20:06:15.9846386Z 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-04T20:06:15.9851878Z 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-04T20:06:15.9857498Z 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-04T20:06:15.9863169Z 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-04T20:06:15.9868947Z 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-04T20:06:15.9880032Z 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-04T20:06:15.9885514Z 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-04T20:06:15.9891237Z 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-04T20:06:15.9896702Z 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-04T20:06:15.9902962Z 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-04T20:06:15.9908407Z 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-04T20:06:15.9913976Z 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-04T20:06:15.9920393Z 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-04T20:06:15.9926494Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\ir 2025-03-04T20:06:15.9930106Z 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-04T20:06:15.9935819Z 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-04T20:06:15.9941516Z 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-04T20:06:15.9947035Z 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-04T20:06:15.9957128Z 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-04T20:06:15.9962426Z 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-04T20:06:15.9969023Z 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-04T20:06:15.9975013Z 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-04T20:06:15.9980799Z 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-04T20:06:15.9986864Z 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-04T20:06:15.9992964Z 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-04T20:06:15.9998609Z 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-04T20:06:16.0004517Z 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-04T20:06:16.0009922Z 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-04T20:06:16.0015401Z 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-04T20:06:16.0026053Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile 2025-03-04T20:06:16.0030011Z 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-04T20:06:16.0035538Z 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-04T20:06:16.0040704Z 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-04T20:06:16.0046579Z 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-04T20:06:16.0056905Z 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-04T20:06:16.0062240Z 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-04T20:06:16.0068031Z 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-04T20:06:16.0073390Z 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-04T20:06:16.0079305Z 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-04T20:06:16.0084701Z 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-04T20:06:16.0090102Z 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-04T20:06:16.0095137Z 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-04T20:06:16.0100328Z 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-04T20:06:16.0105810Z 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-04T20:06:16.0111380Z 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-04T20:06:16.0116816Z 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-04T20:06:16.0122623Z 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-04T20:06:16.0128433Z 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-04T20:06:16.0135571Z 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-04T20:06:16.0142315Z 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-04T20:06:16.0147544Z 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-04T20:06:16.0153181Z 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-04T20:06:16.0164151Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes 2025-03-04T20:06:16.0167798Z 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-04T20:06:16.0173430Z 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-04T20:06:16.0178714Z 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-04T20:06:16.0183681Z 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-04T20:06:16.0193783Z 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-04T20:06:16.0199049Z 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-04T20:06:16.0204217Z 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-04T20:06:16.0215138Z 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-04T20:06:16.0216492Z 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-04T20:06:16.0233927Z 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-04T20:06:16.0239840Z 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-04T20:06:16.0245076Z 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-04T20:06:16.0250347Z 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-04T20:06:16.0256102Z 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-04T20:06:16.0261686Z 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-04T20:06:16.0267017Z 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-04T20:06:16.0272438Z 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-04T20:06:16.0278001Z 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-04T20:06:16.0288397Z 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-04T20:06:16.0298253Z 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-04T20:06:16.0303385Z 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-04T20:06:16.0308698Z 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-04T20:06:16.0314262Z 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-04T20:06:16.0320145Z 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-04T20:06:16.0325210Z 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-04T20:06:16.0330917Z 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-04T20:06:16.0347071Z 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-04T20:06:16.0352372Z 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-04T20:06:16.0361743Z 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-04T20:06:16.0367350Z 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-04T20:06:16.0377925Z 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-04T20:06:16.0383359Z 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-04T20:06:16.0388631Z 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-04T20:06:16.0394419Z 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-04T20:06:16.0400053Z 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-04T20:06:16.0405683Z 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-04T20:06:16.0411347Z 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-04T20:06:16.0421494Z 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-04T20:06:16.0426792Z 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-04T20:06:16.0432175Z 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-04T20:06:16.0437728Z 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-04T20:06:16.0443792Z 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-04T20:06:16.0449096Z 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-04T20:06:16.0454544Z 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-04T20:06:16.0460540Z 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-04T20:06:16.0466141Z 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-04T20:06:16.0475743Z 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-04T20:06:16.0481378Z 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-04T20:06:16.0487457Z 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-04T20:06:16.0493999Z 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-04T20:06:16.0500145Z 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-04T20:06:16.0506363Z 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-04T20:06:16.0512854Z 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-04T20:06:16.0518931Z 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-04T20:06:16.0524772Z 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-04T20:06:16.0530147Z 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-04T20:06:16.0545330Z 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-04T20:06:16.0550661Z 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-04T20:06:16.0556735Z 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-04T20:06:16.0562323Z 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-04T20:06:16.0567449Z 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-04T20:06:16.0573140Z 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-04T20:06:16.0578673Z 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-04T20:06:16.0584136Z 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-04T20:06:16.0589407Z 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-04T20:06:16.0595450Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\quantization 2025-03-04T20:06:16.0599254Z 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-04T20:06:16.0604861Z 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-04T20:06:16.0610059Z 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-04T20:06:16.0615298Z 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-04T20:06:16.0625338Z 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-04T20:06:16.0631367Z 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-04T20:06:16.0636622Z 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-04T20:06:16.0642863Z 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-04T20:06:16.0653070Z 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-04T20:06:16.0658476Z 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-04T20:06:16.0667841Z 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-04T20:06:16.0673501Z 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-04T20:06:16.0683520Z 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-04T20:06:16.0688951Z 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-04T20:06:16.0694304Z 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-04T20:06:16.0700055Z 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-04T20:06:16.0710448Z 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-04T20:06:16.0716281Z 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-04T20:06:16.0721601Z 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-04T20:06:16.0734691Z 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-04T20:06:16.0740481Z 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-04T20:06:16.0745901Z 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-04T20:06:16.0751532Z 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-04T20:06:16.0757372Z 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-04T20:06:16.0771086Z 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-04T20:06:16.0776772Z 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-04T20:06:16.0782509Z 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-04T20:06:16.0788391Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\utils 2025-03-04T20:06:16.0796353Z 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-04T20:06:16.0801734Z 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-04T20:06:16.0807248Z 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-04T20:06:16.0817023Z 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-04T20:06:16.0826601Z 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-04T20:06:16.0832529Z 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-04T20:06:16.0838179Z 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-04T20:06:16.0843726Z 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-04T20:06:16.0853586Z 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-04T20:06:16.0859583Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\python 2025-03-04T20:06:16.0862882Z 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-04T20:06:16.0868183Z 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-04T20:06:16.0877901Z 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-04T20:06:16.0883529Z 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-04T20:06:16.0890089Z 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-04T20:06:16.0899700Z 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-04T20:06:16.0904842Z 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-04T20:06:16.0910229Z 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-04T20:06:16.0915819Z 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-04T20:06:16.0921517Z 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-04T20:06:16.0931595Z 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-04T20:06:16.0936984Z 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-04T20:06:16.0942747Z 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-04T20:06:16.0948508Z 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-04T20:06:16.0958041Z 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-04T20:06:16.0963583Z 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-04T20:06:16.0969003Z 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-04T20:06:16.0974934Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\runtime 2025-03-04T20:06:16.0982346Z 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-04T20:06:16.0989004Z 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-04T20:06:16.0994696Z 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-04T20:06:16.1000142Z 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-04T20:06:16.1013779Z 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-04T20:06:16.1019216Z 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-04T20:06:16.1024642Z 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-04T20:06:16.1030089Z 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-04T20:06:16.1041016Z 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-04T20:06:16.1046728Z 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-04T20:06:16.1052187Z 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-04T20:06:16.1057788Z 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-04T20:06:16.1063371Z 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-04T20:06:16.1069003Z 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-04T20:06:16.1074211Z 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-04T20:06:16.1079848Z 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-04T20:06:16.1089441Z 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-04T20:06:16.1095508Z 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-04T20:06:16.1101749Z 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-04T20:06:16.1107746Z 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-04T20:06:16.1119268Z 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-04T20:06:16.1126512Z 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-04T20:06:16.1132523Z 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-04T20:06:16.1137986Z 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-04T20:06:16.1148605Z 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-04T20:06:16.1154454Z 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-04T20:06:16.1160060Z 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-04T20:06:16.1166028Z 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-04T20:06:16.1172380Z 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-04T20:06:16.1181804Z 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-04T20:06:16.1191811Z 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-04T20:06:16.1197940Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\serialization 2025-03-04T20:06:16.1202084Z 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-04T20:06:16.1207762Z 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-04T20:06:16.1213325Z 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-04T20:06:16.1222867Z 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-04T20:06:16.1228959Z 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-04T20:06:16.1234410Z 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-04T20:06:16.1239949Z 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-04T20:06:16.1245670Z 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-04T20:06:16.1251210Z 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-04T20:06:16.1257007Z 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-04T20:06:16.1262669Z 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-04T20:06:16.1268722Z 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-04T20:06:16.1275487Z 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-04T20:06:16.1280724Z 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-04T20:06:16.1286388Z 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-04T20:06:16.1291837Z 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-04T20:06:16.1297686Z 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-04T20:06:16.1303559Z 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-04T20:06:16.1309257Z 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-04T20:06:16.1315328Z 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-04T20:06:16.1326107Z 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-04T20:06:16.1332412Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr 2025-03-04T20:06:16.1335901Z 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-04T20:06:16.1341258Z 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-04T20:06:16.1346712Z 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-04T20:06:16.1352226Z 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-04T20:06:16.1361610Z 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-04T20:06:16.1367091Z 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-04T20:06:16.1372689Z 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-04T20:06:16.1378255Z 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-04T20:06:16.1383611Z 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-04T20:06:16.1388910Z 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-04T20:06:16.1394743Z 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-04T20:06:16.1400094Z 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-04T20:06:16.1405702Z 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-04T20:06:16.1411409Z 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-04T20:06:16.1416735Z 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-04T20:06:16.1422009Z 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-04T20:06:16.1427882Z 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-04T20:06:16.1433953Z 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-04T20:06:16.1439621Z 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-04T20:06:16.1453642Z 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-04T20:06:16.1459103Z 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-04T20:06:16.1470015Z 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-04T20:06:16.1475752Z 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-04T20:06:16.1481866Z 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-04T20:06:16.1488432Z 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-04T20:06:16.1494497Z 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-04T20:06:16.1500894Z 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-04T20:06:16.1507315Z 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-04T20:06:16.1513553Z 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-04T20:06:16.1519774Z 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-04T20:06:16.1525503Z 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-04T20:06:16.1532096Z 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-04T20:06:16.1542968Z 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-04T20:06:16.1548621Z 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-04T20:06:16.1555256Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr\operators 2025-03-04T20:06:16.1558879Z 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-04T20:06:16.1564157Z 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-04T20:06:16.1569406Z 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-04T20:06:16.1575015Z 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-04T20:06:16.1580107Z 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-04T20:06:16.1590125Z 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-04T20:06:16.1595703Z 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-04T20:06:16.1601292Z 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-04T20:06:16.1606778Z 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-04T20:06:16.1612056Z 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-04T20:06:16.1617935Z 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-04T20:06:16.1623425Z 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-04T20:06:16.1629264Z 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-04T20:06:16.1635046Z 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-04T20:06:16.1640217Z 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-04T20:06:16.1645708Z 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-04T20:06:16.1651467Z 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-04T20:06:16.1657272Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\testing 2025-03-04T20:06:16.1660718Z 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-04T20:06:16.1666627Z 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-04T20:06:16.1673349Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:16.1679123Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy 2025-03-04T20:06:16.1682575Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\backend 2025-03-04T20:06:16.1685926Z 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-04T20:06:16.1691531Z 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-04T20:06:16.1696753Z 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-04T20:06:16.1702333Z 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-04T20:06:16.1714590Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core 2025-03-04T20:06:16.1717807Z 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-04T20:06:16.1723013Z 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-04T20:06:16.1728858Z 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-04T20:06:16.1734104Z 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-04T20:06:16.1739492Z 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-04T20:06:16.1750023Z 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-04T20:06:16.1755732Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\internal_ops 2025-03-04T20:06:16.1759187Z 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-04T20:06:16.1764589Z 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-04T20:06:16.1770183Z 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-04T20:06:16.1775811Z 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-04T20:06:16.1781259Z 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-04T20:06:16.1787106Z 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-04T20:06:16.1792784Z 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-04T20:06:16.1798321Z 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-04T20:06:16.1803806Z 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-04T20:06:16.1815288Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\ops 2025-03-04T20:06:16.1815922Z 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-04T20:06:16.1820952Z 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-04T20:06:16.1827124Z 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-04T20:06:16.1832799Z 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-04T20:06:16.1838796Z 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-04T20:06:16.1844512Z 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-04T20:06:16.1850007Z 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-04T20:06:16.1855865Z 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-04T20:06:16.1861892Z 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-04T20:06:16.1867030Z 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-04T20:06:16.1873164Z 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-04T20:06:16.1883029Z 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-04T20:06:16.1889878Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\python 2025-03-04T20:06:16.1892516Z 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-04T20:06:16.1898139Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\ts_backend 2025-03-04T20:06:16.1901836Z 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-04T20:06:16.1907822Z 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-04T20:06:16.1913480Z 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-04T20:06:16.1918904Z 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-04T20:06:16.1929217Z 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-04T20:06:16.1934679Z 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-04T20:06:16.1940390Z 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-04T20:06:16.1945915Z 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-04T20:06:16.1951424Z 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-04T20:06:16.1957072Z 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-04T20:06:16.1967589Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:16.1973041Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:16.1978589Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\onnx 2025-03-04T20:06:16.1982182Z 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-04T20:06:16.1988370Z 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-04T20:06:16.1993439Z 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-04T20:06:16.1999581Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler 2025-03-04T20:06:16.2003262Z 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-04T20:06:16.2009041Z 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-04T20:06:16.2015037Z 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-04T20:06:16.2020536Z 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-04T20:06:16.2031283Z 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-04T20:06:16.2036870Z 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-04T20:06:16.2042586Z 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-04T20:06:16.2047808Z 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-04T20:06:16.2063944Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\orchestration 2025-03-04T20:06:16.2067341Z 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-04T20:06:16.2073183Z 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-04T20:06:16.2078395Z 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-04T20:06:16.2083948Z 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-04T20:06:16.2089133Z 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-04T20:06:16.2094874Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\python 2025-03-04T20:06:16.2098278Z 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-04T20:06:16.2103841Z 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-04T20:06:16.2113916Z 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-04T20:06:16.2119543Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\standalone 2025-03-04T20:06:16.2123321Z 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-04T20:06:16.2128787Z 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-04T20:06:16.2133831Z 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-04T20:06:16.2145320Z 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-04T20:06:16.2150903Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\stubs 2025-03-04T20:06:16.2154329Z 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-04T20:06:16.2160197Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\unwind 2025-03-04T20:06:16.2163539Z 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-04T20:06:16.2169113Z 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-04T20:06:16.2174757Z 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-04T20:06:16.2180152Z 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-04T20:06:16.2193774Z 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-04T20:06:16.2199249Z 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-04T20:06:16.2204691Z 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-04T20:06:16.2210016Z 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-04T20:06:16.2215471Z 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-04T20:06:16.2221175Z 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-04T20:06:16.2226780Z 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-04T20:06:16.2232199Z 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-04T20:06:16.2237605Z 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-04T20:06:16.2243114Z 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-04T20:06:16.2248330Z 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-04T20:06:16.2253749Z 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-04T20:06:16.2259067Z 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-04T20:06:16.2264631Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\PyInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:16.2270151Z 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-04T20:06:16.2280346Z 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-04T20:06:16.2285971Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:16.2291314Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:16.2296703Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Size.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:16.2302051Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:16.2307600Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageMethods.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:16.2312992Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageSharing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:16.2318734Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:16.2324655Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\tensor 2025-03-04T20:06:16.2328096Z 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-04T20:06:16.2333954Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THConcat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:16.2339255Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THP.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:16.2344528Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\TypeInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:16.2349941Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:16.2356505Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\utils 2025-03-04T20:06:16.2360131Z 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-04T20:06:16.2366062Z 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-04T20:06:16.2371670Z 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-04T20:06:16.2376816Z 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-04T20:06:16.2389903Z 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-04T20:06:16.2395612Z 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-04T20:06:16.2402822Z 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-04T20:06:16.2408252Z 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-04T20:06:16.2413354Z 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-04T20:06:16.2418838Z 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-04T20:06:16.2424188Z 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-04T20:06:16.2429567Z 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-04T20:06:16.2452936Z 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-04T20:06:16.2458611Z 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-04T20:06:16.2463987Z 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-04T20:06:16.2469423Z 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-04T20:06:16.2475690Z 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-04T20:06:16.2481996Z 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-04T20:06:16.2488506Z 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-04T20:06:16.2494452Z 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-04T20:06:16.2505389Z 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-04T20:06:16.2511136Z 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-04T20:06:16.2516943Z 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-04T20:06:16.2522637Z 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-04T20:06:16.2528148Z 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-04T20:06:16.2534543Z 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-04T20:06:16.2540984Z 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-04T20:06:16.2546479Z 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-04T20:06:16.2552064Z 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-04T20:06:16.2557413Z 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-04T20:06:16.2568798Z 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-04T20:06:16.2573961Z 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-04T20:06:16.2579480Z 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-04T20:06:16.2585022Z 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-04T20:06:16.2590353Z 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-04T20:06:16.2595895Z 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-04T20:06:16.2601335Z 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-04T20:06:16.2606998Z 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-04T20:06:16.2613195Z 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-04T20:06:16.2624002Z 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-04T20:06:16.2629546Z 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-04T20:06:16.2635313Z 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-04T20:06:16.2641201Z 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-04T20:06:16.2646545Z 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-04T20:06:16.2652004Z 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-04T20:06:16.2657042Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-03-04T20:06:16.2662797Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\xpu 2025-03-04T20:06:16.2670905Z 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-04T20:06:16.2676530Z 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-04T20:06:16.2681521Z 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-04T20:06:16.2687373Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-03-04T20:06:16.2693356Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class_detail.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-03-04T20:06:16.2698956Z copying build\lib.win-amd64-cpython-39\torch\include\torch\extension.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-03-04T20:06:16.2711076Z copying build\lib.win-amd64-cpython-39\torch\include\torch\library.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-03-04T20:06:16.2717129Z copying build\lib.win-amd64-cpython-39\torch\include\torch\script.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-03-04T20:06:16.2722912Z copying build\lib.win-amd64-cpython-39\torch\include\xnnpack.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-03-04T20:06:16.2737492Z creating build\bdist.win-amd64\wheel\torch\jit 2025-03-04T20:06:16.2740708Z copying build\lib.win-amd64-cpython-39\torch\jit\annotations.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.2746851Z copying build\lib.win-amd64-cpython-39\torch\jit\frontend.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.2752709Z copying build\lib.win-amd64-cpython-39\torch\jit\generate_bytecode.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.2758191Z creating build\bdist.win-amd64\wheel\torch\jit\mobile 2025-03-04T20:06:16.2761451Z copying build\lib.win-amd64-cpython-39\torch\jit\mobile\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\mobile 2025-03-04T20:06:16.2766913Z copying build\lib.win-amd64-cpython-39\torch\jit\quantized.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.2777278Z copying build\lib.win-amd64-cpython-39\torch\jit\supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.2782819Z copying build\lib.win-amd64-cpython-39\torch\jit\unsupported_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.2788042Z copying build\lib.win-amd64-cpython-39\torch\jit\_async.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.2793310Z copying build\lib.win-amd64-cpython-39\torch\jit\_await.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.2799498Z copying build\lib.win-amd64-cpython-39\torch\jit\_builtins.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.2806933Z copying build\lib.win-amd64-cpython-39\torch\jit\_check.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.2815027Z copying build\lib.win-amd64-cpython-39\torch\jit\_dataclass_impls.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.2822921Z copying build\lib.win-amd64-cpython-39\torch\jit\_decompositions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.2830824Z copying build\lib.win-amd64-cpython-39\torch\jit\_decomposition_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.2838394Z copying build\lib.win-amd64-cpython-39\torch\jit\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.2845972Z copying build\lib.win-amd64-cpython-39\torch\jit\_fuser.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.2853994Z copying build\lib.win-amd64-cpython-39\torch\jit\_ir_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.2861703Z copying build\lib.win-amd64-cpython-39\torch\jit\_logging.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.2868911Z copying build\lib.win-amd64-cpython-39\torch\jit\_monkeytype_config.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.2877261Z creating build\bdist.win-amd64\wheel\torch\jit\_passes 2025-03-04T20:06:16.2881911Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\_property_propagation.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2025-03-04T20:06:16.2888807Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2025-03-04T20:06:16.2893121Z copying build\lib.win-amd64-cpython-39\torch\jit\_pickle.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.2898543Z copying build\lib.win-amd64-cpython-39\torch\jit\_recursive.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.2904780Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.2911444Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.pyi -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.2916882Z copying build\lib.win-amd64-cpython-39\torch\jit\_serialization.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.4109491Z copying build\lib.win-amd64-cpython-39\torch\jit\_shape_functions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.4116541Z copying build\lib.win-amd64-cpython-39\torch\jit\_state.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.4121479Z copying build\lib.win-amd64-cpython-39\torch\jit\_trace.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.4127826Z copying build\lib.win-amd64-cpython-39\torch\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-03-04T20:06:16.4134685Z creating build\bdist.win-amd64\wheel\torch\lib 2025-03-04T20:06:16.4138407Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:16.4146458Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:16.4152274Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:16.4168457Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:16.4175476Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:16.4186821Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:16.4193013Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:16.4206918Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:16.4218164Z copying build\lib.win-amd64-cpython-39\torch\lib\cpuinfo.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:16.4224856Z copying build\lib.win-amd64-cpython-39\torch\lib\dnnl.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:16.9877817Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:16.9925397Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:16.9948219Z copying build\lib.win-amd64-cpython-39\torch\lib\fmt.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:16.9965550Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:16.9973084Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:16.9979498Z copying build\lib.win-amd64-cpython-39\torch\lib\kineto.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:17.0173968Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf-lite.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:17.0223225Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:17.0556632Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotoc.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:17.0904967Z copying build\lib.win-amd64-cpython-39\torch\lib\microkernels-prod.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:17.0935995Z copying build\lib.win-amd64-cpython-39\torch\lib\pthreadpool.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:17.0943615Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:17.0949849Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:17.0955598Z copying build\lib.win-amd64-cpython-39\torch\lib\sleef.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:17.1037763Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:17.1043035Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:17.1059516Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:17.1071475Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:17.1078002Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:17.2353391Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:17.2601638Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_global_deps.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:17.2607202Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:17.2755324Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:17.2763505Z copying build\lib.win-amd64-cpython-39\torch\lib\XNNPACK.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:17.2792425Z copying build\lib.win-amd64-cpython-39\torch\lib\_C.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-03-04T20:06:17.2797836Z copying build\lib.win-amd64-cpython-39\torch\library.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:17.2804751Z creating build\bdist.win-amd64\wheel\torch\linalg 2025-03-04T20:06:17.2808187Z copying build\lib.win-amd64-cpython-39\torch\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\linalg 2025-03-04T20:06:17.2816330Z creating build\bdist.win-amd64\wheel\torch\masked 2025-03-04T20:06:17.2819650Z creating build\bdist.win-amd64\wheel\torch\masked\maskedtensor 2025-03-04T20:06:17.2823067Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\binary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-03-04T20:06:17.2828500Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\core.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-03-04T20:06:17.2833885Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\creation.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-03-04T20:06:17.2839023Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\passthrough.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-03-04T20:06:17.2844430Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\reductions.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-03-04T20:06:17.2856483Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\unary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-03-04T20:06:17.2861446Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\_ops_refs.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-03-04T20:06:17.2867051Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-03-04T20:06:17.2872138Z copying build\lib.win-amd64-cpython-39\torch\masked\_docs.py -> build\bdist.win-amd64\wheel\.\torch\masked 2025-03-04T20:06:17.2878002Z copying build\lib.win-amd64-cpython-39\torch\masked\_ops.py -> build\bdist.win-amd64\wheel\.\torch\masked 2025-03-04T20:06:17.2884071Z copying build\lib.win-amd64-cpython-39\torch\masked\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked 2025-03-04T20:06:17.2889524Z creating build\bdist.win-amd64\wheel\torch\monitor 2025-03-04T20:06:17.2892709Z copying build\lib.win-amd64-cpython-39\torch\monitor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\monitor 2025-03-04T20:06:17.2898293Z creating build\bdist.win-amd64\wheel\torch\mps 2025-03-04T20:06:17.2901344Z copying build\lib.win-amd64-cpython-39\torch\mps\event.py -> build\bdist.win-amd64\wheel\.\torch\mps 2025-03-04T20:06:17.2906750Z copying build\lib.win-amd64-cpython-39\torch\mps\profiler.py -> build\bdist.win-amd64\wheel\.\torch\mps 2025-03-04T20:06:17.2911946Z copying build\lib.win-amd64-cpython-39\torch\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mps 2025-03-04T20:06:17.2917237Z creating build\bdist.win-amd64\wheel\torch\mtia 2025-03-04T20:06:17.2920413Z copying build\lib.win-amd64-cpython-39\torch\mtia\memory.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2025-03-04T20:06:17.2925924Z copying build\lib.win-amd64-cpython-39\torch\mtia\_utils.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2025-03-04T20:06:17.2931170Z copying build\lib.win-amd64-cpython-39\torch\mtia\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2025-03-04T20:06:17.2937285Z creating build\bdist.win-amd64\wheel\torch\multiprocessing 2025-03-04T20:06:17.2940616Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\pool.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-03-04T20:06:17.2945897Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\queue.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-03-04T20:06:17.2951260Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\reductions.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-03-04T20:06:17.2956927Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\spawn.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-03-04T20:06:17.2972461Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\_atfork.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-03-04T20:06:17.2982371Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-03-04T20:06:17.2987788Z creating build\bdist.win-amd64\wheel\torch\nested 2025-03-04T20:06:17.2991134Z creating build\bdist.win-amd64\wheel\torch\nested\_internal 2025-03-04T20:06:17.2994432Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\nested_int.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-03-04T20:06:17.2999882Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\nested_tensor.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-03-04T20:06:17.3005759Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\ops.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-03-04T20:06:17.3012275Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-03-04T20:06:17.3023687Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-03-04T20:06:17.3028017Z copying build\lib.win-amd64-cpython-39\torch\nested\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested 2025-03-04T20:06:17.3034299Z creating build\bdist.win-amd64\wheel\torch\nn 2025-03-04T20:06:17.3037601Z creating build\bdist.win-amd64\wheel\torch\nn\attention 2025-03-04T20:06:17.3041025Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\bias.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-03-04T20:06:17.3047165Z creating build\bdist.win-amd64\wheel\torch\nn\attention\experimental 2025-03-04T20:06:17.3051220Z 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-04T20:06:17.3057496Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention\experimental 2025-03-04T20:06:17.3062851Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-03-04T20:06:17.3069227Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-03-04T20:06:17.3085640Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-03-04T20:06:17.3091204Z creating build\bdist.win-amd64\wheel\torch\nn\backends 2025-03-04T20:06:17.3094312Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\thnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2025-03-04T20:06:17.3099593Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2025-03-04T20:06:17.3103964Z copying build\lib.win-amd64-cpython-39\torch\nn\common_types.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-04T20:06:17.3109356Z copying build\lib.win-amd64-cpython-39\torch\nn\cpp.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-04T20:06:17.3114592Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-04T20:06:17.3129417Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-04T20:06:17.3135131Z copying build\lib.win-amd64-cpython-39\torch\nn\grad.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-04T20:06:17.3140513Z copying build\lib.win-amd64-cpython-39\torch\nn\init.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-04T20:06:17.3146628Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic 2025-03-04T20:06:17.3149913Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\modules 2025-03-04T20:06:17.3153311Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\fused.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2025-03-04T20:06:17.3159142Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2025-03-04T20:06:17.3164457Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat 2025-03-04T20:06:17.3169322Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat\modules 2025-03-04T20:06:17.3172761Z 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-04T20:06:17.3178464Z 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-04T20:06:17.3183391Z 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-04T20:06:17.3188356Z 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-04T20:06:17.3199176Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat 2025-03-04T20:06:17.3204714Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized 2025-03-04T20:06:17.3208043Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic 2025-03-04T20:06:17.3211448Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic\modules 2025-03-04T20:06:17.3214851Z 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-04T20:06:17.3220177Z 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-04T20:06:17.3225261Z 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-04T20:06:17.3230255Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\modules 2025-03-04T20:06:17.3233635Z 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-04T20:06:17.3239195Z 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-04T20:06:17.3244223Z 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-04T20:06:17.3249225Z 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-04T20:06:17.3254095Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized 2025-03-04T20:06:17.3258911Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic 2025-03-04T20:06:17.3264430Z creating build\bdist.win-amd64\wheel\torch\nn\modules 2025-03-04T20:06:17.3267650Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3274172Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\adaptive.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3279426Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3286352Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\channelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3296893Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\container.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3303297Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3309883Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\distance.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3315237Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3320569Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\flatten.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3325983Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\fold.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3331359Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\instancenorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3337246Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\lazy.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3342583Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3348160Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\loss.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3354817Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\module.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3361787Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3367412Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\padding.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3373271Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pixelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3378664Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pooling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3384849Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3391397Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3397830Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\transformer.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3404131Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\upsampling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3409813Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3415190Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3420645Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-03-04T20:06:17.3426599Z creating build\bdist.win-amd64\wheel\torch\nn\parallel 2025-03-04T20:06:17.3429965Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\comm.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-03-04T20:06:17.3435605Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-03-04T20:06:17.3441076Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\distributed.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-03-04T20:06:17.3447892Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\parallel_apply.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-03-04T20:06:17.3459367Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\replicate.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-03-04T20:06:17.3464552Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\scatter_gather.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-03-04T20:06:17.3470280Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-03-04T20:06:17.3476103Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-03-04T20:06:17.3481706Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-04T20:06:17.3487759Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-04T20:06:17.3494416Z creating build\bdist.win-amd64\wheel\torch\nn\qat 2025-03-04T20:06:17.3497655Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic 2025-03-04T20:06:17.3500836Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic\modules 2025-03-04T20:06:17.3504108Z 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-04T20:06:17.3510160Z 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-04T20:06:17.3515081Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic 2025-03-04T20:06:17.3520187Z creating build\bdist.win-amd64\wheel\torch\nn\qat\modules 2025-03-04T20:06:17.3523632Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-03-04T20:06:17.3528919Z 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-04T20:06:17.3533895Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-03-04T20:06:17.3538939Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-03-04T20:06:17.3544084Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat 2025-03-04T20:06:17.3549465Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable 2025-03-04T20:06:17.3553364Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable\modules 2025-03-04T20:06:17.3557041Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2025-03-04T20:06:17.3562217Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2025-03-04T20:06:17.3567554Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2025-03-04T20:06:17.3577842Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable 2025-03-04T20:06:17.3583231Z creating build\bdist.win-amd64\wheel\torch\nn\quantized 2025-03-04T20:06:17.3586457Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic 2025-03-04T20:06:17.3589653Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic\modules 2025-03-04T20:06:17.3593332Z 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-04T20:06:17.3598425Z 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-04T20:06:17.3603343Z 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-04T20:06:17.3608727Z 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-04T20:06:17.3614388Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic 2025-03-04T20:06:17.3619269Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2025-03-04T20:06:17.3624450Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\modules 2025-03-04T20:06:17.3628142Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-04T20:06:17.3633546Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-04T20:06:17.3652422Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-04T20:06:17.3657485Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-04T20:06:17.3662457Z 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-04T20:06:17.3672145Z 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-04T20:06:17.3677179Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-04T20:06:17.3682180Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-04T20:06:17.3687548Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-04T20:06:17.3692526Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-04T20:06:17.3697552Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-03-04T20:06:17.3702920Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference 2025-03-04T20:06:17.3710427Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference\modules 2025-03-04T20:06:17.3713960Z 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-04T20:06:17.3718935Z 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-04T20:06:17.3723796Z 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-04T20:06:17.3733068Z 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-04T20:06:17.3737942Z 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-04T20:06:17.3742821Z 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-04T20:06:17.3748231Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference 2025-03-04T20:06:17.3753217Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2025-03-04T20:06:17.3758643Z creating build\bdist.win-amd64\wheel\torch\nn\utils 2025-03-04T20:06:17.3761839Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\clip_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-04T20:06:17.3767579Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\convert_parameters.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-04T20:06:17.3778075Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\fusion.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-04T20:06:17.3783692Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\init.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-04T20:06:17.3789243Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\memory_format.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-04T20:06:17.3799690Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrizations.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-04T20:06:17.3805441Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrize.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-04T20:06:17.3811175Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\prune.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-04T20:06:17.3817256Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-04T20:06:17.3823881Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\spectral_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-04T20:06:17.3829163Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\stateless.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-04T20:06:17.3835764Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\weight_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-04T20:06:17.3841144Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_deprecation_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-04T20:06:17.3846580Z creating build\bdist.win-amd64\wheel\torch\nn\utils\_expanded_weights 2025-03-04T20:06:17.3850037Z 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-04T20:06:17.3855807Z 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-04T20:06:17.3861684Z 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-04T20:06:17.3871409Z 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-04T20:06:17.3877113Z 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-04T20:06:17.3883628Z 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-04T20:06:17.3889093Z 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-04T20:06:17.3894494Z 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-04T20:06:17.3905023Z 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-04T20:06:17.3910435Z 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-04T20:06:17.3916102Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_named_member_accessor.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-04T20:06:17.3921642Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_per_sample_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-04T20:06:17.3928254Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-03-04T20:06:17.3933652Z copying build\lib.win-amd64-cpython-39\torch\nn\_reduction.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-04T20:06:17.3939045Z copying build\lib.win-amd64-cpython-39\torch\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-03-04T20:06:17.3945527Z creating build\bdist.win-amd64\wheel\torch\onnx 2025-03-04T20:06:17.3948848Z copying build\lib.win-amd64-cpython-39\torch\onnx\errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.3954488Z copying build\lib.win-amd64-cpython-39\torch\onnx\operators.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.3959787Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_caffe2.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.3965178Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_helper.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.3976468Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset10.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.3982441Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset11.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.3997674Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset12.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.4003264Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset13.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.4009585Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset14.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.4015170Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset15.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.4020817Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset16.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.4026631Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset17.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.4032390Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset18.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.4037998Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset19.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.4044388Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset20.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.4050083Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset7.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.4056206Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset8.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.4062330Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset9.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.4070580Z copying build\lib.win-amd64-cpython-39\torch\onnx\utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.4077680Z copying build\lib.win-amd64-cpython-39\torch\onnx\verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.4090878Z copying build\lib.win-amd64-cpython-39\torch\onnx\_constants.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.4096393Z copying build\lib.win-amd64-cpython-39\torch\onnx\_experimental.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.4102079Z copying build\lib.win-amd64-cpython-39\torch\onnx\_flags.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.4107680Z copying build\lib.win-amd64-cpython-39\torch\onnx\_globals.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.4113377Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal 2025-03-04T20:06:17.4117171Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics 2025-03-04T20:06:17.4120872Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra 2025-03-04T20:06:17.4124104Z 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-04T20:06:17.4129888Z 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-04T20:06:17.4135157Z 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-04T20:06:17.4142107Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra\sarif 2025-03-04T20:06:17.4145942Z 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-04T20:06:17.4151112Z 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-04T20:06:17.4156559Z 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-04T20:06:17.4162081Z 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-04T20:06:17.4167417Z 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-04T20:06:17.4177847Z 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-04T20:06:17.4188183Z 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-04T20:06:17.4193627Z 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-04T20:06:17.4199098Z 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-04T20:06:17.4204641Z 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-04T20:06:17.4209989Z 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-04T20:06:17.4215494Z 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-04T20:06:17.4221054Z 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-04T20:06:17.4232226Z 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-04T20:06:17.4237723Z 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-04T20:06:17.4243177Z 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-04T20:06:17.4248544Z 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-04T20:06:17.4253792Z 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-04T20:06:17.4259024Z 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-04T20:06:17.4264346Z 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-04T20:06:17.4270335Z 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-04T20:06:17.4280337Z 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-04T20:06:17.4285680Z 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-04T20:06:17.4290998Z 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-04T20:06:17.4296472Z 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-04T20:06:17.4302150Z 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-04T20:06:17.4307884Z 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-04T20:06:17.4313606Z 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-04T20:06:17.4319750Z 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-04T20:06:17.4325164Z 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-04T20:06:17.4331311Z 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-04T20:06:17.4341956Z 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-04T20:06:17.4348013Z 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-04T20:06:17.4354186Z 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-04T20:06:17.4360518Z 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-04T20:06:17.4366101Z 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-04T20:06:17.4371945Z 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-04T20:06:17.4377383Z 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-04T20:06:17.4382738Z 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-04T20:06:17.4388242Z 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-04T20:06:17.4393787Z 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-04T20:06:17.4411112Z 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-04T20:06:17.4416578Z 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-04T20:06:17.4421917Z 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-04T20:06:17.4427467Z 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-04T20:06:17.4432975Z 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-04T20:06:17.4438370Z 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-04T20:06:17.4443866Z 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-04T20:06:17.4449810Z 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-04T20:06:17.4455347Z 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-04T20:06:17.4460940Z 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-04T20:06:17.4471139Z 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-04T20:06:17.4476775Z 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-04T20:06:17.4482161Z 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-04T20:06:17.4487488Z 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-04T20:06:17.4498697Z 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-04T20:06:17.4507932Z 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-04T20:06:17.4513362Z 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-04T20:06:17.4518346Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_diagnostic.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2025-03-04T20:06:17.4523630Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_rules.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2025-03-04T20:06:17.4529369Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2025-03-04T20:06:17.4539408Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter 2025-03-04T20:06:17.4542723Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_analysis.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-04T20:06:17.4547956Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_building.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-04T20:06:17.4554992Z 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-04T20:06:17.4560228Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_compat.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-04T20:06:17.4570112Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_constants.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-04T20:06:17.4575103Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_core.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-04T20:06:17.4586009Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_decomp.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-04T20:06:17.4591369Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_dispatching.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-04T20:06:17.4597386Z 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-04T20:06:17.4603261Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-04T20:06:17.4637019Z 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-04T20:06:17.4642580Z 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-04T20:06:17.4648575Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_isolated.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-04T20:06:17.4665448Z 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-04T20:06:17.4671051Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-04T20:06:17.4676641Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_reporting.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-04T20:06:17.4681953Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_schemas.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-04T20:06:17.4687673Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_tensors.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-04T20:06:17.4693022Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_testing.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-04T20:06:17.4698407Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter\_torchlib 2025-03-04T20:06:17.4701894Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter\_torchlib\ops 2025-03-04T20:06:17.4705226Z 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-04T20:06:17.4715512Z 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-04T20:06:17.4720760Z 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-04T20:06:17.4725783Z 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-04T20:06:17.4731537Z 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-04T20:06:17.4736641Z 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-04T20:06:17.4745019Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-04T20:06:17.4750730Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-03-04T20:06:17.4755433Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx 2025-03-04T20:06:17.4758553Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\analysis 2025-03-04T20:06:17.4761908Z 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-04T20:06:17.4772059Z 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-04T20:06:17.4776947Z 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-04T20:06:17.4782237Z 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-04T20:06:17.4787816Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\diagnostics.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-04T20:06:17.4798138Z 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-04T20:06:17.4803499Z 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-04T20:06:17.4810027Z 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-04T20:06:17.4815857Z 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-04T20:06:17.4822036Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\passes 2025-03-04T20:06:17.4825265Z 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-04T20:06:17.4830509Z 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-04T20:06:17.4835921Z 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-04T20:06:17.4842523Z 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-04T20:06:17.4854452Z 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-04T20:06:17.4861086Z 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-04T20:06:17.4866588Z 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-04T20:06:17.4871873Z 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-04T20:06:17.4876798Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\patcher.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-04T20:06:17.4882201Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-04T20:06:17.4887569Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\serialization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-04T20:06:17.4892939Z 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-04T20:06:17.4898620Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\_pass.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-04T20:06:17.4904816Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-03-04T20:06:17.4909902Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\io_adapter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-03-04T20:06:17.4921657Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-03-04T20:06:17.4927177Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnxruntime.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-03-04T20:06:17.4933438Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnx_proto_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-03-04T20:06:17.4939342Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-03-04T20:06:17.4944454Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_exporter_legacy.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-03-04T20:06:17.4950394Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_lazy_import.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-03-04T20:06:17.4956405Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-03-04T20:06:17.4960935Z copying build\lib.win-amd64-cpython-39\torch\onnx\_onnx_supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.4966483Z copying build\lib.win-amd64-cpython-39\torch\onnx\_type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.4972294Z copying build\lib.win-amd64-cpython-39\torch\onnx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-03-04T20:06:17.4978768Z creating build\bdist.win-amd64\wheel\torch\optim 2025-03-04T20:06:17.4981988Z copying build\lib.win-amd64-cpython-39\torch\optim\adadelta.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-04T20:06:17.4987686Z copying build\lib.win-amd64-cpython-39\torch\optim\adagrad.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-04T20:06:17.4993891Z copying build\lib.win-amd64-cpython-39\torch\optim\adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-04T20:06:17.4999883Z copying build\lib.win-amd64-cpython-39\torch\optim\adamax.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-04T20:06:17.5005601Z copying build\lib.win-amd64-cpython-39\torch\optim\adamw.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-04T20:06:17.5010907Z copying build\lib.win-amd64-cpython-39\torch\optim\asgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-04T20:06:17.5016643Z copying build\lib.win-amd64-cpython-39\torch\optim\lbfgs.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-04T20:06:17.5031072Z copying build\lib.win-amd64-cpython-39\torch\optim\lr_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-04T20:06:17.5037973Z copying build\lib.win-amd64-cpython-39\torch\optim\nadam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-04T20:06:17.5043888Z copying build\lib.win-amd64-cpython-39\torch\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-04T20:06:17.5049865Z copying build\lib.win-amd64-cpython-39\torch\optim\radam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-04T20:06:17.5055806Z copying build\lib.win-amd64-cpython-39\torch\optim\rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-04T20:06:17.5062004Z copying build\lib.win-amd64-cpython-39\torch\optim\rprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-04T20:06:17.5073071Z copying build\lib.win-amd64-cpython-39\torch\optim\sgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-04T20:06:17.5078925Z copying build\lib.win-amd64-cpython-39\torch\optim\sparse_adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-04T20:06:17.5084366Z copying build\lib.win-amd64-cpython-39\torch\optim\swa_utils.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-04T20:06:17.5090868Z copying build\lib.win-amd64-cpython-39\torch\optim\_adafactor.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-04T20:06:17.5096562Z copying build\lib.win-amd64-cpython-39\torch\optim\_functional.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-04T20:06:17.5102429Z creating build\bdist.win-amd64\wheel\torch\optim\_multi_tensor 2025-03-04T20:06:17.5106303Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2025-03-04T20:06:17.5111052Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2025-03-04T20:06:17.5116302Z copying build\lib.win-amd64-cpython-39\torch\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-03-04T20:06:17.5121504Z copying build\lib.win-amd64-cpython-39\torch\overrides.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:17.5128872Z creating build\bdist.win-amd64\wheel\torch\package 2025-03-04T20:06:17.5132151Z creating build\bdist.win-amd64\wheel\torch\package\analyze 2025-03-04T20:06:17.5135543Z 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-04T20:06:17.5140808Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\is_from_package.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-03-04T20:06:17.5145861Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\trace_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-03-04T20:06:17.5157833Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-03-04T20:06:17.5162890Z copying build\lib.win-amd64-cpython-39\torch\package\file_structure_representation.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-04T20:06:17.5168138Z copying build\lib.win-amd64-cpython-39\torch\package\find_file_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-04T20:06:17.5173242Z copying build\lib.win-amd64-cpython-39\torch\package\glob_group.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-04T20:06:17.5183077Z copying build\lib.win-amd64-cpython-39\torch\package\importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-04T20:06:17.5188281Z copying build\lib.win-amd64-cpython-39\torch\package\package_exporter.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-04T20:06:17.5201119Z copying build\lib.win-amd64-cpython-39\torch\package\package_importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-04T20:06:17.5202152Z copying build\lib.win-amd64-cpython-39\torch\package\_digraph.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-04T20:06:17.5205952Z copying build\lib.win-amd64-cpython-39\torch\package\_directory_reader.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-04T20:06:17.5212120Z copying build\lib.win-amd64-cpython-39\torch\package\_importlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-04T20:06:17.5222569Z copying build\lib.win-amd64-cpython-39\torch\package\_mangling.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-04T20:06:17.5227654Z copying build\lib.win-amd64-cpython-39\torch\package\_mock.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-04T20:06:17.5233058Z copying build\lib.win-amd64-cpython-39\torch\package\_package_pickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-04T20:06:17.5238166Z copying build\lib.win-amd64-cpython-39\torch\package\_package_unpickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-04T20:06:17.5248229Z copying build\lib.win-amd64-cpython-39\torch\package\_stdlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-04T20:06:17.5253264Z copying build\lib.win-amd64-cpython-39\torch\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-03-04T20:06:17.5258565Z creating build\bdist.win-amd64\wheel\torch\profiler 2025-03-04T20:06:17.5266532Z copying build\lib.win-amd64-cpython-39\torch\profiler\itt.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-03-04T20:06:17.5272021Z copying build\lib.win-amd64-cpython-39\torch\profiler\profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-03-04T20:06:17.5277745Z copying build\lib.win-amd64-cpython-39\torch\profiler\python_tracer.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-03-04T20:06:17.5283217Z copying build\lib.win-amd64-cpython-39\torch\profiler\_memory_profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-03-04T20:06:17.5289572Z copying build\lib.win-amd64-cpython-39\torch\profiler\_pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-03-04T20:06:17.5300104Z copying build\lib.win-amd64-cpython-39\torch\profiler\_utils.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-03-04T20:06:17.5305342Z copying build\lib.win-amd64-cpython-39\torch\profiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-03-04T20:06:17.5310883Z copying build\lib.win-amd64-cpython-39\torch\py.typed -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:17.5316067Z creating build\bdist.win-amd64\wheel\torch\quantization 2025-03-04T20:06:17.5319569Z copying build\lib.win-amd64-cpython-39\torch\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-04T20:06:17.5324938Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-04T20:06:17.5330177Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-04T20:06:17.5340839Z creating build\bdist.win-amd64\wheel\torch\quantization\fx 2025-03-04T20:06:17.5343966Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-04T20:06:17.5348857Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-04T20:06:17.5353925Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fusion_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-04T20:06:17.5359136Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-04T20:06:17.5364075Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-04T20:06:17.5374079Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-04T20:06:17.5379714Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-04T20:06:17.5384945Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-04T20:06:17.5390198Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_types.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-04T20:06:17.5395375Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-04T20:06:17.5400659Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-04T20:06:17.5405787Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-03-04T20:06:17.5410699Z copying build\lib.win-amd64-cpython-39\torch\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-04T20:06:17.5416070Z copying build\lib.win-amd64-cpython-39\torch\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-04T20:06:17.5421538Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-04T20:06:17.5426900Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-04T20:06:17.5432475Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-04T20:06:17.5437851Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-04T20:06:17.5443883Z copying build\lib.win-amd64-cpython-39\torch\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-04T20:06:17.5449062Z copying build\lib.win-amd64-cpython-39\torch\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-04T20:06:17.5454144Z copying build\lib.win-amd64-cpython-39\torch\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-04T20:06:17.5459411Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-04T20:06:17.5464946Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-04T20:06:17.5470525Z copying build\lib.win-amd64-cpython-39\torch\quantization\_quantized_conversions.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-04T20:06:17.5476011Z copying build\lib.win-amd64-cpython-39\torch\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-03-04T20:06:17.5499475Z copying build\lib.win-amd64-cpython-39\torch\quasirandom.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:17.5505007Z copying build\lib.win-amd64-cpython-39\torch\random.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:17.5510549Z copying build\lib.win-amd64-cpython-39\torch\return_types.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:17.5516185Z copying build\lib.win-amd64-cpython-39\torch\return_types.pyi -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:17.5521760Z copying build\lib.win-amd64-cpython-39\torch\serialization.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:17.5529752Z creating build\bdist.win-amd64\wheel\torch\share 2025-03-04T20:06:17.5533172Z creating build\bdist.win-amd64\wheel\torch\share\cmake 2025-03-04T20:06:17.5536394Z creating build\bdist.win-amd64\wheel\torch\share\cmake\ATen 2025-03-04T20:06:17.5539757Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\ATen\ATenConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\ATen 2025-03-04T20:06:17.5545736Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2 2025-03-04T20:06:17.5549232Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-03-04T20:06:17.5555389Z 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-04T20:06:17.5560846Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-03-04T20:06:17.5572203Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-03-04T20:06:17.5578995Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDSS.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-03-04T20:06:17.5584920Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-03-04T20:06:17.5590643Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-03-04T20:06:17.5596768Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-03-04T20:06:17.5600184Z 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-04T20:06:17.5605505Z 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-04T20:06:17.5611798Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-03-04T20:06:17.5621567Z 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-04T20:06:17.5627197Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-03-04T20:06:17.5630626Z 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-04T20:06:17.5636239Z 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-04T20:06:17.5641616Z 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-04T20:06:17.5652406Z 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-04T20:06:17.5657908Z 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-04T20:06:17.5664648Z 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-04T20:06:17.5675936Z 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-04T20:06:17.5682103Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\public 2025-03-04T20:06:17.5685355Z 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-04T20:06:17.5690698Z 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-04T20:06:17.5696798Z 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-04T20:06:17.5702404Z 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-04T20:06:17.5713053Z 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-04T20:06:17.5718726Z 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-04T20:06:17.5723936Z 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-04T20:06:17.5729135Z 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-04T20:06:17.5735139Z 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-04T20:06:17.5740789Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Torch 2025-03-04T20:06:17.5744117Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2025-03-04T20:06:17.5749915Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2025-03-04T20:06:17.5755130Z creating build\bdist.win-amd64\wheel\torch\signal 2025-03-04T20:06:17.5758283Z creating build\bdist.win-amd64\wheel\torch\signal\windows 2025-03-04T20:06:17.5761452Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\windows.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2025-03-04T20:06:17.5767273Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2025-03-04T20:06:17.5772296Z copying build\lib.win-amd64-cpython-39\torch\signal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal 2025-03-04T20:06:17.5777447Z creating build\bdist.win-amd64\wheel\torch\sparse 2025-03-04T20:06:17.5780714Z copying build\lib.win-amd64-cpython-39\torch\sparse\semi_structured.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-03-04T20:06:17.5786812Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_conversions.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-03-04T20:06:17.5792567Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-03-04T20:06:17.5803706Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-03-04T20:06:17.5810184Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops_meta.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-03-04T20:06:17.5820030Z copying build\lib.win-amd64-cpython-39\torch\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-03-04T20:06:17.5826048Z creating build\bdist.win-amd64\wheel\torch\special 2025-03-04T20:06:17.5829438Z copying build\lib.win-amd64-cpython-39\torch\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\special 2025-03-04T20:06:17.5835500Z copying build\lib.win-amd64-cpython-39\torch\storage.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:17.5844406Z creating build\bdist.win-amd64\wheel\torch\test 2025-03-04T20:06:17.5852283Z copying build\lib.win-amd64-cpython-39\torch\test\apply_utils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.5861669Z copying build\lib.win-amd64-cpython-39\torch\test\atest.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.5870903Z copying build\lib.win-amd64-cpython-39\torch\test\backend_fallback_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.5879933Z copying build\lib.win-amd64-cpython-39\torch\test\basic.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.5895766Z copying build\lib.win-amd64-cpython-39\torch\test\broadcast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.5905277Z copying build\lib.win-amd64-cpython-39\torch\test\c10_accumulate_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.5914018Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ArrayRef_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.5922745Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bfloat16_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.5931601Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Bitset_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.5940330Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bit_cast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.5949528Z copying build\lib.win-amd64-cpython-39\torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.5958449Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.5967865Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.5976875Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ConstexprCrc_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.5985600Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.5995289Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeadlockDetection_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6004094Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6013173Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Device_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6028426Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DispatchKeySet_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6037609Z copying build\lib.win-amd64-cpython-39\torch\test\c10_error_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6046273Z copying build\lib.win-amd64-cpython-39\torch\test\c10_exception_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6054999Z copying build\lib.win-amd64-cpython-39\torch\test\c10_flags_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6063755Z copying build\lib.win-amd64-cpython-39\torch\test\c10_generic_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6072218Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6081634Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineDeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6090493Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineStreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6104568Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_benchmark.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6112870Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6128251Z copying build\lib.win-amd64-cpython-39\torch\test\c10_irange_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6137140Z copying build\lib.win-amd64-cpython-39\torch\test\c10_lazy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6145938Z copying build\lib.win-amd64-cpython-39\torch\test\c10_LeftRight_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6155042Z copying build\lib.win-amd64-cpython-39\torch\test\c10_logging_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6164534Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Metaprogramming_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6173700Z copying build\lib.win-amd64-cpython-39\torch\test\c10_NetworkFlow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6182900Z copying build\lib.win-amd64-cpython-39\torch\test\c10_optional_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6198664Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ordered_preserving_dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6207812Z copying build\lib.win-amd64-cpython-39\torch\test\c10_registry_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6216543Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6225482Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SizesAndStrides_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6234338Z copying build\lib.win-amd64-cpython-39\torch\test\c10_small_vector_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6248105Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ssize_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6256745Z copying build\lib.win-amd64-cpython-39\torch\test\c10_StreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6265003Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_util_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6273574Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_view_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6289726Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SymInt_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6298269Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Synchronized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6306987Z copying build\lib.win-amd64-cpython-39\torch\test\c10_tempfile_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6315429Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ThreadLocal_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6324202Z copying build\lib.win-amd64-cpython-39\torch\test\c10_typeid_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6332822Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeIndex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6341360Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeList_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6349728Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeTraits_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6362542Z copying build\lib.win-amd64-cpython-39\torch\test\CppSignature_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6371206Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6380117Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_generator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6389544Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_profiling_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6399116Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_rng_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6410731Z copying build\lib.win-amd64-cpython-39\torch\test\Dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6421167Z copying build\lib.win-amd64-cpython-39\torch\test\Dimname_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6430056Z copying build\lib.win-amd64-cpython-39\torch\test\dispatch_key_set_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6440203Z copying build\lib.win-amd64-cpython-39\torch\test\dlconvertor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6453930Z copying build\lib.win-amd64-cpython-39\torch\test\extension_backend_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6463414Z copying build\lib.win-amd64-cpython-39\torch\test\half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6473435Z copying build\lib.win-amd64-cpython-39\torch\test\IListRef_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6483331Z copying build\lib.win-amd64-cpython-39\torch\test\inline_container_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6493012Z copying build\lib.win-amd64-cpython-39\torch\test\ivalue_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6504693Z copying build\lib.win-amd64-cpython-39\torch\test\KernelFunction_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6514689Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6528459Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6545906Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6559792Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6571832Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_stackbased_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6583294Z copying build\lib.win-amd64-cpython-39\torch\test\lazy_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6592748Z copying build\lib.win-amd64-cpython-39\torch\test\legacy_vmap_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6603750Z copying build\lib.win-amd64-cpython-39\torch\test\List_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6615862Z 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-04T20:06:17.6627663Z copying build\lib.win-amd64-cpython-39\torch\test\math_kernel_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6637229Z copying build\lib.win-amd64-cpython-39\torch\test\MaybeOwned_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6647327Z copying build\lib.win-amd64-cpython-39\torch\test\memory_format_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6656563Z copying build\lib.win-amd64-cpython-39\torch\test\memory_overlapping_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6666427Z copying build\lib.win-amd64-cpython-39\torch\test\mobile_memory_cleanup.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6675948Z copying build\lib.win-amd64-cpython-39\torch\test\NamedTensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6685969Z copying build\lib.win-amd64-cpython-39\torch\test\native_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6695188Z copying build\lib.win-amd64-cpython-39\torch\test\operators_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6704495Z copying build\lib.win-amd64-cpython-39\torch\test\operator_name_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6713173Z copying build\lib.win-amd64-cpython-39\torch\test\op_allowlist_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6728988Z copying build\lib.win-amd64-cpython-39\torch\test\op_registration_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6751357Z copying build\lib.win-amd64-cpython-39\torch\test\packedtensoraccessor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6760317Z copying build\lib.win-amd64-cpython-39\torch\test\pow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6770409Z copying build\lib.win-amd64-cpython-39\torch\test\quantized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6779610Z copying build\lib.win-amd64-cpython-39\torch\test\reduce_ops_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6789236Z copying build\lib.win-amd64-cpython-39\torch\test\reportMemoryUsage_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6798314Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6807499Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6817233Z copying build\lib.win-amd64-cpython-39\torch\test\StorageUtils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6826397Z copying build\lib.win-amd64-cpython-39\torch\test\stride_properties_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6835478Z copying build\lib.win-amd64-cpython-39\torch\test\tensor_iterator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6846107Z copying build\lib.win-amd64-cpython-39\torch\test\test_parallel.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6855298Z copying build\lib.win-amd64-cpython-39\torch\test\thread_init_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6862658Z copying build\lib.win-amd64-cpython-39\torch\test\type_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6871449Z copying build\lib.win-amd64-cpython-39\torch\test\type_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6881103Z copying build\lib.win-amd64-cpython-39\torch\test\undefined_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6891060Z copying build\lib.win-amd64-cpython-39\torch\test\verify_api_visibility.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6897725Z copying build\lib.win-amd64-cpython-39\torch\test\weakref_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6913960Z copying build\lib.win-amd64-cpython-39\torch\test\wrapdim_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6923335Z copying build\lib.win-amd64-cpython-39\torch\test\xla_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-03-04T20:06:17.6933449Z creating build\bdist.win-amd64\wheel\torch\testing 2025-03-04T20:06:17.6936821Z copying build\lib.win-amd64-cpython-39\torch\testing\_comparison.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-03-04T20:06:17.6943624Z copying build\lib.win-amd64-cpython-39\torch\testing\_creation.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-03-04T20:06:17.6950420Z creating build\bdist.win-amd64\wheel\torch\testing\_internal 2025-03-04T20:06:17.6954139Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autocast_test_lists.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.6960164Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autograd_function_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.6966294Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\check_kernel_launches.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.6976521Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\codegen 2025-03-04T20:06:17.6979839Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\codegen 2025-03-04T20:06:17.6984967Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_cuda.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.6990628Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_device_type.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.6997765Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_distributed.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7004481Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dist_composable.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7009967Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dtype.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7015622Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_fsdp.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7022183Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_jit.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7028037Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_methods_invocations.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7045138Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7050659Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_modules.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7059002Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_nn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7067090Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_optimizers.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7073973Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_pruning.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7080182Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantization.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7088427Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantized.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7099757Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_subclass.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7105394Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7113954Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\composite_compliance.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7120419Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_op_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7126572Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7132241Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\data 2025-03-04T20:06:17.7135719Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network1.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2025-03-04T20:06:17.7140717Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network2.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2025-03-04T20:06:17.7145807Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2025-03-04T20:06:17.7151098Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed 2025-03-04T20:06:17.7154624Z 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-04T20:06:17.7160564Z 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-04T20:06:17.7165906Z 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-04T20:06:17.7176314Z 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-04T20:06:17.7186019Z 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-04T20:06:17.7191346Z 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-04T20:06:17.7196676Z 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-04T20:06:17.7202665Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn 2025-03-04T20:06:17.7206008Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn\api 2025-03-04T20:06:17.7209321Z 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-04T20:06:17.7215287Z 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-04T20:06:17.7219633Z 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-04T20:06:17.7224104Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc 2025-03-04T20:06:17.7227517Z 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-04T20:06:17.7234869Z 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-04T20:06:17.7240320Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\examples 2025-03-04T20:06:17.7243725Z 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-04T20:06:17.7249648Z 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-04T20:06:17.7255324Z 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-04T20:06:17.7259718Z 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-04T20:06:17.7270358Z 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-04T20:06:17.7275879Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\jit 2025-03-04T20:06:17.7279408Z 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-04T20:06:17.7284871Z 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-04T20:06:17.7290774Z 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-04T20:06:17.7296121Z 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-04T20:06:17.7300910Z 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-04T20:06:17.7306249Z 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-04T20:06:17.7315323Z 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-04T20:06:17.7320816Z 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-04T20:06:17.7325198Z 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-04T20:06:17.7330610Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard 2025-03-04T20:06:17.7334113Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-03-04T20:06:17.7337948Z 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-04T20:06:17.7343604Z 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-04T20:06:17.7348915Z 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-04T20:06:17.7354271Z 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-04T20:06:17.7359513Z 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-04T20:06:17.7364790Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_tensor 2025-03-04T20:06:17.7368998Z 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-04T20:06:17.7375265Z 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-04T20:06:17.7379939Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-03-04T20:06:17.7384500Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dist_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7390979Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dynamo_test_failures.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7396685Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7402616Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module2.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7413102Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module3.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7418465Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\generated 2025-03-04T20:06:17.7421825Z 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-04T20:06:17.7432717Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\generated\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\generated 2025-03-04T20:06:17.7437266Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hop_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7442943Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hypothesis_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7448780Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\inductor_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7454325Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_metaprogramming_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7460852Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7467183Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7472947Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7478855Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo 2025-03-04T20:06:17.7488020Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\core.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-03-04T20:06:17.7495295Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo\definitions 2025-03-04T20:06:17.7499107Z 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-04T20:06:17.7504701Z 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-04T20:06:17.7511948Z 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-04T20:06:17.7518240Z 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-04T20:06:17.7523684Z 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-04T20:06:17.7529675Z 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-04T20:06:17.7540001Z 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-04T20:06:17.7546187Z 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-04T20:06:17.7551806Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\refs.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-03-04T20:06:17.7557384Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-03-04T20:06:17.7563188Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-03-04T20:06:17.7568458Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\optests 2025-03-04T20:06:17.7571846Z 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-04T20:06:17.7587433Z 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-04T20:06:17.7588629Z 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-04T20:06:17.7591161Z 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-04T20:06:17.7605035Z 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-04T20:06:17.7608993Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-03-04T20:06:17.7614433Z 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-04T20:06:17.7619646Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\static_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7625439Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\subclasses.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7631434Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\test_module 2025-03-04T20:06:17.7634857Z 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-04T20:06:17.7640109Z 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-04T20:06:17.7645153Z 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-04T20:06:17.7649492Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\torchbind_impls.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7654897Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7660738Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\two_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7666214Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-03-04T20:06:17.7671516Z copying build\lib.win-amd64-cpython-39\torch\testing\_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-03-04T20:06:17.7682217Z copying build\lib.win-amd64-cpython-39\torch\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-03-04T20:06:17.7687610Z copying build\lib.win-amd64-cpython-39\torch\torch_version.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:17.7693014Z copying build\lib.win-amd64-cpython-39\torch\types.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:17.7698967Z creating build\bdist.win-amd64\wheel\torch\utils 2025-03-04T20:06:17.7702236Z creating build\bdist.win-amd64\wheel\torch\utils\backcompat 2025-03-04T20:06:17.7705888Z copying build\lib.win-amd64-cpython-39\torch\utils\backcompat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\backcompat 2025-03-04T20:06:17.7710529Z copying build\lib.win-amd64-cpython-39\torch\utils\backend_registration.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.7717404Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark 2025-03-04T20:06:17.7720806Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\examples 2025-03-04T20:06:17.7725056Z 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-04T20:06:17.7729558Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-03-04T20:06:17.7735436Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-03-04T20:06:17.7740535Z 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-04T20:06:17.7752614Z 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-04T20:06:17.7762597Z 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-04T20:06:17.7767882Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-03-04T20:06:17.7772207Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\op_fuzzers 2025-03-04T20:06:17.7775442Z 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-04T20:06:17.7781025Z 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-04T20:06:17.7786051Z 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-04T20:06:17.7792139Z 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-04T20:06:17.7802030Z 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-04T20:06:17.7808657Z 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-04T20:06:17.7813284Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils 2025-03-04T20:06:17.7816525Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-04T20:06:17.7823145Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-04T20:06:17.7828412Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compile.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-04T20:06:17.7833606Z 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-04T20:06:17.7838825Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-04T20:06:17.7844671Z 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-04T20:06:17.7855473Z 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-04T20:06:17.7860620Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-04T20:06:17.7867153Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils\valgrind_wrapper 2025-03-04T20:06:17.7870525Z 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-04T20:06:17.7876019Z 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-04T20:06:17.7881441Z 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-04T20:06:17.7891871Z 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-04T20:06:17.7897971Z 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-04T20:06:17.7907383Z 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-04T20:06:17.7911759Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\_stubs.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-04T20:06:17.7917114Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-03-04T20:06:17.7921399Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark 2025-03-04T20:06:17.7927045Z creating build\bdist.win-amd64\wheel\torch\utils\bottleneck 2025-03-04T20:06:17.7934767Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2025-03-04T20:06:17.7939329Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2025-03-04T20:06:17.7944674Z copying build\lib.win-amd64-cpython-39\torch\utils\bundled_inputs.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.7950636Z copying build\lib.win-amd64-cpython-39\torch\utils\checkpoint.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.7958322Z copying build\lib.win-amd64-cpython-39\torch\utils\collect_env.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.7964329Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_backtrace.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.7969539Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_extension.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.7977147Z creating build\bdist.win-amd64\wheel\torch\utils\data 2025-03-04T20:06:17.7980478Z copying build\lib.win-amd64-cpython-39\torch\utils\data\backward_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-03-04T20:06:17.7985883Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataloader.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-03-04T20:06:17.7992718Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes 2025-03-04T20:06:17.7996241Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\dataframe 2025-03-04T20:06:17.7999658Z 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-04T20:06:17.8005372Z 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-04T20:06:17.8010671Z 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-04T20:06:17.8021432Z 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-04T20:06:17.8026804Z 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-04T20:06:17.8032042Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-03-04T20:06:17.8037851Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.pyi -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-03-04T20:06:17.8043813Z 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-04T20:06:17.8050133Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\iter 2025-03-04T20:06:17.8057037Z 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-04T20:06:17.8063095Z 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-04T20:06:17.8068533Z 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-04T20:06:17.8074644Z 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-04T20:06:17.8085601Z 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-04T20:06:17.8091518Z 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-04T20:06:17.8097485Z 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-04T20:06:17.8102795Z 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-04T20:06:17.8108950Z 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-04T20:06:17.8114718Z 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-04T20:06:17.8120225Z 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-04T20:06:17.8125574Z 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-04T20:06:17.8131240Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\map 2025-03-04T20:06:17.8134577Z 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-04T20:06:17.8139840Z 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-04T20:06:17.8145114Z 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-04T20:06:17.8150479Z 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-04T20:06:17.8155724Z 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-04T20:06:17.8165997Z 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-04T20:06:17.8171446Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\utils 2025-03-04T20:06:17.8174881Z 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-04T20:06:17.8180253Z 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-04T20:06:17.8186212Z 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-04T20:06:17.8191738Z 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-04T20:06:17.8196313Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_decorator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-03-04T20:06:17.8201646Z 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-04T20:06:17.8206983Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_typing.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-03-04T20:06:17.8212676Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-03-04T20:06:17.8217666Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataset.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-03-04T20:06:17.8228043Z copying build\lib.win-amd64-cpython-39\torch\utils\data\distributed.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-03-04T20:06:17.8233388Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-03-04T20:06:17.8238721Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph_settings.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-03-04T20:06:17.8244218Z copying build\lib.win-amd64-cpython-39\torch\utils\data\sampler.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-03-04T20:06:17.8250423Z creating build\bdist.win-amd64\wheel\torch\utils\data\_utils 2025-03-04T20:06:17.8253634Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\collate.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-03-04T20:06:17.8258964Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\fetch.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-03-04T20:06:17.8264169Z 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-04T20:06:17.8269446Z 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-04T20:06:17.8275079Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\worker.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-03-04T20:06:17.8284721Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-03-04T20:06:17.8289894Z copying build\lib.win-amd64-cpython-39\torch\utils\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-03-04T20:06:17.8295131Z copying build\lib.win-amd64-cpython-39\torch\utils\deterministic.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8300396Z copying build\lib.win-amd64-cpython-39\torch\utils\dlpack.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8305464Z copying build\lib.win-amd64-cpython-39\torch\utils\file_baton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8311155Z copying build\lib.win-amd64-cpython-39\torch\utils\flop_counter.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8317302Z creating build\bdist.win-amd64\wheel\torch\utils\hipify 2025-03-04T20:06:17.8320482Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\constants.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-03-04T20:06:17.8325944Z 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-04T20:06:17.8334792Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\hipify_python.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-03-04T20:06:17.8340582Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\version.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-03-04T20:06:17.8351162Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-03-04T20:06:17.8356027Z copying build\lib.win-amd64-cpython-39\torch\utils\hooks.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8361616Z creating build\bdist.win-amd64\wheel\torch\utils\jit 2025-03-04T20:06:17.8365003Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\log_extract.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2025-03-04T20:06:17.8370942Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2025-03-04T20:06:17.8375312Z copying build\lib.win-amd64-cpython-39\torch\utils\mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8380647Z copying build\lib.win-amd64-cpython-39\torch\utils\mobile_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8386640Z creating build\bdist.win-amd64\wheel\torch\utils\model_dump 2025-03-04T20:06:17.8389935Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\code.js -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-03-04T20:06:17.8396084Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\htm.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-03-04T20:06:17.8401402Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\preact.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-03-04T20:06:17.8406776Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\skeleton.html -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-03-04T20:06:17.8411888Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-03-04T20:06:17.8422502Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-03-04T20:06:17.8427560Z copying build\lib.win-amd64-cpython-39\torch\utils\model_zoo.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8432927Z copying build\lib.win-amd64-cpython-39\torch\utils\module_tracker.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8443921Z creating build\bdist.win-amd64\wheel\torch\utils\serialization 2025-03-04T20:06:17.8447338Z copying build\lib.win-amd64-cpython-39\torch\utils\serialization\config.py -> build\bdist.win-amd64\wheel\.\torch\utils\serialization 2025-03-04T20:06:17.8452475Z copying build\lib.win-amd64-cpython-39\torch\utils\serialization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\serialization 2025-03-04T20:06:17.8457660Z copying build\lib.win-amd64-cpython-39\torch\utils\show_pickle.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8463516Z creating build\bdist.win-amd64\wheel\torch\utils\tensorboard 2025-03-04T20:06:17.8466903Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\summary.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-04T20:06:17.8472935Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\writer.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-04T20:06:17.8478870Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_convert_np.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-04T20:06:17.8484296Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_embedding.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-04T20:06:17.8495704Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_onnx_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-04T20:06:17.8501185Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_proto_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-04T20:06:17.8506598Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_pytorch_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-04T20:06:17.8512107Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-04T20:06:17.8517564Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-03-04T20:06:17.8522670Z copying build\lib.win-amd64-cpython-39\torch\utils\throughput_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8528110Z creating build\bdist.win-amd64\wheel\torch\utils\viz 2025-03-04T20:06:17.8531404Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\_cycles.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2025-03-04T20:06:17.8537233Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2025-03-04T20:06:17.8541626Z copying build\lib.win-amd64-cpython-39\torch\utils\weak.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8547099Z copying build\lib.win-amd64-cpython-39\torch\utils\_appending_byte_serializer.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8552609Z copying build\lib.win-amd64-cpython-39\torch\utils\_backport_slots.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8558055Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_module.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8568994Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_typing.pyi -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8579037Z copying build\lib.win-amd64-cpython-39\torch\utils\_content_store.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8589855Z copying build\lib.win-amd64-cpython-39\torch\utils\_contextlib.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8595471Z copying build\lib.win-amd64-cpython-39\torch\utils\_cpp_embed_headers.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8601306Z copying build\lib.win-amd64-cpython-39\torch\utils\_cpp_extension_versioner.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8606885Z copying build\lib.win-amd64-cpython-39\torch\utils\_cxx_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8613010Z copying build\lib.win-amd64-cpython-39\torch\utils\_device.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8618469Z copying build\lib.win-amd64-cpython-39\torch\utils\_exposed_in.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8623908Z copying build\lib.win-amd64-cpython-39\torch\utils\_filelock.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8629902Z copying build\lib.win-amd64-cpython-39\torch\utils\_foreach_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8635428Z copying build\lib.win-amd64-cpython-39\torch\utils\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8640920Z copying build\lib.win-amd64-cpython-39\torch\utils\_functools.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8653038Z copying build\lib.win-amd64-cpython-39\torch\utils\_get_clean_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8658723Z copying build\lib.win-amd64-cpython-39\torch\utils\_import_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8664222Z copying build\lib.win-amd64-cpython-39\torch\utils\_mode_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8669204Z copying build\lib.win-amd64-cpython-39\torch\utils\_ordered_set.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8674743Z copying build\lib.win-amd64-cpython-39\torch\utils\_python_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8680654Z copying build\lib.win-amd64-cpython-39\torch\utils\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8687461Z copying build\lib.win-amd64-cpython-39\torch\utils\_stats.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8692958Z creating build\bdist.win-amd64\wheel\torch\utils\_strobelight 2025-03-04T20:06:17.8696363Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2025-03-04T20:06:17.8701992Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2025-03-04T20:06:17.8706464Z creating build\bdist.win-amd64\wheel\torch\utils\_sympy 2025-03-04T20:06:17.8709603Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\functions.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-04T20:06:17.8716194Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\interp.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-04T20:06:17.8721402Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\numbers.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-04T20:06:17.8726679Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\printers.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-04T20:06:17.8732204Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\reference.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-04T20:06:17.8742128Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\singleton_int.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-04T20:06:17.8747579Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\solve.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-04T20:06:17.8753183Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\symbol.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-04T20:06:17.8758321Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\value_ranges.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-04T20:06:17.8764376Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-03-04T20:06:17.8768628Z copying build\lib.win-amd64-cpython-39\torch\utils\_thunk.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8773723Z copying build\lib.win-amd64-cpython-39\torch\utils\_traceback.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8783027Z copying build\lib.win-amd64-cpython-39\torch\utils\_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8788238Z copying build\lib.win-amd64-cpython-39\torch\utils\_typing_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8793410Z copying build\lib.win-amd64-cpython-39\torch\utils\_zip.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8798748Z copying build\lib.win-amd64-cpython-39\torch\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-03-04T20:06:17.8804060Z copying build\lib.win-amd64-cpython-39\torch\version.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:17.8809334Z creating build\bdist.win-amd64\wheel\torch\xpu 2025-03-04T20:06:17.8812365Z copying build\lib.win-amd64-cpython-39\torch\xpu\memory.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-03-04T20:06:17.8817568Z copying build\lib.win-amd64-cpython-39\torch\xpu\random.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-03-04T20:06:17.8822713Z copying build\lib.win-amd64-cpython-39\torch\xpu\streams.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-03-04T20:06:17.8827817Z copying build\lib.win-amd64-cpython-39\torch\xpu\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-03-04T20:06:17.8833140Z copying build\lib.win-amd64-cpython-39\torch\xpu\_utils.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-03-04T20:06:17.8838270Z copying build\lib.win-amd64-cpython-39\torch\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-03-04T20:06:17.8848517Z copying build\lib.win-amd64-cpython-39\torch\_appdirs.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:17.8854448Z creating build\bdist.win-amd64\wheel\torch\_awaits 2025-03-04T20:06:17.8857879Z copying build\lib.win-amd64-cpython-39\torch\_awaits\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_awaits 2025-03-04T20:06:17.8863422Z creating build\bdist.win-amd64\wheel\torch\_C 2025-03-04T20:06:17.8866486Z copying build\lib.win-amd64-cpython-39\torch\_C\_aoti.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-04T20:06:17.8871805Z copying build\lib.win-amd64-cpython-39\torch\_C\_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-04T20:06:17.8877385Z copying build\lib.win-amd64-cpython-39\torch\_C\_cpu.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-04T20:06:17.8882437Z copying build\lib.win-amd64-cpython-39\torch\_C\_cudnn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-04T20:06:17.8887752Z copying build\lib.win-amd64-cpython-39\torch\_C\_cusparselt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-04T20:06:17.8897099Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-04T20:06:17.8903165Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_c10d.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-04T20:06:17.8909956Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-04T20:06:17.8915805Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc_testing.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-04T20:06:17.8922608Z copying build\lib.win-amd64-cpython-39\torch\_C\_export.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-04T20:06:17.8928035Z copying build\lib.win-amd64-cpython-39\torch\_C\_functions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-04T20:06:17.8934572Z copying build\lib.win-amd64-cpython-39\torch\_C\_functorch.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-04T20:06:17.8940785Z copying build\lib.win-amd64-cpython-39\torch\_C\_instruction_counter.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-04T20:06:17.8946979Z copying build\lib.win-amd64-cpython-39\torch\_C\_itt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-04T20:06:17.8952212Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-04T20:06:17.8965439Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy_ts_backend.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-04T20:06:17.8971084Z copying build\lib.win-amd64-cpython-39\torch\_C\_monitor.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-04T20:06:17.8976470Z copying build\lib.win-amd64-cpython-39\torch\_C\_nn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-04T20:06:17.8981775Z copying build\lib.win-amd64-cpython-39\torch\_C\_nvtx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-04T20:06:17.8986769Z copying build\lib.win-amd64-cpython-39\torch\_C\_onnx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-04T20:06:17.8992409Z copying build\lib.win-amd64-cpython-39\torch\_C\_profiler.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-04T20:06:17.8997970Z copying build\lib.win-amd64-cpython-39\torch\_C\_VariableFunctions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-04T20:06:17.9014326Z copying build\lib.win-amd64-cpython-39\torch\_C\_verbose.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-04T20:06:17.9019500Z copying build\lib.win-amd64-cpython-39\torch\_C\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-03-04T20:06:18.4118721Z copying build\lib.win-amd64-cpython-39\torch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:18.4125009Z copying build\lib.win-amd64-cpython-39\torch\_classes.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:18.4130301Z copying build\lib.win-amd64-cpython-39\torch\_compile.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:18.4137211Z creating build\bdist.win-amd64\wheel\torch\_custom_op 2025-03-04T20:06:18.4140753Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2025-03-04T20:06:18.4146268Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\impl.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2025-03-04T20:06:18.4152260Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2025-03-04T20:06:18.4156704Z copying build\lib.win-amd64-cpython-39\torch\_custom_ops.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:18.4162479Z creating build\bdist.win-amd64\wheel\torch\_decomp 2025-03-04T20:06:18.4165792Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-03-04T20:06:18.4173250Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_jvp.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-03-04T20:06:18.4178736Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_rng.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-03-04T20:06:18.4288916Z copying build\lib.win-amd64-cpython-39\torch\_decomp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-03-04T20:06:18.4295414Z copying build\lib.win-amd64-cpython-39\torch\_deploy.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:18.9351071Z creating build\bdist.win-amd64\wheel\torch\_dispatch 2025-03-04T20:06:18.9354242Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\python.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2025-03-04T20:06:18.9360471Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2025-03-04T20:06:18.9366149Z creating build\bdist.win-amd64\wheel\torch\_dynamo 2025-03-04T20:06:18.9369729Z creating build\bdist.win-amd64\wheel\torch\_dynamo\backends 2025-03-04T20:06:18.9372956Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-04T20:06:18.9379628Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-04T20:06:18.9385242Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\debugging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-04T20:06:18.9390646Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-04T20:06:18.9524404Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\inductor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-04T20:06:18.9529494Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\onnxrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-04T20:06:18.9535266Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\registry.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-04T20:06:18.9540644Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tensorrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-04T20:06:18.9545903Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\torchxla.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-04T20:06:18.9551231Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tvm.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-04T20:06:18.9557910Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-03-04T20:06:18.9562068Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:18.9567715Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_transformation.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:18.9574586Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\cache_size.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:19.4623108Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\callback.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:19.4629091Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\codegen.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:19.4634280Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\code_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:19.4639758Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\compiled_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:19.4646336Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\comptime.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:19.4652444Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\config.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:19.4658919Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\convert_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:19.4666065Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\create_parameter_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:19.4672392Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\current_scope_id.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:19.4678381Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:19.4685302Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\decorators.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:19.4691622Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\device_interface.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:19.4697330Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:19.4702816Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\eval_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:19.4709614Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\exc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:19.4715822Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\external_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:19.4721356Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\funcname_cache.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:19.4727368Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_break_hints.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:20.0174898Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_deduplication.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:20.0180779Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_region_tracker.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:20.0186481Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\guards.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:20.0194065Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:20.0199329Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\logging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:20.0204698Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\metrics_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:20.0210255Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\mutation_guard.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:20.0215784Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\output_graph.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:20.0224086Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\pgo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:20.0231317Z creating build\bdist.win-amd64\wheel\torch\_dynamo\polyfills 2025-03-04T20:06:20.0234923Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\builtins.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-04T20:06:20.0240439Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\functools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-04T20:06:20.0245967Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\fx.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-04T20:06:20.0251206Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\itertools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-04T20:06:20.0412136Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\loader.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-04T20:06:20.0417023Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\operator.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-04T20:06:20.0422133Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\os.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-04T20:06:20.0427351Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\pytree.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-04T20:06:20.0432875Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\sys.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-04T20:06:20.0438000Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-03-04T20:06:20.0443218Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\profiler.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:20.3531474Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\replay_record.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:20.3538552Z creating build\bdist.win-amd64\wheel\torch\_dynamo\repro 2025-03-04T20:06:20.3550543Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_aot.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-03-04T20:06:20.3557405Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_dynamo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-03-04T20:06:20.3590423Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\aoti.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-03-04T20:06:20.3596692Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-03-04T20:06:20.3601218Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\resume_execution.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:20.3607298Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\side_effects.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:20.3613443Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\source.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:20.3619386Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\symbolic_convert.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:20.3627087Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\tensor_version_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:20.3632621Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\testing.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:20.3638417Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:20.3644254Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_minifier_common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:20.3650282Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\trace_rules.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:20.3664853Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\types.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:20.3670386Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:20.3678266Z creating build\bdist.win-amd64\wheel\torch\_dynamo\variables 2025-03-04T20:06:20.3681755Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\base.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-04T20:06:20.3687540Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builder.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-04T20:06:20.3694778Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builtin.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-04T20:06:20.3701353Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\constant.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-04T20:06:20.3706987Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\ctx_manager.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-04T20:06:20.3720387Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\dicts.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-04T20:06:20.3726412Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-04T20:06:20.3732018Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\functions.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-04T20:06:20.3739711Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\higher_order_ops.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-04T20:06:20.3747520Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\iter.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-04T20:06:20.3753497Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lazy.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-04T20:06:20.3758969Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lists.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-04T20:06:20.3765179Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\misc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-04T20:06:20.3771792Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\nn_module.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-04T20:06:20.3778458Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-04T20:06:20.3784348Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\script_object.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-04T20:06:20.3789729Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-04T20:06:20.3795302Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\tensor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-04T20:06:20.3801652Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-04T20:06:20.3808235Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch_function.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-04T20:06:20.3814096Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\user_defined.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-04T20:06:20.3820656Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-03-04T20:06:20.3826197Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:20.3832340Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-03-04T20:06:20.3837957Z copying build\lib.win-amd64-cpython-39\torch\_environment.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.3843488Z creating build\bdist.win-amd64\wheel\torch\_export 2025-03-04T20:06:20.3846779Z copying build\lib.win-amd64-cpython-39\torch\_export\converter.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-04T20:06:20.3854094Z creating build\bdist.win-amd64\wheel\torch\_export\db 2025-03-04T20:06:20.3857227Z copying build\lib.win-amd64-cpython-39\torch\_export\db\case.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-03-04T20:06:20.3863274Z creating build\bdist.win-amd64\wheel\torch\_export\db\examples 2025-03-04T20:06:20.3866624Z 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-04T20:06:20.3871901Z 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-04T20:06:20.3877150Z 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-04T20:06:20.3890299Z 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-04T20:06:20.3896450Z 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-04T20:06:20.3902113Z 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-04T20:06:20.3907818Z 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-04T20:06:20.3913398Z 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-04T20:06:20.3918885Z 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-04T20:06:20.3924537Z 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-04T20:06:20.3929999Z 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-04T20:06:20.3935356Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\decorator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-04T20:06:20.3940572Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dictionary.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-04T20:06:20.3946182Z 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-04T20:06:20.3952834Z 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-04T20:06:20.3958308Z 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-04T20:06:20.3963636Z 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-04T20:06:20.3969115Z 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-04T20:06:20.3979901Z 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-04T20:06:20.3985277Z 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-04T20:06:20.3990715Z 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-04T20:06:20.3996864Z 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-04T20:06:20.4002107Z 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-04T20:06:20.4007558Z 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-04T20:06:20.4013048Z 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-04T20:06:20.4018434Z 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-04T20:06:20.4032055Z 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-04T20:06:20.4037276Z 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-04T20:06:20.4042500Z 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-04T20:06:20.4047998Z 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-04T20:06:20.4053265Z 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-04T20:06:20.4058783Z 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-04T20:06:20.4064153Z 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-04T20:06:20.4069503Z 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-04T20:06:20.4075550Z 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-04T20:06:20.4086300Z 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-04T20:06:20.4091864Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-03-04T20:06:20.4097510Z copying build\lib.win-amd64-cpython-39\torch\_export\db\gen_example.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-03-04T20:06:20.4103060Z copying build\lib.win-amd64-cpython-39\torch\_export\db\logging.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-03-04T20:06:20.4107328Z copying build\lib.win-amd64-cpython-39\torch\_export\db\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-03-04T20:06:20.4112478Z copying build\lib.win-amd64-cpython-39\torch\_export\error.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-04T20:06:20.4118080Z copying build\lib.win-amd64-cpython-39\torch\_export\non_strict_utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-04T20:06:20.4124190Z creating build\bdist.win-amd64\wheel\torch\_export\passes 2025-03-04T20:06:20.4134033Z 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-04T20:06:20.4139689Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\collect_tracepoints_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-04T20:06:20.4145176Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-04T20:06:20.4157027Z 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-04T20:06:20.4162503Z 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-04T20:06:20.4168013Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\lift_constants_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-04T20:06:20.4173631Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\remove_runtime_assertions.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-04T20:06:20.4179163Z 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-04T20:06:20.4184851Z 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-04T20:06:20.4191098Z 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-04T20:06:20.4196785Z 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-04T20:06:20.4202849Z 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-04T20:06:20.4208765Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\_node_metadata_hook.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-04T20:06:20.4214463Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-03-04T20:06:20.4219725Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-04T20:06:20.4225815Z creating build\bdist.win-amd64\wheel\torch\_export\pass_infra 2025-03-04T20:06:20.4229104Z 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-04T20:06:20.4235046Z 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-04T20:06:20.4240369Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2025-03-04T20:06:20.4245108Z creating build\bdist.win-amd64\wheel\torch\_export\serde 2025-03-04T20:06:20.4248269Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\aoti_schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-04T20:06:20.4253370Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-04T20:06:20.4259179Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\export_schema.thrift -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-04T20:06:20.4264532Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-04T20:06:20.4274411Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.yaml -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-04T20:06:20.4279832Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema_check.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-04T20:06:20.4285702Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\serialize.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-04T20:06:20.4293073Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\union.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-04T20:06:20.4298416Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-03-04T20:06:20.4302566Z copying build\lib.win-amd64-cpython-39\torch\_export\tools.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-04T20:06:20.4307986Z copying build\lib.win-amd64-cpython-39\torch\_export\utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-04T20:06:20.4314220Z copying build\lib.win-amd64-cpython-39\torch\_export\verifier.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-04T20:06:20.4320341Z copying build\lib.win-amd64-cpython-39\torch\_export\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-04T20:06:20.4326482Z copying build\lib.win-amd64-cpython-39\torch\_export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-03-04T20:06:20.4365630Z creating build\bdist.win-amd64\wheel\torch\_functorch 2025-03-04T20:06:20.4366357Z copying build\lib.win-amd64-cpython-39\torch\_functorch\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-04T20:06:20.4367255Z copying build\lib.win-amd64-cpython-39\torch\_functorch\apis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-04T20:06:20.4368171Z copying build\lib.win-amd64-cpython-39\torch\_functorch\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-04T20:06:20.4369146Z copying build\lib.win-amd64-cpython-39\torch\_functorch\batch_norm_replacement.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-04T20:06:20.4371401Z copying build\lib.win-amd64-cpython-39\torch\_functorch\benchmark_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-04T20:06:20.4375376Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compilers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-04T20:06:20.4380933Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compile_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-04T20:06:20.4386354Z copying build\lib.win-amd64-cpython-39\torch\_functorch\config.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-04T20:06:20.4392720Z copying build\lib.win-amd64-cpython-39\torch\_functorch\deprecated.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-04T20:06:20.4398354Z copying build\lib.win-amd64-cpython-39\torch\_functorch\eager_transforms.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-04T20:06:20.4405122Z copying build\lib.win-amd64-cpython-39\torch\_functorch\functional_call.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-04T20:06:20.4410705Z copying build\lib.win-amd64-cpython-39\torch\_functorch\fx_minifier.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-04T20:06:20.4416908Z copying build\lib.win-amd64-cpython-39\torch\_functorch\make_functional.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-04T20:06:20.4422998Z copying build\lib.win-amd64-cpython-39\torch\_functorch\partitioners.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-04T20:06:20.4437704Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pyfunctorch.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-04T20:06:20.4443010Z copying build\lib.win-amd64-cpython-39\torch\_functorch\python_key.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-04T20:06:20.4448255Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pytree_hacks.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-04T20:06:20.4453748Z copying build\lib.win-amd64-cpython-39\torch\_functorch\top_operators_github_usage.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-04T20:06:20.4459435Z copying build\lib.win-amd64-cpython-39\torch\_functorch\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-04T20:06:20.4464975Z copying build\lib.win-amd64-cpython-39\torch\_functorch\vmap.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-04T20:06:20.4470816Z creating build\bdist.win-amd64\wheel\torch\_functorch\_activation_checkpointing 2025-03-04T20:06:20.4479287Z 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-04T20:06:20.4484902Z 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-04T20:06:20.4490223Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\knapsack.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-03-04T20:06:20.4499924Z 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-04T20:06:20.4505390Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-03-04T20:06:20.4510479Z creating build\bdist.win-amd64\wheel\torch\_functorch\_aot_autograd 2025-03-04T20:06:20.4513966Z 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-04T20:06:20.4519986Z 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-04T20:06:20.4526316Z 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-04T20:06:20.4536087Z 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-04T20:06:20.4541888Z 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-04T20:06:20.4547800Z 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-04T20:06:20.4553870Z 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-04T20:06:20.4559339Z 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-04T20:06:20.4565971Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\schemas.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-04T20:06:20.4572136Z 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-04T20:06:20.4577782Z 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-04T20:06:20.4583656Z 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-04T20:06:20.4589470Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-04T20:06:20.4595318Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-03-04T20:06:20.4600249Z copying build\lib.win-amd64-cpython-39\torch\_functorch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-03-04T20:06:20.4605716Z copying build\lib.win-amd64-cpython-39\torch\_guards.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.4611725Z creating build\bdist.win-amd64\wheel\torch\_higher_order_ops 2025-03-04T20:06:20.4615130Z 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-04T20:06:20.4620328Z 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-04T20:06:20.4629728Z 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-04T20:06:20.4640750Z 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-04T20:06:20.4644439Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\cond.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-04T20:06:20.4649983Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\effects.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-04T20:06:20.4655342Z 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-04T20:06:20.4661565Z 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-04T20:06:20.4666654Z 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-04T20:06:20.4672815Z 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-04T20:06:20.4678340Z 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-04T20:06:20.4683833Z 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-04T20:06:20.4689165Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\map.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-04T20:06:20.4694392Z 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-04T20:06:20.4699768Z 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-04T20:06:20.4705020Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\scan.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-04T20:06:20.4710866Z 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-04T20:06:20.4716213Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\torchbind.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-04T20:06:20.4721716Z 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-04T20:06:20.4728330Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-04T20:06:20.4734561Z 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-04T20:06:20.4740280Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-04T20:06:20.4750207Z 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-04T20:06:20.4755835Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-03-04T20:06:20.4761904Z creating build\bdist.win-amd64\wheel\torch\_inductor 2025-03-04T20:06:20.4765953Z copying build\lib.win-amd64-cpython-39\torch\_inductor\analyze_preserves_zero_mask.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.4770720Z copying build\lib.win-amd64-cpython-39\torch\_inductor\aoti_eager.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.4776140Z copying build\lib.win-amd64-cpython-39\torch\_inductor\async_compile.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.4786427Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic 2025-03-04T20:06:20.4789958Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic\artifacts 2025-03-04T20:06:20.4793460Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-03-04T20:06:20.4798924Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-03-04T20:06:20.4804565Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-03-04T20:06:20.4816661Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-03-04T20:06:20.4823057Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-03-04T20:06:20.4860960Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-03-04T20:06:20.4862172Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-03-04T20:06:20.4863363Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-03-04T20:06:20.4864588Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-03-04T20:06:20.4867098Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-03-04T20:06:20.4868297Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-03-04T20:06:20.4869312Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autotune_process.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.4874735Z copying build\lib.win-amd64-cpython-39\torch\_inductor\bounds.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.4880218Z copying build\lib.win-amd64-cpython-39\torch\_inductor\choices.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.4885881Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codecache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.4896054Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen 2025-03-04T20:06:20.4898173Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_hipify_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.4903907Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\aoti_runtime 2025-03-04T20:06:20.4907171Z 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-04T20:06:20.4913135Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\block_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.4918539Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.4929835Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.4937564Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_bmm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.4943371Z 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-04T20:06:20.4949200Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.4956044Z 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-04T20:06:20.4961794Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_micro_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.4968520Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_prefix.h -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.4974552Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.4980006Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.4985753Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.4992193Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.4999111Z 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-04T20:06:20.5005428Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_gpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.5011443Z 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-04T20:06:20.5017276Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda 2025-03-04T20:06:20.5020664Z 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-04T20:06:20.5025960Z 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-04T20:06:20.5031342Z 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-04T20:06:20.5037272Z 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-04T20:06:20.5047301Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-03-04T20:06:20.5050947Z 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-04T20:06:20.5056823Z 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-04T20:06:20.5061043Z 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-04T20:06:20.5066621Z 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-04T20:06:20.5072390Z 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-04T20:06:20.5078872Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-03-04T20:06:20.5083431Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda_combined_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.5093238Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.5099423Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\halide.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.5105143Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\memory_planning.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.5111442Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\mps.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.5117494Z 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-04T20:06:20.5122981Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\multi_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.5129122Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\rocm 2025-03-04T20:06:20.5132531Z 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-04T20:06:20.5138424Z 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-04T20:06:20.5143765Z 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-04T20:06:20.5155582Z 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-04T20:06:20.5161233Z 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-04T20:06:20.5166781Z 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-04T20:06:20.5172628Z 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-04T20:06:20.5178477Z 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-04T20:06:20.5184021Z 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-04T20:06:20.5189597Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-03-04T20:06:20.5194071Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.5200658Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd_kernel_features.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.5206634Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.5214417Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_combo_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.5220384Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_split_scan.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.5230826Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.5236400Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\wrapper.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.5243690Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\xpu 2025-03-04T20:06:20.5247563Z 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-04T20:06:20.5253468Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\xpu 2025-03-04T20:06:20.5258500Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-03-04T20:06:20.5262911Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comms.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5269505Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5274881Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5280406Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compiler_bisector.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5286493Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5293699Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx_ext.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5299313Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx_subproc.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5304775Z creating build\bdist.win-amd64\wheel\torch\_inductor\compile_worker 2025-03-04T20:06:20.5308093Z 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-04T20:06:20.5313866Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\watchdog.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-03-04T20:06:20.5319693Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-03-04T20:06:20.5323982Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__main__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-03-04T20:06:20.5328985Z copying build\lib.win-amd64-cpython-39\torch\_inductor\config.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5335271Z copying build\lib.win-amd64-cpython-39\torch\_inductor\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5340995Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpp_builder.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5347286Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpu_vec_isa.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5357754Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_trees.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5364419Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5369833Z copying build\lib.win-amd64-cpython-39\torch\_inductor\custom_graph_pass.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5375164Z copying build\lib.win-amd64-cpython-39\torch\_inductor\debug.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5381157Z copying build\lib.win-amd64-cpython-39\torch\_inductor\decomposition.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5387174Z copying build\lib.win-amd64-cpython-39\torch\_inductor\dependencies.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5393179Z copying build\lib.win-amd64-cpython-39\torch\_inductor\dtype_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5399239Z copying build\lib.win-amd64-cpython-39\torch\_inductor\exc.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5404371Z copying build\lib.win-amd64-cpython-39\torch\_inductor\extern_node_serializer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5409666Z copying build\lib.win-amd64-cpython-39\torch\_inductor\freezing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5414978Z copying build\lib.win-amd64-cpython-39\torch\_inductor\freezing_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5425175Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5431471Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes 2025-03-04T20:06:20.5434837Z 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-04T20:06:20.5440851Z 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-04T20:06:20.5446459Z 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-04T20:06:20.5452482Z 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-04T20:06:20.5462677Z 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-04T20:06:20.5467750Z 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-04T20:06:20.5473210Z 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-04T20:06:20.5478594Z 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-04T20:06:20.5484791Z 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-04T20:06:20.5491053Z 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-04T20:06:20.5496793Z 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-04T20:06:20.5503088Z 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-04T20:06:20.5508501Z 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-04T20:06:20.5515275Z 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-04T20:06:20.5520619Z 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-04T20:06:20.5526636Z 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-04T20:06:20.5532710Z 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-04T20:06:20.5538716Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\quantization.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-04T20:06:20.5546059Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-04T20:06:20.5552109Z 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-04T20:06:20.5563117Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes\serialized_patterns 2025-03-04T20:06:20.5566658Z 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-04T20:06:20.5572105Z 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-04T20:06:20.5578597Z 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-04T20:06:20.5589339Z 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-04T20:06:20.5594899Z 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-04T20:06:20.5600397Z 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-04T20:06:20.5605985Z 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-04T20:06:20.5612144Z 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-04T20:06:20.5617661Z 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-04T20:06:20.5623253Z 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-04T20:06:20.5628970Z 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-04T20:06:20.5635615Z 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-04T20:06:20.5642291Z 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-04T20:06:20.5648404Z 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-04T20:06:20.5654197Z 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-04T20:06:20.5659920Z 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-04T20:06:20.5666807Z 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-04T20:06:20.5672470Z 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-04T20:06:20.5678230Z 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-04T20:06:20.5688474Z 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-04T20:06:20.5694007Z 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-04T20:06:20.5699575Z 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-04T20:06:20.5705395Z 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-04T20:06:20.5710252Z 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-04T20:06:20.5717041Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-03-04T20:06:20.5721591Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5726955Z copying build\lib.win-amd64-cpython-39\torch\_inductor\graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5734095Z copying build\lib.win-amd64-cpython-39\torch\_inductor\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5739147Z copying build\lib.win-amd64-cpython-39\torch\_inductor\index_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5745078Z copying build\lib.win-amd64-cpython-39\torch\_inductor\inductor_prims.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5750842Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5760004Z copying build\lib.win-amd64-cpython-39\torch\_inductor\jagged_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5765722Z creating build\bdist.win-amd64\wheel\torch\_inductor\kernel 2025-03-04T20:06:20.5768857Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\bmm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-04T20:06:20.5774071Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\conv.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-04T20:06:20.5780503Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-04T20:06:20.5787170Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_decoding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-04T20:06:20.5793155Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-04T20:06:20.5804143Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-04T20:06:20.5809982Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_plus_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-04T20:06:20.5815199Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_scaled.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-04T20:06:20.5820966Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-03-04T20:06:20.5825990Z copying build\lib.win-amd64-cpython-39\torch\_inductor\loop_body.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5831971Z copying build\lib.win-amd64-cpython-39\torch\_inductor\lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5840023Z copying build\lib.win-amd64-cpython-39\torch\_inductor\memory.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5846074Z copying build\lib.win-amd64-cpython-39\torch\_inductor\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5855485Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5861560Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5867723Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mock_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5873245Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ops_handler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5879230Z copying build\lib.win-amd64-cpython-39\torch\_inductor\optimize_indexing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5885064Z copying build\lib.win-amd64-cpython-39\torch\_inductor\output_code.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5891312Z creating build\bdist.win-amd64\wheel\torch\_inductor\package 2025-03-04T20:06:20.5894893Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\build_package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-03-04T20:06:20.5900080Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-03-04T20:06:20.5905471Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\pt2_archive_constants.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-03-04T20:06:20.5910410Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-03-04T20:06:20.5916366Z copying build\lib.win-amd64-cpython-39\torch\_inductor\pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5923035Z copying build\lib.win-amd64-cpython-39\torch\_inductor\quantized_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5928379Z copying build\lib.win-amd64-cpython-39\torch\_inductor\remote_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.5944586Z creating build\bdist.win-amd64\wheel\torch\_inductor\runtime 2025-03-04T20:06:20.5947840Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\autotune_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-04T20:06:20.5953699Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\benchmarking.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-04T20:06:20.5959176Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\cache_dir_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-04T20:06:20.5964471Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\compile_tasks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-04T20:06:20.5974480Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\coordinate_descent_tuner.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-04T20:06:20.5979918Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\halide_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-04T20:06:20.5985128Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\hints.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-04T20:06:20.5990356Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-04T20:06:20.5995691Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_compat.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-04T20:06:20.6002014Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-04T20:06:20.6008155Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_heuristics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-04T20:06:20.6014945Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-03-04T20:06:20.6019277Z copying build\lib.win-amd64-cpython-39\torch\_inductor\scheduler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.6026849Z copying build\lib.win-amd64-cpython-39\torch\_inductor\select_algorithm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.6033748Z copying build\lib.win-amd64-cpython-39\torch\_inductor\sizevars.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.6039694Z copying build\lib.win-amd64-cpython-39\torch\_inductor\subgraph_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.6045076Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.6050402Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_operators.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.6055670Z copying build\lib.win-amd64-cpython-39\torch\_inductor\triton_bundler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.6061402Z copying build\lib.win-amd64-cpython-39\torch\_inductor\utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.6068093Z copying build\lib.win-amd64-cpython-39\torch\_inductor\virtualized.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.6073896Z copying build\lib.win-amd64-cpython-39\torch\_inductor\wrapper_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.6084789Z copying build\lib.win-amd64-cpython-39\torch\_inductor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-03-04T20:06:20.6090872Z copying build\lib.win-amd64-cpython-39\torch\_jit_internal.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6098492Z creating build\bdist.win-amd64\wheel\torch\_lazy 2025-03-04T20:06:20.6102023Z copying build\lib.win-amd64-cpython-39\torch\_lazy\closure.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-04T20:06:20.6107705Z copying build\lib.win-amd64-cpython-39\torch\_lazy\computation.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-04T20:06:20.6113624Z copying build\lib.win-amd64-cpython-39\torch\_lazy\config.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-04T20:06:20.6118787Z copying build\lib.win-amd64-cpython-39\torch\_lazy\debug.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-04T20:06:20.6124371Z copying build\lib.win-amd64-cpython-39\torch\_lazy\device_context.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-04T20:06:20.6133489Z copying build\lib.win-amd64-cpython-39\torch\_lazy\extract_compiled_graph.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-04T20:06:20.6138903Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ir_cache.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-04T20:06:20.6143834Z copying build\lib.win-amd64-cpython-39\torch\_lazy\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-04T20:06:20.6148768Z copying build\lib.win-amd64-cpython-39\torch\_lazy\tensor_factory_functions.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-04T20:06:20.6154223Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ts_backend.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-04T20:06:20.6159150Z copying build\lib.win-amd64-cpython-39\torch\_lazy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-03-04T20:06:20.6165024Z creating build\bdist.win-amd64\wheel\torch\_library 2025-03-04T20:06:20.6168030Z copying build\lib.win-amd64-cpython-39\torch\_library\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-04T20:06:20.6173502Z copying build\lib.win-amd64-cpython-39\torch\_library\custom_ops.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-04T20:06:20.6179541Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_class_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-04T20:06:20.6184767Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_impl.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-04T20:06:20.6195684Z copying build\lib.win-amd64-cpython-39\torch\_library\infer_schema.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-04T20:06:20.6200919Z copying build\lib.win-amd64-cpython-39\torch\_library\simple_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-04T20:06:20.6206153Z copying build\lib.win-amd64-cpython-39\torch\_library\triton.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-04T20:06:20.6211466Z copying build\lib.win-amd64-cpython-39\torch\_library\utils.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-04T20:06:20.6217077Z copying build\lib.win-amd64-cpython-39\torch\_library\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-03-04T20:06:20.6222028Z copying build\lib.win-amd64-cpython-39\torch\_linalg_utils.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6232510Z copying build\lib.win-amd64-cpython-39\torch\_lobpcg.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6238461Z creating build\bdist.win-amd64\wheel\torch\_logging 2025-03-04T20:06:20.6241594Z copying build\lib.win-amd64-cpython-39\torch\_logging\scribe.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-03-04T20:06:20.6246934Z copying build\lib.win-amd64-cpython-39\torch\_logging\structured.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-03-04T20:06:20.6252184Z copying build\lib.win-amd64-cpython-39\torch\_logging\_internal.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-03-04T20:06:20.6258091Z copying build\lib.win-amd64-cpython-39\torch\_logging\_registrations.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-03-04T20:06:20.6268141Z copying build\lib.win-amd64-cpython-39\torch\_logging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-03-04T20:06:20.6273557Z copying build\lib.win-amd64-cpython-39\torch\_lowrank.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6278762Z copying build\lib.win-amd64-cpython-39\torch\_meta_registrations.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6286972Z copying build\lib.win-amd64-cpython-39\torch\_namedtensor_internals.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6292759Z creating build\bdist.win-amd64\wheel\torch\_numpy 2025-03-04T20:06:20.6295921Z copying build\lib.win-amd64-cpython-39\torch\_numpy\fft.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-04T20:06:20.6301061Z copying build\lib.win-amd64-cpython-39\torch\_numpy\linalg.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-04T20:06:20.6306221Z copying build\lib.win-amd64-cpython-39\torch\_numpy\random.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-04T20:06:20.6311538Z creating build\bdist.win-amd64\wheel\torch\_numpy\testing 2025-03-04T20:06:20.6314773Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\utils.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2025-03-04T20:06:20.6321159Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2025-03-04T20:06:20.6326048Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_binary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-04T20:06:20.6331560Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_casting_dicts.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-04T20:06:20.6341818Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-04T20:06:20.6347175Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-04T20:06:20.6352719Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-04T20:06:20.6357920Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-04T20:06:20.6364200Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_getlimits.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-04T20:06:20.6369170Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ndarray.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-04T20:06:20.6374862Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_normalizations.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-04T20:06:20.6380171Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_reductions_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-04T20:06:20.6385469Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ufuncs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-04T20:06:20.6390621Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_unary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-04T20:06:20.6396102Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_util.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-04T20:06:20.6401657Z copying build\lib.win-amd64-cpython-39\torch\_numpy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-03-04T20:06:20.6407077Z copying build\lib.win-amd64-cpython-39\torch\_ops.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6413530Z creating build\bdist.win-amd64\wheel\torch\_prims 2025-03-04T20:06:20.6416668Z copying build\lib.win-amd64-cpython-39\torch\_prims\context.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-03-04T20:06:20.6422005Z copying build\lib.win-amd64-cpython-39\torch\_prims\debug_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-03-04T20:06:20.6427191Z copying build\lib.win-amd64-cpython-39\torch\_prims\executor.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-03-04T20:06:20.6432319Z copying build\lib.win-amd64-cpython-39\torch\_prims\rng_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-03-04T20:06:20.6437721Z copying build\lib.win-amd64-cpython-39\torch\_prims\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-03-04T20:06:20.6449333Z creating build\bdist.win-amd64\wheel\torch\_prims_common 2025-03-04T20:06:20.6452716Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2025-03-04T20:06:20.6458601Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2025-03-04T20:06:20.6464862Z copying build\lib.win-amd64-cpython-39\torch\_python_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6470679Z creating build\bdist.win-amd64\wheel\torch\_refs 2025-03-04T20:06:20.6473947Z copying build\lib.win-amd64-cpython-39\torch\_refs\fft.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2025-03-04T20:06:20.6479914Z creating build\bdist.win-amd64\wheel\torch\_refs\linalg 2025-03-04T20:06:20.6483419Z copying build\lib.win-amd64-cpython-39\torch\_refs\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\linalg 2025-03-04T20:06:20.6489298Z creating build\bdist.win-amd64\wheel\torch\_refs\nn 2025-03-04T20:06:20.6492372Z creating build\bdist.win-amd64\wheel\torch\_refs\nn\functional 2025-03-04T20:06:20.6495473Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\functional\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn\functional 2025-03-04T20:06:20.6501317Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn 2025-03-04T20:06:20.6506407Z creating build\bdist.win-amd64\wheel\torch\_refs\special 2025-03-04T20:06:20.6509582Z copying build\lib.win-amd64-cpython-39\torch\_refs\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\special 2025-03-04T20:06:20.6515218Z copying build\lib.win-amd64-cpython-39\torch\_refs\_conversions.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2025-03-04T20:06:20.6520330Z copying build\lib.win-amd64-cpython-39\torch\_refs\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2025-03-04T20:06:20.6532195Z copying build\lib.win-amd64-cpython-39\torch\_size_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6537735Z copying build\lib.win-amd64-cpython-39\torch\_sources.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6542980Z copying build\lib.win-amd64-cpython-39\torch\_storage_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6559487Z copying build\lib.win-amd64-cpython-39\torch\_streambase.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6564670Z creating build\bdist.win-amd64\wheel\torch\_strobelight 2025-03-04T20:06:20.6568045Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2025-03-04T20:06:20.6573421Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\compile_time_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2025-03-04T20:06:20.6579831Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2025-03-04T20:06:20.6589399Z creating build\bdist.win-amd64\wheel\torch\_subclasses 2025-03-04T20:06:20.6592795Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_impls.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-03-04T20:06:20.6598741Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-03-04T20:06:20.6605738Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-03-04T20:06:20.6615706Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\functional_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-03-04T20:06:20.6621562Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\meta_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-03-04T20:06:20.6628300Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\schema_check_mode.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-03-04T20:06:20.6633664Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\_fake_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-03-04T20:06:20.6638953Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-03-04T20:06:20.6644126Z copying build\lib.win-amd64-cpython-39\torch\_tensor.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6650553Z copying build\lib.win-amd64-cpython-39\torch\_tensor_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6657925Z copying build\lib.win-amd64-cpython-39\torch\_tensor_str.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6664284Z copying build\lib.win-amd64-cpython-39\torch\_thread_safe_fork.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6668867Z copying build\lib.win-amd64-cpython-39\torch\_torch_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6678840Z copying build\lib.win-amd64-cpython-39\torch\_utils.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6684805Z copying build\lib.win-amd64-cpython-39\torch\_utils_internal.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6695238Z creating build\bdist.win-amd64\wheel\torch\_vendor 2025-03-04T20:06:20.6699032Z creating build\bdist.win-amd64\wheel\torch\_vendor\packaging 2025-03-04T20:06:20.6702340Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\version.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2025-03-04T20:06:20.6708394Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\_structures.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2025-03-04T20:06:20.6713842Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2025-03-04T20:06:20.6718999Z copying build\lib.win-amd64-cpython-39\torch\_vendor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor 2025-03-04T20:06:20.6723815Z copying build\lib.win-amd64-cpython-39\torch\_VF.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6728675Z copying build\lib.win-amd64-cpython-39\torch\_VF.pyi -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6745060Z copying build\lib.win-amd64-cpython-39\torch\_vmap_internals.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6750466Z copying build\lib.win-amd64-cpython-39\torch\_weights_only_unpickler.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6756543Z copying build\lib.win-amd64-cpython-39\torch\__config__.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6762347Z copying build\lib.win-amd64-cpython-39\torch\__future__.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6768209Z copying build\lib.win-amd64-cpython-39\torch\__init__.py -> build\bdist.win-amd64\wheel\.\torch 2025-03-04T20:06:20.6787245Z creating build\bdist.win-amd64\wheel\torchgen 2025-03-04T20:06:20.6790375Z creating build\bdist.win-amd64\wheel\torchgen\aoti 2025-03-04T20:06:20.6793774Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\fallback_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2025-03-04T20:06:20.6799367Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2025-03-04T20:06:20.6804081Z creating build\bdist.win-amd64\wheel\torchgen\api 2025-03-04T20:06:20.6807425Z copying build\lib.win-amd64-cpython-39\torchgen\api\autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-04T20:06:20.6813167Z copying build\lib.win-amd64-cpython-39\torchgen\api\cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-04T20:06:20.6818950Z copying build\lib.win-amd64-cpython-39\torchgen\api\dispatcher.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-04T20:06:20.6824411Z copying build\lib.win-amd64-cpython-39\torchgen\api\functionalization.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-04T20:06:20.6829640Z copying build\lib.win-amd64-cpython-39\torchgen\api\lazy.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-04T20:06:20.6839883Z copying build\lib.win-amd64-cpython-39\torchgen\api\meta.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-04T20:06:20.6845046Z copying build\lib.win-amd64-cpython-39\torchgen\api\native.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-04T20:06:20.6850387Z copying build\lib.win-amd64-cpython-39\torchgen\api\python.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-04T20:06:20.6856350Z copying build\lib.win-amd64-cpython-39\torchgen\api\structured.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-04T20:06:20.6861614Z copying build\lib.win-amd64-cpython-39\torchgen\api\translate.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-04T20:06:20.6867602Z creating build\bdist.win-amd64\wheel\torchgen\api\types 2025-03-04T20:06:20.6871700Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-03-04T20:06:20.6877241Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-03-04T20:06:20.6882875Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types_base.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-03-04T20:06:20.6888163Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-03-04T20:06:20.6893093Z copying build\lib.win-amd64-cpython-39\torchgen\api\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-04T20:06:20.6898596Z copying build\lib.win-amd64-cpython-39\torchgen\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-04T20:06:20.6904072Z copying build\lib.win-amd64-cpython-39\torchgen\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-03-04T20:06:20.6908392Z copying build\lib.win-amd64-cpython-39\torchgen\code_template.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-04T20:06:20.6913912Z copying build\lib.win-amd64-cpython-39\torchgen\context.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-04T20:06:20.6919571Z creating build\bdist.win-amd64\wheel\torchgen\dest 2025-03-04T20:06:20.6922696Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ir.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-03-04T20:06:20.6928438Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ts_lowering.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-03-04T20:06:20.6933688Z copying build\lib.win-amd64-cpython-39\torchgen\dest\native_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-03-04T20:06:20.6939980Z copying build\lib.win-amd64-cpython-39\torchgen\dest\register_dispatch_key.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-03-04T20:06:20.6952822Z copying build\lib.win-amd64-cpython-39\torchgen\dest\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-03-04T20:06:20.6958569Z copying build\lib.win-amd64-cpython-39\torchgen\dest\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-03-04T20:06:20.6964053Z creating build\bdist.win-amd64\wheel\torchgen\executorch 2025-03-04T20:06:20.6971879Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api 2025-03-04T20:06:20.6975034Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\custom_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2025-03-04T20:06:20.6980523Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\et_cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2025-03-04T20:06:20.6986102Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api\types 2025-03-04T20:06:20.6989384Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2025-03-04T20:06:20.6994681Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2025-03-04T20:06:20.7000322Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2025-03-04T20:06:20.7004816Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2025-03-04T20:06:20.7010395Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2025-03-04T20:06:20.7014712Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\model.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2025-03-04T20:06:20.7019748Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\parse.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2025-03-04T20:06:20.7025154Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2025-03-04T20:06:20.7029581Z copying build\lib.win-amd64-cpython-39\torchgen\gen.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-04T20:06:20.7036619Z copying build\lib.win-amd64-cpython-39\torchgen\gen_aoti_c_shim.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-04T20:06:20.7042348Z copying build\lib.win-amd64-cpython-39\torchgen\gen_backend_stubs.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-04T20:06:20.7048241Z copying build\lib.win-amd64-cpython-39\torchgen\gen_executorch.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-04T20:06:20.7054359Z copying build\lib.win-amd64-cpython-39\torchgen\gen_functionalization_type.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-04T20:06:20.7060417Z copying build\lib.win-amd64-cpython-39\torchgen\gen_lazy_tensor.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-04T20:06:20.7066392Z copying build\lib.win-amd64-cpython-39\torchgen\gen_schema_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-04T20:06:20.7072180Z copying build\lib.win-amd64-cpython-39\torchgen\gen_vmap_plumbing.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-04T20:06:20.7077587Z copying build\lib.win-amd64-cpython-39\torchgen\local.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-04T20:06:20.7082766Z copying build\lib.win-amd64-cpython-39\torchgen\model.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-04T20:06:20.7090267Z copying build\lib.win-amd64-cpython-39\torchgen\native_function_generation.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-04T20:06:20.7096448Z creating build\bdist.win-amd64\wheel\torchgen\operator_versions 2025-03-04T20:06:20.7100132Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2025-03-04T20:06:20.7105824Z 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-04T20:06:20.7118653Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2025-03-04T20:06:20.7128374Z creating build\bdist.win-amd64\wheel\torchgen\packaged 2025-03-04T20:06:20.7132697Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen 2025-03-04T20:06:20.7136152Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\native 2025-03-04T20:06:20.7139406Z 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-04T20:06:20.7150312Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\tags.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2025-03-04T20:06:20.7156896Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7160389Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7166039Z 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-04T20:06:20.7171454Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7183582Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7189116Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7194941Z 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-04T20:06:20.7200561Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7206248Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7211353Z 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-04T20:06:20.7216779Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Function.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7221948Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7227429Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7233011Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7238944Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7244276Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7249615Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7255107Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7260916Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7266660Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7277730Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7283705Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operator.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7288914Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7294449Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7300110Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7305251Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7310623Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7316356Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7321834Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7326998Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7337440Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7342503Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7348001Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7353798Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorBody.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7360322Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7365992Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7371064Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7376147Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7381350Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7391405Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-03-04T20:06:20.7397195Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd 2025-03-04T20:06:20.7400426Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\BUILD.bazel -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-04T20:06:20.7405589Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\build.bzl -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-04T20:06:20.7410550Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\context.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-04T20:06:20.7415722Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\deprecated.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-04T20:06:20.7421079Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\derivatives.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-04T20:06:20.7433235Z 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-04T20:06:20.7438650Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-04T20:06:20.7444170Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-04T20:06:20.7450135Z 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-04T20:06:20.7456013Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_python_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-04T20:06:20.7461790Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_trace_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-04T20:06:20.7467581Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_factories.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-04T20:06:20.7473166Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-04T20:06:20.7479632Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_view_funcs.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-04T20:06:20.7485305Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\load_derivatives.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-04T20:06:20.7491123Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\README.md -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-04T20:06:20.7497267Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd\templates 2025-03-04T20:06:20.7500745Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-04T20:06:20.7506122Z 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-04T20:06:20.7511112Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-04T20:06:20.7521378Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-04T20:06:20.7526673Z 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-04T20:06:20.7531735Z 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-04T20:06:20.7537284Z 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-04T20:06:20.7543020Z 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-04T20:06:20.7548194Z 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-04T20:06:20.7553745Z 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-04T20:06:20.7559170Z 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-04T20:06:20.7565195Z 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-04T20:06:20.7571018Z 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-04T20:06:20.7576324Z 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-04T20:06:20.7582023Z 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-04T20:06:20.7588065Z 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-04T20:06:20.7593927Z 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-04T20:06:20.7605139Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\TraceType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-04T20:06:20.7610727Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-04T20:06:20.7616369Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-04T20:06:20.7621732Z 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-04T20:06:20.7627560Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-04T20:06:20.7632903Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-03-04T20:06:20.7638220Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-03-04T20:06:20.7642914Z creating build\bdist.win-amd64\wheel\torchgen\selective_build 2025-03-04T20:06:20.7646355Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\operator.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2025-03-04T20:06:20.7651769Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\selector.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2025-03-04T20:06:20.7657256Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2025-03-04T20:06:20.7661805Z creating build\bdist.win-amd64\wheel\torchgen\static_runtime 2025-03-04T20:06:20.7665082Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\config.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-03-04T20:06:20.7670432Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\generator.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-03-04T20:06:20.7676520Z 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-04T20:06:20.7686961Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-03-04T20:06:20.7691311Z copying build\lib.win-amd64-cpython-39\torchgen\utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-04T20:06:20.7697034Z copying build\lib.win-amd64-cpython-39\torchgen\yaml_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-04T20:06:20.7707757Z copying build\lib.win-amd64-cpython-39\torchgen\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-03-04T20:06:20.7719180Z running install_egg_info 2025-03-04T20:06:20.7883927Z running egg_info 2025-03-04T20:06:20.7978167Z creating torch.egg-info 2025-03-04T20:06:20.7980851Z writing torch.egg-info\PKG-INFO 2025-03-04T20:06:20.8023286Z writing dependency_links to torch.egg-info\dependency_links.txt 2025-03-04T20:06:20.8027449Z writing entry points to torch.egg-info\entry_points.txt 2025-03-04T20:06:20.8043599Z writing requirements to torch.egg-info\requires.txt 2025-03-04T20:06:20.8047487Z writing top-level names to torch.egg-info\top_level.txt 2025-03-04T20:06:20.8050514Z writing manifest file 'torch.egg-info\SOURCES.txt' 2025-03-04T20:06:21.6629024Z reading manifest file 'torch.egg-info\SOURCES.txt' 2025-03-04T20:06:21.6634656Z reading manifest template 'MANIFEST.in' 2025-03-04T20:06:24.3460360Z warning: no files found matching '*.*' under directory 'ios' 2025-03-04T20:06:52.3545752Z warning: no files found matching '*.*' under directory 'modules' 2025-03-04T20:06:52.5539619Z warning: no previously-included files matching '*.o' found anywhere in distribution 2025-03-04T20:06:52.7020658Z warning: no previously-included files matching '*.so' found anywhere in distribution 2025-03-04T20:06:52.8498153Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2025-03-04T20:06:52.9977369Z warning: no previously-included files matching '*.a' found anywhere in distribution 2025-03-04T20:06:53.4089410Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2025-03-04T20:06:53.4090277Z adding license file 'LICENSE' 2025-03-04T20:06:53.4090606Z adding license file 'NOTICE' 2025-03-04T20:07:00.5865929Z writing manifest file 'torch.egg-info\SOURCES.txt' 2025-03-04T20:07:00.6423568Z Copying torch.egg-info to build\bdist.win-amd64\wheel\.\torch-2.7.0a0+git1b74980-py3.9.egg-info 2025-03-04T20:07:00.6539223Z running install_scripts 2025-03-04T20:07:00.6556944Z 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-04T20:07:00.6557796Z if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")): 2025-03-04T20:07:00.6675661Z creating build\bdist.win-amd64\wheel\torch-2.7.0a0+git1b74980.dist-info\WHEEL 2025-03-04T20:07:00.6689834Z creating 'dist\torch-2.7.0a0+git1b74980-cp39-cp39-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it 2025-03-04T20:07:00.6928979Z adding 'functorch/_C.cp39-win_amd64.pyd' 2025-03-04T20:07:00.6955329Z adding 'functorch/__init__.py' 2025-03-04T20:07:00.6959129Z adding 'functorch/_src/__init__.py' 2025-03-04T20:07:00.6962844Z adding 'functorch/_src/aot_autograd/__init__.py' 2025-03-04T20:07:00.6966645Z adding 'functorch/_src/eager_transforms/__init__.py' 2025-03-04T20:07:00.6970134Z adding 'functorch/_src/make_functional/__init__.py' 2025-03-04T20:07:00.6973646Z adding 'functorch/_src/vmap/__init__.py' 2025-03-04T20:07:00.6977349Z adding 'functorch/compile/__init__.py' 2025-03-04T20:07:00.6982267Z adding 'functorch/dim/__init__.py' 2025-03-04T20:07:00.6985538Z adding 'functorch/dim/batch_tensor.py' 2025-03-04T20:07:00.6988869Z adding 'functorch/dim/delayed_mul_tensor.py' 2025-03-04T20:07:00.6992607Z adding 'functorch/dim/dim.py' 2025-03-04T20:07:00.6996108Z adding 'functorch/dim/magic_trace.py' 2025-03-04T20:07:00.7000385Z adding 'functorch/dim/op_properties.py' 2025-03-04T20:07:00.7009865Z adding 'functorch/dim/reference.py' 2025-03-04T20:07:00.7013389Z adding 'functorch/dim/tree_map.py' 2025-03-04T20:07:00.7016677Z adding 'functorch/dim/wrap_type.py' 2025-03-04T20:07:00.7020363Z adding 'functorch/einops/__init__.py' 2025-03-04T20:07:00.7026311Z adding 'functorch/einops/_parsing.py' 2025-03-04T20:07:00.7031649Z adding 'functorch/einops/rearrange.py' 2025-03-04T20:07:00.7035715Z adding 'functorch/experimental/__init__.py' 2025-03-04T20:07:00.7038892Z adding 'functorch/experimental/control_flow.py' 2025-03-04T20:07:00.7041478Z adding 'functorch/experimental/ops.py' 2025-03-04T20:07:00.7050230Z adding 'torch/_C.cp39-win_amd64.pyd' 2025-03-04T20:07:00.7053919Z adding 'torch/_VF.py' 2025-03-04T20:07:00.7276828Z adding 'torch/_VF.pyi' 2025-03-04T20:07:00.7306555Z adding 'torch/__config__.py' 2025-03-04T20:07:00.7309925Z adding 'torch/__future__.py' 2025-03-04T20:07:00.7347043Z adding 'torch/__init__.py' 2025-03-04T20:07:00.7357859Z adding 'torch/_appdirs.py' 2025-03-04T20:07:00.7361523Z adding 'torch/_classes.py' 2025-03-04T20:07:00.7364822Z adding 'torch/_compile.py' 2025-03-04T20:07:00.7370630Z adding 'torch/_custom_ops.py' 2025-03-04T20:07:00.7374675Z adding 'torch/_deploy.py' 2025-03-04T20:07:00.7377564Z adding 'torch/_environment.py' 2025-03-04T20:07:00.7391386Z adding 'torch/_guards.py' 2025-03-04T20:07:00.7414265Z adding 'torch/_jit_internal.py' 2025-03-04T20:07:00.7419542Z adding 'torch/_linalg_utils.py' 2025-03-04T20:07:00.7435428Z adding 'torch/_lobpcg.py' 2025-03-04T20:07:00.7441851Z adding 'torch/_lowrank.py' 2025-03-04T20:07:00.7512257Z adding 'torch/_meta_registrations.py' 2025-03-04T20:07:00.7521678Z adding 'torch/_namedtensor_internals.py' 2025-03-04T20:07:00.7542645Z adding 'torch/_ops.py' 2025-03-04T20:07:00.7548665Z adding 'torch/_python_dispatcher.py' 2025-03-04T20:07:00.7552154Z adding 'torch/_size_docs.py' 2025-03-04T20:07:00.7556771Z adding 'torch/_sources.py' 2025-03-04T20:07:00.7559999Z adding 'torch/_storage_docs.py' 2025-03-04T20:07:00.7563071Z adding 'torch/_streambase.py' 2025-03-04T20:07:00.7589506Z adding 'torch/_tensor.py' 2025-03-04T20:07:00.7637028Z adding 'torch/_tensor_docs.py' 2025-03-04T20:07:00.7650451Z adding 'torch/_tensor_str.py' 2025-03-04T20:07:00.7654339Z adding 'torch/_thread_safe_fork.py' 2025-03-04T20:07:00.7789840Z adding 'torch/_torch_docs.py' 2025-03-04T20:07:00.7815064Z adding 'torch/_utils.py' 2025-03-04T20:07:00.7821051Z adding 'torch/_utils_internal.py' 2025-03-04T20:07:00.7826491Z adding 'torch/_vmap_internals.py' 2025-03-04T20:07:00.7834691Z adding 'torch/_weights_only_unpickler.py' 2025-03-04T20:07:00.7865621Z adding 'torch/functional.py' 2025-03-04T20:07:00.7880558Z adding 'torch/hub.py' 2025-03-04T20:07:00.7902546Z adding 'torch/library.py' 2025-03-04T20:07:00.7930773Z adding 'torch/overrides.py' 2025-03-04T20:07:00.7936218Z adding 'torch/py.typed' 2025-03-04T20:07:00.7941684Z adding 'torch/quasirandom.py' 2025-03-04T20:07:00.7945892Z adding 'torch/random.py' 2025-03-04T20:07:00.7949598Z adding 'torch/return_types.py' 2025-03-04T20:07:00.7953941Z adding 'torch/return_types.pyi' 2025-03-04T20:07:00.7983313Z adding 'torch/serialization.py' 2025-03-04T20:07:00.8000433Z adding 'torch/storage.py' 2025-03-04T20:07:00.8005384Z adding 'torch/torch_version.py' 2025-03-04T20:07:00.8009821Z adding 'torch/types.py' 2025-03-04T20:07:00.8012387Z adding 'torch/version.py' 2025-03-04T20:07:00.8235462Z adding 'torch/_C/_VariableFunctions.pyi' 2025-03-04T20:07:00.8350653Z adding 'torch/_C/__init__.pyi' 2025-03-04T20:07:00.8363203Z adding 'torch/_C/_aoti.pyi' 2025-03-04T20:07:00.8367007Z adding 'torch/_C/_autograd.pyi' 2025-03-04T20:07:00.8370091Z adding 'torch/_C/_cpu.pyi' 2025-03-04T20:07:00.8373019Z adding 'torch/_C/_cudnn.pyi' 2025-03-04T20:07:00.8375924Z adding 'torch/_C/_cusparselt.pyi' 2025-03-04T20:07:00.8378982Z adding 'torch/_C/_distributed_autograd.pyi' 2025-03-04T20:07:00.8386028Z adding 'torch/_C/_distributed_c10d.pyi' 2025-03-04T20:07:00.8390701Z adding 'torch/_C/_distributed_rpc.pyi' 2025-03-04T20:07:00.8394147Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2025-03-04T20:07:00.8397020Z adding 'torch/_C/_export.pyi' 2025-03-04T20:07:00.8400012Z adding 'torch/_C/_functions.pyi' 2025-03-04T20:07:00.8403428Z adding 'torch/_C/_functorch.pyi' 2025-03-04T20:07:00.8406399Z adding 'torch/_C/_instruction_counter.pyi' 2025-03-04T20:07:00.8409199Z adding 'torch/_C/_itt.pyi' 2025-03-04T20:07:00.8412193Z adding 'torch/_C/_lazy.pyi' 2025-03-04T20:07:00.8415235Z adding 'torch/_C/_lazy_ts_backend.pyi' 2025-03-04T20:07:00.8418245Z adding 'torch/_C/_monitor.pyi' 2025-03-04T20:07:00.8421863Z adding 'torch/_C/_nn.pyi' 2025-03-04T20:07:00.8424885Z adding 'torch/_C/_nvtx.pyi' 2025-03-04T20:07:00.8427876Z adding 'torch/_C/_onnx.pyi' 2025-03-04T20:07:00.8432022Z adding 'torch/_C/_profiler.pyi' 2025-03-04T20:07:00.8435233Z adding 'torch/_C/_verbose.pyi' 2025-03-04T20:07:00.8439480Z adding 'torch/_awaits/__init__.py' 2025-03-04T20:07:00.8443342Z adding 'torch/_custom_op/__init__.py' 2025-03-04T20:07:00.8449040Z adding 'torch/_custom_op/autograd.py' 2025-03-04T20:07:00.8459067Z adding 'torch/_custom_op/impl.py' 2025-03-04T20:07:00.8467870Z adding 'torch/_decomp/__init__.py' 2025-03-04T20:07:00.8527506Z adding 'torch/_decomp/decompositions.py' 2025-03-04T20:07:00.8537402Z adding 'torch/_decomp/decompositions_for_jvp.py' 2025-03-04T20:07:00.8542945Z adding 'torch/_decomp/decompositions_for_rng.py' 2025-03-04T20:07:00.8546796Z adding 'torch/_dispatch/__init__.py' 2025-03-04T20:07:00.8551427Z adding 'torch/_dispatch/python.py' 2025-03-04T20:07:00.8557512Z adding 'torch/_dynamo/__init__.py' 2025-03-04T20:07:00.8563295Z adding 'torch/_dynamo/_trace_wrapped_higher_order_op.py' 2025-03-04T20:07:00.8568466Z adding 'torch/_dynamo/bytecode_analysis.py' 2025-03-04T20:07:00.8590218Z adding 'torch/_dynamo/bytecode_transformation.py' 2025-03-04T20:07:00.8596778Z adding 'torch/_dynamo/cache_size.py' 2025-03-04T20:07:00.8601066Z adding 'torch/_dynamo/callback.py' 2025-03-04T20:07:00.8604669Z adding 'torch/_dynamo/code_context.py' 2025-03-04T20:07:00.8614664Z adding 'torch/_dynamo/codegen.py' 2025-03-04T20:07:00.8633481Z adding 'torch/_dynamo/compiled_autograd.py' 2025-03-04T20:07:00.8641142Z adding 'torch/_dynamo/comptime.py' 2025-03-04T20:07:00.8654923Z adding 'torch/_dynamo/config.py' 2025-03-04T20:07:00.8680836Z adding 'torch/_dynamo/convert_frame.py' 2025-03-04T20:07:00.8681292Z adding 'torch/_dynamo/create_parameter_op.py' 2025-03-04T20:07:00.8683533Z adding 'torch/_dynamo/current_scope_id.py' 2025-03-04T20:07:00.8696295Z adding 'torch/_dynamo/debug_utils.py' 2025-03-04T20:07:00.8707242Z adding 'torch/_dynamo/decorators.py' 2025-03-04T20:07:00.8713821Z adding 'torch/_dynamo/device_interface.py' 2025-03-04T20:07:00.8717478Z adding 'torch/_dynamo/distributed.py' 2025-03-04T20:07:00.8744552Z adding 'torch/_dynamo/eval_frame.py' 2025-03-04T20:07:00.8755394Z adding 'torch/_dynamo/exc.py' 2025-03-04T20:07:00.8760264Z adding 'torch/_dynamo/external_utils.py' 2025-03-04T20:07:00.8764187Z adding 'torch/_dynamo/funcname_cache.py' 2025-03-04T20:07:00.8767434Z adding 'torch/_dynamo/graph_break_hints.py' 2025-03-04T20:07:00.8773026Z adding 'torch/_dynamo/graph_deduplication.py' 2025-03-04T20:07:00.8779938Z adding 'torch/_dynamo/graph_region_tracker.py' 2025-03-04T20:07:00.8823252Z adding 'torch/_dynamo/guards.py' 2025-03-04T20:07:00.8829215Z adding 'torch/_dynamo/hooks.py' 2025-03-04T20:07:00.8832764Z adding 'torch/_dynamo/logging.py' 2025-03-04T20:07:00.8837607Z adding 'torch/_dynamo/metrics_context.py' 2025-03-04T20:07:00.8841965Z adding 'torch/_dynamo/mutation_guard.py' 2025-03-04T20:07:00.8884742Z adding 'torch/_dynamo/output_graph.py' 2025-03-04T20:07:00.8897609Z adding 'torch/_dynamo/pgo.py' 2025-03-04T20:07:00.8902469Z adding 'torch/_dynamo/profiler.py' 2025-03-04T20:07:00.8906373Z adding 'torch/_dynamo/replay_record.py' 2025-03-04T20:07:00.8915875Z adding 'torch/_dynamo/resume_execution.py' 2025-03-04T20:07:00.8930901Z adding 'torch/_dynamo/side_effects.py' 2025-03-04T20:07:00.8940218Z adding 'torch/_dynamo/source.py' 2025-03-04T20:07:00.8994247Z adding 'torch/_dynamo/symbolic_convert.py' 2025-03-04T20:07:00.9000489Z adding 'torch/_dynamo/tensor_version_op.py' 2025-03-04T20:07:00.9004090Z adding 'torch/_dynamo/test_case.py' 2025-03-04T20:07:00.9010976Z adding 'torch/_dynamo/test_minifier_common.py' 2025-03-04T20:07:00.9017613Z adding 'torch/_dynamo/testing.py' 2025-03-04T20:07:00.9054659Z adding 'torch/_dynamo/trace_rules.py' 2025-03-04T20:07:00.9062302Z adding 'torch/_dynamo/types.py' 2025-03-04T20:07:00.9119503Z adding 'torch/_dynamo/utils.py' 2025-03-04T20:07:00.9126936Z adding 'torch/_dynamo/backends/__init__.py' 2025-03-04T20:07:00.9131088Z adding 'torch/_dynamo/backends/common.py' 2025-03-04T20:07:00.9136515Z adding 'torch/_dynamo/backends/cudagraphs.py' 2025-03-04T20:07:00.9143563Z adding 'torch/_dynamo/backends/debugging.py' 2025-03-04T20:07:00.9155197Z adding 'torch/_dynamo/backends/distributed.py' 2025-03-04T20:07:00.9159105Z adding 'torch/_dynamo/backends/inductor.py' 2025-03-04T20:07:00.9162399Z adding 'torch/_dynamo/backends/onnxrt.py' 2025-03-04T20:07:00.9166891Z adding 'torch/_dynamo/backends/registry.py' 2025-03-04T20:07:00.9170151Z adding 'torch/_dynamo/backends/tensorrt.py' 2025-03-04T20:07:00.9173328Z adding 'torch/_dynamo/backends/torchxla.py' 2025-03-04T20:07:00.9178229Z adding 'torch/_dynamo/backends/tvm.py' 2025-03-04T20:07:00.9184456Z adding 'torch/_dynamo/polyfills/__init__.py' 2025-03-04T20:07:00.9188128Z adding 'torch/_dynamo/polyfills/builtins.py' 2025-03-04T20:07:00.9191350Z adding 'torch/_dynamo/polyfills/functools.py' 2025-03-04T20:07:00.9194922Z adding 'torch/_dynamo/polyfills/fx.py' 2025-03-04T20:07:00.9199235Z adding 'torch/_dynamo/polyfills/itertools.py' 2025-03-04T20:07:00.9202683Z adding 'torch/_dynamo/polyfills/loader.py' 2025-03-04T20:07:00.9206424Z adding 'torch/_dynamo/polyfills/operator.py' 2025-03-04T20:07:00.9209840Z adding 'torch/_dynamo/polyfills/os.py' 2025-03-04T20:07:00.9216100Z adding 'torch/_dynamo/polyfills/pytree.py' 2025-03-04T20:07:00.9219546Z adding 'torch/_dynamo/polyfills/sys.py' 2025-03-04T20:07:00.9223465Z adding 'torch/_dynamo/repro/__init__.py' 2025-03-04T20:07:00.9238530Z adding 'torch/_dynamo/repro/after_aot.py' 2025-03-04T20:07:00.9246659Z adding 'torch/_dynamo/repro/after_dynamo.py' 2025-03-04T20:07:00.9256318Z adding 'torch/_dynamo/repro/aoti.py' 2025-03-04T20:07:00.9261819Z adding 'torch/_dynamo/variables/__init__.py' 2025-03-04T20:07:00.9270221Z adding 'torch/_dynamo/variables/base.py' 2025-03-04T20:07:00.9316963Z adding 'torch/_dynamo/variables/builder.py' 2025-03-04T20:07:00.9345599Z adding 'torch/_dynamo/variables/builtin.py' 2025-03-04T20:07:00.9352834Z adding 'torch/_dynamo/variables/constant.py' 2025-03-04T20:07:00.9366226Z adding 'torch/_dynamo/variables/ctx_manager.py' 2025-03-04T20:07:00.9378516Z adding 'torch/_dynamo/variables/dicts.py' 2025-03-04T20:07:00.9385694Z adding 'torch/_dynamo/variables/distributed.py' 2025-03-04T20:07:00.9411062Z adding 'torch/_dynamo/variables/functions.py' 2025-03-04T20:07:00.9447475Z adding 'torch/_dynamo/variables/higher_order_ops.py' 2025-03-04T20:07:00.9456937Z adding 'torch/_dynamo/variables/iter.py' 2025-03-04T20:07:00.9461949Z adding 'torch/_dynamo/variables/lazy.py' 2025-03-04T20:07:00.9473755Z adding 'torch/_dynamo/variables/lists.py' 2025-03-04T20:07:00.9494139Z adding 'torch/_dynamo/variables/misc.py' 2025-03-04T20:07:00.9511637Z adding 'torch/_dynamo/variables/nn_module.py' 2025-03-04T20:07:00.9520168Z adding 'torch/_dynamo/variables/optimizer.py' 2025-03-04T20:07:00.9524589Z adding 'torch/_dynamo/variables/script_object.py' 2025-03-04T20:07:00.9528530Z adding 'torch/_dynamo/variables/sdpa.py' 2025-03-04T20:07:00.9547917Z adding 'torch/_dynamo/variables/tensor.py' 2025-03-04T20:07:00.9570086Z adding 'torch/_dynamo/variables/torch.py' 2025-03-04T20:07:00.9580692Z adding 'torch/_dynamo/variables/torch_function.py' 2025-03-04T20:07:00.9602941Z adding 'torch/_dynamo/variables/user_defined.py' 2025-03-04T20:07:00.9610198Z adding 'torch/_export/__init__.py' 2025-03-04T20:07:00.9633177Z adding 'torch/_export/converter.py' 2025-03-04T20:07:00.9638641Z adding 'torch/_export/error.py' 2025-03-04T20:07:00.9649396Z adding 'torch/_export/non_strict_utils.py' 2025-03-04T20:07:00.9656763Z adding 'torch/_export/pass_base.py' 2025-03-04T20:07:00.9661411Z adding 'torch/_export/tools.py' 2025-03-04T20:07:00.9682942Z adding 'torch/_export/utils.py' 2025-03-04T20:07:00.9690396Z adding 'torch/_export/verifier.py' 2025-03-04T20:07:00.9695002Z adding 'torch/_export/wrappers.py' 2025-03-04T20:07:00.9698751Z adding 'torch/_export/db/__init__.py' 2025-03-04T20:07:00.9703090Z adding 'torch/_export/db/case.py' 2025-03-04T20:07:00.9706455Z adding 'torch/_export/db/gen_example.py' 2025-03-04T20:07:00.9709820Z adding 'torch/_export/db/logging.py' 2025-03-04T20:07:00.9715112Z adding 'torch/_export/db/examples/__init__.py' 2025-03-04T20:07:00.9718451Z adding 'torch/_export/db/examples/assume_constant_result.py' 2025-03-04T20:07:00.9721493Z adding 'torch/_export/db/examples/autograd_function.py' 2025-03-04T20:07:00.9724728Z adding 'torch/_export/db/examples/class_method.py' 2025-03-04T20:07:00.9728583Z adding 'torch/_export/db/examples/cond_branch_class_method.py' 2025-03-04T20:07:00.9731747Z adding 'torch/_export/db/examples/cond_branch_nested_function.py' 2025-03-04T20:07:00.9741680Z adding 'torch/_export/db/examples/cond_branch_nonlocal_variables.py' 2025-03-04T20:07:00.9744807Z adding 'torch/_export/db/examples/cond_closed_over_variable.py' 2025-03-04T20:07:00.9747924Z adding 'torch/_export/db/examples/cond_operands.py' 2025-03-04T20:07:00.9751460Z adding 'torch/_export/db/examples/cond_predicate.py' 2025-03-04T20:07:00.9755085Z adding 'torch/_export/db/examples/constrain_as_size_example.py' 2025-03-04T20:07:00.9758807Z adding 'torch/_export/db/examples/constrain_as_value_example.py' 2025-03-04T20:07:00.9762386Z adding 'torch/_export/db/examples/decorator.py' 2025-03-04T20:07:00.9765947Z adding 'torch/_export/db/examples/dictionary.py' 2025-03-04T20:07:00.9769565Z adding 'torch/_export/db/examples/dynamic_shape_assert.py' 2025-03-04T20:07:00.9773197Z adding 'torch/_export/db/examples/dynamic_shape_constructor.py' 2025-03-04T20:07:00.9804776Z adding 'torch/_export/db/examples/dynamic_shape_if_guard.py' 2025-03-04T20:07:00.9808075Z adding 'torch/_export/db/examples/dynamic_shape_map.py' 2025-03-04T20:07:00.9811195Z adding 'torch/_export/db/examples/dynamic_shape_round.py' 2025-03-04T20:07:00.9814246Z adding 'torch/_export/db/examples/dynamic_shape_slicing.py' 2025-03-04T20:07:00.9817225Z adding 'torch/_export/db/examples/dynamic_shape_view.py' 2025-03-04T20:07:00.9820885Z adding 'torch/_export/db/examples/fn_with_kwargs.py' 2025-03-04T20:07:00.9823948Z adding 'torch/_export/db/examples/list_contains.py' 2025-03-04T20:07:00.9826976Z adding 'torch/_export/db/examples/list_unpack.py' 2025-03-04T20:07:00.9830108Z adding 'torch/_export/db/examples/model_attr_mutation.py' 2025-03-04T20:07:00.9833250Z adding 'torch/_export/db/examples/nested_function.py' 2025-03-04T20:07:00.9836556Z adding 'torch/_export/db/examples/null_context_manager.py' 2025-03-04T20:07:00.9839572Z adding 'torch/_export/db/examples/optional_input.py' 2025-03-04T20:07:00.9842563Z adding 'torch/_export/db/examples/pytree_flatten.py' 2025-03-04T20:07:00.9845563Z adding 'torch/_export/db/examples/scalar_output.py' 2025-03-04T20:07:00.9848620Z adding 'torch/_export/db/examples/specialized_attribute.py' 2025-03-04T20:07:00.9851552Z adding 'torch/_export/db/examples/static_for_loop.py' 2025-03-04T20:07:00.9854467Z adding 'torch/_export/db/examples/static_if.py' 2025-03-04T20:07:00.9857347Z adding 'torch/_export/db/examples/tensor_setattr.py' 2025-03-04T20:07:00.9860292Z adding 'torch/_export/db/examples/type_reflection_method.py' 2025-03-04T20:07:00.9863220Z adding 'torch/_export/db/examples/unsupported_operator.py' 2025-03-04T20:07:00.9866299Z adding 'torch/_export/db/examples/user_input_mutation.py' 2025-03-04T20:07:00.9870016Z adding 'torch/_export/pass_infra/__init__.py' 2025-03-04T20:07:00.9873186Z adding 'torch/_export/pass_infra/node_metadata.py' 2025-03-04T20:07:00.9876404Z adding 'torch/_export/pass_infra/proxy_value.py' 2025-03-04T20:07:00.9880223Z adding 'torch/_export/passes/__init__.py' 2025-03-04T20:07:00.9883781Z adding 'torch/_export/passes/_node_metadata_hook.py' 2025-03-04T20:07:00.9889027Z adding 'torch/_export/passes/add_runtime_assertions_for_constraints_pass.py' 2025-03-04T20:07:00.9893699Z adding 'torch/_export/passes/collect_tracepoints_pass.py' 2025-03-04T20:07:00.9899390Z adding 'torch/_export/passes/constant_folding.py' 2025-03-04T20:07:00.9903453Z adding 'torch/_export/passes/functionalize_side_effectful_ops_pass.py' 2025-03-04T20:07:00.9906763Z adding 'torch/_export/passes/insert_custom_op_guards.py' 2025-03-04T20:07:00.9913129Z adding 'torch/_export/passes/lift_constants_pass.py' 2025-03-04T20:07:00.9916760Z adding 'torch/_export/passes/remove_runtime_assertions.py' 2025-03-04T20:07:00.9921370Z adding 'torch/_export/passes/replace_autocast_with_hop_pass.py' 2025-03-04T20:07:00.9930522Z adding 'torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py' 2025-03-04T20:07:00.9934969Z adding 'torch/_export/passes/replace_set_grad_with_hop_pass.py' 2025-03-04T20:07:00.9938651Z adding 'torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py' 2025-03-04T20:07:00.9943311Z adding 'torch/_export/passes/replace_with_hop_pass_util.py' 2025-03-04T20:07:00.9947244Z adding 'torch/_export/serde/__init__.py' 2025-03-04T20:07:00.9950112Z adding 'torch/_export/serde/aoti_schema.py' 2025-03-04T20:07:00.9955751Z adding 'torch/_export/serde/dynamic_shapes.py' 2025-03-04T20:07:00.9960597Z adding 'torch/_export/serde/export_schema.thrift' 2025-03-04T20:07:00.9967068Z adding 'torch/_export/serde/schema.py' 2025-03-04T20:07:00.9972235Z adding 'torch/_export/serde/schema.yaml' 2025-03-04T20:07:00.9980988Z adding 'torch/_export/serde/schema_check.py' 2025-03-04T20:07:01.0025050Z adding 'torch/_export/serde/serialize.py' 2025-03-04T20:07:01.0031644Z adding 'torch/_export/serde/union.py' 2025-03-04T20:07:01.0035897Z adding 'torch/_functorch/__init__.py' 2025-03-04T20:07:01.0063508Z adding 'torch/_functorch/aot_autograd.py' 2025-03-04T20:07:01.0072534Z adding 'torch/_functorch/apis.py' 2025-03-04T20:07:01.0084207Z adding 'torch/_functorch/autograd_function.py' 2025-03-04T20:07:01.0088214Z adding 'torch/_functorch/batch_norm_replacement.py' 2025-03-04T20:07:01.0093058Z adding 'torch/_functorch/benchmark_utils.py' 2025-03-04T20:07:01.0097381Z adding 'torch/_functorch/compile_utils.py' 2025-03-04T20:07:01.0104460Z adding 'torch/_functorch/compilers.py' 2025-03-04T20:07:01.0110581Z adding 'torch/_functorch/config.py' 2025-03-04T20:07:01.0115746Z adding 'torch/_functorch/deprecated.py' 2025-03-04T20:07:01.0140107Z adding 'torch/_functorch/eager_transforms.py' 2025-03-04T20:07:01.0147330Z adding 'torch/_functorch/functional_call.py' 2025-03-04T20:07:01.0155588Z adding 'torch/_functorch/fx_minifier.py' 2025-03-04T20:07:01.0163954Z adding 'torch/_functorch/make_functional.py' 2025-03-04T20:07:01.0194017Z adding 'torch/_functorch/partitioners.py' 2025-03-04T20:07:01.0201210Z adding 'torch/_functorch/pyfunctorch.py' 2025-03-04T20:07:01.0204535Z adding 'torch/_functorch/python_key.py' 2025-03-04T20:07:01.0207760Z adding 'torch/_functorch/pytree_hacks.py' 2025-03-04T20:07:01.0216062Z adding 'torch/_functorch/top_operators_github_usage.py' 2025-03-04T20:07:01.0219941Z adding 'torch/_functorch/utils.py' 2025-03-04T20:07:01.0228124Z adding 'torch/_functorch/vmap.py' 2025-03-04T20:07:01.0232659Z adding 'torch/_functorch/_activation_checkpointing/__init__.py' 2025-03-04T20:07:01.0236836Z adding 'torch/_functorch/_activation_checkpointing/ac_logging_utils.py' 2025-03-04T20:07:01.0243076Z adding 'torch/_functorch/_activation_checkpointing/graph_info_provider.py' 2025-03-04T20:07:01.0247818Z adding 'torch/_functorch/_activation_checkpointing/knapsack.py' 2025-03-04T20:07:01.0253866Z adding 'torch/_functorch/_activation_checkpointing/knapsack_evaluator.py' 2025-03-04T20:07:01.0258710Z adding 'torch/_functorch/_aot_autograd/__init__.py' 2025-03-04T20:07:01.0274031Z adding 'torch/_functorch/_aot_autograd/autograd_cache.py' 2025-03-04T20:07:01.0292442Z adding 'torch/_functorch/_aot_autograd/collect_metadata_analysis.py' 2025-03-04T20:07:01.0299316Z adding 'torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py' 2025-03-04T20:07:01.0308272Z adding 'torch/_functorch/_aot_autograd/functional_utils.py' 2025-03-04T20:07:01.0316391Z adding 'torch/_functorch/_aot_autograd/input_output_analysis.py' 2025-03-04T20:07:01.0336638Z adding 'torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py' 2025-03-04T20:07:01.0341858Z adding 'torch/_functorch/_aot_autograd/logging_utils.py' 2025-03-04T20:07:01.0378554Z adding 'torch/_functorch/_aot_autograd/runtime_wrappers.py' 2025-03-04T20:07:01.0396713Z adding 'torch/_functorch/_aot_autograd/schemas.py' 2025-03-04T20:07:01.0401581Z adding 'torch/_functorch/_aot_autograd/subclass_parametrization.py' 2025-03-04T20:07:01.0409370Z adding 'torch/_functorch/_aot_autograd/subclass_utils.py' 2025-03-04T20:07:01.0426430Z adding 'torch/_functorch/_aot_autograd/traced_function_transforms.py' 2025-03-04T20:07:01.0435534Z adding 'torch/_functorch/_aot_autograd/utils.py' 2025-03-04T20:07:01.0440368Z adding 'torch/_higher_order_ops/__init__.py' 2025-03-04T20:07:01.0443847Z adding 'torch/_higher_order_ops/_invoke_quant.py' 2025-03-04T20:07:01.0447693Z adding 'torch/_higher_order_ops/aoti_call_delegate.py' 2025-03-04T20:07:01.0455073Z adding 'torch/_higher_order_ops/associative_scan.py' 2025-03-04T20:07:01.0465127Z adding 'torch/_higher_order_ops/auto_functionalize.py' 2025-03-04T20:07:01.0470246Z adding 'torch/_higher_order_ops/base_hop.py' 2025-03-04T20:07:01.0481195Z adding 'torch/_higher_order_ops/cond.py' 2025-03-04T20:07:01.0487168Z adding 'torch/_higher_order_ops/effects.py' 2025-03-04T20:07:01.0491832Z adding 'torch/_higher_order_ops/executorch_call_delegate.py' 2025-03-04T20:07:01.0496001Z adding 'torch/_higher_order_ops/flat_apply.py' 2025-03-04T20:07:01.0508145Z adding 'torch/_higher_order_ops/flex_attention.py' 2025-03-04T20:07:01.0512160Z adding 'torch/_higher_order_ops/foreach_map.py' 2025-03-04T20:07:01.0516348Z adding 'torch/_higher_order_ops/hints_wrap.py' 2025-03-04T20:07:01.0522452Z adding 'torch/_higher_order_ops/invoke_subgraph.py' 2025-03-04T20:07:01.0527609Z adding 'torch/_higher_order_ops/map.py' 2025-03-04T20:07:01.0532101Z adding 'torch/_higher_order_ops/out_dtype.py' 2025-03-04T20:07:01.0535643Z adding 'torch/_higher_order_ops/run_const_graph.py' 2025-03-04T20:07:01.0543196Z adding 'torch/_higher_order_ops/scan.py' 2025-03-04T20:07:01.0547459Z adding 'torch/_higher_order_ops/strict_mode.py' 2025-03-04T20:07:01.0552202Z adding 'torch/_higher_order_ops/torchbind.py' 2025-03-04T20:07:01.0576755Z adding 'torch/_higher_order_ops/triton_kernel_wrap.py' 2025-03-04T20:07:01.0588440Z adding 'torch/_higher_order_ops/utils.py' 2025-03-04T20:07:01.0597296Z adding 'torch/_higher_order_ops/while_loop.py' 2025-03-04T20:07:01.0603152Z adding 'torch/_higher_order_ops/wrap.py' 2025-03-04T20:07:01.0611000Z adding 'torch/_inductor/__init__.py' 2025-03-04T20:07:01.0615905Z adding 'torch/_inductor/analyze_preserves_zero_mask.py' 2025-03-04T20:07:01.0621165Z adding 'torch/_inductor/aoti_eager.py' 2025-03-04T20:07:01.0629873Z adding 'torch/_inductor/async_compile.py' 2025-03-04T20:07:01.0641540Z adding 'torch/_inductor/autotune_process.py' 2025-03-04T20:07:01.0647826Z adding 'torch/_inductor/bounds.py' 2025-03-04T20:07:01.0653839Z adding 'torch/_inductor/choices.py' 2025-03-04T20:07:01.0695780Z adding 'torch/_inductor/codecache.py' 2025-03-04T20:07:01.0703616Z adding 'torch/_inductor/comm_analysis.py' 2025-03-04T20:07:01.0709491Z adding 'torch/_inductor/comm_lowering.py' 2025-03-04T20:07:01.0721447Z adding 'torch/_inductor/comms.py' 2025-03-04T20:07:01.0754713Z adding 'torch/_inductor/compile_fx.py' 2025-03-04T20:07:01.0766306Z adding 'torch/_inductor/compile_fx_ext.py' 2025-03-04T20:07:01.0771411Z adding 'torch/_inductor/compile_fx_subproc.py' 2025-03-04T20:07:01.0780507Z adding 'torch/_inductor/compiler_bisector.py' 2025-03-04T20:07:01.0809209Z adding 'torch/_inductor/config.py' 2025-03-04T20:07:01.0817206Z adding 'torch/_inductor/constant_folding.py' 2025-03-04T20:07:01.0836949Z adding 'torch/_inductor/cpp_builder.py' 2025-03-04T20:07:01.0844706Z adding 'torch/_inductor/cpu_vec_isa.py' 2025-03-04T20:07:01.0883805Z adding 'torch/_inductor/cudagraph_trees.py' 2025-03-04T20:07:01.0891606Z adding 'torch/_inductor/cudagraph_utils.py' 2025-03-04T20:07:01.0895583Z adding 'torch/_inductor/custom_graph_pass.py' 2025-03-04T20:07:01.0907452Z adding 'torch/_inductor/debug.py' 2025-03-04T20:07:01.0920587Z adding 'torch/_inductor/decomposition.py' 2025-03-04T20:07:01.0932709Z adding 'torch/_inductor/dependencies.py' 2025-03-04T20:07:01.0938594Z adding 'torch/_inductor/dtype_propagation.py' 2025-03-04T20:07:01.0942791Z adding 'torch/_inductor/exc.py' 2025-03-04T20:07:01.0946081Z adding 'torch/_inductor/extern_node_serializer.py' 2025-03-04T20:07:01.0951417Z adding 'torch/_inductor/freezing.py' 2025-03-04T20:07:01.0955118Z adding 'torch/_inductor/freezing_utils.py' 2025-03-04T20:07:01.0968077Z adding 'torch/_inductor/fuzzer.py' 2025-03-04T20:07:01.0974047Z adding 'torch/_inductor/fx_utils.py' 2025-03-04T20:07:01.1006558Z adding 'torch/_inductor/graph.py' 2025-03-04T20:07:01.1011789Z adding 'torch/_inductor/hooks.py' 2025-03-04T20:07:01.1017890Z adding 'torch/_inductor/index_propagation.py' 2025-03-04T20:07:01.1022548Z adding 'torch/_inductor/inductor_prims.py' 2025-03-04T20:07:01.1113756Z adding 'torch/_inductor/ir.py' 2025-03-04T20:07:01.1124861Z adding 'torch/_inductor/jagged_lowerings.py' 2025-03-04T20:07:01.1134281Z adding 'torch/_inductor/loop_body.py' 2025-03-04T20:07:01.1210484Z adding 'torch/_inductor/lowering.py' 2025-03-04T20:07:01.1225016Z adding 'torch/_inductor/memory.py' 2025-03-04T20:07:01.1232150Z adding 'torch/_inductor/metrics.py' 2025-03-04T20:07:01.1249783Z adding 'torch/_inductor/mkldnn_ir.py' 2025-03-04T20:07:01.1262723Z adding 'torch/_inductor/mkldnn_lowerings.py' 2025-03-04T20:07:01.1263102Z adding 'torch/_inductor/mock_cache.py' 2025-03-04T20:07:01.1274577Z adding 'torch/_inductor/ops_handler.py' 2025-03-04T20:07:01.1280517Z adding 'torch/_inductor/optimize_indexing.py' 2025-03-04T20:07:01.1288515Z adding 'torch/_inductor/output_code.py' 2025-03-04T20:07:01.1317111Z adding 'torch/_inductor/pattern_matcher.py' 2025-03-04T20:07:01.1323151Z adding 'torch/_inductor/quantized_lowerings.py' 2025-03-04T20:07:01.1329127Z adding 'torch/_inductor/remote_cache.py' 2025-03-04T20:07:01.1389870Z adding 'torch/_inductor/scheduler.py' 2025-03-04T20:07:01.1423624Z adding 'torch/_inductor/select_algorithm.py' 2025-03-04T20:07:01.1438542Z adding 'torch/_inductor/sizevars.py' 2025-03-04T20:07:01.1444203Z adding 'torch/_inductor/subgraph_lowering.py' 2025-03-04T20:07:01.1447695Z adding 'torch/_inductor/test_case.py' 2025-03-04T20:07:01.1450880Z adding 'torch/_inductor/test_operators.py' 2025-03-04T20:07:01.1456064Z adding 'torch/_inductor/triton_bundler.py' 2025-03-04T20:07:01.1489447Z adding 'torch/_inductor/utils.py' 2025-03-04T20:07:01.1497604Z adding 'torch/_inductor/virtualized.py' 2025-03-04T20:07:01.1504744Z adding 'torch/_inductor/wrapper_benchmark.py' 2025-03-04T20:07:01.1508828Z adding 'torch/_inductor/autoheuristic/__init__.py' 2025-03-04T20:07:01.1514526Z adding 'torch/_inductor/autoheuristic/autoheuristic.py' 2025-03-04T20:07:01.1520123Z adding 'torch/_inductor/autoheuristic/autoheuristic_utils.py' 2025-03-04T20:07:01.1524337Z adding 'torch/_inductor/autoheuristic/learned_heuristic_controller.py' 2025-03-04T20:07:01.1527865Z adding 'torch/_inductor/autoheuristic/learnedheuristic_interface.py' 2025-03-04T20:07:01.1535790Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py' 2025-03-04T20:07:01.1544022Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py' 2025-03-04T20:07:01.1548744Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py' 2025-03-04T20:07:01.1553127Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py' 2025-03-04T20:07:01.1557062Z adding 'torch/_inductor/autoheuristic/artifacts/_PadMMA100.py' 2025-03-04T20:07:01.1560158Z adding 'torch/_inductor/autoheuristic/artifacts/__init__.py' 2025-03-04T20:07:01.1564203Z adding 'torch/_inductor/codegen/__init__.py' 2025-03-04T20:07:01.1567490Z adding 'torch/_inductor/codegen/aoti_hipify_utils.py' 2025-03-04T20:07:01.1572017Z adding 'torch/_inductor/codegen/block_analysis.py' 2025-03-04T20:07:01.1601776Z adding 'torch/_inductor/codegen/common.py' 2025-03-04T20:07:01.1670386Z adding 'torch/_inductor/codegen/cpp.py' 2025-03-04T20:07:01.1680519Z adding 'torch/_inductor/codegen/cpp_bmm_template.py' 2025-03-04T20:07:01.1694015Z adding 'torch/_inductor/codegen/cpp_flex_attention_template.py' 2025-03-04T20:07:01.1715875Z adding 'torch/_inductor/codegen/cpp_gemm_template.py' 2025-03-04T20:07:01.1724797Z adding 'torch/_inductor/codegen/cpp_grouped_gemm_template.py' 2025-03-04T20:07:01.1742806Z adding 'torch/_inductor/codegen/cpp_micro_gemm.py' 2025-03-04T20:07:01.1782238Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2025-03-04T20:07:01.1782645Z adding 'torch/_inductor/codegen/cpp_template.py' 2025-03-04T20:07:01.1783041Z adding 'torch/_inductor/codegen/cpp_template_kernel.py' 2025-03-04T20:07:01.1784236Z adding 'torch/_inductor/codegen/cpp_utils.py' 2025-03-04T20:07:01.1818109Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu.py' 2025-03-04T20:07:01.1834589Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py' 2025-03-04T20:07:01.1844782Z adding 'torch/_inductor/codegen/cpp_wrapper_gpu.py' 2025-03-04T20:07:01.1848368Z adding 'torch/_inductor/codegen/cpu_device_op_overrides.py' 2025-03-04T20:07:01.1852169Z adding 'torch/_inductor/codegen/cuda_combined_scheduling.py' 2025-03-04T20:07:01.1857310Z adding 'torch/_inductor/codegen/debug_utils.py' 2025-03-04T20:07:01.1878503Z adding 'torch/_inductor/codegen/halide.py' 2025-03-04T20:07:01.1889097Z adding 'torch/_inductor/codegen/memory_planning.py' 2025-03-04T20:07:01.1897248Z adding 'torch/_inductor/codegen/mps.py' 2025-03-04T20:07:01.1900854Z adding 'torch/_inductor/codegen/mps_device_op_overrides.py' 2025-03-04T20:07:01.1908034Z adding 'torch/_inductor/codegen/multi_kernel.py' 2025-03-04T20:07:01.1937735Z adding 'torch/_inductor/codegen/simd.py' 2025-03-04T20:07:01.1948352Z adding 'torch/_inductor/codegen/simd_kernel_features.py' 2025-03-04T20:07:01.2004804Z adding 'torch/_inductor/codegen/triton.py' 2025-03-04T20:07:01.2023687Z adding 'torch/_inductor/codegen/triton_combo_kernel.py' 2025-03-04T20:07:01.2029317Z adding 'torch/_inductor/codegen/triton_split_scan.py' 2025-03-04T20:07:01.2034181Z adding 'torch/_inductor/codegen/triton_utils.py' 2025-03-04T20:07:01.2074095Z adding 'torch/_inductor/codegen/wrapper.py' 2025-03-04T20:07:01.2083233Z adding 'torch/_inductor/codegen/aoti_runtime/interface.cpp' 2025-03-04T20:07:01.2087009Z adding 'torch/_inductor/codegen/cuda/__init__.py' 2025-03-04T20:07:01.2091224Z adding 'torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py' 2025-03-04T20:07:01.2094626Z adding 'torch/_inductor/codegen/cuda/cuda_env.py' 2025-03-04T20:07:01.2102546Z adding 'torch/_inductor/codegen/cuda/cuda_kernel.py' 2025-03-04T20:07:01.2108406Z adding 'torch/_inductor/codegen/cuda/cuda_template.py' 2025-03-04T20:07:01.2115176Z adding 'torch/_inductor/codegen/cuda/cutlass_utils.py' 2025-03-04T20:07:01.2120314Z adding 'torch/_inductor/codegen/cuda/device_op_overrides.py' 2025-03-04T20:07:01.2139819Z adding 'torch/_inductor/codegen/cuda/gemm_template.py' 2025-03-04T20:07:01.2144983Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py' 2025-03-04T20:07:01.2149685Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py' 2025-03-04T20:07:01.2153636Z adding 'torch/_inductor/codegen/rocm/__init__.py' 2025-03-04T20:07:01.2161539Z adding 'torch/_inductor/codegen/rocm/ck_conv_template.py' 2025-03-04T20:07:01.2165740Z adding 'torch/_inductor/codegen/rocm/ck_template.py' 2025-03-04T20:07:01.2178612Z adding 'torch/_inductor/codegen/rocm/ck_universal_gemm_template.py' 2025-03-04T20:07:01.2183528Z adding 'torch/_inductor/codegen/rocm/compile_command.py' 2025-03-04T20:07:01.2187648Z adding 'torch/_inductor/codegen/rocm/rocm_benchmark_request.py' 2025-03-04T20:07:01.2191578Z adding 'torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py' 2025-03-04T20:07:01.2197183Z adding 'torch/_inductor/codegen/rocm/rocm_kernel.py' 2025-03-04T20:07:01.2202216Z adding 'torch/_inductor/codegen/rocm/rocm_template.py' 2025-03-04T20:07:01.2205421Z adding 'torch/_inductor/codegen/rocm/rocm_template_buffer.py' 2025-03-04T20:07:01.2209111Z adding 'torch/_inductor/codegen/xpu/__init__.py' 2025-03-04T20:07:01.2212980Z adding 'torch/_inductor/codegen/xpu/device_op_overrides.py' 2025-03-04T20:07:01.2216400Z adding 'torch/_inductor/compile_worker/__init__.py' 2025-03-04T20:07:01.2219926Z adding 'torch/_inductor/compile_worker/__main__.py' 2025-03-04T20:07:01.2226252Z adding 'torch/_inductor/compile_worker/subproc_pool.py' 2025-03-04T20:07:01.2229976Z adding 'torch/_inductor/compile_worker/watchdog.py' 2025-03-04T20:07:01.2234139Z adding 'torch/_inductor/fx_passes/__init__.py' 2025-03-04T20:07:01.2243199Z adding 'torch/_inductor/fx_passes/b2b_gemm.py' 2025-03-04T20:07:01.2250481Z adding 'torch/_inductor/fx_passes/binary_folding.py' 2025-03-04T20:07:01.2260521Z adding 'torch/_inductor/fx_passes/ddp_fusion.py' 2025-03-04T20:07:01.2265658Z adding 'torch/_inductor/fx_passes/decompose_mem_bound_mm.py' 2025-03-04T20:07:01.2269985Z adding 'torch/_inductor/fx_passes/dedupe_symint_uses.py' 2025-03-04T20:07:01.2276234Z adding 'torch/_inductor/fx_passes/efficient_conv_bn_eval.py' 2025-03-04T20:07:01.2281596Z adding 'torch/_inductor/fx_passes/freezing_patterns.py' 2025-03-04T20:07:01.2290472Z adding 'torch/_inductor/fx_passes/fuse_attention.py' 2025-03-04T20:07:01.2306858Z adding 'torch/_inductor/fx_passes/group_batch_fusion.py' 2025-03-04T20:07:01.2319182Z adding 'torch/_inductor/fx_passes/joint_graph.py' 2025-03-04T20:07:01.2331698Z adding 'torch/_inductor/fx_passes/micro_pipeline_tp.py' 2025-03-04T20:07:01.2336444Z adding 'torch/_inductor/fx_passes/misc_patterns.py' 2025-03-04T20:07:01.2351553Z adding 'torch/_inductor/fx_passes/mkldnn_fusion.py' 2025-03-04T20:07:01.2357371Z adding 'torch/_inductor/fx_passes/numeric_utils.py' 2025-03-04T20:07:01.2367605Z adding 'torch/_inductor/fx_passes/pad_mm.py' 2025-03-04T20:07:01.2383608Z adding 'torch/_inductor/fx_passes/post_grad.py' 2025-03-04T20:07:01.2399703Z adding 'torch/_inductor/fx_passes/pre_grad.py' 2025-03-04T20:07:01.2430199Z adding 'torch/_inductor/fx_passes/quantization.py' 2025-03-04T20:07:01.2443862Z adding 'torch/_inductor/fx_passes/reinplace.py' 2025-03-04T20:07:01.2448480Z adding 'torch/_inductor/fx_passes/replace_random.py' 2025-03-04T20:07:01.2480346Z adding 'torch/_inductor/fx_passes/split_cat.py' 2025-03-04T20:07:01.2487372Z adding 'torch/_inductor/fx_passes/serialized_patterns/__init__.py' 2025-03-04T20:07:01.2491346Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py' 2025-03-04T20:07:01.2495839Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py' 2025-03-04T20:07:01.2500368Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py' 2025-03-04T20:07:01.2505067Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py' 2025-03-04T20:07:01.2509256Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py' 2025-03-04T20:07:01.2513788Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py' 2025-03-04T20:07:01.2518579Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py' 2025-03-04T20:07:01.2525000Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py' 2025-03-04T20:07:01.2530635Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py' 2025-03-04T20:07:01.2536463Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py' 2025-03-04T20:07:01.2541547Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py' 2025-03-04T20:07:01.2545896Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py' 2025-03-04T20:07:01.2550341Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py' 2025-03-04T20:07:01.2554886Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py' 2025-03-04T20:07:01.2559328Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py' 2025-03-04T20:07:01.2563667Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py' 2025-03-04T20:07:01.2568459Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py' 2025-03-04T20:07:01.2572987Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py' 2025-03-04T20:07:01.2577605Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py' 2025-03-04T20:07:01.2581250Z adding 'torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py' 2025-03-04T20:07:01.2584457Z adding 'torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py' 2025-03-04T20:07:01.2587650Z adding 'torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py' 2025-03-04T20:07:01.2591308Z adding 'torch/_inductor/kernel/__init__.py' 2025-03-04T20:07:01.2596142Z adding 'torch/_inductor/kernel/bmm.py' 2025-03-04T20:07:01.2604547Z adding 'torch/_inductor/kernel/conv.py' 2025-03-04T20:07:01.2635632Z adding 'torch/_inductor/kernel/flex_attention.py' 2025-03-04T20:07:01.2647421Z adding 'torch/_inductor/kernel/flex_decoding.py' 2025-03-04T20:07:01.2657455Z adding 'torch/_inductor/kernel/mm.py' 2025-03-04T20:07:01.2665466Z adding 'torch/_inductor/kernel/mm_common.py' 2025-03-04T20:07:01.2670713Z adding 'torch/_inductor/kernel/mm_plus_mm.py' 2025-03-04T20:07:01.2678177Z adding 'torch/_inductor/kernel/mm_scaled.py' 2025-03-04T20:07:01.2682264Z adding 'torch/_inductor/package/__init__.py' 2025-03-04T20:07:01.2685172Z adding 'torch/_inductor/package/build_package.py' 2025-03-04T20:07:01.2690629Z adding 'torch/_inductor/package/package.py' 2025-03-04T20:07:01.2694053Z adding 'torch/_inductor/package/pt2_archive_constants.py' 2025-03-04T20:07:01.2697719Z adding 'torch/_inductor/runtime/__init__.py' 2025-03-04T20:07:01.2705366Z adding 'torch/_inductor/runtime/autotune_cache.py' 2025-03-04T20:07:01.2711655Z adding 'torch/_inductor/runtime/benchmarking.py' 2025-03-04T20:07:01.2715108Z adding 'torch/_inductor/runtime/cache_dir_utils.py' 2025-03-04T20:07:01.2718509Z adding 'torch/_inductor/runtime/compile_tasks.py' 2025-03-04T20:07:01.2723941Z adding 'torch/_inductor/runtime/coordinate_descent_tuner.py' 2025-03-04T20:07:01.2728073Z adding 'torch/_inductor/runtime/halide_helpers.py' 2025-03-04T20:07:01.2732805Z adding 'torch/_inductor/runtime/hints.py' 2025-03-04T20:07:01.2737396Z adding 'torch/_inductor/runtime/runtime_utils.py' 2025-03-04T20:07:01.2741230Z adding 'torch/_inductor/runtime/triton_compat.py' 2025-03-04T20:07:01.2750115Z adding 'torch/_inductor/runtime/triton_helpers.py' 2025-03-04T20:07:01.2788395Z adding 'torch/_inductor/runtime/triton_heuristics.py' 2025-03-04T20:07:01.2788835Z adding 'torch/_lazy/__init__.py' 2025-03-04T20:07:01.2794294Z adding 'torch/_lazy/closure.py' 2025-03-04T20:07:01.2796809Z adding 'torch/_lazy/computation.py' 2025-03-04T20:07:01.2800240Z adding 'torch/_lazy/config.py' 2025-03-04T20:07:01.2802866Z adding 'torch/_lazy/debug.py' 2025-03-04T20:07:01.2806189Z adding 'torch/_lazy/device_context.py' 2025-03-04T20:07:01.2812154Z adding 'torch/_lazy/extract_compiled_graph.py' 2025-03-04T20:07:01.2814630Z adding 'torch/_lazy/ir_cache.py' 2025-03-04T20:07:01.2817587Z adding 'torch/_lazy/metrics.py' 2025-03-04T20:07:01.2820761Z adding 'torch/_lazy/tensor_factory_functions.py' 2025-03-04T20:07:01.2823841Z adding 'torch/_lazy/ts_backend.py' 2025-03-04T20:07:01.2827531Z adding 'torch/_library/__init__.py' 2025-03-04T20:07:01.2832411Z adding 'torch/_library/autograd.py' 2025-03-04T20:07:01.2845739Z adding 'torch/_library/custom_ops.py' 2025-03-04T20:07:01.2852707Z adding 'torch/_library/fake_class_registry.py' 2025-03-04T20:07:01.2857932Z adding 'torch/_library/fake_impl.py' 2025-03-04T20:07:01.2864154Z adding 'torch/_library/infer_schema.py' 2025-03-04T20:07:01.2868006Z adding 'torch/_library/simple_registry.py' 2025-03-04T20:07:01.2874294Z adding 'torch/_library/triton.py' 2025-03-04T20:07:01.2882030Z adding 'torch/_library/utils.py' 2025-03-04T20:07:01.2886959Z adding 'torch/_logging/__init__.py' 2025-03-04T20:07:01.2904444Z adding 'torch/_logging/_internal.py' 2025-03-04T20:07:01.2910450Z adding 'torch/_logging/_registrations.py' 2025-03-04T20:07:01.2913995Z adding 'torch/_logging/scribe.py' 2025-03-04T20:07:01.2917696Z adding 'torch/_logging/structured.py' 2025-03-04T20:07:01.2921729Z adding 'torch/_numpy/__init__.py' 2025-03-04T20:07:01.2925195Z adding 'torch/_numpy/_binary_ufuncs_impl.py' 2025-03-04T20:07:01.2931211Z adding 'torch/_numpy/_casting_dicts.py' 2025-03-04T20:07:01.2937819Z adding 'torch/_numpy/_dtypes.py' 2025-03-04T20:07:01.2942579Z adding 'torch/_numpy/_dtypes_impl.py' 2025-03-04T20:07:01.2946196Z adding 'torch/_numpy/_funcs.py' 2025-03-04T20:07:01.2967767Z adding 'torch/_numpy/_funcs_impl.py' 2025-03-04T20:07:01.2972088Z adding 'torch/_numpy/_getlimits.py' 2025-03-04T20:07:01.2980334Z adding 'torch/_numpy/_ndarray.py' 2025-03-04T20:07:01.2985680Z adding 'torch/_numpy/_normalizations.py' 2025-03-04T20:07:01.2991218Z adding 'torch/_numpy/_reductions_impl.py' 2025-03-04T20:07:01.2996244Z adding 'torch/_numpy/_ufuncs.py' 2025-03-04T20:07:01.2999907Z adding 'torch/_numpy/_unary_ufuncs_impl.py' 2025-03-04T20:07:01.3004756Z adding 'torch/_numpy/_util.py' 2025-03-04T20:07:01.3008280Z adding 'torch/_numpy/fft.py' 2025-03-04T20:07:01.3012366Z adding 'torch/_numpy/linalg.py' 2025-03-04T20:07:01.3016816Z adding 'torch/_numpy/random.py' 2025-03-04T20:07:01.3020623Z adding 'torch/_numpy/testing/__init__.py' 2025-03-04T20:07:01.3046824Z adding 'torch/_numpy/testing/utils.py' 2025-03-04T20:07:01.3075176Z adding 'torch/_prims/__init__.py' 2025-03-04T20:07:01.3081445Z adding 'torch/_prims/context.py' 2025-03-04T20:07:01.3085149Z adding 'torch/_prims/debug_prims.py' 2025-03-04T20:07:01.3088659Z adding 'torch/_prims/executor.py' 2025-03-04T20:07:01.3094450Z adding 'torch/_prims/rng_prims.py' 2025-03-04T20:07:01.3121822Z adding 'torch/_prims_common/__init__.py' 2025-03-04T20:07:01.3131223Z adding 'torch/_prims_common/wrappers.py' 2025-03-04T20:07:01.3203834Z adding 'torch/_refs/__init__.py' 2025-03-04T20:07:01.3212540Z adding 'torch/_refs/_conversions.py' 2025-03-04T20:07:01.3219135Z adding 'torch/_refs/fft.py' 2025-03-04T20:07:01.3225943Z adding 'torch/_refs/linalg/__init__.py' 2025-03-04T20:07:01.3229824Z adding 'torch/_refs/nn/__init__.py' 2025-03-04T20:07:01.3244356Z adding 'torch/_refs/nn/functional/__init__.py' 2025-03-04T20:07:01.3250354Z adding 'torch/_refs/special/__init__.py' 2025-03-04T20:07:01.3254331Z adding 'torch/_strobelight/__init__.py' 2025-03-04T20:07:01.3259837Z adding 'torch/_strobelight/cli_function_profiler.py' 2025-03-04T20:07:01.3265241Z adding 'torch/_strobelight/compile_time_profiler.py' 2025-03-04T20:07:01.3280277Z adding 'torch/_subclasses/__init__.py' 2025-03-04T20:07:01.3280664Z adding 'torch/_subclasses/_fake_tensor_utils.py' 2025-03-04T20:07:01.3288865Z adding 'torch/_subclasses/fake_impls.py' 2025-03-04T20:07:01.3334400Z adding 'torch/_subclasses/fake_tensor.py' 2025-03-04T20:07:01.3342282Z adding 'torch/_subclasses/fake_utils.py' 2025-03-04T20:07:01.3355419Z adding 'torch/_subclasses/functional_tensor.py' 2025-03-04T20:07:01.3385394Z adding 'torch/_subclasses/meta_utils.py' 2025-03-04T20:07:01.3392146Z adding 'torch/_subclasses/schema_check_mode.py' 2025-03-04T20:07:01.3396212Z adding 'torch/_vendor/__init__.py' 2025-03-04T20:07:01.3399988Z adding 'torch/_vendor/packaging/__init__.py' 2025-03-04T20:07:01.3403113Z adding 'torch/_vendor/packaging/_structures.py' 2025-03-04T20:07:01.3410464Z adding 'torch/_vendor/packaging/version.py' 2025-03-04T20:07:01.3415731Z adding 'torch/accelerator/__init__.py' 2025-03-04T20:07:01.3418985Z adding 'torch/accelerator/_utils.py' 2025-03-04T20:07:01.3422691Z adding 'torch/amp/__init__.py' 2025-03-04T20:07:01.3431241Z adding 'torch/amp/autocast_mode.py' 2025-03-04T20:07:01.3443207Z adding 'torch/amp/grad_scaler.py' 2025-03-04T20:07:01.3447878Z adding 'torch/ao/__init__.py' 2025-03-04T20:07:01.3451835Z adding 'torch/ao/nn/__init__.py' 2025-03-04T20:07:01.3455884Z adding 'torch/ao/nn/intrinsic/__init__.py' 2025-03-04T20:07:01.3459536Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2025-03-04T20:07:01.3463510Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2025-03-04T20:07:01.3467359Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2025-03-04T20:07:01.3471214Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2025-03-04T20:07:01.3479812Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2025-03-04T20:07:01.3485167Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2025-03-04T20:07:01.3488815Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2025-03-04T20:07:01.3492667Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2025-03-04T20:07:01.3496310Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2025-03-04T20:07:01.3499881Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2025-03-04T20:07:01.3503324Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2025-03-04T20:07:01.3507159Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2025-03-04T20:07:01.3510656Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2025-03-04T20:07:01.3514397Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_add.py' 2025-03-04T20:07:01.3518583Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2025-03-04T20:07:01.3522862Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2025-03-04T20:07:01.3526581Z adding 'torch/ao/nn/qat/__init__.py' 2025-03-04T20:07:01.3530123Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2025-03-04T20:07:01.3533642Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2025-03-04T20:07:01.3536887Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2025-03-04T20:07:01.3540627Z adding 'torch/ao/nn/qat/modules/__init__.py' 2025-03-04T20:07:01.3545048Z adding 'torch/ao/nn/qat/modules/conv.py' 2025-03-04T20:07:01.3549429Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2025-03-04T20:07:01.3553391Z adding 'torch/ao/nn/qat/modules/linear.py' 2025-03-04T20:07:01.3557109Z adding 'torch/ao/nn/quantizable/__init__.py' 2025-03-04T20:07:01.3560842Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2025-03-04T20:07:01.3569617Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2025-03-04T20:07:01.3577636Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2025-03-04T20:07:01.3582108Z adding 'torch/ao/nn/quantized/__init__.py' 2025-03-04T20:07:01.3590421Z adding 'torch/ao/nn/quantized/functional.py' 2025-03-04T20:07:01.3594868Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2025-03-04T20:07:01.3598638Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2025-03-04T20:07:01.3603583Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2025-03-04T20:07:01.3608511Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2025-03-04T20:07:01.3622544Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2025-03-04T20:07:01.3628649Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2025-03-04T20:07:01.3633937Z adding 'torch/ao/nn/quantized/modules/activation.py' 2025-03-04T20:07:01.3637932Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2025-03-04T20:07:01.3647492Z adding 'torch/ao/nn/quantized/modules/conv.py' 2025-03-04T20:07:01.3651718Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2025-03-04T20:07:01.3657260Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2025-03-04T20:07:01.3661969Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2025-03-04T20:07:01.3668199Z adding 'torch/ao/nn/quantized/modules/linear.py' 2025-03-04T20:07:01.3672737Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2025-03-04T20:07:01.3676513Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2025-03-04T20:07:01.3680622Z adding 'torch/ao/nn/quantized/modules/utils.py' 2025-03-04T20:07:01.3684594Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2025-03-04T20:07:01.3688483Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2025-03-04T20:07:01.3693188Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2025-03-04T20:07:01.3697074Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2025-03-04T20:07:01.3704982Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2025-03-04T20:07:01.3709425Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2025-03-04T20:07:01.3714996Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2025-03-04T20:07:01.3719093Z adding 'torch/ao/nn/sparse/__init__.py' 2025-03-04T20:07:01.3722775Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2025-03-04T20:07:01.3727508Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2025-03-04T20:07:01.3731109Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2025-03-04T20:07:01.3734766Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2025-03-04T20:07:01.3739234Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2025-03-04T20:07:01.3743300Z adding 'torch/ao/ns/__init__.py' 2025-03-04T20:07:01.3750295Z adding 'torch/ao/ns/_numeric_suite.py' 2025-03-04T20:07:01.3764166Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2025-03-04T20:07:01.3768927Z adding 'torch/ao/ns/fx/__init__.py' 2025-03-04T20:07:01.3778032Z adding 'torch/ao/ns/fx/graph_matcher.py' 2025-03-04T20:07:01.3791866Z adding 'torch/ao/ns/fx/graph_passes.py' 2025-03-04T20:07:01.3799140Z adding 'torch/ao/ns/fx/mappings.py' 2025-03-04T20:07:01.3816770Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2025-03-04T20:07:01.3821614Z adding 'torch/ao/ns/fx/ns_types.py' 2025-03-04T20:07:01.3826367Z adding 'torch/ao/ns/fx/pattern_utils.py' 2025-03-04T20:07:01.3831762Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2025-03-04T20:07:01.3839726Z adding 'torch/ao/ns/fx/utils.py' 2025-03-04T20:07:01.3845205Z adding 'torch/ao/ns/fx/weight_utils.py' 2025-03-04T20:07:01.3849380Z adding 'torch/ao/pruning/__init__.py' 2025-03-04T20:07:01.3852374Z adding 'torch/ao/pruning/_mappings.py' 2025-03-04T20:07:01.3855988Z adding 'torch/ao/pruning/_experimental/__init__.py' 2025-03-04T20:07:01.3859565Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2025-03-04T20:07:01.3867387Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2025-03-04T20:07:01.3871349Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2025-03-04T20:07:01.3876813Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2025-03-04T20:07:01.3880350Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2025-03-04T20:07:01.3886831Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2025-03-04T20:07:01.3891935Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2025-03-04T20:07:01.3896351Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2025-03-04T20:07:01.3900250Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2025-03-04T20:07:01.3903952Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2025-03-04T20:07:01.3907441Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2025-03-04T20:07:01.3911987Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2025-03-04T20:07:01.3916863Z adding 'torch/ao/pruning/_experimental/pruner/FPGM_pruner.py' 2025-03-04T20:07:01.3919942Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2025-03-04T20:07:01.3925186Z adding 'torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py' 2025-03-04T20:07:01.3929031Z adding 'torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py' 2025-03-04T20:07:01.3932472Z adding 'torch/ao/pruning/_experimental/pruner/match_utils.py' 2025-03-04T20:07:01.3935933Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2025-03-04T20:07:01.3942824Z adding 'torch/ao/pruning/_experimental/pruner/prune_functions.py' 2025-03-04T20:07:01.3946639Z adding 'torch/ao/pruning/_experimental/pruner/saliency_pruner.py' 2025-03-04T20:07:01.3950455Z adding 'torch/ao/pruning/scheduler/__init__.py' 2025-03-04T20:07:01.3954921Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2025-03-04T20:07:01.3959006Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2025-03-04T20:07:01.3962753Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2025-03-04T20:07:01.3966455Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2025-03-04T20:07:01.3972725Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2025-03-04T20:07:01.3976829Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2025-03-04T20:07:01.3981017Z adding 'torch/ao/pruning/sparsifier/utils.py' 2025-03-04T20:07:01.3986617Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2025-03-04T20:07:01.3991995Z adding 'torch/ao/quantization/__init__.py' 2025-03-04T20:07:01.3996631Z adding 'torch/ao/quantization/_correct_bias.py' 2025-03-04T20:07:01.4002125Z adding 'torch/ao/quantization/_equalize.py' 2025-03-04T20:07:01.4006975Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2025-03-04T20:07:01.4014994Z adding 'torch/ao/quantization/fake_quantize.py' 2025-03-04T20:07:01.4019984Z adding 'torch/ao/quantization/fuse_modules.py' 2025-03-04T20:07:01.4025413Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2025-03-04T20:07:01.4050366Z adding 'torch/ao/quantization/observer.py' 2025-03-04T20:07:01.4060167Z adding 'torch/ao/quantization/qconfig.py' 2025-03-04T20:07:01.4066735Z adding 'torch/ao/quantization/qconfig_mapping.py' 2025-03-04T20:07:01.4071068Z adding 'torch/ao/quantization/quant_type.py' 2025-03-04T20:07:01.4076872Z adding 'torch/ao/quantization/quantization_mappings.py' 2025-03-04T20:07:01.4088207Z adding 'torch/ao/quantization/quantize.py' 2025-03-04T20:07:01.4098190Z adding 'torch/ao/quantization/quantize_fx.py' 2025-03-04T20:07:01.4105343Z adding 'torch/ao/quantization/quantize_jit.py' 2025-03-04T20:07:01.4111014Z adding 'torch/ao/quantization/quantize_pt2e.py' 2025-03-04T20:07:01.4114644Z adding 'torch/ao/quantization/stubs.py' 2025-03-04T20:07:01.4125731Z adding 'torch/ao/quantization/utils.py' 2025-03-04T20:07:01.4130820Z adding 'torch/ao/quantization/backend_config/__init__.py' 2025-03-04T20:07:01.4139546Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2025-03-04T20:07:01.4143665Z adding 'torch/ao/quantization/backend_config/_qnnpack_pt2e.py' 2025-03-04T20:07:01.4154281Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2025-03-04T20:07:01.4160756Z adding 'torch/ao/quantization/backend_config/executorch.py' 2025-03-04T20:07:01.4164995Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2025-03-04T20:07:01.4169229Z adding 'torch/ao/quantization/backend_config/native.py' 2025-03-04T20:07:01.4173336Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2025-03-04T20:07:01.4179173Z adding 'torch/ao/quantization/backend_config/onednn.py' 2025-03-04T20:07:01.4182898Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2025-03-04T20:07:01.4187482Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2025-03-04T20:07:01.4193480Z adding 'torch/ao/quantization/backend_config/utils.py' 2025-03-04T20:07:01.4197538Z adding 'torch/ao/quantization/backend_config/x86.py' 2025-03-04T20:07:01.4201948Z adding 'torch/ao/quantization/fx/__init__.py' 2025-03-04T20:07:01.4212884Z adding 'torch/ao/quantization/fx/_decomposed.py' 2025-03-04T20:07:01.4228131Z adding 'torch/ao/quantization/fx/_equalize.py' 2025-03-04T20:07:01.4246682Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2025-03-04T20:07:01.4267650Z adding 'torch/ao/quantization/fx/convert.py' 2025-03-04T20:07:01.4275495Z adding 'torch/ao/quantization/fx/custom_config.py' 2025-03-04T20:07:01.4280650Z adding 'torch/ao/quantization/fx/fuse.py' 2025-03-04T20:07:01.4284893Z adding 'torch/ao/quantization/fx/fuse_handler.py' 2025-03-04T20:07:01.4289405Z adding 'torch/ao/quantization/fx/graph_module.py' 2025-03-04T20:07:01.4292867Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2025-03-04T20:07:01.4295820Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2025-03-04T20:07:01.4300906Z adding 'torch/ao/quantization/fx/lstm_utils.py' 2025-03-04T20:07:01.4306309Z adding 'torch/ao/quantization/fx/match_utils.py' 2025-03-04T20:07:01.4310389Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2025-03-04T20:07:01.4341598Z adding 'torch/ao/quantization/fx/prepare.py' 2025-03-04T20:07:01.4350089Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2025-03-04T20:07:01.4355017Z adding 'torch/ao/quantization/fx/quantize_handler.py' 2025-03-04T20:07:01.4358639Z adding 'torch/ao/quantization/fx/tracer.py' 2025-03-04T20:07:01.4372236Z adding 'torch/ao/quantization/fx/utils.py' 2025-03-04T20:07:01.4377516Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2025-03-04T20:07:01.4401977Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2025-03-04T20:07:01.4414182Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2025-03-04T20:07:01.4420652Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2025-03-04T20:07:01.4432475Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2025-03-04T20:07:01.4437087Z adding 'torch/ao/quantization/pt2e/__init__.py' 2025-03-04T20:07:01.4447237Z adding 'torch/ao/quantization/pt2e/_affine_quantization.py' 2025-03-04T20:07:01.4453926Z adding 'torch/ao/quantization/pt2e/_numeric_debugger.py' 2025-03-04T20:07:01.4457882Z adding 'torch/ao/quantization/pt2e/duplicate_dq_pass.py' 2025-03-04T20:07:01.4462914Z adding 'torch/ao/quantization/pt2e/export_utils.py' 2025-03-04T20:07:01.4467397Z adding 'torch/ao/quantization/pt2e/graph_utils.py' 2025-03-04T20:07:01.4472555Z adding 'torch/ao/quantization/pt2e/port_metadata_pass.py' 2025-03-04T20:07:01.4481952Z adding 'torch/ao/quantization/pt2e/prepare.py' 2025-03-04T20:07:01.4494760Z adding 'torch/ao/quantization/pt2e/qat_utils.py' 2025-03-04T20:07:01.4504312Z adding 'torch/ao/quantization/pt2e/utils.py' 2025-03-04T20:07:01.4508712Z adding 'torch/ao/quantization/pt2e/representation/__init__.py' 2025-03-04T20:07:01.4516492Z adding 'torch/ao/quantization/pt2e/representation/rewrite.py' 2025-03-04T20:07:01.4521363Z adding 'torch/ao/quantization/quantizer/__init__.py' 2025-03-04T20:07:01.4524891Z adding 'torch/ao/quantization/quantizer/composable_quantizer.py' 2025-03-04T20:07:01.4528606Z adding 'torch/ao/quantization/quantizer/embedding_quantizer.py' 2025-03-04T20:07:01.4533302Z adding 'torch/ao/quantization/quantizer/quantizer.py' 2025-03-04T20:07:01.4537203Z adding 'torch/ao/quantization/quantizer/utils.py' 2025-03-04T20:07:01.4554101Z adding 'torch/ao/quantization/quantizer/x86_inductor_quantizer.py' 2025-03-04T20:07:01.4561920Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer.py' 2025-03-04T20:07:01.4573552Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py' 2025-03-04T20:07:01.4578558Z adding 'torch/ao/quantization/quantizer/xpu_inductor_quantizer.py' 2025-03-04T20:07:01.4589240Z adding 'torch/autograd/__init__.py' 2025-03-04T20:07:01.4593830Z adding 'torch/autograd/anomaly_mode.py' 2025-03-04T20:07:01.4598779Z adding 'torch/autograd/forward_ad.py' 2025-03-04T20:07:01.4610910Z adding 'torch/autograd/function.py' 2025-03-04T20:07:01.4626946Z adding 'torch/autograd/functional.py' 2025-03-04T20:07:01.4633722Z adding 'torch/autograd/grad_mode.py' 2025-03-04T20:07:01.4666330Z adding 'torch/autograd/gradcheck.py' 2025-03-04T20:07:01.4679844Z adding 'torch/autograd/graph.py' 2025-03-04T20:07:01.4698042Z adding 'torch/autograd/profiler.py' 2025-03-04T20:07:01.4704685Z adding 'torch/autograd/profiler_legacy.py' 2025-03-04T20:07:01.4719211Z adding 'torch/autograd/profiler_util.py' 2025-03-04T20:07:01.4723133Z adding 'torch/autograd/variable.py' 2025-03-04T20:07:01.4726705Z adding 'torch/autograd/_functions/__init__.py' 2025-03-04T20:07:01.4730071Z adding 'torch/autograd/_functions/tensor.py' 2025-03-04T20:07:01.4733639Z adding 'torch/autograd/_functions/utils.py' 2025-03-04T20:07:01.4738099Z adding 'torch/backends/__init__.py' 2025-03-04T20:07:01.4742110Z adding 'torch/backends/_coreml/__init__.py' 2025-03-04T20:07:01.4746011Z adding 'torch/backends/_coreml/preprocess.py' 2025-03-04T20:07:01.4749739Z adding 'torch/backends/_nnapi/__init__.py' 2025-03-04T20:07:01.4754332Z adding 'torch/backends/_nnapi/prepare.py' 2025-03-04T20:07:01.4778178Z adding 'torch/backends/_nnapi/serializer.py' 2025-03-04T20:07:01.4783801Z adding 'torch/backends/cpu/__init__.py' 2025-03-04T20:07:01.4790994Z adding 'torch/backends/cuda/__init__.py' 2025-03-04T20:07:01.4796783Z adding 'torch/backends/cudnn/__init__.py' 2025-03-04T20:07:01.4801100Z adding 'torch/backends/cudnn/rnn.py' 2025-03-04T20:07:01.4805881Z adding 'torch/backends/cusparselt/__init__.py' 2025-03-04T20:07:01.4810037Z adding 'torch/backends/kleidiai/__init__.py' 2025-03-04T20:07:01.4813946Z adding 'torch/backends/mha/__init__.py' 2025-03-04T20:07:01.4818737Z adding 'torch/backends/mkl/__init__.py' 2025-03-04T20:07:01.4823994Z adding 'torch/backends/mkldnn/__init__.py' 2025-03-04T20:07:01.4828979Z adding 'torch/backends/mps/__init__.py' 2025-03-04T20:07:01.4833675Z adding 'torch/backends/nnpack/__init__.py' 2025-03-04T20:07:01.4847418Z adding 'torch/backends/openmp/__init__.py' 2025-03-04T20:07:01.4847836Z adding 'torch/backends/opt_einsum/__init__.py' 2025-03-04T20:07:01.4848195Z adding 'torch/backends/quantized/__init__.py' 2025-03-04T20:07:01.4853048Z adding 'torch/backends/xeon/__init__.py' 2025-03-04T20:07:01.4865039Z adding 'torch/backends/xeon/run_cpu.py' 2025-03-04T20:07:01.4868987Z adding 'torch/backends/xnnpack/__init__.py' 2025-03-04T20:07:01.5076520Z adding 'torch/bin/FileStoreTest.exe' 2025-03-04T20:07:01.5305796Z adding 'torch/bin/TCPStoreTest.exe' 2025-03-04T20:07:01.5517262Z adding 'torch/bin/asmjit.dll' 2025-03-04T20:07:01.7068962Z adding 'torch/bin/fbgemm.dll' 2025-03-04T20:07:01.8611811Z adding 'torch/bin/protoc.exe' 2025-03-04T20:07:02.2948372Z adding 'torch/bin/test_api.exe' 2025-03-04T20:07:02.3345803Z adding 'torch/bin/test_edge_op_registration.exe' 2025-03-04T20:07:02.5815602Z adding 'torch/bin/test_jit.exe' 2025-03-04T20:07:02.6936141Z adding 'torch/bin/test_lazy.exe' 2025-03-04T20:07:03.0047919Z adding 'torch/bin/test_tensorexpr.exe' 2025-03-04T20:07:03.0259090Z adding 'torch/bin/tutorial_tensorexpr.exe' 2025-03-04T20:07:03.0270905Z adding 'torch/compiler/__init__.py' 2025-03-04T20:07:03.0276295Z adding 'torch/compiler/_cache.py' 2025-03-04T20:07:03.0280440Z adding 'torch/compiler/config.py' 2025-03-04T20:07:03.0284354Z adding 'torch/contrib/__init__.py' 2025-03-04T20:07:03.0288680Z adding 'torch/contrib/_tensorboard_vis.py' 2025-03-04T20:07:03.0293442Z adding 'torch/cpu/__init__.py' 2025-03-04T20:07:03.0297197Z adding 'torch/cpu/amp/__init__.py' 2025-03-04T20:07:03.0300459Z adding 'torch/cpu/amp/autocast_mode.py' 2025-03-04T20:07:03.0303668Z adding 'torch/cpu/amp/grad_scaler.py' 2025-03-04T20:07:03.0327269Z adding 'torch/cuda/__init__.py' 2025-03-04T20:07:03.0332216Z adding 'torch/cuda/_gpu_trace.py' 2025-03-04T20:07:03.0342656Z adding 'torch/cuda/_memory_viz.py' 2025-03-04T20:07:03.0351920Z adding 'torch/cuda/_sanitizer.py' 2025-03-04T20:07:03.0356106Z adding 'torch/cuda/_utils.py' 2025-03-04T20:07:03.0359152Z adding 'torch/cuda/comm.py' 2025-03-04T20:07:03.0362507Z adding 'torch/cuda/error.py' 2025-03-04T20:07:03.0367011Z adding 'torch/cuda/gds.py' 2025-03-04T20:07:03.0376894Z adding 'torch/cuda/graphs.py' 2025-03-04T20:07:03.0382532Z adding 'torch/cuda/jiterator.py' 2025-03-04T20:07:03.0398656Z adding 'torch/cuda/memory.py' 2025-03-04T20:07:03.0403760Z adding 'torch/cuda/nccl.py' 2025-03-04T20:07:03.0407647Z adding 'torch/cuda/nvtx.py' 2025-03-04T20:07:03.0411457Z adding 'torch/cuda/profiler.py' 2025-03-04T20:07:03.0415532Z adding 'torch/cuda/random.py' 2025-03-04T20:07:03.0418594Z adding 'torch/cuda/sparse.py' 2025-03-04T20:07:03.0423390Z adding 'torch/cuda/streams.py' 2025-03-04T20:07:03.0432085Z adding 'torch/cuda/tunable.py' 2025-03-04T20:07:03.0436666Z adding 'torch/cuda/amp/__init__.py' 2025-03-04T20:07:03.0440021Z adding 'torch/cuda/amp/autocast_mode.py' 2025-03-04T20:07:03.0443180Z adding 'torch/cuda/amp/common.py' 2025-03-04T20:07:03.0446309Z adding 'torch/cuda/amp/grad_scaler.py' 2025-03-04T20:07:03.0451851Z adding 'torch/distributed/__init__.py' 2025-03-04T20:07:03.0455326Z adding 'torch/distributed/_checkpointable.py' 2025-03-04T20:07:03.0459110Z adding 'torch/distributed/_composable_state.py' 2025-03-04T20:07:03.0474141Z adding 'torch/distributed/_functional_collectives.py' 2025-03-04T20:07:03.0478662Z adding 'torch/distributed/_functional_collectives_impl.py' 2025-03-04T20:07:03.0482644Z adding 'torch/distributed/_serialization.py' 2025-03-04T20:07:03.0492770Z adding 'torch/distributed/_state_dict_utils.py' 2025-03-04T20:07:03.0497276Z adding 'torch/distributed/argparse_util.py' 2025-03-04T20:07:03.0500983Z adding 'torch/distributed/c10d_logger.py' 2025-03-04T20:07:03.0505760Z adding 'torch/distributed/collective_utils.py' 2025-03-04T20:07:03.0511008Z adding 'torch/distributed/constants.py' 2025-03-04T20:07:03.0526122Z adding 'torch/distributed/device_mesh.py' 2025-03-04T20:07:03.0596497Z adding 'torch/distributed/distributed_c10d.py' 2025-03-04T20:07:03.0606301Z adding 'torch/distributed/launch.py' 2025-03-04T20:07:03.0609320Z adding 'torch/distributed/logging_handlers.py' 2025-03-04T20:07:03.0613227Z adding 'torch/distributed/remote_device.py' 2025-03-04T20:07:03.0618604Z adding 'torch/distributed/rendezvous.py' 2025-03-04T20:07:03.0631253Z adding 'torch/distributed/run.py' 2025-03-04T20:07:03.0638371Z adding 'torch/distributed/utils.py' 2025-03-04T20:07:03.0642525Z adding 'torch/distributed/_composable/__init__.py' 2025-03-04T20:07:03.0646657Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2025-03-04T20:07:03.0651872Z adding 'torch/distributed/_composable/contract.py' 2025-03-04T20:07:03.0657413Z adding 'torch/distributed/_composable/replicate.py' 2025-03-04T20:07:03.0661415Z adding 'torch/distributed/_composable/fsdp/__init__.py' 2025-03-04T20:07:03.0664393Z adding 'torch/distributed/_composable/fsdp/fully_shard.py' 2025-03-04T20:07:03.0668123Z adding 'torch/distributed/_shard/__init__.py' 2025-03-04T20:07:03.0671605Z adding 'torch/distributed/_shard/_utils.py' 2025-03-04T20:07:03.0677583Z adding 'torch/distributed/_shard/api.py' 2025-03-04T20:07:03.0681378Z adding 'torch/distributed/_shard/common_op_utils.py' 2025-03-04T20:07:03.0685052Z adding 'torch/distributed/_shard/metadata.py' 2025-03-04T20:07:03.0689775Z adding 'torch/distributed/_shard/op_registry_utils.py' 2025-03-04T20:07:03.0693084Z adding 'torch/distributed/_shard/sharder.py' 2025-03-04T20:07:03.0697088Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2025-03-04T20:07:03.0702300Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2025-03-04T20:07:03.0706217Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2025-03-04T20:07:03.0713882Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2025-03-04T20:07:03.0731632Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2025-03-04T20:07:03.0736330Z adding 'torch/distributed/_shard/sharded_tensor/logger.py' 2025-03-04T20:07:03.0739919Z adding 'torch/distributed/_shard/sharded_tensor/logging_handlers.py' 2025-03-04T20:07:03.0743078Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2025-03-04T20:07:03.0748311Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2025-03-04T20:07:03.0752226Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2025-03-04T20:07:03.0757526Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2025-03-04T20:07:03.0762579Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2025-03-04T20:07:03.0765784Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2025-03-04T20:07:03.0769564Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2025-03-04T20:07:03.0773958Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2025-03-04T20:07:03.0777292Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2025-03-04T20:07:03.0781808Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2025-03-04T20:07:03.0785792Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2025-03-04T20:07:03.0789702Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2025-03-04T20:07:03.0793899Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2025-03-04T20:07:03.0798980Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2025-03-04T20:07:03.0804668Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2025-03-04T20:07:03.0810321Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2025-03-04T20:07:03.0814551Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2025-03-04T20:07:03.0820856Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2025-03-04T20:07:03.0826985Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2025-03-04T20:07:03.0835079Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2025-03-04T20:07:03.0839271Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2025-03-04T20:07:03.0843182Z adding 'torch/distributed/_sharding_spec/__init__.py' 2025-03-04T20:07:03.0862736Z adding 'torch/distributed/_symmetric_memory/__init__.py' 2025-03-04T20:07:03.0868525Z adding 'torch/distributed/_tensor/__init__.py' 2025-03-04T20:07:03.0872014Z adding 'torch/distributed/_tensor/api.py' 2025-03-04T20:07:03.0875446Z adding 'torch/distributed/_tensor/placement_types.py' 2025-03-04T20:07:03.0879223Z adding 'torch/distributed/_tools/__init__.py' 2025-03-04T20:07:03.0888214Z adding 'torch/distributed/_tools/fsdp2_mem_tracker.py' 2025-03-04T20:07:03.0894679Z adding 'torch/distributed/_tools/ilp_utils.py' 2025-03-04T20:07:03.0909411Z adding 'torch/distributed/_tools/mem_tracker.py' 2025-03-04T20:07:03.0916025Z adding 'torch/distributed/_tools/memory_tracker.py' 2025-03-04T20:07:03.0921369Z adding 'torch/distributed/_tools/mod_tracker.py' 2025-03-04T20:07:03.0929711Z adding 'torch/distributed/_tools/runtime_estimator.py' 2025-03-04T20:07:03.0945128Z adding 'torch/distributed/_tools/sac_estimator.py' 2025-03-04T20:07:03.0951704Z adding 'torch/distributed/_tools/sac_ilp.py' 2025-03-04T20:07:03.0955907Z adding 'torch/distributed/algorithms/__init__.py' 2025-03-04T20:07:03.0962374Z adding 'torch/distributed/algorithms/join.py' 2025-03-04T20:07:03.0966521Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2025-03-04T20:07:03.0972473Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2025-03-04T20:07:03.0976476Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2025-03-04T20:07:03.0980982Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2025-03-04T20:07:03.0984834Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2025-03-04T20:07:03.0988588Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2025-03-04T20:07:03.0992256Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2025-03-04T20:07:03.0996390Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2025-03-04T20:07:03.1001130Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2025-03-04T20:07:03.1008488Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2025-03-04T20:07:03.1012288Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2025-03-04T20:07:03.1016863Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2025-03-04T20:07:03.1021044Z adding 'torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py' 2025-03-04T20:07:03.1025486Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2025-03-04T20:07:03.1029926Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2025-03-04T20:07:03.1044070Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2025-03-04T20:07:03.1049410Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2025-03-04T20:07:03.1053366Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2025-03-04T20:07:03.1057588Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2025-03-04T20:07:03.1062989Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2025-03-04T20:07:03.1066927Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2025-03-04T20:07:03.1071043Z adding 'torch/distributed/autograd/__init__.py' 2025-03-04T20:07:03.1075406Z adding 'torch/distributed/checkpoint/__init__.py' 2025-03-04T20:07:03.1079126Z adding 'torch/distributed/checkpoint/_checkpointer.py' 2025-03-04T20:07:03.1082787Z adding 'torch/distributed/checkpoint/_dedup_save_plans.py' 2025-03-04T20:07:03.1086323Z adding 'torch/distributed/checkpoint/_dedup_tensors.py' 2025-03-04T20:07:03.1091080Z adding 'torch/distributed/checkpoint/_extension.py' 2025-03-04T20:07:03.1095470Z adding 'torch/distributed/checkpoint/_fsspec_filesystem.py' 2025-03-04T20:07:03.1100202Z adding 'torch/distributed/checkpoint/_hf_storage.py' 2025-03-04T20:07:03.1103914Z adding 'torch/distributed/checkpoint/_nested_dict.py' 2025-03-04T20:07:03.1107843Z adding 'torch/distributed/checkpoint/_sharded_tensor_utils.py' 2025-03-04T20:07:03.1111184Z adding 'torch/distributed/checkpoint/_storage_utils.py' 2025-03-04T20:07:03.1115783Z adding 'torch/distributed/checkpoint/_traverse.py' 2025-03-04T20:07:03.1118964Z adding 'torch/distributed/checkpoint/_version.py' 2025-03-04T20:07:03.1122338Z adding 'torch/distributed/checkpoint/api.py' 2025-03-04T20:07:03.1131529Z adding 'torch/distributed/checkpoint/default_planner.py' 2025-03-04T20:07:03.1143695Z adding 'torch/distributed/checkpoint/filesystem.py' 2025-03-04T20:07:03.1149901Z adding 'torch/distributed/checkpoint/format_utils.py' 2025-03-04T20:07:03.1154074Z adding 'torch/distributed/checkpoint/logger.py' 2025-03-04T20:07:03.1157319Z adding 'torch/distributed/checkpoint/logging_handlers.py' 2025-03-04T20:07:03.1161496Z adding 'torch/distributed/checkpoint/metadata.py' 2025-03-04T20:07:03.1167830Z adding 'torch/distributed/checkpoint/optimizer.py' 2025-03-04T20:07:03.1175199Z adding 'torch/distributed/checkpoint/planner.py' 2025-03-04T20:07:03.1182381Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2025-03-04T20:07:03.1186378Z adding 'torch/distributed/checkpoint/resharding.py' 2025-03-04T20:07:03.1190599Z adding 'torch/distributed/checkpoint/staging.py' 2025-03-04T20:07:03.1208865Z adding 'torch/distributed/checkpoint/state_dict.py' 2025-03-04T20:07:03.1216144Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2025-03-04T20:07:03.1222472Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2025-03-04T20:07:03.1226067Z adding 'torch/distributed/checkpoint/stateful.py' 2025-03-04T20:07:03.1231074Z adding 'torch/distributed/checkpoint/storage.py' 2025-03-04T20:07:03.1238173Z adding 'torch/distributed/checkpoint/utils.py' 2025-03-04T20:07:03.1243363Z adding 'torch/distributed/elastic/__init__.py' 2025-03-04T20:07:03.1247232Z adding 'torch/distributed/elastic/control_plane.py' 2025-03-04T20:07:03.1251134Z adding 'torch/distributed/elastic/agent/__init__.py' 2025-03-04T20:07:03.1255408Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2025-03-04T20:07:03.1269911Z adding 'torch/distributed/elastic/agent/server/api.py' 2025-03-04T20:07:03.1274593Z adding 'torch/distributed/elastic/agent/server/health_check_server.py' 2025-03-04T20:07:03.1281604Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2025-03-04T20:07:03.1287566Z adding 'torch/distributed/elastic/events/__init__.py' 2025-03-04T20:07:03.1291614Z adding 'torch/distributed/elastic/events/api.py' 2025-03-04T20:07:03.1295046Z adding 'torch/distributed/elastic/events/handlers.py' 2025-03-04T20:07:03.1300567Z adding 'torch/distributed/elastic/metrics/__init__.py' 2025-03-04T20:07:03.1304726Z adding 'torch/distributed/elastic/metrics/api.py' 2025-03-04T20:07:03.1310773Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2025-03-04T20:07:03.1324127Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2025-03-04T20:07:03.1329094Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2025-03-04T20:07:03.1333291Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2025-03-04T20:07:03.1341553Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2025-03-04T20:07:03.1346588Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2025-03-04T20:07:03.1349905Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2025-03-04T20:07:03.1354033Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py' 2025-03-04T20:07:03.1357270Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py' 2025-03-04T20:07:03.1360995Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py' 2025-03-04T20:07:03.1366532Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2025-03-04T20:07:03.1370251Z adding 'torch/distributed/elastic/rendezvous/_etcd_stub.py' 2025-03-04T20:07:03.1376843Z adding 'torch/distributed/elastic/rendezvous/api.py' 2025-03-04T20:07:03.1382981Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2025-03-04T20:07:03.1399040Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2025-03-04T20:07:03.1415142Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2025-03-04T20:07:03.1420798Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2025-03-04T20:07:03.1426168Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2025-03-04T20:07:03.1431238Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2025-03-04T20:07:03.1435155Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2025-03-04T20:07:03.1439067Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2025-03-04T20:07:03.1444155Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2025-03-04T20:07:03.1448565Z adding 'torch/distributed/elastic/timer/__init__.py' 2025-03-04T20:07:03.1453985Z adding 'torch/distributed/elastic/timer/api.py' 2025-03-04T20:07:03.1457622Z adding 'torch/distributed/elastic/timer/debug_info_logging.py' 2025-03-04T20:07:03.1464588Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2025-03-04T20:07:03.1468937Z adding 'torch/distributed/elastic/timer/local_timer.py' 2025-03-04T20:07:03.1472963Z adding 'torch/distributed/elastic/utils/__init__.py' 2025-03-04T20:07:03.1476415Z adding 'torch/distributed/elastic/utils/api.py' 2025-03-04T20:07:03.1480879Z adding 'torch/distributed/elastic/utils/distributed.py' 2025-03-04T20:07:03.1484084Z adding 'torch/distributed/elastic/utils/log_level.py' 2025-03-04T20:07:03.1487604Z adding 'torch/distributed/elastic/utils/logging.py' 2025-03-04T20:07:03.1492384Z adding 'torch/distributed/elastic/utils/store.py' 2025-03-04T20:07:03.1496426Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2025-03-04T20:07:03.1499866Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2025-03-04T20:07:03.1503548Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2025-03-04T20:07:03.1507789Z adding 'torch/distributed/fsdp/__init__.py' 2025-03-04T20:07:03.1517430Z adding 'torch/distributed/fsdp/_common_utils.py' 2025-03-04T20:07:03.1522340Z adding 'torch/distributed/fsdp/_debug_utils.py' 2025-03-04T20:07:03.1526167Z adding 'torch/distributed/fsdp/_dynamo_utils.py' 2025-03-04T20:07:03.1532605Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2025-03-04T20:07:03.1574522Z adding 'torch/distributed/fsdp/_flat_param.py' 2025-03-04T20:07:03.1581161Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2025-03-04T20:07:03.1598346Z adding 'torch/distributed/fsdp/_init_utils.py' 2025-03-04T20:07:03.1602678Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2025-03-04T20:07:03.1634159Z adding 'torch/distributed/fsdp/_optim_utils.py' 2025-03-04T20:07:03.1660083Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2025-03-04T20:07:03.1665386Z adding 'torch/distributed/fsdp/_shard_utils.py' 2025-03-04T20:07:03.1676747Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2025-03-04T20:07:03.1683061Z adding 'torch/distributed/fsdp/_trace_utils.py' 2025-03-04T20:07:03.1687445Z adding 'torch/distributed/fsdp/_traversal_utils.py' 2025-03-04T20:07:03.1693018Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2025-03-04T20:07:03.1698769Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2025-03-04T20:07:03.1706818Z adding 'torch/distributed/fsdp/api.py' 2025-03-04T20:07:03.1739828Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2025-03-04T20:07:03.1748870Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2025-03-04T20:07:03.1758349Z adding 'torch/distributed/fsdp/wrap.py' 2025-03-04T20:07:03.1762849Z adding 'torch/distributed/fsdp/_fully_shard/__init__.py' 2025-03-04T20:07:03.1766661Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_api.py' 2025-03-04T20:07:03.1775493Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py' 2025-03-04T20:07:03.1781322Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_common.py' 2025-03-04T20:07:03.1785714Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_init.py' 2025-03-04T20:07:03.1801247Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_param.py' 2025-03-04T20:07:03.1814500Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py' 2025-03-04T20:07:03.1822211Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_state.py' 2025-03-04T20:07:03.1832691Z adding 'torch/distributed/fsdp/_fully_shard/_fully_shard.py' 2025-03-04T20:07:03.1837273Z adding 'torch/distributed/launcher/__init__.py' 2025-03-04T20:07:03.1843056Z adding 'torch/distributed/launcher/api.py' 2025-03-04T20:07:03.1847191Z adding 'torch/distributed/nn/__init__.py' 2025-03-04T20:07:03.1853374Z adding 'torch/distributed/nn/functional.py' 2025-03-04T20:07:03.1857530Z adding 'torch/distributed/nn/api/__init__.py' 2025-03-04T20:07:03.1867530Z adding 'torch/distributed/nn/api/remote_module.py' 2025-03-04T20:07:03.1872543Z adding 'torch/distributed/nn/jit/__init__.py' 2025-03-04T20:07:03.1877351Z adding 'torch/distributed/nn/jit/instantiator.py' 2025-03-04T20:07:03.1881710Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2025-03-04T20:07:03.1886040Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2025-03-04T20:07:03.1890822Z adding 'torch/distributed/optim/__init__.py' 2025-03-04T20:07:03.1894273Z adding 'torch/distributed/optim/_deprecation_warning.py' 2025-03-04T20:07:03.1898442Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2025-03-04T20:07:03.1902567Z adding 'torch/distributed/optim/functional_adadelta.py' 2025-03-04T20:07:03.1906779Z adding 'torch/distributed/optim/functional_adagrad.py' 2025-03-04T20:07:03.1911290Z adding 'torch/distributed/optim/functional_adam.py' 2025-03-04T20:07:03.1915663Z adding 'torch/distributed/optim/functional_adamax.py' 2025-03-04T20:07:03.1920340Z adding 'torch/distributed/optim/functional_adamw.py' 2025-03-04T20:07:03.1924526Z adding 'torch/distributed/optim/functional_rmsprop.py' 2025-03-04T20:07:03.1935177Z adding 'torch/distributed/optim/functional_rprop.py' 2025-03-04T20:07:03.1939346Z adding 'torch/distributed/optim/functional_sgd.py' 2025-03-04T20:07:03.1945758Z adding 'torch/distributed/optim/named_optimizer.py' 2025-03-04T20:07:03.1951775Z adding 'torch/distributed/optim/optimizer.py' 2025-03-04T20:07:03.1956276Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2025-03-04T20:07:03.1959818Z adding 'torch/distributed/optim/utils.py' 2025-03-04T20:07:03.1984767Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2025-03-04T20:07:03.1989987Z adding 'torch/distributed/optim/zero_redundancy_optimizer.pyi' 2025-03-04T20:07:03.2010223Z adding 'torch/distributed/pipelining/_IR.py' 2025-03-04T20:07:03.2014621Z adding 'torch/distributed/pipelining/__init__.py' 2025-03-04T20:07:03.2021504Z adding 'torch/distributed/pipelining/_backward.py' 2025-03-04T20:07:03.2025103Z adding 'torch/distributed/pipelining/_debug.py' 2025-03-04T20:07:03.2028334Z adding 'torch/distributed/pipelining/_unflatten.py' 2025-03-04T20:07:03.2032097Z adding 'torch/distributed/pipelining/_utils.py' 2025-03-04T20:07:03.2039519Z adding 'torch/distributed/pipelining/microbatch.py' 2025-03-04T20:07:03.2070591Z adding 'torch/distributed/pipelining/schedules.py' 2025-03-04T20:07:03.2095563Z adding 'torch/distributed/pipelining/stage.py' 2025-03-04T20:07:03.2103114Z adding 'torch/distributed/rpc/__init__.py' 2025-03-04T20:07:03.2106729Z adding 'torch/distributed/rpc/_utils.py' 2025-03-04T20:07:03.2118940Z adding 'torch/distributed/rpc/api.py' 2025-03-04T20:07:03.2126682Z adding 'torch/distributed/rpc/backend_registry.py' 2025-03-04T20:07:03.2130237Z adding 'torch/distributed/rpc/constants.py' 2025-03-04T20:07:03.2134681Z adding 'torch/distributed/rpc/functions.py' 2025-03-04T20:07:03.2140283Z adding 'torch/distributed/rpc/internal.py' 2025-03-04T20:07:03.2145061Z adding 'torch/distributed/rpc/options.py' 2025-03-04T20:07:03.2148814Z adding 'torch/distributed/rpc/rref_proxy.py' 2025-03-04T20:07:03.2153837Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2025-03-04T20:07:03.2157813Z adding 'torch/distributed/rpc/_testing/__init__.py' 2025-03-04T20:07:03.2161182Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2025-03-04T20:07:03.2165364Z adding 'torch/distributed/tensor/__init__.py' 2025-03-04T20:07:03.2183141Z adding 'torch/distributed/tensor/_api.py' 2025-03-04T20:07:03.2191043Z adding 'torch/distributed/tensor/_collective_utils.py' 2025-03-04T20:07:03.2199929Z adding 'torch/distributed/tensor/_dispatch.py' 2025-03-04T20:07:03.2205962Z adding 'torch/distributed/tensor/_dtensor_spec.py' 2025-03-04T20:07:03.2213577Z adding 'torch/distributed/tensor/_op_schema.py' 2025-03-04T20:07:03.2221040Z adding 'torch/distributed/tensor/_random.py' 2025-03-04T20:07:03.2227924Z adding 'torch/distributed/tensor/_redistribute.py' 2025-03-04T20:07:03.2236807Z adding 'torch/distributed/tensor/_sharding_prop.py' 2025-03-04T20:07:03.2242788Z adding 'torch/distributed/tensor/_shards_wrapper.py' 2025-03-04T20:07:03.2247874Z adding 'torch/distributed/tensor/_tp_conv.py' 2025-03-04T20:07:03.2254404Z adding 'torch/distributed/tensor/_utils.py' 2025-03-04T20:07:03.2257872Z adding 'torch/distributed/tensor/device_mesh.py' 2025-03-04T20:07:03.2267063Z adding 'torch/distributed/tensor/placement_types.py' 2025-03-04T20:07:03.2271726Z adding 'torch/distributed/tensor/_ops/__init__.py' 2025-03-04T20:07:03.2277976Z adding 'torch/distributed/tensor/_ops/_common_rules.py' 2025-03-04T20:07:03.2282151Z adding 'torch/distributed/tensor/_ops/_conv_ops.py' 2025-03-04T20:07:03.2286792Z adding 'torch/distributed/tensor/_ops/_einsum_strategy.py' 2025-03-04T20:07:03.2292215Z adding 'torch/distributed/tensor/_ops/_embedding_ops.py' 2025-03-04T20:07:03.2295726Z adding 'torch/distributed/tensor/_ops/_experimental_ops.py' 2025-03-04T20:07:03.2307476Z adding 'torch/distributed/tensor/_ops/_math_ops.py' 2025-03-04T20:07:03.2314943Z adding 'torch/distributed/tensor/_ops/_matrix_ops.py' 2025-03-04T20:07:03.2322598Z adding 'torch/distributed/tensor/_ops/_pointwise_ops.py' 2025-03-04T20:07:03.2326515Z adding 'torch/distributed/tensor/_ops/_random_ops.py' 2025-03-04T20:07:03.2337269Z adding 'torch/distributed/tensor/_ops/_tensor_ops.py' 2025-03-04T20:07:03.2347731Z adding 'torch/distributed/tensor/_ops/_view_ops.py' 2025-03-04T20:07:03.2354041Z adding 'torch/distributed/tensor/_ops/utils.py' 2025-03-04T20:07:03.2358499Z adding 'torch/distributed/tensor/debug/__init__.py' 2025-03-04T20:07:03.2368143Z adding 'torch/distributed/tensor/debug/_comm_mode.py' 2025-03-04T20:07:03.2372830Z adding 'torch/distributed/tensor/debug/_op_coverage.py' 2025-03-04T20:07:03.2390814Z adding 'torch/distributed/tensor/debug/_visualize_sharding.py' 2025-03-04T20:07:03.2391324Z adding 'torch/distributed/tensor/experimental/__init__.py' 2025-03-04T20:07:03.2399841Z adding 'torch/distributed/tensor/experimental/_attention.py' 2025-03-04T20:07:03.2406438Z adding 'torch/distributed/tensor/experimental/_func_map.py' 2025-03-04T20:07:03.2411290Z adding 'torch/distributed/tensor/experimental/_register_sharding.py' 2025-03-04T20:07:03.2419351Z adding 'torch/distributed/tensor/experimental/_tp_transform.py' 2025-03-04T20:07:03.2424055Z adding 'torch/distributed/tensor/parallel/__init__.py' 2025-03-04T20:07:03.2427300Z adding 'torch/distributed/tensor/parallel/_data_parallel_utils.py' 2025-03-04T20:07:03.2430808Z adding 'torch/distributed/tensor/parallel/_utils.py' 2025-03-04T20:07:03.2435322Z adding 'torch/distributed/tensor/parallel/api.py' 2025-03-04T20:07:03.2439365Z adding 'torch/distributed/tensor/parallel/ddp.py' 2025-03-04T20:07:03.2445872Z adding 'torch/distributed/tensor/parallel/fsdp.py' 2025-03-04T20:07:03.2450032Z adding 'torch/distributed/tensor/parallel/input_reshard.py' 2025-03-04T20:07:03.2457273Z adding 'torch/distributed/tensor/parallel/loss.py' 2025-03-04T20:07:03.2466275Z adding 'torch/distributed/tensor/parallel/style.py' 2025-03-04T20:07:03.2472963Z adding 'torch/distributions/__init__.py' 2025-03-04T20:07:03.2477260Z adding 'torch/distributions/bernoulli.py' 2025-03-04T20:07:03.2480985Z adding 'torch/distributions/beta.py' 2025-03-04T20:07:03.2485319Z adding 'torch/distributions/binomial.py' 2025-03-04T20:07:03.2489763Z adding 'torch/distributions/categorical.py' 2025-03-04T20:07:03.2493500Z adding 'torch/distributions/cauchy.py' 2025-03-04T20:07:03.2496765Z adding 'torch/distributions/chi2.py' 2025-03-04T20:07:03.2501776Z adding 'torch/distributions/constraint_registry.py' 2025-03-04T20:07:03.2508992Z adding 'torch/distributions/constraints.py' 2025-03-04T20:07:03.2514518Z adding 'torch/distributions/continuous_bernoulli.py' 2025-03-04T20:07:03.2518555Z adding 'torch/distributions/dirichlet.py' 2025-03-04T20:07:03.2524238Z adding 'torch/distributions/distribution.py' 2025-03-04T20:07:03.2528170Z adding 'torch/distributions/exp_family.py' 2025-03-04T20:07:03.2531691Z adding 'torch/distributions/exponential.py' 2025-03-04T20:07:03.2535519Z adding 'torch/distributions/fishersnedecor.py' 2025-03-04T20:07:03.2539300Z adding 'torch/distributions/gamma.py' 2025-03-04T20:07:03.2543434Z adding 'torch/distributions/geometric.py' 2025-03-04T20:07:03.2547111Z adding 'torch/distributions/gumbel.py' 2025-03-04T20:07:03.2550644Z adding 'torch/distributions/half_cauchy.py' 2025-03-04T20:07:03.2554222Z adding 'torch/distributions/half_normal.py' 2025-03-04T20:07:03.2558087Z adding 'torch/distributions/independent.py' 2025-03-04T20:07:03.2561681Z adding 'torch/distributions/inverse_gamma.py' 2025-03-04T20:07:03.2571854Z adding 'torch/distributions/kl.py' 2025-03-04T20:07:03.2576339Z adding 'torch/distributions/kumaraswamy.py' 2025-03-04T20:07:03.2580076Z adding 'torch/distributions/laplace.py' 2025-03-04T20:07:03.2584702Z adding 'torch/distributions/lkj_cholesky.py' 2025-03-04T20:07:03.2588271Z adding 'torch/distributions/log_normal.py' 2025-03-04T20:07:03.2591675Z adding 'torch/distributions/logistic_normal.py' 2025-03-04T20:07:03.2596944Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2025-03-04T20:07:03.2601913Z adding 'torch/distributions/mixture_same_family.py' 2025-03-04T20:07:03.2606333Z adding 'torch/distributions/multinomial.py' 2025-03-04T20:07:03.2611761Z adding 'torch/distributions/multivariate_normal.py' 2025-03-04T20:07:03.2616056Z adding 'torch/distributions/negative_binomial.py' 2025-03-04T20:07:03.2619880Z adding 'torch/distributions/normal.py' 2025-03-04T20:07:03.2623984Z adding 'torch/distributions/one_hot_categorical.py' 2025-03-04T20:07:03.2627544Z adding 'torch/distributions/pareto.py' 2025-03-04T20:07:03.2631307Z adding 'torch/distributions/poisson.py' 2025-03-04T20:07:03.2635721Z adding 'torch/distributions/relaxed_bernoulli.py' 2025-03-04T20:07:03.2640126Z adding 'torch/distributions/relaxed_categorical.py' 2025-03-04T20:07:03.2644007Z adding 'torch/distributions/studentT.py' 2025-03-04T20:07:03.2649137Z adding 'torch/distributions/transformed_distribution.py' 2025-03-04T20:07:03.2662791Z adding 'torch/distributions/transforms.py' 2025-03-04T20:07:03.2667448Z adding 'torch/distributions/uniform.py' 2025-03-04T20:07:03.2672517Z adding 'torch/distributions/utils.py' 2025-03-04T20:07:03.2677473Z adding 'torch/distributions/von_mises.py' 2025-03-04T20:07:03.2681320Z adding 'torch/distributions/weibull.py' 2025-03-04T20:07:03.2687396Z adding 'torch/distributions/wishart.py' 2025-03-04T20:07:03.2697297Z adding 'torch/export/__init__.py' 2025-03-04T20:07:03.2705151Z adding 'torch/export/_draft_export.py' 2025-03-04T20:07:03.2709640Z adding 'torch/export/_remove_auto_functionalized_pass.py' 2025-03-04T20:07:03.2714743Z adding 'torch/export/_remove_effect_tokens_pass.py' 2025-03-04T20:07:03.2717497Z adding 'torch/export/_safeguard.py' 2025-03-04T20:07:03.2725265Z adding 'torch/export/_swap.py' 2025-03-04T20:07:03.2755491Z adding 'torch/export/_trace.py' 2025-03-04T20:07:03.2761233Z adding 'torch/export/_tree_utils.py' 2025-03-04T20:07:03.2768083Z adding 'torch/export/_unlift.py' 2025-03-04T20:07:03.2771518Z adding 'torch/export/custom_obj.py' 2025-03-04T20:07:03.2774591Z adding 'torch/export/custom_ops.py' 2025-03-04T20:07:03.2778805Z adding 'torch/export/decomp_utils.py' 2025-03-04T20:07:03.2795900Z adding 'torch/export/dynamic_shapes.py' 2025-03-04T20:07:03.2819063Z adding 'torch/export/exported_program.py' 2025-03-04T20:07:03.2828544Z adding 'torch/export/graph_signature.py' 2025-03-04T20:07:03.2854520Z adding 'torch/export/unflatten.py' 2025-03-04T20:07:03.2860567Z adding 'torch/export/experimental/__init__.py' 2025-03-04T20:07:03.2864867Z adding 'torch/export/passes/__init__.py' 2025-03-04T20:07:03.2878542Z adding 'torch/fft/__init__.py' 2025-03-04T20:07:03.2884426Z adding 'torch/func/__init__.py' 2025-03-04T20:07:03.2891727Z adding 'torch/futures/__init__.py' 2025-03-04T20:07:03.2897198Z adding 'torch/fx/__init__.py' 2025-03-04T20:07:03.2900829Z adding 'torch/fx/_compatibility.py' 2025-03-04T20:07:03.2908657Z adding 'torch/fx/_graph_pickler.py' 2025-03-04T20:07:03.2913861Z adding 'torch/fx/_lazy_graph_module.py' 2025-03-04T20:07:03.2917914Z adding 'torch/fx/_pytree.py' 2025-03-04T20:07:03.2937009Z adding 'torch/fx/_symbolic_trace.py' 2025-03-04T20:07:03.2941511Z adding 'torch/fx/_utils.py' 2025-03-04T20:07:03.2944738Z adding 'torch/fx/annotate.py' 2025-03-04T20:07:03.2948691Z adding 'torch/fx/config.py' 2025-03-04T20:07:03.2977154Z adding 'torch/fx/graph.py' 2025-03-04T20:07:03.2994245Z adding 'torch/fx/graph_module.py' 2025-03-04T20:07:03.2998813Z adding 'torch/fx/immutable_collections.py' 2025-03-04T20:07:03.3006821Z adding 'torch/fx/interpreter.py' 2025-03-04T20:07:03.3020086Z adding 'torch/fx/node.py' 2025-03-04T20:07:03.3030071Z adding 'torch/fx/operator_schemas.py' 2025-03-04T20:07:03.3041277Z adding 'torch/fx/proxy.py' 2025-03-04T20:07:03.3049225Z adding 'torch/fx/subgraph_rewriter.py' 2025-03-04T20:07:03.3053139Z adding 'torch/fx/tensor_type.py' 2025-03-04T20:07:03.3057731Z adding 'torch/fx/traceback.py' 2025-03-04T20:07:03.3062001Z adding 'torch/fx/experimental/__init__.py' 2025-03-04T20:07:03.3065139Z adding 'torch/fx/experimental/_backward_state.py' 2025-03-04T20:07:03.3069071Z adding 'torch/fx/experimental/_config.py' 2025-03-04T20:07:03.3072351Z adding 'torch/fx/experimental/_constant_symnode.py' 2025-03-04T20:07:03.3076451Z adding 'torch/fx/experimental/_dynamism.py' 2025-03-04T20:07:03.3092500Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2025-03-04T20:07:03.3099709Z adding 'torch/fx/experimental/const_fold.py' 2025-03-04T20:07:03.3103145Z adding 'torch/fx/experimental/debug.py' 2025-03-04T20:07:03.3114825Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2025-03-04T20:07:03.3120195Z adding 'torch/fx/experimental/merge_matmul.py' 2025-03-04T20:07:03.3125918Z adding 'torch/fx/experimental/meta_tracer.py' 2025-03-04T20:07:03.3130315Z adding 'torch/fx/experimental/normalize.py' 2025-03-04T20:07:03.3138125Z adding 'torch/fx/experimental/optimization.py' 2025-03-04T20:07:03.3144390Z adding 'torch/fx/experimental/partitioner_utils.py' 2025-03-04T20:07:03.3178095Z adding 'torch/fx/experimental/proxy_tensor.py' 2025-03-04T20:07:03.3188656Z adding 'torch/fx/experimental/recording.py' 2025-03-04T20:07:03.3192532Z adding 'torch/fx/experimental/refinement_types.py' 2025-03-04T20:07:03.3197065Z adding 'torch/fx/experimental/rewriter.py' 2025-03-04T20:07:03.3201583Z adding 'torch/fx/experimental/schema_type_annotation.py' 2025-03-04T20:07:03.3222270Z adding 'torch/fx/experimental/sym_node.py' 2025-03-04T20:07:03.3340095Z adding 'torch/fx/experimental/symbolic_shapes.py' 2025-03-04T20:07:03.3350757Z adding 'torch/fx/experimental/unify_refinements.py' 2025-03-04T20:07:03.3363876Z adding 'torch/fx/experimental/validator.py' 2025-03-04T20:07:03.3368730Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2025-03-04T20:07:03.3375823Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2025-03-04T20:07:03.3407882Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2025-03-04T20:07:03.3408563Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2025-03-04T20:07:03.3413591Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2025-03-04T20:07:03.3419535Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2025-03-04T20:07:03.3422618Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2025-03-04T20:07:03.3425939Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2025-03-04T20:07:03.3429686Z adding 'torch/fx/experimental/unification/__init__.py' 2025-03-04T20:07:03.3433624Z adding 'torch/fx/experimental/unification/core.py' 2025-03-04T20:07:03.3436577Z adding 'torch/fx/experimental/unification/dispatch.py' 2025-03-04T20:07:03.3440301Z adding 'torch/fx/experimental/unification/match.py' 2025-03-04T20:07:03.3444473Z adding 'torch/fx/experimental/unification/more.py' 2025-03-04T20:07:03.3449850Z adding 'torch/fx/experimental/unification/unification_tools.py' 2025-03-04T20:07:03.3453744Z adding 'torch/fx/experimental/unification/utils.py' 2025-03-04T20:07:03.3457353Z adding 'torch/fx/experimental/unification/variable.py' 2025-03-04T20:07:03.3461358Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2025-03-04T20:07:03.3465278Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2025-03-04T20:07:03.3468955Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2025-03-04T20:07:03.3475664Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2025-03-04T20:07:03.3480052Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2025-03-04T20:07:03.3483887Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2025-03-04T20:07:03.3487804Z adding 'torch/fx/passes/__init__.py' 2025-03-04T20:07:03.3494862Z adding 'torch/fx/passes/_tensorify_python_scalars.py' 2025-03-04T20:07:03.3498704Z adding 'torch/fx/passes/annotate_getitem_nodes.py' 2025-03-04T20:07:03.3502307Z adding 'torch/fx/passes/fake_tensor_prop.py' 2025-03-04T20:07:03.3509252Z adding 'torch/fx/passes/graph_drawer.py' 2025-03-04T20:07:03.3513762Z adding 'torch/fx/passes/graph_manipulation.py' 2025-03-04T20:07:03.3518359Z adding 'torch/fx/passes/graph_transform_observer.py' 2025-03-04T20:07:03.3529941Z adding 'torch/fx/passes/net_min_base.py' 2025-03-04T20:07:03.3535580Z adding 'torch/fx/passes/operator_support.py' 2025-03-04T20:07:03.3539531Z adding 'torch/fx/passes/param_fetch.py' 2025-03-04T20:07:03.3544351Z adding 'torch/fx/passes/pass_manager.py' 2025-03-04T20:07:03.3558251Z adding 'torch/fx/passes/reinplace.py' 2025-03-04T20:07:03.3569124Z adding 'torch/fx/passes/runtime_assert.py' 2025-03-04T20:07:03.3574608Z adding 'torch/fx/passes/shape_prop.py' 2025-03-04T20:07:03.3584594Z adding 'torch/fx/passes/split_module.py' 2025-03-04T20:07:03.3591004Z adding 'torch/fx/passes/split_utils.py' 2025-03-04T20:07:03.3603604Z adding 'torch/fx/passes/splitter_base.py' 2025-03-04T20:07:03.3610124Z adding 'torch/fx/passes/tools_common.py' 2025-03-04T20:07:03.3614035Z adding 'torch/fx/passes/backends/__init__.py' 2025-03-04T20:07:03.3617483Z adding 'torch/fx/passes/backends/cudagraphs.py' 2025-03-04T20:07:03.3621097Z adding 'torch/fx/passes/dialect/__init__.py' 2025-03-04T20:07:03.3624576Z adding 'torch/fx/passes/dialect/common/__init__.py' 2025-03-04T20:07:03.3628666Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2025-03-04T20:07:03.3632393Z adding 'torch/fx/passes/infra/__init__.py' 2025-03-04T20:07:03.3645675Z adding 'torch/fx/passes/infra/partitioner.py' 2025-03-04T20:07:03.3649813Z adding 'torch/fx/passes/infra/pass_base.py' 2025-03-04T20:07:03.3655601Z adding 'torch/fx/passes/infra/pass_manager.py' 2025-03-04T20:07:03.3659723Z adding 'torch/fx/passes/tests/__init__.py' 2025-03-04T20:07:03.3663376Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2025-03-04T20:07:03.3666917Z adding 'torch/fx/passes/utils/__init__.py' 2025-03-04T20:07:03.3670609Z adding 'torch/fx/passes/utils/common.py' 2025-03-04T20:07:03.3676394Z adding 'torch/fx/passes/utils/fuser_utils.py' 2025-03-04T20:07:03.3684433Z adding 'torch/fx/passes/utils/matcher_utils.py' 2025-03-04T20:07:03.3689357Z adding 'torch/fx/passes/utils/matcher_with_name_node_map_utils.py' 2025-03-04T20:07:03.3693695Z adding 'torch/fx/passes/utils/source_matcher_utils.py' 2025-03-04T20:07:03.3708473Z adding 'torch/include/cpuinfo.h' 2025-03-04T20:07:03.3712225Z adding 'torch/include/dnnl.h' 2025-03-04T20:07:03.3715713Z adding 'torch/include/dnnl_config.h' 2025-03-04T20:07:03.3719098Z adding 'torch/include/dnnl_debug.h' 2025-03-04T20:07:03.3722155Z adding 'torch/include/dnnl_ocl.h' 2025-03-04T20:07:03.3725241Z adding 'torch/include/dnnl_sycl.h' 2025-03-04T20:07:03.3728341Z adding 'torch/include/dnnl_sycl_types.h' 2025-03-04T20:07:03.3731527Z adding 'torch/include/dnnl_threadpool.h' 2025-03-04T20:07:03.3734578Z adding 'torch/include/dnnl_types.h' 2025-03-04T20:07:03.3738309Z adding 'torch/include/dnnl_version.h' 2025-03-04T20:07:03.3741386Z adding 'torch/include/experiments-config.h' 2025-03-04T20:07:03.3744292Z adding 'torch/include/fp16.h' 2025-03-04T20:07:03.3749617Z adding 'torch/include/fxdiv.h' 2025-03-04T20:07:03.3753124Z adding 'torch/include/libshm.h' 2025-03-04T20:07:03.3763425Z adding 'torch/include/psimd.h' 2025-03-04T20:07:03.3778387Z adding 'torch/include/pthreadpool.h' 2025-03-04T20:07:03.3817714Z adding 'torch/include/sleef.h' 2025-03-04T20:07:03.3859816Z adding 'torch/include/xnnpack.h' 2025-03-04T20:07:03.3871064Z adding 'torch/include/ATen/ATen.h' 2025-03-04T20:07:03.3875529Z adding 'torch/include/ATen/AccumulateType.h' 2025-03-04T20:07:03.3878869Z adding 'torch/include/ATen/ArrayRef.h' 2025-03-04T20:07:03.3882102Z adding 'torch/include/ATen/Backend.h' 2025-03-04T20:07:03.3885160Z adding 'torch/include/ATen/Backtrace.h' 2025-03-04T20:07:03.3888139Z adding 'torch/include/ATen/BlasBackend.h' 2025-03-04T20:07:03.3893879Z adding 'torch/include/ATen/CPUApplyUtils.h' 2025-03-04T20:07:03.3897598Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2025-03-04T20:07:03.3901066Z adding 'torch/include/ATen/CPUFunctions.h' 2025-03-04T20:07:03.3907425Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2025-03-04T20:07:03.3911378Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2025-03-04T20:07:03.3915026Z adding 'torch/include/ATen/CUDAFunctions.h' 2025-03-04T20:07:03.3921824Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2025-03-04T20:07:03.3925815Z adding 'torch/include/ATen/CachedTensorUtils.h' 2025-03-04T20:07:03.3930513Z adding 'torch/include/ATen/CollapseDims.h' 2025-03-04T20:07:03.3933220Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2025-03-04T20:07:03.3940292Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2025-03-04T20:07:03.3945544Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2025-03-04T20:07:03.3950278Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2025-03-04T20:07:03.3954314Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2025-03-04T20:07:03.3960709Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2025-03-04T20:07:03.3965131Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2025-03-04T20:07:03.3968401Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2025-03-04T20:07:03.3971246Z adding 'torch/include/ATen/Config.h' 2025-03-04T20:07:03.3979402Z adding 'torch/include/ATen/Context.h' 2025-03-04T20:07:03.3983065Z adding 'torch/include/ATen/DLConvertor.h' 2025-03-04T20:07:03.3985886Z adding 'torch/include/ATen/Device.h' 2025-03-04T20:07:03.3989349Z adding 'torch/include/ATen/DeviceAccelerator.h' 2025-03-04T20:07:03.3992530Z adding 'torch/include/ATen/DeviceGuard.h' 2025-03-04T20:07:03.3995485Z adding 'torch/include/ATen/DimVector.h' 2025-03-04T20:07:03.3998235Z adding 'torch/include/ATen/Dimname.h' 2025-03-04T20:07:03.4006823Z adding 'torch/include/ATen/Dispatch.h' 2025-03-04T20:07:03.4015607Z adding 'torch/include/ATen/Dispatch_v2.h' 2025-03-04T20:07:03.4020153Z adding 'torch/include/ATen/DynamicLibrary.h' 2025-03-04T20:07:03.4023580Z adding 'torch/include/ATen/EmptyTensor.h' 2025-03-04T20:07:03.4026698Z adding 'torch/include/ATen/ExpandBase.h' 2025-03-04T20:07:03.4032507Z adding 'torch/include/ATen/ExpandUtils.h' 2025-03-04T20:07:03.4035938Z adding 'torch/include/ATen/Formatting.h' 2025-03-04T20:07:03.4039398Z adding 'torch/include/ATen/FuncTorchTLS.h' 2025-03-04T20:07:03.4044415Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2025-03-04T20:07:03.4051957Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2025-03-04T20:07:03.4063884Z adding 'torch/include/ATen/Functions.h' 2025-03-04T20:07:03.4068050Z adding 'torch/include/ATen/Generator.h' 2025-03-04T20:07:03.4071693Z adding 'torch/include/ATen/InferSize.h' 2025-03-04T20:07:03.4075005Z adding 'torch/include/ATen/InitialTensorOptions.h' 2025-03-04T20:07:03.4077787Z adding 'torch/include/ATen/Layout.h' 2025-03-04T20:07:03.4080906Z adding 'torch/include/ATen/LegacyBatchedFallback.h' 2025-03-04T20:07:03.4085310Z adding 'torch/include/ATen/LegacyBatchedTensorImpl.h' 2025-03-04T20:07:03.4088590Z adding 'torch/include/ATen/LegacyVmapMode.h' 2025-03-04T20:07:03.4093618Z adding 'torch/include/ATen/LegacyVmapTransforms.h' 2025-03-04T20:07:03.4096884Z adding 'torch/include/ATen/LinalgBackend.h' 2025-03-04T20:07:03.4100496Z adding 'torch/include/ATen/MapAllocator.h' 2025-03-04T20:07:03.4104233Z adding 'torch/include/ATen/MatrixRef.h' 2025-03-04T20:07:03.4107488Z adding 'torch/include/ATen/MemoryOverlap.h' 2025-03-04T20:07:03.4110916Z adding 'torch/include/ATen/MetaFunctions.h' 2025-03-04T20:07:03.4115708Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2025-03-04T20:07:03.4120965Z adding 'torch/include/ATen/MethodOperators.h' 2025-03-04T20:07:03.4124199Z adding 'torch/include/ATen/NamedTensor.h' 2025-03-04T20:07:03.4128514Z adding 'torch/include/ATen/NamedTensorUtils.h' 2025-03-04T20:07:03.4139482Z adding 'torch/include/ATen/NativeFunctions.h' 2025-03-04T20:07:03.4151221Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2025-03-04T20:07:03.4158065Z adding 'torch/include/ATen/NestedTensorImpl.h' 2025-03-04T20:07:03.4161983Z adding 'torch/include/ATen/NumericUtils.h' 2025-03-04T20:07:03.4165407Z adding 'torch/include/ATen/OpMathType.h' 2025-03-04T20:07:03.4169527Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2025-03-04T20:07:03.4180625Z adding 'torch/include/ATen/Operators.h' 2025-03-04T20:07:03.4185064Z adding 'torch/include/ATen/PTThreadPool.h' 2025-03-04T20:07:03.4187952Z adding 'torch/include/ATen/PadNd.h' 2025-03-04T20:07:03.4191308Z adding 'torch/include/ATen/Parallel-inl.h' 2025-03-04T20:07:03.4195490Z adding 'torch/include/ATen/Parallel.h' 2025-03-04T20:07:03.4198715Z adding 'torch/include/ATen/ParallelFuture.h' 2025-03-04T20:07:03.4201565Z adding 'torch/include/ATen/ParallelNative.h' 2025-03-04T20:07:03.4204728Z adding 'torch/include/ATen/ParallelOpenMP.h' 2025-03-04T20:07:03.4207924Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2025-03-04T20:07:03.4210938Z adding 'torch/include/ATen/ROCmFABackend.h' 2025-03-04T20:07:03.4476367Z adding 'torch/include/ATen/RedispatchFunctions.h' 2025-03-04T20:07:03.4666356Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2025-03-04T20:07:03.4689016Z adding 'torch/include/ATen/SDPBackend.h' 2025-03-04T20:07:03.4692372Z adding 'torch/include/ATen/SavedTensorHooks.h' 2025-03-04T20:07:03.4695176Z adding 'torch/include/ATen/Scalar.h' 2025-03-04T20:07:03.4698407Z adding 'torch/include/ATen/ScalarOps.h' 2025-03-04T20:07:03.4701231Z adding 'torch/include/ATen/ScalarType.h' 2025-03-04T20:07:03.4704179Z adding 'torch/include/ATen/SequenceNumber.h' 2025-03-04T20:07:03.4706948Z adding 'torch/include/ATen/SmallVector.h' 2025-03-04T20:07:03.4711357Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2025-03-04T20:07:03.4717661Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2025-03-04T20:07:03.4724595Z adding 'torch/include/ATen/SparseTensorImpl.h' 2025-03-04T20:07:03.4727870Z adding 'torch/include/ATen/Storage.h' 2025-03-04T20:07:03.4731085Z adding 'torch/include/ATen/StorageUtils.h' 2025-03-04T20:07:03.4733882Z adding 'torch/include/ATen/Tensor.h' 2025-03-04T20:07:03.4736765Z adding 'torch/include/ATen/TensorAccessor.h' 2025-03-04T20:07:03.4740462Z adding 'torch/include/ATen/TensorGeometry.h' 2025-03-04T20:07:03.4749921Z adding 'torch/include/ATen/TensorIndexing.h' 2025-03-04T20:07:03.4765261Z adding 'torch/include/ATen/TensorIterator.h' 2025-03-04T20:07:03.4769688Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2025-03-04T20:07:03.4773719Z adding 'torch/include/ATen/TensorMeta.h' 2025-03-04T20:07:03.4777464Z adding 'torch/include/ATen/TensorNames.h' 2025-03-04T20:07:03.4780928Z adding 'torch/include/ATen/TensorOperators.h' 2025-03-04T20:07:03.4783756Z adding 'torch/include/ATen/TensorOptions.h' 2025-03-04T20:07:03.4787454Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2025-03-04T20:07:03.4791525Z adding 'torch/include/ATen/TensorUtils.h' 2025-03-04T20:07:03.4794915Z adding 'torch/include/ATen/ThreadLocalPythonObjects.h' 2025-03-04T20:07:03.4798883Z adding 'torch/include/ATen/ThreadLocalState.h' 2025-03-04T20:07:03.4803258Z adding 'torch/include/ATen/TracerMode.h' 2025-03-04T20:07:03.4806378Z adding 'torch/include/ATen/TypeDefault.h' 2025-03-04T20:07:03.4809986Z adding 'torch/include/ATen/Utils.h' 2025-03-04T20:07:03.4813047Z adding 'torch/include/ATen/Version.h' 2025-03-04T20:07:03.4988648Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2025-03-04T20:07:03.5032508Z adding 'torch/include/ATen/WrapDimUtils.h' 2025-03-04T20:07:03.5036065Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2025-03-04T20:07:03.5046941Z adding 'torch/include/ATen/autocast_mode.h' 2025-03-04T20:07:03.5051136Z adding 'torch/include/ATen/ceil_div.h' 2025-03-04T20:07:03.5055689Z adding 'torch/include/ATen/code_template.h' 2025-03-04T20:07:03.5059585Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2025-03-04T20:07:03.5062626Z adding 'torch/include/ATen/div_rtn.h' 2025-03-04T20:07:03.5067447Z adding 'torch/include/ATen/dlpack.h' 2025-03-04T20:07:03.5070652Z adding 'torch/include/ATen/jit_macros.h' 2025-03-04T20:07:03.5074037Z adding 'torch/include/ATen/jiterator_macros.h' 2025-03-04T20:07:03.5083166Z adding 'torch/include/ATen/record_function.h' 2025-03-04T20:07:03.5088669Z adding 'torch/include/ATen/core/ATenGeneral.h' 2025-03-04T20:07:03.5091612Z adding 'torch/include/ATen/core/ATenOpList.h' 2025-03-04T20:07:03.5094700Z adding 'torch/include/ATen/core/ATen_fwd.h' 2025-03-04T20:07:03.5098625Z adding 'torch/include/ATen/core/ATen_pch.h' 2025-03-04T20:07:03.5101942Z adding 'torch/include/ATen/core/Array.h' 2025-03-04T20:07:03.5104822Z adding 'torch/include/ATen/core/Backtrace.h' 2025-03-04T20:07:03.5112221Z adding 'torch/include/ATen/core/CachingHostAllocator.h' 2025-03-04T20:07:03.5115808Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2025-03-04T20:07:03.5119603Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2025-03-04T20:07:03.5122908Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2025-03-04T20:07:03.5129304Z adding 'torch/include/ATen/core/Dict.h' 2025-03-04T20:07:03.5133971Z adding 'torch/include/ATen/core/Dict_inl.h' 2025-03-04T20:07:03.5137166Z adding 'torch/include/ATen/core/DimVector.h' 2025-03-04T20:07:03.5140338Z adding 'torch/include/ATen/core/Dimname.h' 2025-03-04T20:07:03.5145419Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2025-03-04T20:07:03.5148777Z adding 'torch/include/ATen/core/Formatting.h' 2025-03-04T20:07:03.5153406Z adding 'torch/include/ATen/core/Generator.h' 2025-03-04T20:07:03.5156898Z adding 'torch/include/ATen/core/GeneratorForPrivateuseone.h' 2025-03-04T20:07:03.5164963Z adding 'torch/include/ATen/core/IListRef.h' 2025-03-04T20:07:03.5169480Z adding 'torch/include/ATen/core/IListRef_inl.h' 2025-03-04T20:07:03.5174400Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2025-03-04T20:07:03.5180508Z adding 'torch/include/ATen/core/List.h' 2025-03-04T20:07:03.5185906Z adding 'torch/include/ATen/core/List_inl.h' 2025-03-04T20:07:03.5190786Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2025-03-04T20:07:03.5195366Z adding 'torch/include/ATen/core/NamedTensor.h' 2025-03-04T20:07:03.5199951Z adding 'torch/include/ATen/core/NestedIntSymNodeImpl.h' 2025-03-04T20:07:03.5205207Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2025-03-04T20:07:03.5208647Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2025-03-04T20:07:03.5211752Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2025-03-04T20:07:03.5215311Z adding 'torch/include/ATen/core/QuantizerBase.h' 2025-03-04T20:07:03.5218440Z adding 'torch/include/ATen/core/Range.h' 2025-03-04T20:07:03.5221406Z adding 'torch/include/ATen/core/Reduction.h' 2025-03-04T20:07:03.5224388Z adding 'torch/include/ATen/core/Scalar.h' 2025-03-04T20:07:03.5227103Z adding 'torch/include/ATen/core/ScalarType.h' 2025-03-04T20:07:03.5230535Z adding 'torch/include/ATen/core/Tensor.h' 2025-03-04T20:07:03.5235512Z adding 'torch/include/ATen/core/TensorAccessor.h' 2025-03-04T20:07:03.5250648Z adding 'torch/include/ATen/core/TensorBase.h' 2025-03-04T20:07:03.5306324Z adding 'torch/include/ATen/core/TensorBody.h' 2025-03-04T20:07:03.5316140Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2025-03-04T20:07:03.5320615Z adding 'torch/include/ATen/core/TransformationHelper.h' 2025-03-04T20:07:03.5323667Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2025-03-04T20:07:03.5326836Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2025-03-04T20:07:03.5330723Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2025-03-04T20:07:03.5334594Z adding 'torch/include/ATen/core/Variadic.h' 2025-03-04T20:07:03.5338024Z adding 'torch/include/ATen/core/Vitals.h' 2025-03-04T20:07:03.5342649Z adding 'torch/include/ATen/core/alias_info.h' 2025-03-04T20:07:03.5358185Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2025-03-04T20:07:03.5363893Z adding 'torch/include/ATen/core/blob.h' 2025-03-04T20:07:03.5367622Z adding 'torch/include/ATen/core/builtin_function.h' 2025-03-04T20:07:03.5374084Z adding 'torch/include/ATen/core/class_type.h' 2025-03-04T20:07:03.5377742Z adding 'torch/include/ATen/core/custom_class.h' 2025-03-04T20:07:03.5383340Z adding 'torch/include/ATen/core/dynamic_type.h' 2025-03-04T20:07:03.5386697Z adding 'torch/include/ATen/core/enum_tag.h' 2025-03-04T20:07:03.5390390Z adding 'torch/include/ATen/core/enum_type.h' 2025-03-04T20:07:03.5394401Z adding 'torch/include/ATen/core/function.h' 2025-03-04T20:07:03.5405837Z adding 'torch/include/ATen/core/function_schema.h' 2025-03-04T20:07:03.5410531Z adding 'torch/include/ATen/core/function_schema_inl.h' 2025-03-04T20:07:03.5414288Z adding 'torch/include/ATen/core/functional.h' 2025-03-04T20:07:03.5417743Z adding 'torch/include/ATen/core/grad_mode.h' 2025-03-04T20:07:03.5423399Z adding 'torch/include/ATen/core/interned_strings.h' 2025-03-04T20:07:03.5427085Z adding 'torch/include/ATen/core/interned_strings_class.h' 2025-03-04T20:07:03.5446557Z adding 'torch/include/ATen/core/ivalue.h' 2025-03-04T20:07:03.5477417Z adding 'torch/include/ATen/core/ivalue_inl.h' 2025-03-04T20:07:03.5482447Z adding 'torch/include/ATen/core/ivalue_to.h' 2025-03-04T20:07:03.5504819Z adding 'torch/include/ATen/core/jit_type.h' 2025-03-04T20:07:03.5515095Z adding 'torch/include/ATen/core/jit_type_base.h' 2025-03-04T20:07:03.5519326Z adding 'torch/include/ATen/core/operator_name.h' 2025-03-04T20:07:03.5523437Z adding 'torch/include/ATen/core/qualified_name.h' 2025-03-04T20:07:03.5526757Z adding 'torch/include/ATen/core/rref_interface.h' 2025-03-04T20:07:03.5531163Z adding 'torch/include/ATen/core/stack.h' 2025-03-04T20:07:03.5536458Z adding 'torch/include/ATen/core/symbol.h' 2025-03-04T20:07:03.5543159Z adding 'torch/include/ATen/core/type_factory.h' 2025-03-04T20:07:03.5546479Z adding 'torch/include/ATen/core/type_ptr.h' 2025-03-04T20:07:03.5549895Z adding 'torch/include/ATen/core/typeid.h' 2025-03-04T20:07:03.5555428Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2025-03-04T20:07:03.5559236Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2025-03-04T20:07:03.5564066Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2025-03-04T20:07:03.5569446Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2025-03-04T20:07:03.5572883Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2025-03-04T20:07:03.5577101Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2025-03-04T20:07:03.5580508Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2025-03-04T20:07:03.5586408Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2025-03-04T20:07:03.5596585Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2025-03-04T20:07:03.5601172Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2025-03-04T20:07:03.5605725Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2025-03-04T20:07:03.5611193Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2025-03-04T20:07:03.5623973Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2025-03-04T20:07:03.5627828Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2025-03-04T20:07:03.5634240Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2025-03-04T20:07:03.5637795Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2025-03-04T20:07:03.5640893Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2025-03-04T20:07:03.5645177Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2025-03-04T20:07:03.5649524Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2025-03-04T20:07:03.5654091Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2025-03-04T20:07:03.5662539Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2025-03-04T20:07:03.5666998Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2025-03-04T20:07:03.5670018Z adding 'torch/include/ATen/cpu/Utils.h' 2025-03-04T20:07:03.5674454Z adding 'torch/include/ATen/cpu/vml.h' 2025-03-04T20:07:03.5678380Z adding 'torch/include/ATen/cpu/vec/functional.h' 2025-03-04T20:07:03.5683045Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2025-03-04T20:07:03.5689301Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2025-03-04T20:07:03.5693231Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2025-03-04T20:07:03.5696512Z adding 'torch/include/ATen/cpu/vec/vec.h' 2025-03-04T20:07:03.5708476Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2025-03-04T20:07:03.5713249Z adding 'torch/include/ATen/cpu/vec/vec_convert.h' 2025-03-04T20:07:03.5717075Z adding 'torch/include/ATen/cpu/vec/vec_half.h' 2025-03-04T20:07:03.5721928Z adding 'torch/include/ATen/cpu/vec/vec_mask.h' 2025-03-04T20:07:03.5727340Z adding 'torch/include/ATen/cpu/vec/vec_n.h' 2025-03-04T20:07:03.5731855Z adding 'torch/include/ATen/cpu/vec/sve/sve_helper.h' 2025-03-04T20:07:03.5736039Z adding 'torch/include/ATen/cpu/vec/sve/vec_common_sve.h' 2025-03-04T20:07:03.5741911Z adding 'torch/include/ATen/cpu/vec/sve/vec_double.h' 2025-03-04T20:07:03.5748493Z adding 'torch/include/ATen/cpu/vec/sve/vec_float.h' 2025-03-04T20:07:03.5786678Z adding 'torch/include/ATen/cpu/vec/sve/vec_int.h' 2025-03-04T20:07:03.5793256Z adding 'torch/include/ATen/cpu/vec/sve/vec_qint.h' 2025-03-04T20:07:03.5797654Z adding 'torch/include/ATen/cpu/vec/vec128/vec128.h' 2025-03-04T20:07:03.5804385Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_bfloat16_neon.h' 2025-03-04T20:07:03.5808281Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_convert.h' 2025-03-04T20:07:03.5815017Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_float_neon.h' 2025-03-04T20:07:03.5822051Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_half_neon.h' 2025-03-04T20:07:03.5827125Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_reduced_precision_common_neon.h' 2025-03-04T20:07:03.5833015Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2025-03-04T20:07:03.5835931Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2025-03-04T20:07:03.5841135Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2025-03-04T20:07:03.5849348Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_16bit_float.h' 2025-03-04T20:07:03.5854345Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2025-03-04T20:07:03.5861678Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2025-03-04T20:07:03.5869462Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2025-03-04T20:07:03.5874634Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_convert.h' 2025-03-04T20:07:03.5880311Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2025-03-04T20:07:03.5888248Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2025-03-04T20:07:03.5893207Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_half.h' 2025-03-04T20:07:03.5907805Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2025-03-04T20:07:03.5914673Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_mask.h' 2025-03-04T20:07:03.5927194Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2025-03-04T20:07:03.5932874Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h' 2025-03-04T20:07:03.5937359Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h' 2025-03-04T20:07:03.5944817Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h' 2025-03-04T20:07:03.5952800Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h' 2025-03-04T20:07:03.5958964Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h' 2025-03-04T20:07:03.5965136Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h' 2025-03-04T20:07:03.5970694Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h' 2025-03-04T20:07:03.5975960Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h' 2025-03-04T20:07:03.5981086Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h' 2025-03-04T20:07:03.5986152Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h' 2025-03-04T20:07:03.5992306Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h' 2025-03-04T20:07:03.5998756Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h' 2025-03-04T20:07:03.6005975Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h' 2025-03-04T20:07:03.6031968Z adding 'torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h' 2025-03-04T20:07:03.6041172Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2025-03-04T20:07:03.6057090Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2025-03-04T20:07:03.6066492Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2025-03-04T20:07:03.6076971Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2025-03-04T20:07:03.6082537Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_convert.h' 2025-03-04T20:07:03.6088212Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2025-03-04T20:07:03.6096783Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2025-03-04T20:07:03.6109934Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2025-03-04T20:07:03.6116540Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_mask.h' 2025-03-04T20:07:03.6128109Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2025-03-04T20:07:03.6134275Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2025-03-04T20:07:03.6138275Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2025-03-04T20:07:03.6141459Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2025-03-04T20:07:03.6148592Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2025-03-04T20:07:03.6157111Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2025-03-04T20:07:03.6162462Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2025-03-04T20:07:03.6165955Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2025-03-04T20:07:03.6169663Z adding 'torch/include/ATen/cuda/CUDAContextLight.h' 2025-03-04T20:07:03.6172962Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2025-03-04T20:07:03.6176010Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2025-03-04T20:07:03.6180488Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2025-03-04T20:07:03.6185395Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2025-03-04T20:07:03.6189381Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2025-03-04T20:07:03.6192906Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2025-03-04T20:07:03.6196232Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2025-03-04T20:07:03.6200677Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2025-03-04T20:07:03.6205299Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2025-03-04T20:07:03.6208449Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2025-03-04T20:07:03.6211363Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2025-03-04T20:07:03.6214792Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2025-03-04T20:07:03.6218238Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2025-03-04T20:07:03.6221346Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2025-03-04T20:07:03.6226090Z adding 'torch/include/ATen/cuda/Exceptions.h' 2025-03-04T20:07:03.6230033Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2025-03-04T20:07:03.6233209Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2025-03-04T20:07:03.6236001Z adding 'torch/include/ATen/cuda/PhiloxCudaState.h' 2025-03-04T20:07:03.6238743Z adding 'torch/include/ATen/cuda/PhiloxUtils.cuh' 2025-03-04T20:07:03.6241606Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2025-03-04T20:07:03.6244845Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2025-03-04T20:07:03.6252301Z adding 'torch/include/ATen/cuda/Sleep.h' 2025-03-04T20:07:03.6252685Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2025-03-04T20:07:03.6258222Z adding 'torch/include/ATen/cuda/cub.cuh' 2025-03-04T20:07:03.6262423Z adding 'torch/include/ATen/cuda/cub.h' 2025-03-04T20:07:03.6265749Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2025-03-04T20:07:03.6268890Z adding 'torch/include/ATen/cuda/jiterator.h' 2025-03-04T20:07:03.6273142Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2025-03-04T20:07:03.6276287Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2025-03-04T20:07:03.6280613Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2025-03-04T20:07:03.6285629Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2025-03-04T20:07:03.6288975Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2025-03-04T20:07:03.6292994Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2025-03-04T20:07:03.6296424Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2025-03-04T20:07:03.6299344Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2025-03-04T20:07:03.6303141Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2025-03-04T20:07:03.6306775Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2025-03-04T20:07:03.6310287Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2025-03-04T20:07:03.6313715Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2025-03-04T20:07:03.6319370Z adding 'torch/include/ATen/cuda/tunable/GemmCommon.h' 2025-03-04T20:07:03.6326414Z adding 'torch/include/ATen/cuda/tunable/GemmHipblaslt.h' 2025-03-04T20:07:03.6331301Z adding 'torch/include/ATen/cuda/tunable/GemmRocblas.h' 2025-03-04T20:07:03.6334713Z adding 'torch/include/ATen/cuda/tunable/StreamTimer.h' 2025-03-04T20:07:03.6339214Z adding 'torch/include/ATen/cuda/tunable/Tunable.h' 2025-03-04T20:07:03.6343592Z adding 'torch/include/ATen/cuda/tunable/TunableGemm.h' 2025-03-04T20:07:03.6349709Z adding 'torch/include/ATen/cuda/tunable/TunableOp.h' 2025-03-04T20:07:03.6357390Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2025-03-04T20:07:03.6360733Z adding 'torch/include/ATen/cudnn/Handle.h' 2025-03-04T20:07:03.6363521Z adding 'torch/include/ATen/cudnn/Handles.h' 2025-03-04T20:07:03.6366456Z adding 'torch/include/ATen/cudnn/Types.h' 2025-03-04T20:07:03.6369497Z adding 'torch/include/ATen/cudnn/Utils.h' 2025-03-04T20:07:03.6372434Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2025-03-04T20:07:03.6376839Z adding 'torch/include/ATen/detail/AcceleratorHooksInterface.h' 2025-03-04T20:07:03.6381159Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2025-03-04T20:07:03.6384810Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2025-03-04T20:07:03.6388293Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2025-03-04T20:07:03.6391594Z adding 'torch/include/ATen/detail/HPUHooksInterface.h' 2025-03-04T20:07:03.6394880Z adding 'torch/include/ATen/detail/IPUHooksInterface.h' 2025-03-04T20:07:03.6398074Z adding 'torch/include/ATen/detail/MAIAHooksInterface.h' 2025-03-04T20:07:03.6401571Z adding 'torch/include/ATen/detail/MPSHooksInterface.h' 2025-03-04T20:07:03.6405356Z adding 'torch/include/ATen/detail/MTIAHooksInterface.h' 2025-03-04T20:07:03.6408977Z adding 'torch/include/ATen/detail/PrivateUse1HooksInterface.h' 2025-03-04T20:07:03.6412320Z adding 'torch/include/ATen/detail/XPUHooksInterface.h' 2025-03-04T20:07:03.6416468Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2025-03-04T20:07:03.6423078Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2025-03-04T20:07:03.6427207Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2025-03-04T20:07:03.6431799Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2025-03-04T20:07:03.6436023Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2025-03-04T20:07:03.6440398Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2025-03-04T20:07:03.6443751Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2025-03-04T20:07:03.6448457Z adding 'torch/include/ATen/functorch/Interpreter.h' 2025-03-04T20:07:03.6454485Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2025-03-04T20:07:03.6457512Z adding 'torch/include/ATen/functorch/Macros.h' 2025-03-04T20:07:03.6461230Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2025-03-04T20:07:03.6465251Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2025-03-04T20:07:03.6468488Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2025-03-04T20:07:03.6473271Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2025-03-04T20:07:03.6476424Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2025-03-04T20:07:03.6482359Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2025-03-04T20:07:03.6486707Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2025-03-04T20:07:03.6491514Z adding 'torch/include/ATen/miopen/Descriptors.h' 2025-03-04T20:07:03.6494781Z adding 'torch/include/ATen/miopen/Exceptions.h' 2025-03-04T20:07:03.6497616Z adding 'torch/include/ATen/miopen/Handle.h' 2025-03-04T20:07:03.6500464Z adding 'torch/include/ATen/miopen/Types.h' 2025-03-04T20:07:03.6503476Z adding 'torch/include/ATen/miopen/Utils.h' 2025-03-04T20:07:03.6506339Z adding 'torch/include/ATen/miopen/miopen-wrapper.h' 2025-03-04T20:07:03.6510196Z adding 'torch/include/ATen/mps/EmptyTensor.h' 2025-03-04T20:07:03.6514169Z adding 'torch/include/ATen/mps/IndexKernels.h' 2025-03-04T20:07:03.6522781Z adding 'torch/include/ATen/mps/MPSAllocator.h' 2025-03-04T20:07:03.6526828Z adding 'torch/include/ATen/mps/MPSAllocatorInterface.h' 2025-03-04T20:07:03.6530134Z adding 'torch/include/ATen/mps/MPSDevice.h' 2025-03-04T20:07:03.6533943Z adding 'torch/include/ATen/mps/MPSEvent.h' 2025-03-04T20:07:03.6537306Z adding 'torch/include/ATen/mps/MPSGeneratorImpl.h' 2025-03-04T20:07:03.6541364Z adding 'torch/include/ATen/mps/MPSGuardImpl.h' 2025-03-04T20:07:03.6544895Z adding 'torch/include/ATen/mps/MPSHooks.h' 2025-03-04T20:07:03.6552395Z adding 'torch/include/ATen/mps/MPSProfiler.h' 2025-03-04T20:07:03.6557038Z adding 'torch/include/ATen/mps/MPSStream.h' 2025-03-04T20:07:03.6563294Z adding 'torch/include/ATen/native/Activation.h' 2025-03-04T20:07:03.6566821Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2025-03-04T20:07:03.6570059Z adding 'torch/include/ATen/native/AmpKernels.h' 2025-03-04T20:07:03.6574488Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2025-03-04T20:07:03.6578362Z adding 'torch/include/ATen/native/BinaryOps.h' 2025-03-04T20:07:03.6583291Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2025-03-04T20:07:03.6587764Z adding 'torch/include/ATen/native/CPUBlas.h' 2025-03-04T20:07:03.6591517Z adding 'torch/include/ATen/native/CPUFallback.h' 2025-03-04T20:07:03.6594670Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2025-03-04T20:07:03.6598544Z adding 'torch/include/ATen/native/ComplexHelper.h' 2025-03-04T20:07:03.6601960Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2025-03-04T20:07:03.6606155Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2025-03-04T20:07:03.6613231Z adding 'torch/include/ATen/native/ConvUtils.h' 2025-03-04T20:07:03.6616666Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2025-03-04T20:07:03.6619760Z adding 'torch/include/ATen/native/Copy.h' 2025-03-04T20:07:03.6622596Z adding 'torch/include/ATen/native/Cross.h' 2025-03-04T20:07:03.6626961Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2025-03-04T20:07:03.6633034Z adding 'torch/include/ATen/native/DispatchStub.h' 2025-03-04T20:07:03.6636673Z adding 'torch/include/ATen/native/Distance.h' 2025-03-04T20:07:03.6643347Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2025-03-04T20:07:03.6652712Z adding 'torch/include/ATen/native/Distributions.h' 2025-03-04T20:07:03.6657241Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2025-03-04T20:07:03.6660504Z adding 'torch/include/ATen/native/Fill.h' 2025-03-04T20:07:03.6667267Z adding 'torch/include/ATen/native/ForeachUtils.h' 2025-03-04T20:07:03.6671202Z adding 'torch/include/ATen/native/FractionalMaxPooling.h' 2025-03-04T20:07:03.6674204Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2025-03-04T20:07:03.6677317Z adding 'torch/include/ATen/native/FusedAdagrad.h' 2025-03-04T20:07:03.6681357Z adding 'torch/include/ATen/native/FusedAdam.h' 2025-03-04T20:07:03.6683448Z adding 'torch/include/ATen/native/FusedSGD.h' 2025-03-04T20:07:03.6687131Z adding 'torch/include/ATen/native/Gelu.h' 2025-03-04T20:07:03.6691473Z adding 'torch/include/ATen/native/GridSampler.h' 2025-03-04T20:07:03.6695616Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2025-03-04T20:07:03.6698820Z adding 'torch/include/ATen/native/Histogram.h' 2025-03-04T20:07:03.6701998Z adding 'torch/include/ATen/native/IndexKernel.h' 2025-03-04T20:07:03.6706238Z adding 'torch/include/ATen/native/IndexingUtils.h' 2025-03-04T20:07:03.6709861Z adding 'torch/include/ATen/native/Lerp.h' 2025-03-04T20:07:03.6712747Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2025-03-04T20:07:03.6723744Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2025-03-04T20:07:03.6727796Z adding 'torch/include/ATen/native/LossMulti.h' 2025-03-04T20:07:03.6776833Z adding 'torch/include/ATen/native/Math.h' 2025-03-04T20:07:03.6786124Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2025-03-04T20:07:03.6792479Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2025-03-04T20:07:03.6797646Z adding 'torch/include/ATen/native/MaxPooling.h' 2025-03-04T20:07:03.6800962Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2025-03-04T20:07:03.6804451Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2025-03-04T20:07:03.6807706Z adding 'torch/include/ATen/native/Normalization.h' 2025-03-04T20:07:03.6810968Z adding 'torch/include/ATen/native/Padding.h' 2025-03-04T20:07:03.6814348Z adding 'torch/include/ATen/native/PixelShuffle.h' 2025-03-04T20:07:03.6818474Z adding 'torch/include/ATen/native/PointwiseOps.h' 2025-03-04T20:07:03.6823853Z adding 'torch/include/ATen/native/Pool.h' 2025-03-04T20:07:03.6826895Z adding 'torch/include/ATen/native/Pow.h' 2025-03-04T20:07:03.6830392Z adding 'torch/include/ATen/native/RNN.h' 2025-03-04T20:07:03.6833578Z adding 'torch/include/ATen/native/RangeFactories.h' 2025-03-04T20:07:03.6837202Z adding 'torch/include/ATen/native/RangeUtils.h' 2025-03-04T20:07:03.6840925Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2025-03-04T20:07:03.6843399Z adding 'torch/include/ATen/native/ReduceOps.h' 2025-03-04T20:07:03.6849826Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2025-03-04T20:07:03.6853613Z adding 'torch/include/ATen/native/ReductionType.h' 2025-03-04T20:07:03.6857726Z adding 'torch/include/ATen/native/Repeat.h' 2025-03-04T20:07:03.6861994Z adding 'torch/include/ATen/native/Resize.h' 2025-03-04T20:07:03.6865987Z adding 'torch/include/ATen/native/ResizeCommon.h' 2025-03-04T20:07:03.6869925Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2025-03-04T20:07:03.6873032Z adding 'torch/include/ATen/native/SegmentReduce.h' 2025-03-04T20:07:03.6878832Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2025-03-04T20:07:03.6882846Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2025-03-04T20:07:03.6885840Z adding 'torch/include/ATen/native/Sorting.h' 2025-03-04T20:07:03.6889171Z adding 'torch/include/ATen/native/SortingUtils.h' 2025-03-04T20:07:03.6893911Z adding 'torch/include/ATen/native/SparseTensorUtils.h' 2025-03-04T20:07:03.6897808Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2025-03-04T20:07:03.6901942Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2025-03-04T20:07:03.6905557Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2025-03-04T20:07:03.6909720Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2025-03-04T20:07:03.6912838Z adding 'torch/include/ATen/native/TensorCompare.h' 2025-03-04T20:07:03.6916056Z adding 'torch/include/ATen/native/TensorConversions.h' 2025-03-04T20:07:03.6919400Z adding 'torch/include/ATen/native/TensorDimApply.h' 2025-03-04T20:07:03.6923624Z adding 'torch/include/ATen/native/TensorFactories.h' 2025-03-04T20:07:03.6926536Z adding 'torch/include/ATen/native/TensorIterator.h' 2025-03-04T20:07:03.6929929Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2025-03-04T20:07:03.6932855Z adding 'torch/include/ATen/native/TensorProperties.h' 2025-03-04T20:07:03.6936681Z adding 'torch/include/ATen/native/TensorShape.h' 2025-03-04T20:07:03.6940221Z adding 'torch/include/ATen/native/TensorTransformations.h' 2025-03-04T20:07:03.6943623Z adding 'torch/include/ATen/native/TopKImpl.h' 2025-03-04T20:07:03.6946794Z adding 'torch/include/ATen/native/TransposeType.h' 2025-03-04T20:07:03.6950155Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2025-03-04T20:07:03.6953229Z adding 'torch/include/ATen/native/TypeProperties.h' 2025-03-04T20:07:03.6956853Z adding 'torch/include/ATen/native/UnaryOps.h' 2025-03-04T20:07:03.6960084Z adding 'torch/include/ATen/native/Unfold2d.h' 2025-03-04T20:07:03.6963036Z adding 'torch/include/ATen/native/Unfold3d.h' 2025-03-04T20:07:03.6966601Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2025-03-04T20:07:03.6973847Z adding 'torch/include/ATen/native/UpSample.h' 2025-03-04T20:07:03.6977447Z adding 'torch/include/ATen/native/batch_norm.h' 2025-03-04T20:07:03.6980515Z adding 'torch/include/ATen/native/group_norm.h' 2025-03-04T20:07:03.6984182Z adding 'torch/include/ATen/native/im2col.h' 2025-03-04T20:07:03.6988403Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2025-03-04T20:07:03.6992127Z adding 'torch/include/ATen/native/layer_norm.h' 2025-03-04T20:07:03.6997247Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2025-03-04T20:07:03.6999261Z adding 'torch/include/ATen/native/vol2col.h' 2025-03-04T20:07:03.7036777Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2025-03-04T20:07:03.7037216Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2025-03-04T20:07:03.7037651Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2025-03-04T20:07:03.7038078Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2025-03-04T20:07:03.7038510Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2025-03-04T20:07:03.7039009Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2025-03-04T20:07:03.7039537Z adding 'torch/include/ATen/native/cpu/Gelu.h' 2025-03-04T20:07:03.7039943Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2025-03-04T20:07:03.7040409Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2025-03-04T20:07:03.7040810Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2025-03-04T20:07:03.7043036Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2025-03-04T20:07:03.7046448Z adding 'torch/include/ATen/native/cpu/LogAddExp.h' 2025-03-04T20:07:03.7052596Z adding 'torch/include/ATen/native/cpu/Loops.h' 2025-03-04T20:07:03.7056157Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2025-03-04T20:07:03.7059216Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2025-03-04T20:07:03.7064980Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2025-03-04T20:07:03.7069690Z adding 'torch/include/ATen/native/cpu/ReduceUtils.h' 2025-03-04T20:07:03.7073739Z adding 'torch/include/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.h' 2025-03-04T20:07:03.7076436Z adding 'torch/include/ATen/native/cpu/SampledAddmmKernel.h' 2025-03-04T20:07:03.7080592Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2025-03-04T20:07:03.7083732Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2025-03-04T20:07:03.7087003Z adding 'torch/include/ATen/native/cpu/SpmmReduceKernel.h' 2025-03-04T20:07:03.7089904Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2025-03-04T20:07:03.7105351Z adding 'torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h' 2025-03-04T20:07:03.7109615Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2025-03-04T20:07:03.7116782Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2025-03-04T20:07:03.7119828Z adding 'torch/include/ATen/native/cpu/int_mm_kernel.h' 2025-03-04T20:07:03.7123043Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2025-03-04T20:07:03.7127356Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2025-03-04T20:07:03.7132038Z adding 'torch/include/ATen/native/cpu/utils.h' 2025-03-04T20:07:03.7135994Z adding 'torch/include/ATen/native/cpu/zmath.h' 2025-03-04T20:07:03.7140935Z adding 'torch/include/ATen/native/cuda/Activation.h' 2025-03-04T20:07:03.7144261Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2025-03-04T20:07:03.7149881Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2025-03-04T20:07:03.7156185Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2025-03-04T20:07:03.7159735Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2025-03-04T20:07:03.7162591Z adding 'torch/include/ATen/native/cuda/Copy.h' 2025-03-04T20:07:03.7170381Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2025-03-04T20:07:03.7174382Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2025-03-04T20:07:03.7177372Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2025-03-04T20:07:03.7186349Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2025-03-04T20:07:03.7189855Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2025-03-04T20:07:03.7193032Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2025-03-04T20:07:03.7198428Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2025-03-04T20:07:03.7202125Z adding 'torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh' 2025-03-04T20:07:03.7206835Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2025-03-04T20:07:03.7210232Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2025-03-04T20:07:03.7213163Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2025-03-04T20:07:03.7217606Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2025-03-04T20:07:03.7222209Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2025-03-04T20:07:03.7225322Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2025-03-04T20:07:03.7230409Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2025-03-04T20:07:03.7264407Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2025-03-04T20:07:03.7273524Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2025-03-04T20:07:03.7276969Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2025-03-04T20:07:03.7282305Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2025-03-04T20:07:03.7300684Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2025-03-04T20:07:03.7308417Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2025-03-04T20:07:03.7312182Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2025-03-04T20:07:03.7315940Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2025-03-04T20:07:03.7332605Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2025-03-04T20:07:03.7336702Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2025-03-04T20:07:03.7340024Z adding 'torch/include/ATen/native/cuda/Resize.h' 2025-03-04T20:07:03.7343096Z adding 'torch/include/ATen/native/cuda/RowwiseScaledMM.h' 2025-03-04T20:07:03.7346082Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2025-03-04T20:07:03.7353147Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2025-03-04T20:07:03.7356771Z adding 'torch/include/ATen/native/cuda/Sort.h' 2025-03-04T20:07:03.7359784Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2025-03-04T20:07:03.7365114Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2025-03-04T20:07:03.7375361Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2025-03-04T20:07:03.7376741Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2025-03-04T20:07:03.7383061Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2025-03-04T20:07:03.7390452Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2025-03-04T20:07:03.7393917Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2025-03-04T20:07:03.7396825Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2025-03-04T20:07:03.7399692Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2025-03-04T20:07:03.7404902Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2025-03-04T20:07:03.7408846Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2025-03-04T20:07:03.7412359Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2025-03-04T20:07:03.7415049Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2025-03-04T20:07:03.7419520Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2025-03-04T20:07:03.7422657Z adding 'torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh' 2025-03-04T20:07:03.7425602Z adding 'torch/include/ATen/native/cuda/fused_adamw_impl.cuh' 2025-03-04T20:07:03.7430180Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2025-03-04T20:07:03.7435009Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2025-03-04T20:07:03.7443131Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2025-03-04T20:07:03.7446762Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2025-03-04T20:07:03.7451426Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2025-03-04T20:07:03.7455566Z adding 'torch/include/ATen/native/hip/ck_bgemm.h' 2025-03-04T20:07:03.7458425Z adding 'torch/include/ATen/native/hip/ck_gemm.h' 2025-03-04T20:07:03.7462858Z adding 'torch/include/ATen/native/hip/ck_gemm_template.h' 2025-03-04T20:07:03.7466280Z adding 'torch/include/ATen/native/hip/ck_types.h' 2025-03-04T20:07:03.7470238Z adding 'torch/include/ATen/native/kleidiai/kai_kernels.h' 2025-03-04T20:07:03.7473709Z adding 'torch/include/ATen/native/kleidiai/kai_pack.h' 2025-03-04T20:07:03.7477496Z adding 'torch/include/ATen/native/kleidiai/kai_ukernel_interface.h' 2025-03-04T20:07:03.7487326Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Attr.h' 2025-03-04T20:07:03.7491650Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Utils.h' 2025-03-04T20:07:03.7495446Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNN.h' 2025-03-04T20:07:03.7499200Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNNContext.h' 2025-03-04T20:07:03.7502903Z adding 'torch/include/ATen/native/mps/Copy.h' 2025-03-04T20:07:03.7506224Z adding 'torch/include/ATen/native/mps/MPSGraphSequoiaOps.h' 2025-03-04T20:07:03.7509597Z adding 'torch/include/ATen/native/mps/MPSGraphSonomaOps.h' 2025-03-04T20:07:03.7513856Z adding 'torch/include/ATen/native/mps/MPSGraphVenturaOps.h' 2025-03-04T20:07:03.7518115Z adding 'torch/include/ATen/native/mps/MetalShaderLibrary.h' 2025-03-04T20:07:03.7525649Z adding 'torch/include/ATen/native/mps/OperationUtils.h' 2025-03-04T20:07:03.7529293Z adding 'torch/include/ATen/native/mps/TensorFactory.h' 2025-03-04T20:07:03.7533126Z adding 'torch/include/ATen/native/nested/NestedTensorBinaryOps.h' 2025-03-04T20:07:03.7536633Z adding 'torch/include/ATen/native/nested/NestedTensorMath.h' 2025-03-04T20:07:03.7540334Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h' 2025-03-04T20:07:03.7543527Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerUtils.h' 2025-03-04T20:07:03.7550123Z adding 'torch/include/ATen/native/nested/NestedTensorUtils.h' 2025-03-04T20:07:03.7554837Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2025-03-04T20:07:03.7558188Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2025-03-04T20:07:03.7561509Z adding 'torch/include/ATen/native/quantized/ConvUtils.h' 2025-03-04T20:07:03.7564525Z adding 'torch/include/ATen/native/quantized/Copy.h' 2025-03-04T20:07:03.7567659Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2025-03-04T20:07:03.7570710Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2025-03-04T20:07:03.7574246Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2025-03-04T20:07:03.7577223Z adding 'torch/include/ATen/native/quantized/library.h' 2025-03-04T20:07:03.7581364Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2025-03-04T20:07:03.7584447Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2025-03-04T20:07:03.7590065Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2025-03-04T20:07:03.7597251Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2025-03-04T20:07:03.7602805Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2025-03-04T20:07:03.7607155Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2025-03-04T20:07:03.7610330Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2025-03-04T20:07:03.7615583Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2025-03-04T20:07:03.7621442Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2025-03-04T20:07:03.7626833Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2025-03-04T20:07:03.7630088Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2025-03-04T20:07:03.7633313Z adding 'torch/include/ATen/native/quantized/cpu/qconv.h' 2025-03-04T20:07:03.7636476Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2025-03-04T20:07:03.7639460Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2025-03-04T20:07:03.7642724Z adding 'torch/include/ATen/native/quantized/cpu/qlinear.h' 2025-03-04T20:07:03.7646733Z adding 'torch/include/ATen/native/transformers/attention.h' 2025-03-04T20:07:03.7653173Z adding 'torch/include/ATen/native/transformers/sdp_utils_cpp.h' 2025-03-04T20:07:03.7657451Z adding 'torch/include/ATen/native/utils/Factory.h' 2025-03-04T20:07:03.7660590Z adding 'torch/include/ATen/native/utils/ParamUtils.h' 2025-03-04T20:07:03.7664094Z adding 'torch/include/ATen/native/utils/ParamsHash.h' 2025-03-04T20:07:03.7844240Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2025-03-04T20:07:03.7846776Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2025-03-04T20:07:03.7850225Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.7853448Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2025-03-04T20:07:03.7856634Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2025-03-04T20:07:03.7859643Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2025-03-04T20:07:03.7863026Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2025-03-04T20:07:03.7867063Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.7869375Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2025-03-04T20:07:03.7872846Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2025-03-04T20:07:03.7875704Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2025-03-04T20:07:03.7879035Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2025-03-04T20:07:03.7882404Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2025-03-04T20:07:03.7885799Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2025-03-04T20:07:03.7889924Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.7892178Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2025-03-04T20:07:03.7895591Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2025-03-04T20:07:03.7898354Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2025-03-04T20:07:03.7901690Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2025-03-04T20:07:03.7905007Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.7908165Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2025-03-04T20:07:03.7911224Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2025-03-04T20:07:03.7914699Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2025-03-04T20:07:03.7917902Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2025-03-04T20:07:03.7933787Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2025-03-04T20:07:03.7934338Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:03.7934886Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2025-03-04T20:07:03.7935296Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2025-03-04T20:07:03.7935670Z adding 'torch/include/ATen/ops/_add_relu.h' 2025-03-04T20:07:03.7939888Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.7941984Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2025-03-04T20:07:03.7945728Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2025-03-04T20:07:03.7948260Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2025-03-04T20:07:03.7951858Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2025-03-04T20:07:03.7955320Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2025-03-04T20:07:03.7958943Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:03.7962028Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2025-03-04T20:07:03.7965028Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2025-03-04T20:07:03.7968583Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2025-03-04T20:07:03.7971341Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2025-03-04T20:07:03.7974346Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2025-03-04T20:07:03.7977643Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2025-03-04T20:07:03.7980792Z adding 'torch/include/ATen/ops/_aminmax.h' 2025-03-04T20:07:03.7984680Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.7987270Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2025-03-04T20:07:03.7990372Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2025-03-04T20:07:03.7993476Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2025-03-04T20:07:03.7996764Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2025-03-04T20:07:03.8000237Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2025-03-04T20:07:03.8003702Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8006614Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h' 2025-03-04T20:07:03.8009742Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2025-03-04T20:07:03.8012699Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2025-03-04T20:07:03.8016126Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2025-03-04T20:07:03.8019279Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2025-03-04T20:07:03.8022631Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8025712Z adding 'torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h' 2025-03-04T20:07:03.8028744Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2025-03-04T20:07:03.8031800Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2025-03-04T20:07:03.8035036Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2025-03-04T20:07:03.8038309Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2025-03-04T20:07:03.8041511Z adding 'torch/include/ATen/ops/_assert_async.h' 2025-03-04T20:07:03.8044631Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2025-03-04T20:07:03.8047799Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2025-03-04T20:07:03.8050787Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2025-03-04T20:07:03.8053844Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2025-03-04T20:07:03.8056853Z adding 'torch/include/ATen/ops/_assert_scalar.h' 2025-03-04T20:07:03.8060035Z adding 'torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8062898Z adding 'torch/include/ATen/ops/_assert_scalar_native.h' 2025-03-04T20:07:03.8066303Z adding 'torch/include/ATen/ops/_assert_scalar_ops.h' 2025-03-04T20:07:03.8069467Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2025-03-04T20:07:03.8072818Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8076021Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_meta_dispatch.h' 2025-03-04T20:07:03.8079061Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2025-03-04T20:07:03.8082291Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2025-03-04T20:07:03.8085260Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2025-03-04T20:07:03.8088732Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:03.8091374Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2025-03-04T20:07:03.8094524Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2025-03-04T20:07:03.8098190Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2025-03-04T20:07:03.8101167Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:03.8104051Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2025-03-04T20:07:03.8107241Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2025-03-04T20:07:03.8110101Z adding 'torch/include/ATen/ops/_backward.h' 2025-03-04T20:07:03.8113381Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:03.8116270Z adding 'torch/include/ATen/ops/_backward_native.h' 2025-03-04T20:07:03.8119362Z adding 'torch/include/ATen/ops/_backward_ops.h' 2025-03-04T20:07:03.8122536Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2025-03-04T20:07:03.8125977Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2025-03-04T20:07:03.8129099Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:03.8132120Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2025-03-04T20:07:03.8135278Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2025-03-04T20:07:03.8138526Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:03.8141464Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2025-03-04T20:07:03.8144687Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2025-03-04T20:07:03.8147923Z adding 'torch/include/ATen/ops/_batch_norm_no_update.h' 2025-03-04T20:07:03.8151294Z adding 'torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8154401Z adding 'torch/include/ATen/ops/_batch_norm_no_update_native.h' 2025-03-04T20:07:03.8157731Z adding 'torch/include/ATen/ops/_batch_norm_no_update_ops.h' 2025-03-04T20:07:03.8161125Z adding 'torch/include/ATen/ops/_batch_norm_with_update.h' 2025-03-04T20:07:03.8164512Z adding 'torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8167565Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h' 2025-03-04T20:07:03.8171106Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h' 2025-03-04T20:07:03.8173900Z adding 'torch/include/ATen/ops/_batch_norm_with_update_native.h' 2025-03-04T20:07:03.8177454Z adding 'torch/include/ATen/ops/_batch_norm_with_update_ops.h' 2025-03-04T20:07:03.8180479Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2025-03-04T20:07:03.8183639Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:03.8186507Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2025-03-04T20:07:03.8189542Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2025-03-04T20:07:03.8192553Z adding 'torch/include/ATen/ops/_cast_Char.h' 2025-03-04T20:07:03.8195861Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:03.8198622Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2025-03-04T20:07:03.8201733Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2025-03-04T20:07:03.8204758Z adding 'torch/include/ATen/ops/_cast_Double.h' 2025-03-04T20:07:03.8207908Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:03.8210713Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2025-03-04T20:07:03.8213888Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2025-03-04T20:07:03.8216849Z adding 'torch/include/ATen/ops/_cast_Float.h' 2025-03-04T20:07:03.8220050Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:03.8223079Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2025-03-04T20:07:03.8226138Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2025-03-04T20:07:03.8229339Z adding 'torch/include/ATen/ops/_cast_Half.h' 2025-03-04T20:07:03.8232605Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:03.8235672Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2025-03-04T20:07:03.8238788Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2025-03-04T20:07:03.8241941Z adding 'torch/include/ATen/ops/_cast_Int.h' 2025-03-04T20:07:03.8246085Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:03.8248207Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2025-03-04T20:07:03.8251696Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2025-03-04T20:07:03.8254512Z adding 'torch/include/ATen/ops/_cast_Long.h' 2025-03-04T20:07:03.8257794Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:03.8260646Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2025-03-04T20:07:03.8263869Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2025-03-04T20:07:03.8266843Z adding 'torch/include/ATen/ops/_cast_Short.h' 2025-03-04T20:07:03.8270382Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:03.8274183Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2025-03-04T20:07:03.8276530Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2025-03-04T20:07:03.8280011Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2025-03-04T20:07:03.8282976Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8286146Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2025-03-04T20:07:03.8289158Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2025-03-04T20:07:03.8292284Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2025-03-04T20:07:03.8295489Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2025-03-04T20:07:03.8298867Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2025-03-04T20:07:03.8302874Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8305280Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2025-03-04T20:07:03.8308549Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2025-03-04T20:07:03.8311397Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2025-03-04T20:07:03.8314826Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2025-03-04T20:07:03.8318089Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2025-03-04T20:07:03.8321463Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8325295Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2025-03-04T20:07:03.8327647Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2025-03-04T20:07:03.8331180Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2025-03-04T20:07:03.8333946Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2025-03-04T20:07:03.8337201Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2025-03-04T20:07:03.8340439Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:03.8343463Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2025-03-04T20:07:03.8346532Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2025-03-04T20:07:03.8349809Z adding 'torch/include/ATen/ops/_chunk_cat.h' 2025-03-04T20:07:03.8353968Z adding 'torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8356327Z adding 'torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h' 2025-03-04T20:07:03.8359723Z adding 'torch/include/ATen/ops/_chunk_cat_native.h' 2025-03-04T20:07:03.8362583Z adding 'torch/include/ATen/ops/_chunk_cat_ops.h' 2025-03-04T20:07:03.8365804Z adding 'torch/include/ATen/ops/_coalesce.h' 2025-03-04T20:07:03.8369056Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8372076Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2025-03-04T20:07:03.8376714Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2025-03-04T20:07:03.8378536Z adding 'torch/include/ATen/ops/_coalesced.h' 2025-03-04T20:07:03.8382618Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8384796Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2025-03-04T20:07:03.8388240Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2025-03-04T20:07:03.8391390Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2025-03-04T20:07:03.8394892Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2025-03-04T20:07:03.8398106Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2025-03-04T20:07:03.8401369Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2025-03-04T20:07:03.8405287Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2025-03-04T20:07:03.8407635Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2025-03-04T20:07:03.8424865Z adding 'torch/include/ATen/ops/_conj.h' 2025-03-04T20:07:03.8425358Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8425919Z adding 'torch/include/ATen/ops/_conj_copy.h' 2025-03-04T20:07:03.8426411Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8427121Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:03.8427709Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2025-03-04T20:07:03.8431178Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2025-03-04T20:07:03.8434267Z adding 'torch/include/ATen/ops/_conj_native.h' 2025-03-04T20:07:03.8437545Z adding 'torch/include/ATen/ops/_conj_ops.h' 2025-03-04T20:07:03.8440589Z adding 'torch/include/ATen/ops/_conj_physical.h' 2025-03-04T20:07:03.8444012Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8446880Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2025-03-04T20:07:03.8450339Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2025-03-04T20:07:03.8453863Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2025-03-04T20:07:03.8457311Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2025-03-04T20:07:03.8460564Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2025-03-04T20:07:03.8463794Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2025-03-04T20:07:03.8467071Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2025-03-04T20:07:03.8470414Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:03.8473437Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2025-03-04T20:07:03.8476772Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2025-03-04T20:07:03.8479729Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2025-03-04T20:07:03.8482898Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2025-03-04T20:07:03.8485858Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2025-03-04T20:07:03.8489039Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2025-03-04T20:07:03.8492260Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2025-03-04T20:07:03.8495901Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:03.8498886Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2025-03-04T20:07:03.8501977Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2025-03-04T20:07:03.8506979Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2025-03-04T20:07:03.8510189Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2025-03-04T20:07:03.8513761Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2025-03-04T20:07:03.8516672Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2025-03-04T20:07:03.8519698Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack.h' 2025-03-04T20:07:03.8522761Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h' 2025-03-04T20:07:03.8525833Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu.h' 2025-03-04T20:07:03.8528877Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h' 2025-03-04T20:07:03.8531846Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_native.h' 2025-03-04T20:07:03.8534920Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_ops.h' 2025-03-04T20:07:03.8537811Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_native.h' 2025-03-04T20:07:03.8540946Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h' 2025-03-04T20:07:03.8544670Z adding 'torch/include/ATen/ops/_convolution.h' 2025-03-04T20:07:03.8548510Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8551728Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:03.8555082Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2025-03-04T20:07:03.8558468Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:03.8565215Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2025-03-04T20:07:03.8565763Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2025-03-04T20:07:03.8568420Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2025-03-04T20:07:03.8571906Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:03.8574756Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2025-03-04T20:07:03.8578109Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2025-03-04T20:07:03.8582071Z adding 'torch/include/ATen/ops/_convolution_native.h' 2025-03-04T20:07:03.8584865Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2025-03-04T20:07:03.8588199Z adding 'torch/include/ATen/ops/_copy_from.h' 2025-03-04T20:07:03.8591305Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2025-03-04T20:07:03.8594848Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8597694Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2025-03-04T20:07:03.8601048Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2025-03-04T20:07:03.8605156Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8607274Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2025-03-04T20:07:03.8611070Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2025-03-04T20:07:03.8613718Z adding 'torch/include/ATen/ops/_cslt_compress.h' 2025-03-04T20:07:03.8616873Z adding 'torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h' 2025-03-04T20:07:03.8619741Z adding 'torch/include/ATen/ops/_cslt_compress_native.h' 2025-03-04T20:07:03.8622944Z adding 'torch/include/ATen/ops/_cslt_compress_ops.h' 2025-03-04T20:07:03.8626063Z adding 'torch/include/ATen/ops/_cslt_sparse_mm.h' 2025-03-04T20:07:03.8629423Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h' 2025-03-04T20:07:03.8633285Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_native.h' 2025-03-04T20:07:03.8635878Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_ops.h' 2025-03-04T20:07:03.8639155Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search.h' 2025-03-04T20:07:03.8642410Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h' 2025-03-04T20:07:03.8645543Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_native.h' 2025-03-04T20:07:03.8648687Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h' 2025-03-04T20:07:03.8652161Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2025-03-04T20:07:03.8656600Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2025-03-04T20:07:03.8659097Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8662262Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2025-03-04T20:07:03.8665384Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2025-03-04T20:07:03.8669048Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2025-03-04T20:07:03.8673382Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2025-03-04T20:07:03.8676151Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8679358Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2025-03-04T20:07:03.8682412Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2025-03-04T20:07:03.8685673Z adding 'torch/include/ATen/ops/_ctc_loss_meta_dispatch.h' 2025-03-04T20:07:03.8688687Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2025-03-04T20:07:03.8692389Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2025-03-04T20:07:03.8696395Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2025-03-04T20:07:03.8699225Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8702368Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2025-03-04T20:07:03.8705422Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2025-03-04T20:07:03.8708973Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2025-03-04T20:07:03.8713249Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2025-03-04T20:07:03.8715972Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8719236Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2025-03-04T20:07:03.8722063Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2025-03-04T20:07:03.8725524Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2025-03-04T20:07:03.8730357Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2025-03-04T20:07:03.8734049Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2025-03-04T20:07:03.8738086Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8741883Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2025-03-04T20:07:03.8744696Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2025-03-04T20:07:03.8748455Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2025-03-04T20:07:03.8751989Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8755465Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2025-03-04T20:07:03.8759107Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2025-03-04T20:07:03.8762575Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8765777Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2025-03-04T20:07:03.8768784Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2025-03-04T20:07:03.8772162Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2025-03-04T20:07:03.8775873Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2025-03-04T20:07:03.8778800Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2025-03-04T20:07:03.8782059Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2025-03-04T20:07:03.8785315Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:03.8788270Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2025-03-04T20:07:03.8791298Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2025-03-04T20:07:03.8794600Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2025-03-04T20:07:03.8798756Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:03.8800740Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2025-03-04T20:07:03.8804345Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2025-03-04T20:07:03.8806891Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2025-03-04T20:07:03.8810224Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:03.8813041Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2025-03-04T20:07:03.8816281Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2025-03-04T20:07:03.8819265Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2025-03-04T20:07:03.8822588Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:03.8825401Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2025-03-04T20:07:03.8828604Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2025-03-04T20:07:03.8831514Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2025-03-04T20:07:03.8834911Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2025-03-04T20:07:03.8838432Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2025-03-04T20:07:03.8840882Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2025-03-04T20:07:03.8844336Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2025-03-04T20:07:03.8847048Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2025-03-04T20:07:03.8850320Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2025-03-04T20:07:03.8853323Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2025-03-04T20:07:03.8856357Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2025-03-04T20:07:03.8859405Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2025-03-04T20:07:03.8862617Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2025-03-04T20:07:03.8867270Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:03.8869344Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2025-03-04T20:07:03.8872944Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2025-03-04T20:07:03.8875849Z adding 'torch/include/ATen/ops/_dimI.h' 2025-03-04T20:07:03.8878761Z adding 'torch/include/ATen/ops/_dimI_native.h' 2025-03-04T20:07:03.8881823Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2025-03-04T20:07:03.8884889Z adding 'torch/include/ATen/ops/_dimV.h' 2025-03-04T20:07:03.8887847Z adding 'torch/include/ATen/ops/_dimV_native.h' 2025-03-04T20:07:03.8890897Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2025-03-04T20:07:03.8894011Z adding 'torch/include/ATen/ops/_dim_arange.h' 2025-03-04T20:07:03.8897325Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:03.8900179Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2025-03-04T20:07:03.8903252Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2025-03-04T20:07:03.8906316Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2025-03-04T20:07:03.8909592Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8912671Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2025-03-04T20:07:03.8915857Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2025-03-04T20:07:03.8918845Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2025-03-04T20:07:03.8922056Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2025-03-04T20:07:03.8925148Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit.h' 2025-03-04T20:07:03.8928275Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_cpu_dispatch.h' 2025-03-04T20:07:03.8931231Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_native.h' 2025-03-04T20:07:03.8934332Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_ops.h' 2025-03-04T20:07:03.8937538Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight.h' 2025-03-04T20:07:03.8940679Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_cpu_dispatch.h' 2025-03-04T20:07:03.8943767Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_native.h' 2025-03-04T20:07:03.8946937Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_ops.h' 2025-03-04T20:07:03.8950414Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2025-03-04T20:07:03.8954486Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2025-03-04T20:07:03.8957660Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2025-03-04T20:07:03.8961015Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2025-03-04T20:07:03.8964553Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2025-03-04T20:07:03.8968009Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2025-03-04T20:07:03.8971086Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2025-03-04T20:07:03.8974410Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2025-03-04T20:07:03.8977982Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2025-03-04T20:07:03.8981331Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.8984374Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2025-03-04T20:07:03.8987607Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2025-03-04T20:07:03.8990728Z adding 'torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h' 2025-03-04T20:07:03.8993926Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2025-03-04T20:07:03.8997304Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2025-03-04T20:07:03.9000604Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2025-03-04T20:07:03.9003995Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2025-03-04T20:07:03.9007258Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h' 2025-03-04T20:07:03.9010406Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h' 2025-03-04T20:07:03.9013468Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2025-03-04T20:07:03.9016694Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2025-03-04T20:07:03.9019985Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9022999Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2025-03-04T20:07:03.9026113Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2025-03-04T20:07:03.9029698Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2025-03-04T20:07:03.9033392Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9036474Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2025-03-04T20:07:03.9039606Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2025-03-04T20:07:03.9042670Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2025-03-04T20:07:03.9046084Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2025-03-04T20:07:03.9049487Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2025-03-04T20:07:03.9052881Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9055925Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2025-03-04T20:07:03.9059045Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2025-03-04T20:07:03.9062153Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2025-03-04T20:07:03.9065552Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2025-03-04T20:07:03.9068720Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2025-03-04T20:07:03.9072465Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2025-03-04T20:07:03.9075792Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2025-03-04T20:07:03.9079054Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9082049Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2025-03-04T20:07:03.9085116Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2025-03-04T20:07:03.9088124Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2025-03-04T20:07:03.9091394Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2025-03-04T20:07:03.9094689Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2025-03-04T20:07:03.9098093Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:03.9101031Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2025-03-04T20:07:03.9110646Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2025-03-04T20:07:03.9111158Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2025-03-04T20:07:03.9113756Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9116909Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2025-03-04T20:07:03.9120028Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2025-03-04T20:07:03.9123360Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2025-03-04T20:07:03.9127276Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2025-03-04T20:07:03.9130897Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9134009Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2025-03-04T20:07:03.9137107Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2025-03-04T20:07:03.9140447Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2025-03-04T20:07:03.9143497Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2025-03-04T20:07:03.9146768Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9149631Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2025-03-04T20:07:03.9152789Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2025-03-04T20:07:03.9156249Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2025-03-04T20:07:03.9159467Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2025-03-04T20:07:03.9162697Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2025-03-04T20:07:03.9165779Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2025-03-04T20:07:03.9168745Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2025-03-04T20:07:03.9171960Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2025-03-04T20:07:03.9175263Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9178247Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2025-03-04T20:07:03.9181335Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2025-03-04T20:07:03.9184298Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2025-03-04T20:07:03.9187529Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2025-03-04T20:07:03.9190737Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2025-03-04T20:07:03.9194109Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2025-03-04T20:07:03.9197194Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2025-03-04T20:07:03.9200282Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2025-03-04T20:07:03.9203273Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2025-03-04T20:07:03.9206478Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2025-03-04T20:07:03.9209792Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9213136Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2025-03-04T20:07:03.9216295Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2025-03-04T20:07:03.9219305Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2025-03-04T20:07:03.9222588Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2025-03-04T20:07:03.9225906Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2025-03-04T20:07:03.9229401Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9232486Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2025-03-04T20:07:03.9235751Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2025-03-04T20:07:03.9238748Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2025-03-04T20:07:03.9242520Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2025-03-04T20:07:03.9245713Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2025-03-04T20:07:03.9248997Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2025-03-04T20:07:03.9252767Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2025-03-04T20:07:03.9255867Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2025-03-04T20:07:03.9259110Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2025-03-04T20:07:03.9262489Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2025-03-04T20:07:03.9265752Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2025-03-04T20:07:03.9268909Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2025-03-04T20:07:03.9271913Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2025-03-04T20:07:03.9275252Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2025-03-04T20:07:03.9278371Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2025-03-04T20:07:03.9281521Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2025-03-04T20:07:03.9284578Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2025-03-04T20:07:03.9287549Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2025-03-04T20:07:03.9290713Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2025-03-04T20:07:03.9293864Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h' 2025-03-04T20:07:03.9296964Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h' 2025-03-04T20:07:03.9299944Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h' 2025-03-04T20:07:03.9302887Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h' 2025-03-04T20:07:03.9306017Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h' 2025-03-04T20:07:03.9309446Z adding 'torch/include/ATen/ops/_flash_attention_backward.h' 2025-03-04T20:07:03.9312815Z adding 'torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h' 2025-03-04T20:07:03.9315986Z adding 'torch/include/ATen/ops/_flash_attention_backward_native.h' 2025-03-04T20:07:03.9319279Z adding 'torch/include/ATen/ops/_flash_attention_backward_ops.h' 2025-03-04T20:07:03.9322864Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2025-03-04T20:07:03.9326246Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2025-03-04T20:07:03.9329677Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2025-03-04T20:07:03.9332835Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2025-03-04T20:07:03.9336040Z adding 'torch/include/ATen/ops/_foobar.h' 2025-03-04T20:07:03.9339330Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9342417Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2025-03-04T20:07:03.9345434Z adding 'torch/include/ATen/ops/_foobar_native.h' 2025-03-04T20:07:03.9348777Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2025-03-04T20:07:03.9351909Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2025-03-04T20:07:03.9355417Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9358504Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2025-03-04T20:07:03.9361470Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2025-03-04T20:07:03.9364833Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2025-03-04T20:07:03.9367912Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2025-03-04T20:07:03.9371290Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9374340Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2025-03-04T20:07:03.9377433Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2025-03-04T20:07:03.9380693Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2025-03-04T20:07:03.9384135Z adding 'torch/include/ATen/ops/_foreach_add.h' 2025-03-04T20:07:03.9387758Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9390848Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2025-03-04T20:07:03.9394351Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2025-03-04T20:07:03.9398333Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2025-03-04T20:07:03.9401949Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2025-03-04T20:07:03.9405692Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9408906Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2025-03-04T20:07:03.9412153Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2025-03-04T20:07:03.9416006Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2025-03-04T20:07:03.9419689Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2025-03-04T20:07:03.9423727Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9427337Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2025-03-04T20:07:03.9431065Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2025-03-04T20:07:03.9435487Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2025-03-04T20:07:03.9439375Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2025-03-04T20:07:03.9443088Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9446502Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2025-03-04T20:07:03.9449894Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2025-03-04T20:07:03.9453092Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2025-03-04T20:07:03.9456378Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2025-03-04T20:07:03.9459651Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9462895Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2025-03-04T20:07:03.9475994Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2025-03-04T20:07:03.9476286Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2025-03-04T20:07:03.9476432Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2025-03-04T20:07:03.9476839Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9478926Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2025-03-04T20:07:03.9481793Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2025-03-04T20:07:03.9485141Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2025-03-04T20:07:03.9488638Z adding 'torch/include/ATen/ops/_foreach_clamp_max.h' 2025-03-04T20:07:03.9492052Z adding 'torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9495127Z adding 'torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h' 2025-03-04T20:07:03.9498231Z adding 'torch/include/ATen/ops/_foreach_clamp_max_native.h' 2025-03-04T20:07:03.9502037Z adding 'torch/include/ATen/ops/_foreach_clamp_max_ops.h' 2025-03-04T20:07:03.9505476Z adding 'torch/include/ATen/ops/_foreach_clamp_min.h' 2025-03-04T20:07:03.9508924Z adding 'torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9512003Z adding 'torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h' 2025-03-04T20:07:03.9515332Z adding 'torch/include/ATen/ops/_foreach_clamp_min_native.h' 2025-03-04T20:07:03.9518880Z adding 'torch/include/ATen/ops/_foreach_clamp_min_ops.h' 2025-03-04T20:07:03.9522144Z adding 'torch/include/ATen/ops/_foreach_copy.h' 2025-03-04T20:07:03.9525442Z adding 'torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9528399Z adding 'torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h' 2025-03-04T20:07:03.9531614Z adding 'torch/include/ATen/ops/_foreach_copy_native.h' 2025-03-04T20:07:03.9535389Z adding 'torch/include/ATen/ops/_foreach_copy_ops.h' 2025-03-04T20:07:03.9538518Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2025-03-04T20:07:03.9541755Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9544703Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2025-03-04T20:07:03.9547627Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2025-03-04T20:07:03.9550795Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2025-03-04T20:07:03.9554006Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2025-03-04T20:07:03.9557295Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9560254Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2025-03-04T20:07:03.9563189Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2025-03-04T20:07:03.9566343Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2025-03-04T20:07:03.9569759Z adding 'torch/include/ATen/ops/_foreach_div.h' 2025-03-04T20:07:03.9573193Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9576326Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2025-03-04T20:07:03.9579805Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2025-03-04T20:07:03.9583614Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2025-03-04T20:07:03.9586910Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2025-03-04T20:07:03.9590165Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9593102Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2025-03-04T20:07:03.9596138Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2025-03-04T20:07:03.9599316Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2025-03-04T20:07:03.9602427Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2025-03-04T20:07:03.9605700Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9608667Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2025-03-04T20:07:03.9611616Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2025-03-04T20:07:03.9614774Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2025-03-04T20:07:03.9617857Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2025-03-04T20:07:03.9621146Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9624013Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2025-03-04T20:07:03.9627018Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2025-03-04T20:07:03.9630206Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2025-03-04T20:07:03.9633410Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2025-03-04T20:07:03.9636665Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9639668Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2025-03-04T20:07:03.9642607Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2025-03-04T20:07:03.9645739Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2025-03-04T20:07:03.9648810Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2025-03-04T20:07:03.9652071Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9655043Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2025-03-04T20:07:03.9657991Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2025-03-04T20:07:03.9661203Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2025-03-04T20:07:03.9664204Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2025-03-04T20:07:03.9667446Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9670368Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2025-03-04T20:07:03.9673421Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2025-03-04T20:07:03.9676620Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2025-03-04T20:07:03.9679997Z adding 'torch/include/ATen/ops/_foreach_lerp.h' 2025-03-04T20:07:03.9683413Z adding 'torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9686470Z adding 'torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h' 2025-03-04T20:07:03.9689582Z adding 'torch/include/ATen/ops/_foreach_lerp_native.h' 2025-03-04T20:07:03.9693154Z adding 'torch/include/ATen/ops/_foreach_lerp_ops.h' 2025-03-04T20:07:03.9696431Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2025-03-04T20:07:03.9699674Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9702709Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2025-03-04T20:07:03.9705662Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2025-03-04T20:07:03.9708793Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2025-03-04T20:07:03.9711848Z adding 'torch/include/ATen/ops/_foreach_log.h' 2025-03-04T20:07:03.9715065Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2025-03-04T20:07:03.9718351Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9721361Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2025-03-04T20:07:03.9724310Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2025-03-04T20:07:03.9727484Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2025-03-04T20:07:03.9730569Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2025-03-04T20:07:03.9733980Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9736964Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2025-03-04T20:07:03.9740127Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2025-03-04T20:07:03.9743373Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2025-03-04T20:07:03.9746632Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2025-03-04T20:07:03.9750129Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9753078Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2025-03-04T20:07:03.9756264Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2025-03-04T20:07:03.9759451Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2025-03-04T20:07:03.9762872Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9765881Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2025-03-04T20:07:03.9768927Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2025-03-04T20:07:03.9772125Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2025-03-04T20:07:03.9775385Z adding 'torch/include/ATen/ops/_foreach_max.h' 2025-03-04T20:07:03.9778720Z adding 'torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9781702Z adding 'torch/include/ATen/ops/_foreach_max_cuda_dispatch.h' 2025-03-04T20:07:03.9784785Z adding 'torch/include/ATen/ops/_foreach_max_native.h' 2025-03-04T20:07:03.9787904Z adding 'torch/include/ATen/ops/_foreach_max_ops.h' 2025-03-04T20:07:03.9791424Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2025-03-04T20:07:03.9795080Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9798208Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2025-03-04T20:07:03.9801459Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2025-03-04T20:07:03.9805127Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2025-03-04T20:07:03.9808658Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2025-03-04T20:07:03.9812175Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9815946Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2025-03-04T20:07:03.9819254Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2025-03-04T20:07:03.9822865Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2025-03-04T20:07:03.9826542Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2025-03-04T20:07:03.9830137Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9833227Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2025-03-04T20:07:03.9836657Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2025-03-04T20:07:03.9840564Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2025-03-04T20:07:03.9843883Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2025-03-04T20:07:03.9847262Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9850237Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2025-03-04T20:07:03.9853346Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2025-03-04T20:07:03.9856574Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2025-03-04T20:07:03.9859841Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2025-03-04T20:07:03.9863284Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9866292Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2025-03-04T20:07:03.9869404Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2025-03-04T20:07:03.9872620Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2025-03-04T20:07:03.9876200Z adding 'torch/include/ATen/ops/_foreach_pow.h' 2025-03-04T20:07:03.9879665Z adding 'torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9882812Z adding 'torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h' 2025-03-04T20:07:03.9886114Z adding 'torch/include/ATen/ops/_foreach_pow_native.h' 2025-03-04T20:07:03.9889753Z adding 'torch/include/ATen/ops/_foreach_pow_ops.h' 2025-03-04T20:07:03.9893211Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2025-03-04T20:07:03.9896558Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9899625Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2025-03-04T20:07:03.9902681Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2025-03-04T20:07:03.9905906Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2025-03-04T20:07:03.9909142Z adding 'torch/include/ATen/ops/_foreach_round.h' 2025-03-04T20:07:03.9912412Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9915717Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2025-03-04T20:07:03.9918641Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2025-03-04T20:07:03.9921990Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2025-03-04T20:07:03.9925251Z adding 'torch/include/ATen/ops/_foreach_rsqrt.h' 2025-03-04T20:07:03.9928950Z adding 'torch/include/ATen/ops/_foreach_rsqrt_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9932456Z adding 'torch/include/ATen/ops/_foreach_rsqrt_cuda_dispatch.h' 2025-03-04T20:07:03.9935937Z adding 'torch/include/ATen/ops/_foreach_rsqrt_native.h' 2025-03-04T20:07:03.9939484Z adding 'torch/include/ATen/ops/_foreach_rsqrt_ops.h' 2025-03-04T20:07:03.9942624Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2025-03-04T20:07:03.9946127Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9949100Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2025-03-04T20:07:03.9952311Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2025-03-04T20:07:03.9955801Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2025-03-04T20:07:03.9958934Z adding 'torch/include/ATen/ops/_foreach_sign.h' 2025-03-04T20:07:03.9962614Z adding 'torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9965681Z adding 'torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h' 2025-03-04T20:07:03.9968663Z adding 'torch/include/ATen/ops/_foreach_sign_native.h' 2025-03-04T20:07:03.9971811Z adding 'torch/include/ATen/ops/_foreach_sign_ops.h' 2025-03-04T20:07:03.9975095Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2025-03-04T20:07:03.9978419Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9981428Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2025-03-04T20:07:03.9984392Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2025-03-04T20:07:03.9987612Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2025-03-04T20:07:03.9990931Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2025-03-04T20:07:03.9994315Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:03.9997318Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2025-03-04T20:07:04.0000938Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2025-03-04T20:07:04.0004163Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2025-03-04T20:07:04.0007249Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2025-03-04T20:07:04.0010478Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0013446Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2025-03-04T20:07:04.0016405Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2025-03-04T20:07:04.0019711Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2025-03-04T20:07:04.0023094Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2025-03-04T20:07:04.0026489Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0029577Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2025-03-04T20:07:04.0032670Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2025-03-04T20:07:04.0036419Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2025-03-04T20:07:04.0039717Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2025-03-04T20:07:04.0042983Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0045988Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2025-03-04T20:07:04.0048944Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2025-03-04T20:07:04.0052100Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2025-03-04T20:07:04.0055177Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2025-03-04T20:07:04.0058419Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0061445Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2025-03-04T20:07:04.0064323Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2025-03-04T20:07:04.0067440Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2025-03-04T20:07:04.0070513Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2025-03-04T20:07:04.0073841Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0077110Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2025-03-04T20:07:04.0080103Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2025-03-04T20:07:04.0083493Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2025-03-04T20:07:04.0086662Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2025-03-04T20:07:04.0090067Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0093936Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2025-03-04T20:07:04.0096239Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2025-03-04T20:07:04.0099563Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2025-03-04T20:07:04.0103463Z adding 'torch/include/ATen/ops/_functional_assert_async.h' 2025-03-04T20:07:04.0106689Z adding 'torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h' 2025-03-04T20:07:04.0110526Z adding 'torch/include/ATen/ops/_functional_assert_async_native.h' 2025-03-04T20:07:04.0113105Z adding 'torch/include/ATen/ops/_functional_assert_async_ops.h' 2025-03-04T20:07:04.0116448Z adding 'torch/include/ATen/ops/_functional_assert_scalar.h' 2025-03-04T20:07:04.0119604Z adding 'torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0122612Z adding 'torch/include/ATen/ops/_functional_assert_scalar_native.h' 2025-03-04T20:07:04.0125740Z adding 'torch/include/ATen/ops/_functional_assert_scalar_ops.h' 2025-03-04T20:07:04.0128994Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range.h' 2025-03-04T20:07:04.0132204Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0135431Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h' 2025-03-04T20:07:04.0139299Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0141742Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h' 2025-03-04T20:07:04.0145046Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h' 2025-03-04T20:07:04.0148055Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_native.h' 2025-03-04T20:07:04.0151385Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_ops.h' 2025-03-04T20:07:04.0154790Z adding 'torch/include/ATen/ops/_fused_adagrad.h' 2025-03-04T20:07:04.0158457Z adding 'torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0161897Z adding 'torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h' 2025-03-04T20:07:04.0164707Z adding 'torch/include/ATen/ops/_fused_adagrad_native.h' 2025-03-04T20:07:04.0168345Z adding 'torch/include/ATen/ops/_fused_adagrad_ops.h' 2025-03-04T20:07:04.0172962Z adding 'torch/include/ATen/ops/_fused_adam.h' 2025-03-04T20:07:04.0175867Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0179143Z adding 'torch/include/ATen/ops/_fused_adam_cpu_dispatch.h' 2025-03-04T20:07:04.0182288Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2025-03-04T20:07:04.0185679Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2025-03-04T20:07:04.0190148Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2025-03-04T20:07:04.0193810Z adding 'torch/include/ATen/ops/_fused_adamw.h' 2025-03-04T20:07:04.0197585Z adding 'torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0201655Z adding 'torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h' 2025-03-04T20:07:04.0204239Z adding 'torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h' 2025-03-04T20:07:04.0207506Z adding 'torch/include/ATen/ops/_fused_adamw_native.h' 2025-03-04T20:07:04.0211362Z adding 'torch/include/ATen/ops/_fused_adamw_ops.h' 2025-03-04T20:07:04.0214991Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2025-03-04T20:07:04.0218877Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0221439Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2025-03-04T20:07:04.0224602Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2025-03-04T20:07:04.0227781Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2025-03-04T20:07:04.0231513Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2025-03-04T20:07:04.0235073Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0238263Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2025-03-04T20:07:04.0241541Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2025-03-04T20:07:04.0244786Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2025-03-04T20:07:04.0248430Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2025-03-04T20:07:04.0251654Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2025-03-04T20:07:04.0254972Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2025-03-04T20:07:04.0258163Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2025-03-04T20:07:04.0261287Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2025-03-04T20:07:04.0264487Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2025-03-04T20:07:04.0267693Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2025-03-04T20:07:04.0271322Z adding 'torch/include/ATen/ops/_fused_sgd.h' 2025-03-04T20:07:04.0275155Z adding 'torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0278609Z adding 'torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h' 2025-03-04T20:07:04.0282717Z adding 'torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h' 2025-03-04T20:07:04.0286030Z adding 'torch/include/ATen/ops/_fused_sgd_native.h' 2025-03-04T20:07:04.0292510Z adding 'torch/include/ATen/ops/_fused_sgd_ops.h' 2025-03-04T20:07:04.0295672Z adding 'torch/include/ATen/ops/_fw_primal.h' 2025-03-04T20:07:04.0299337Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0302498Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2025-03-04T20:07:04.0305918Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0309798Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.0312016Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2025-03-04T20:07:04.0315421Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2025-03-04T20:07:04.0318390Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2025-03-04T20:07:04.0321639Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2025-03-04T20:07:04.0324740Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2025-03-04T20:07:04.0328061Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.0330936Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2025-03-04T20:07:04.0334265Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2025-03-04T20:07:04.0339086Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2025-03-04T20:07:04.0342364Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2025-03-04T20:07:04.0345870Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.0349429Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2025-03-04T20:07:04.0352195Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2025-03-04T20:07:04.0355687Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0358539Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2025-03-04T20:07:04.0362011Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2025-03-04T20:07:04.0365053Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2025-03-04T20:07:04.0368509Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.0372118Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2025-03-04T20:07:04.0374533Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2025-03-04T20:07:04.0377566Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2025-03-04T20:07:04.0380846Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0383953Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2025-03-04T20:07:04.0386957Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2025-03-04T20:07:04.0390140Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2025-03-04T20:07:04.0393616Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0396842Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2025-03-04T20:07:04.0399786Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2025-03-04T20:07:04.0403006Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2025-03-04T20:07:04.0406679Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2025-03-04T20:07:04.0410219Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0413181Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2025-03-04T20:07:04.0416330Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2025-03-04T20:07:04.0419548Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2025-03-04T20:07:04.0422940Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2025-03-04T20:07:04.0461129Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0461398Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2025-03-04T20:07:04.0461622Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2025-03-04T20:07:04.0461831Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2025-03-04T20:07:04.0461962Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2025-03-04T20:07:04.0462242Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0462422Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2025-03-04T20:07:04.0462607Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2025-03-04T20:07:04.0462801Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2025-03-04T20:07:04.0462952Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2025-03-04T20:07:04.0463108Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2025-03-04T20:07:04.0465407Z adding 'torch/include/ATen/ops/_indices.h' 2025-03-04T20:07:04.0468700Z adding 'torch/include/ATen/ops/_indices_copy.h' 2025-03-04T20:07:04.0473117Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0475467Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.0478906Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2025-03-04T20:07:04.0481526Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2025-03-04T20:07:04.0484834Z adding 'torch/include/ATen/ops/_indices_native.h' 2025-03-04T20:07:04.0487900Z adding 'torch/include/ATen/ops/_indices_ops.h' 2025-03-04T20:07:04.0490916Z adding 'torch/include/ATen/ops/_int_mm.h' 2025-03-04T20:07:04.0494029Z adding 'torch/include/ATen/ops/_int_mm_cpu_dispatch.h' 2025-03-04T20:07:04.0497318Z adding 'torch/include/ATen/ops/_int_mm_cuda_dispatch.h' 2025-03-04T20:07:04.0500272Z adding 'torch/include/ATen/ops/_int_mm_native.h' 2025-03-04T20:07:04.0503383Z adding 'torch/include/ATen/ops/_int_mm_ops.h' 2025-03-04T20:07:04.0506391Z adding 'torch/include/ATen/ops/_is_all_true.h' 2025-03-04T20:07:04.0509572Z adding 'torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0512606Z adding 'torch/include/ATen/ops/_is_all_true_native.h' 2025-03-04T20:07:04.0515837Z adding 'torch/include/ATen/ops/_is_all_true_ops.h' 2025-03-04T20:07:04.0518834Z adding 'torch/include/ATen/ops/_is_any_true.h' 2025-03-04T20:07:04.0521964Z adding 'torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0524757Z adding 'torch/include/ATen/ops/_is_any_true_native.h' 2025-03-04T20:07:04.0527811Z adding 'torch/include/ATen/ops/_is_any_true_ops.h' 2025-03-04T20:07:04.0530761Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2025-03-04T20:07:04.0533898Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.0536737Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2025-03-04T20:07:04.0539756Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2025-03-04T20:07:04.0543286Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward.h' 2025-03-04T20:07:04.0546469Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h' 2025-03-04T20:07:04.0549604Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h' 2025-03-04T20:07:04.0552530Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h' 2025-03-04T20:07:04.0555845Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h' 2025-03-04T20:07:04.0558758Z adding 'torch/include/ATen/ops/_lazy_clone.h' 2025-03-04T20:07:04.0561927Z adding 'torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0564712Z adding 'torch/include/ATen/ops/_lazy_clone_native.h' 2025-03-04T20:07:04.0567741Z adding 'torch/include/ATen/ops/_lazy_clone_ops.h' 2025-03-04T20:07:04.0570784Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2025-03-04T20:07:04.0573994Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0576881Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2025-03-04T20:07:04.0580217Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2025-03-04T20:07:04.0583237Z adding 'torch/include/ATen/ops/_linalg_det.h' 2025-03-04T20:07:04.0586516Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.0589413Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2025-03-04T20:07:04.0592544Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2025-03-04T20:07:04.0595635Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2025-03-04T20:07:04.0599155Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2025-03-04T20:07:04.0601786Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2025-03-04T20:07:04.0604947Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2025-03-04T20:07:04.0608080Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2025-03-04T20:07:04.0611400Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.0614298Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2025-03-04T20:07:04.0617436Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2025-03-04T20:07:04.0620411Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2025-03-04T20:07:04.0623531Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2025-03-04T20:07:04.0626585Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2025-03-04T20:07:04.0629707Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2025-03-04T20:07:04.0632647Z adding 'torch/include/ATen/ops/_linalg_eigvals.h' 2025-03-04T20:07:04.0635839Z adding 'torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h' 2025-03-04T20:07:04.0638855Z adding 'torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h' 2025-03-04T20:07:04.0641829Z adding 'torch/include/ATen/ops/_linalg_eigvals_native.h' 2025-03-04T20:07:04.0644902Z adding 'torch/include/ATen/ops/_linalg_eigvals_ops.h' 2025-03-04T20:07:04.0648009Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2025-03-04T20:07:04.0651344Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.0654222Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2025-03-04T20:07:04.0657311Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2025-03-04T20:07:04.0660240Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2025-03-04T20:07:04.0663366Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2025-03-04T20:07:04.0666386Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2025-03-04T20:07:04.0669595Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2025-03-04T20:07:04.0672774Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2025-03-04T20:07:04.0676258Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.0679194Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2025-03-04T20:07:04.0682321Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2025-03-04T20:07:04.0685275Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2025-03-04T20:07:04.0688964Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2025-03-04T20:07:04.0692014Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2025-03-04T20:07:04.0695244Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2025-03-04T20:07:04.0698491Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2025-03-04T20:07:04.0702044Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.0705070Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2025-03-04T20:07:04.0708170Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2025-03-04T20:07:04.0711160Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2025-03-04T20:07:04.0714443Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2025-03-04T20:07:04.0717437Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2025-03-04T20:07:04.0720636Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2025-03-04T20:07:04.0723700Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2025-03-04T20:07:04.0726768Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2025-03-04T20:07:04.0729792Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2025-03-04T20:07:04.0732699Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2025-03-04T20:07:04.0736083Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2025-03-04T20:07:04.0739176Z adding 'torch/include/ATen/ops/_log_softmax.h' 2025-03-04T20:07:04.0742355Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2025-03-04T20:07:04.0746384Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.0749390Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2025-03-04T20:07:04.0752513Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2025-03-04T20:07:04.0755661Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2025-03-04T20:07:04.0758816Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2025-03-04T20:07:04.0761830Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2025-03-04T20:07:04.0765151Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2025-03-04T20:07:04.0768307Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.0771196Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2025-03-04T20:07:04.0774284Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2025-03-04T20:07:04.0777259Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2025-03-04T20:07:04.0780353Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2025-03-04T20:07:04.0783302Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2025-03-04T20:07:04.0786485Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2025-03-04T20:07:04.0789558Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2025-03-04T20:07:04.0792665Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2025-03-04T20:07:04.0795846Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2025-03-04T20:07:04.0798830Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2025-03-04T20:07:04.0802187Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2025-03-04T20:07:04.0806428Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2025-03-04T20:07:04.0808980Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0812125Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2025-03-04T20:07:04.0815379Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2025-03-04T20:07:04.0818652Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2025-03-04T20:07:04.0821844Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.0824884Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2025-03-04T20:07:04.0828480Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2025-03-04T20:07:04.0831271Z adding 'torch/include/ATen/ops/_make_dep_token.h' 2025-03-04T20:07:04.0834998Z adding 'torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h' 2025-03-04T20:07:04.0837718Z adding 'torch/include/ATen/ops/_make_dep_token_native.h' 2025-03-04T20:07:04.0841064Z adding 'torch/include/ATen/ops/_make_dep_token_ops.h' 2025-03-04T20:07:04.0844071Z adding 'torch/include/ATen/ops/_make_dual.h' 2025-03-04T20:07:04.0847403Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0850349Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2025-03-04T20:07:04.0853917Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0857015Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.0860053Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2025-03-04T20:07:04.0863356Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2025-03-04T20:07:04.0866372Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2025-03-04T20:07:04.0869782Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2025-03-04T20:07:04.0878114Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2025-03-04T20:07:04.0878866Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0882812Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2025-03-04T20:07:04.0885926Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2025-03-04T20:07:04.0889367Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2025-03-04T20:07:04.0892492Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2025-03-04T20:07:04.0895909Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2025-03-04T20:07:04.0899877Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0903440Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2025-03-04T20:07:04.0907042Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2025-03-04T20:07:04.0910733Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2025-03-04T20:07:04.0914476Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2025-03-04T20:07:04.0918028Z adding 'torch/include/ATen/ops/_masked_scale.h' 2025-03-04T20:07:04.0927252Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0927843Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2025-03-04T20:07:04.0928612Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2025-03-04T20:07:04.0932916Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2025-03-04T20:07:04.0935315Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2025-03-04T20:07:04.0938884Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2025-03-04T20:07:04.0942140Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0945345Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2025-03-04T20:07:04.0949030Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2025-03-04T20:07:04.0951588Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2025-03-04T20:07:04.0954980Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2025-03-04T20:07:04.0958214Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0961421Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2025-03-04T20:07:04.0964553Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2025-03-04T20:07:04.0968167Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2025-03-04T20:07:04.0971423Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2025-03-04T20:07:04.0974550Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear.h' 2025-03-04T20:07:04.0978038Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h' 2025-03-04T20:07:04.0981078Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_native.h' 2025-03-04T20:07:04.0984317Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_ops.h' 2025-03-04T20:07:04.0987386Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2025-03-04T20:07:04.0990660Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.0993701Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2025-03-04T20:07:04.0996931Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2025-03-04T20:07:04.1000039Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2025-03-04T20:07:04.1003316Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1006329Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2025-03-04T20:07:04.1009561Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2025-03-04T20:07:04.1012835Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2025-03-04T20:07:04.1016381Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2025-03-04T20:07:04.1019838Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1022812Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2025-03-04T20:07:04.1026065Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2025-03-04T20:07:04.1029757Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2025-03-04T20:07:04.1033334Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1036415Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2025-03-04T20:07:04.1039637Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2025-03-04T20:07:04.1043167Z adding 'torch/include/ATen/ops/_native_batch_norm_legit.h' 2025-03-04T20:07:04.1046599Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1049843Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h' 2025-03-04T20:07:04.1052988Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h' 2025-03-04T20:07:04.1056316Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_native.h' 2025-03-04T20:07:04.1059675Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training.h' 2025-03-04T20:07:04.1064167Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1066233Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h' 2025-03-04T20:07:04.1069560Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h' 2025-03-04T20:07:04.1073259Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_ops.h' 2025-03-04T20:07:04.1076895Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2025-03-04T20:07:04.1080491Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1083587Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2025-03-04T20:07:04.1086833Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2025-03-04T20:07:04.1089856Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2025-03-04T20:07:04.1093492Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2025-03-04T20:07:04.1096331Z adding 'torch/include/ATen/ops/_neg_view.h' 2025-03-04T20:07:04.1099593Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1102556Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2025-03-04T20:07:04.1105782Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1108945Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.1111685Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2025-03-04T20:07:04.1114982Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2025-03-04T20:07:04.1117983Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2025-03-04T20:07:04.1121391Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2025-03-04T20:07:04.1124649Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h' 2025-03-04T20:07:04.1127768Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h' 2025-03-04T20:07:04.1130834Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h' 2025-03-04T20:07:04.1133783Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h' 2025-03-04T20:07:04.1136888Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h' 2025-03-04T20:07:04.1139896Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2025-03-04T20:07:04.1143113Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2025-03-04T20:07:04.1146433Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1149352Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2025-03-04T20:07:04.1152627Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2025-03-04T20:07:04.1156050Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1159143Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2025-03-04T20:07:04.1162229Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2025-03-04T20:07:04.1165224Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2025-03-04T20:07:04.1168443Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2025-03-04T20:07:04.1171819Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor.h' 2025-03-04T20:07:04.1174964Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_native.h' 2025-03-04T20:07:04.1178248Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_ops.h' 2025-03-04T20:07:04.1181156Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy.h' 2025-03-04T20:07:04.1184108Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_native.h' 2025-03-04T20:07:04.1187173Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h' 2025-03-04T20:07:04.1190140Z adding 'torch/include/ATen/ops/_nested_get_lengths.h' 2025-03-04T20:07:04.1193141Z adding 'torch/include/ATen/ops/_nested_get_lengths_native.h' 2025-03-04T20:07:04.1196316Z adding 'torch/include/ATen/ops/_nested_get_lengths_ops.h' 2025-03-04T20:07:04.1199412Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen.h' 2025-03-04T20:07:04.1202358Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_native.h' 2025-03-04T20:07:04.1205440Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_ops.h' 2025-03-04T20:07:04.1208443Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen.h' 2025-03-04T20:07:04.1211401Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_native.h' 2025-03-04T20:07:04.1215035Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_ops.h' 2025-03-04T20:07:04.1218107Z adding 'torch/include/ATen/ops/_nested_get_offsets.h' 2025-03-04T20:07:04.1221006Z adding 'torch/include/ATen/ops/_nested_get_offsets_native.h' 2025-03-04T20:07:04.1224098Z adding 'torch/include/ATen/ops/_nested_get_offsets_ops.h' 2025-03-04T20:07:04.1227095Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx.h' 2025-03-04T20:07:04.1230093Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_native.h' 2025-03-04T20:07:04.1233247Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_ops.h' 2025-03-04T20:07:04.1236594Z adding 'torch/include/ATen/ops/_nested_get_values.h' 2025-03-04T20:07:04.1239658Z adding 'torch/include/ATen/ops/_nested_get_values_copy.h' 2025-03-04T20:07:04.1243017Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1246177Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.1249093Z adding 'torch/include/ATen/ops/_nested_get_values_copy_native.h' 2025-03-04T20:07:04.1252273Z adding 'torch/include/ATen/ops/_nested_get_values_copy_ops.h' 2025-03-04T20:07:04.1255398Z adding 'torch/include/ATen/ops/_nested_get_values_native.h' 2025-03-04T20:07:04.1258531Z adding 'torch/include/ATen/ops/_nested_get_values_ops.h' 2025-03-04T20:07:04.1261869Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2025-03-04T20:07:04.1264953Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2025-03-04T20:07:04.1268213Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2025-03-04T20:07:04.1271376Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2025-03-04T20:07:04.1274518Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2025-03-04T20:07:04.1277774Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2025-03-04T20:07:04.1280947Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2025-03-04T20:07:04.1284397Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1287410Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2025-03-04T20:07:04.1290602Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2025-03-04T20:07:04.1293660Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2025-03-04T20:07:04.1296963Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2025-03-04T20:07:04.1300068Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2025-03-04T20:07:04.1303217Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2025-03-04T20:07:04.1306391Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2025-03-04T20:07:04.1309426Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2025-03-04T20:07:04.1312869Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2025-03-04T20:07:04.1316195Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2025-03-04T20:07:04.1319755Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1322707Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2025-03-04T20:07:04.1326125Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2025-03-04T20:07:04.1329259Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2025-03-04T20:07:04.1332674Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1335696Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2025-03-04T20:07:04.1338880Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2025-03-04T20:07:04.1342150Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2025-03-04T20:07:04.1345185Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2025-03-04T20:07:04.1348467Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2025-03-04T20:07:04.1351460Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets.h' 2025-03-04T20:07:04.1354993Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1357975Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h' 2025-03-04T20:07:04.1361330Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h' 2025-03-04T20:07:04.1364500Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2025-03-04T20:07:04.1367808Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1370838Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2025-03-04T20:07:04.1374033Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2025-03-04T20:07:04.1377230Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2025-03-04T20:07:04.1380413Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2025-03-04T20:07:04.1383892Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1387132Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.1390089Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2025-03-04T20:07:04.1393441Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2025-03-04T20:07:04.1396744Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2025-03-04T20:07:04.1399920Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2025-03-04T20:07:04.1402903Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2025-03-04T20:07:04.1406143Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2025-03-04T20:07:04.1409313Z adding 'torch/include/ATen/ops/_nested_view_from_jagged.h' 2025-03-04T20:07:04.1412709Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy.h' 2025-03-04T20:07:04.1416070Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1419444Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.1422389Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h' 2025-03-04T20:07:04.1425901Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h' 2025-03-04T20:07:04.1428976Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_native.h' 2025-03-04T20:07:04.1432312Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_ops.h' 2025-03-04T20:07:04.1435853Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2025-03-04T20:07:04.1439616Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1443056Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2025-03-04T20:07:04.1446641Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2025-03-04T20:07:04.1450044Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2025-03-04T20:07:04.1453720Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.1456675Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2025-03-04T20:07:04.1459858Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2025-03-04T20:07:04.1463528Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2025-03-04T20:07:04.1467216Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1470214Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2025-03-04T20:07:04.1473764Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2025-03-04T20:07:04.1476777Z adding 'torch/include/ATen/ops/_nnz.h' 2025-03-04T20:07:04.1479899Z adding 'torch/include/ATen/ops/_nnz_native.h' 2025-03-04T20:07:04.1483070Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2025-03-04T20:07:04.1486261Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2025-03-04T20:07:04.1490337Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2025-03-04T20:07:04.1493759Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.1496662Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2025-03-04T20:07:04.1499799Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2025-03-04T20:07:04.1503014Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1506016Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2025-03-04T20:07:04.1509400Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2025-03-04T20:07:04.1512557Z adding 'torch/include/ATen/ops/_pad_circular.h' 2025-03-04T20:07:04.1515924Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.1518785Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2025-03-04T20:07:04.1521899Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2025-03-04T20:07:04.1525050Z adding 'torch/include/ATen/ops/_pad_enum.h' 2025-03-04T20:07:04.1528316Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.1531171Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2025-03-04T20:07:04.1534609Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2025-03-04T20:07:04.1538005Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2025-03-04T20:07:04.1541329Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.1544241Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2025-03-04T20:07:04.1547391Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2025-03-04T20:07:04.1550655Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward.h' 2025-03-04T20:07:04.1553949Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h' 2025-03-04T20:07:04.1557087Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h' 2025-03-04T20:07:04.1560088Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h' 2025-03-04T20:07:04.1563216Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h' 2025-03-04T20:07:04.1566274Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2025-03-04T20:07:04.1569518Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1572545Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2025-03-04T20:07:04.1575574Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2025-03-04T20:07:04.1578523Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2025-03-04T20:07:04.1581811Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2025-03-04T20:07:04.1584936Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2025-03-04T20:07:04.1588177Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1591133Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2025-03-04T20:07:04.1594315Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2025-03-04T20:07:04.1597279Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2025-03-04T20:07:04.1600426Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2025-03-04T20:07:04.1603531Z adding 'torch/include/ATen/ops/_pin_memory.h' 2025-03-04T20:07:04.1606816Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1609752Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2025-03-04T20:07:04.1612915Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2025-03-04T20:07:04.1615991Z adding 'torch/include/ATen/ops/_prelu_kernel.h' 2025-03-04T20:07:04.1619154Z adding 'torch/include/ATen/ops/_prelu_kernel_backward.h' 2025-03-04T20:07:04.1622230Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h' 2025-03-04T20:07:04.1625257Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h' 2025-03-04T20:07:04.1628251Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_native.h' 2025-03-04T20:07:04.1631381Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_ops.h' 2025-03-04T20:07:04.1634583Z adding 'torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h' 2025-03-04T20:07:04.1637648Z adding 'torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h' 2025-03-04T20:07:04.1640587Z adding 'torch/include/ATen/ops/_prelu_kernel_native.h' 2025-03-04T20:07:04.1643706Z adding 'torch/include/ATen/ops/_prelu_kernel_ops.h' 2025-03-04T20:07:04.1646710Z adding 'torch/include/ATen/ops/_print.h' 2025-03-04T20:07:04.1649880Z adding 'torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1652693Z adding 'torch/include/ATen/ops/_print_native.h' 2025-03-04T20:07:04.1655851Z adding 'torch/include/ATen/ops/_print_ops.h' 2025-03-04T20:07:04.1658904Z adding 'torch/include/ATen/ops/_propagate_xla_data.h' 2025-03-04T20:07:04.1662151Z adding 'torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.1665002Z adding 'torch/include/ATen/ops/_propagate_xla_data_native.h' 2025-03-04T20:07:04.1668094Z adding 'torch/include/ATen/ops/_propagate_xla_data_ops.h' 2025-03-04T20:07:04.1671670Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2025-03-04T20:07:04.1675088Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.1677995Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2025-03-04T20:07:04.1681118Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2025-03-04T20:07:04.1684272Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2025-03-04T20:07:04.1687680Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2025-03-04T20:07:04.1691079Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1694239Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.1697093Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2025-03-04T20:07:04.1700286Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2025-03-04T20:07:04.1703405Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2025-03-04T20:07:04.1706442Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2025-03-04T20:07:04.1709529Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2025-03-04T20:07:04.1712493Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2025-03-04T20:07:04.1715750Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2025-03-04T20:07:04.1718875Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2025-03-04T20:07:04.1722218Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1724954Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2025-03-04T20:07:04.1728006Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2025-03-04T20:07:04.1731030Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2025-03-04T20:07:04.1734266Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.1737141Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2025-03-04T20:07:04.1740354Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2025-03-04T20:07:04.1743758Z adding 'torch/include/ATen/ops/_resize_output.h' 2025-03-04T20:07:04.1747942Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1750999Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2025-03-04T20:07:04.1754241Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2025-03-04T20:07:04.1757649Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2025-03-04T20:07:04.1760910Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2025-03-04T20:07:04.1764242Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.1767138Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2025-03-04T20:07:04.1770401Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2025-03-04T20:07:04.1773473Z adding 'torch/include/ATen/ops/_safe_softmax.h' 2025-03-04T20:07:04.1776812Z adding 'torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1779694Z adding 'torch/include/ATen/ops/_safe_softmax_native.h' 2025-03-04T20:07:04.1782949Z adding 'torch/include/ATen/ops/_safe_softmax_ops.h' 2025-03-04T20:07:04.1786151Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2025-03-04T20:07:04.1789552Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1792655Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2025-03-04T20:07:04.1795905Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2025-03-04T20:07:04.1799023Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2025-03-04T20:07:04.1802218Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2025-03-04T20:07:04.1805421Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2025-03-04T20:07:04.1808674Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.1811699Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2025-03-04T20:07:04.1814819Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2025-03-04T20:07:04.1818177Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2025-03-04T20:07:04.1821611Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.1824688Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h' 2025-03-04T20:07:04.1827734Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h' 2025-03-04T20:07:04.1830972Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h' 2025-03-04T20:07:04.1834253Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2025-03-04T20:07:04.1837538Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2025-03-04T20:07:04.1840875Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h' 2025-03-04T20:07:04.1844428Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h' 2025-03-04T20:07:04.1847851Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h' 2025-03-04T20:07:04.1851028Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h' 2025-03-04T20:07:04.1854447Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h' 2025-03-04T20:07:04.1857729Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h' 2025-03-04T20:07:04.1860793Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h' 2025-03-04T20:07:04.1864192Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h' 2025-03-04T20:07:04.1867391Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2025-03-04T20:07:04.1870780Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2025-03-04T20:07:04.1874236Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2025-03-04T20:07:04.1877465Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2025-03-04T20:07:04.1880860Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2025-03-04T20:07:04.1884078Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2025-03-04T20:07:04.1887422Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2025-03-04T20:07:04.1890616Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2025-03-04T20:07:04.1894033Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2025-03-04T20:07:04.1897618Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h' 2025-03-04T20:07:04.1901023Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h' 2025-03-04T20:07:04.1904245Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h' 2025-03-04T20:07:04.1907536Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h' 2025-03-04T20:07:04.1910824Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2025-03-04T20:07:04.1914105Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h' 2025-03-04T20:07:04.1918042Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h' 2025-03-04T20:07:04.1921481Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h' 2025-03-04T20:07:04.1924573Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h' 2025-03-04T20:07:04.1927961Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h' 2025-03-04T20:07:04.1931166Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h' 2025-03-04T20:07:04.1934533Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h' 2025-03-04T20:07:04.1938273Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h' 2025-03-04T20:07:04.1941737Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2025-03-04T20:07:04.1945476Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2025-03-04T20:07:04.1949258Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h' 2025-03-04T20:07:04.1953271Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h' 2025-03-04T20:07:04.1957002Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1960532Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h' 2025-03-04T20:07:04.1964192Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h' 2025-03-04T20:07:04.1967607Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1970746Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h' 2025-03-04T20:07:04.1974154Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h' 2025-03-04T20:07:04.1977360Z adding 'torch/include/ATen/ops/_scaled_mm.h' 2025-03-04T20:07:04.1980894Z adding 'torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h' 2025-03-04T20:07:04.1983925Z adding 'torch/include/ATen/ops/_scaled_mm_native.h' 2025-03-04T20:07:04.1987400Z adding 'torch/include/ATen/ops/_scaled_mm_ops.h' 2025-03-04T20:07:04.1990771Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2025-03-04T20:07:04.1994243Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.1997347Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2025-03-04T20:07:04.2000596Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2025-03-04T20:07:04.2003665Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2025-03-04T20:07:04.2006992Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2025-03-04T20:07:04.2010014Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2025-03-04T20:07:04.2013282Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.2016295Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2025-03-04T20:07:04.2019384Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2025-03-04T20:07:04.2023398Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2025-03-04T20:07:04.2027131Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2030364Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2025-03-04T20:07:04.2033741Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2025-03-04T20:07:04.2036968Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2025-03-04T20:07:04.2040507Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2025-03-04T20:07:04.2044113Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2025-03-04T20:07:04.2047779Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2025-03-04T20:07:04.2051056Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2025-03-04T20:07:04.2054116Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2025-03-04T20:07:04.2057365Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2025-03-04T20:07:04.2060464Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2025-03-04T20:07:04.2063707Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.2066596Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2025-03-04T20:07:04.2069813Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2025-03-04T20:07:04.2072879Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2025-03-04T20:07:04.2076252Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.2079173Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2025-03-04T20:07:04.2082336Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2025-03-04T20:07:04.2085412Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2025-03-04T20:07:04.2088779Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.2091665Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2025-03-04T20:07:04.2094809Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2025-03-04T20:07:04.2097903Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2025-03-04T20:07:04.2101109Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.2103967Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2025-03-04T20:07:04.2107060Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2025-03-04T20:07:04.2110111Z adding 'torch/include/ATen/ops/_softmax.h' 2025-03-04T20:07:04.2113534Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2025-03-04T20:07:04.2116831Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.2119789Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2025-03-04T20:07:04.2122928Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2025-03-04T20:07:04.2125930Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2025-03-04T20:07:04.2129067Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2025-03-04T20:07:04.2132114Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2025-03-04T20:07:04.2135390Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2025-03-04T20:07:04.2138715Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.2141665Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2025-03-04T20:07:04.2144754Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2025-03-04T20:07:04.2147720Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2025-03-04T20:07:04.2150884Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2025-03-04T20:07:04.2153966Z adding 'torch/include/ATen/ops/_softmax_native.h' 2025-03-04T20:07:04.2157202Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2025-03-04T20:07:04.2160343Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2025-03-04T20:07:04.2163623Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2166533Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2025-03-04T20:07:04.2169771Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2025-03-04T20:07:04.2172876Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2025-03-04T20:07:04.2175996Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2025-03-04T20:07:04.2179271Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2182433Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.2185221Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2025-03-04T20:07:04.2188387Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2025-03-04T20:07:04.2191433Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2025-03-04T20:07:04.2194716Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2025-03-04T20:07:04.2197906Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2025-03-04T20:07:04.2201238Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.2204146Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2025-03-04T20:07:04.2207363Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2025-03-04T20:07:04.2210518Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2025-03-04T20:07:04.2213867Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.2216811Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2025-03-04T20:07:04.2219997Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2025-03-04T20:07:04.2223486Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2025-03-04T20:07:04.2227606Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.2230640Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2025-03-04T20:07:04.2233940Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2025-03-04T20:07:04.2237213Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h' 2025-03-04T20:07:04.2240567Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2244059Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h' 2025-03-04T20:07:04.2246914Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h' 2025-03-04T20:07:04.2250578Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2025-03-04T20:07:04.2253983Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.2257049Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2025-03-04T20:07:04.2260307Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2025-03-04T20:07:04.2263728Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2025-03-04T20:07:04.2267756Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2025-03-04T20:07:04.2271398Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2274803Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2025-03-04T20:07:04.2278413Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2025-03-04T20:07:04.2281912Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2025-03-04T20:07:04.2285279Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2288293Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2025-03-04T20:07:04.2291459Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2025-03-04T20:07:04.2294732Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2025-03-04T20:07:04.2298156Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2025-03-04T20:07:04.2301612Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.2304590Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2025-03-04T20:07:04.2307893Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2025-03-04T20:07:04.2311041Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2025-03-04T20:07:04.2314560Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2317475Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2025-03-04T20:07:04.2320885Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2025-03-04T20:07:04.2324121Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2025-03-04T20:07:04.2327560Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2330629Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2025-03-04T20:07:04.2333879Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2025-03-04T20:07:04.2337289Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2025-03-04T20:07:04.2340622Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.2343740Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2025-03-04T20:07:04.2347119Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2025-03-04T20:07:04.2350306Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2025-03-04T20:07:04.2353753Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2025-03-04T20:07:04.2357067Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2360137Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2025-03-04T20:07:04.2363397Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2025-03-04T20:07:04.2366805Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2370019Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.2373007Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2025-03-04T20:07:04.2376542Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2025-03-04T20:07:04.2379645Z adding 'torch/include/ATen/ops/_sparse_mask_projection.h' 2025-03-04T20:07:04.2383111Z adding 'torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2386147Z adding 'torch/include/ATen/ops/_sparse_mask_projection_native.h' 2025-03-04T20:07:04.2389509Z adding 'torch/include/ATen/ops/_sparse_mask_projection_ops.h' 2025-03-04T20:07:04.2392711Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2025-03-04T20:07:04.2396132Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.2399130Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2025-03-04T20:07:04.2402280Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2025-03-04T20:07:04.2405552Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl.h' 2025-03-04T20:07:04.2408716Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h' 2025-03-04T20:07:04.2411873Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h' 2025-03-04T20:07:04.2415227Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h' 2025-03-04T20:07:04.2418222Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h' 2025-03-04T20:07:04.2421456Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h' 2025-03-04T20:07:04.2424573Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm.h' 2025-03-04T20:07:04.2427875Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h' 2025-03-04T20:07:04.2430864Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h' 2025-03-04T20:07:04.2434453Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h' 2025-03-04T20:07:04.2437994Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply.h' 2025-03-04T20:07:04.2441647Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h' 2025-03-04T20:07:04.2445134Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h' 2025-03-04T20:07:04.2448459Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h' 2025-03-04T20:07:04.2451576Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h' 2025-03-04T20:07:04.2454745Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h' 2025-03-04T20:07:04.2457810Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_native.h' 2025-03-04T20:07:04.2461040Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h' 2025-03-04T20:07:04.2464308Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear.h' 2025-03-04T20:07:04.2467511Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h' 2025-03-04T20:07:04.2470704Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_native.h' 2025-03-04T20:07:04.2474003Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h' 2025-03-04T20:07:04.2477082Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm.h' 2025-03-04T20:07:04.2480198Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h' 2025-03-04T20:07:04.2483386Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_native.h' 2025-03-04T20:07:04.2486508Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h' 2025-03-04T20:07:04.2489586Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile.h' 2025-03-04T20:07:04.2492774Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h' 2025-03-04T20:07:04.2495755Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_native.h' 2025-03-04T20:07:04.2499078Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h' 2025-03-04T20:07:04.2502247Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2025-03-04T20:07:04.2505484Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2025-03-04T20:07:04.2508776Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2511753Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2025-03-04T20:07:04.2514993Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2025-03-04T20:07:04.2518238Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2521332Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.2524249Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2025-03-04T20:07:04.2527582Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2025-03-04T20:07:04.2530960Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2025-03-04T20:07:04.2534250Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2537143Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2025-03-04T20:07:04.2540321Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2025-03-04T20:07:04.2543481Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2025-03-04T20:07:04.2546650Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2025-03-04T20:07:04.2549946Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2552765Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2025-03-04T20:07:04.2556063Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2025-03-04T20:07:04.2559317Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2562405Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.2565317Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2025-03-04T20:07:04.2568638Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2025-03-04T20:07:04.2571847Z adding 'torch/include/ATen/ops/_spdiags.h' 2025-03-04T20:07:04.2575088Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2578068Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2025-03-04T20:07:04.2580988Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2025-03-04T20:07:04.2584234Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2025-03-04T20:07:04.2587362Z adding 'torch/include/ATen/ops/_spsolve.h' 2025-03-04T20:07:04.2590451Z adding 'torch/include/ATen/ops/_spsolve_native.h' 2025-03-04T20:07:04.2593679Z adding 'torch/include/ATen/ops/_spsolve_ops.h' 2025-03-04T20:07:04.2596783Z adding 'torch/include/ATen/ops/_stack.h' 2025-03-04T20:07:04.2600026Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2602998Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2025-03-04T20:07:04.2606013Z adding 'torch/include/ATen/ops/_stack_native.h' 2025-03-04T20:07:04.2609170Z adding 'torch/include/ATen/ops/_stack_ops.h' 2025-03-04T20:07:04.2612296Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2025-03-04T20:07:04.2615576Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2618666Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2025-03-04T20:07:04.2621723Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2025-03-04T20:07:04.2624778Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2025-03-04T20:07:04.2628053Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2631008Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2025-03-04T20:07:04.2634169Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2025-03-04T20:07:04.2637739Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2025-03-04T20:07:04.2640979Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2025-03-04T20:07:04.2644034Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2025-03-04T20:07:04.2647191Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2025-03-04T20:07:04.2650346Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2025-03-04T20:07:04.2653538Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.2656403Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2025-03-04T20:07:04.2659578Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2025-03-04T20:07:04.2662708Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2025-03-04T20:07:04.2666292Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2669394Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.2672307Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2025-03-04T20:07:04.2675632Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2025-03-04T20:07:04.2678714Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2025-03-04T20:07:04.2681977Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2684958Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2025-03-04T20:07:04.2688228Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2691400Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.2694190Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2025-03-04T20:07:04.2697331Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2025-03-04T20:07:04.2700332Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2025-03-04T20:07:04.2703384Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2025-03-04T20:07:04.2706316Z adding 'torch/include/ATen/ops/_test_check_tensor.h' 2025-03-04T20:07:04.2709511Z adding 'torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.2712347Z adding 'torch/include/ATen/ops/_test_check_tensor_native.h' 2025-03-04T20:07:04.2715601Z adding 'torch/include/ATen/ops/_test_check_tensor_ops.h' 2025-03-04T20:07:04.2718704Z adding 'torch/include/ATen/ops/_test_functorch_fallback.h' 2025-03-04T20:07:04.2721950Z adding 'torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2724905Z adding 'torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h' 2025-03-04T20:07:04.2727862Z adding 'torch/include/ATen/ops/_test_functorch_fallback_native.h' 2025-03-04T20:07:04.2731054Z adding 'torch/include/ATen/ops/_test_functorch_fallback_ops.h' 2025-03-04T20:07:04.2734197Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2025-03-04T20:07:04.2737491Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2740504Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2025-03-04T20:07:04.2743474Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2025-03-04T20:07:04.2746705Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2025-03-04T20:07:04.2749967Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2025-03-04T20:07:04.2753314Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2756474Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2025-03-04T20:07:04.2759586Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2025-03-04T20:07:04.2762808Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2025-03-04T20:07:04.2766109Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2025-03-04T20:07:04.2769410Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2772955Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2025-03-04T20:07:04.2775553Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2025-03-04T20:07:04.2778827Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2025-03-04T20:07:04.2781971Z adding 'torch/include/ATen/ops/_test_parallel_materialize.h' 2025-03-04T20:07:04.2785308Z adding 'torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2788342Z adding 'torch/include/ATen/ops/_test_parallel_materialize_native.h' 2025-03-04T20:07:04.2791506Z adding 'torch/include/ATen/ops/_test_parallel_materialize_ops.h' 2025-03-04T20:07:04.2794833Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2025-03-04T20:07:04.2798104Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.2801091Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2025-03-04T20:07:04.2804217Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2025-03-04T20:07:04.2807463Z adding 'torch/include/ATen/ops/_test_string_default.h' 2025-03-04T20:07:04.2821079Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.2821564Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2025-03-04T20:07:04.2821745Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2025-03-04T20:07:04.2821915Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2025-03-04T20:07:04.2823498Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2826211Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2025-03-04T20:07:04.2829432Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2025-03-04T20:07:04.2832656Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2025-03-04T20:07:04.2836196Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.2839161Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2025-03-04T20:07:04.2842564Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2025-03-04T20:07:04.2845778Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2025-03-04T20:07:04.2849263Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.2852299Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2025-03-04T20:07:04.2855529Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2025-03-04T20:07:04.2858805Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2025-03-04T20:07:04.2862132Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2025-03-04T20:07:04.2865704Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2868787Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2025-03-04T20:07:04.2871971Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2025-03-04T20:07:04.2875478Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2025-03-04T20:07:04.2878786Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2881939Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2025-03-04T20:07:04.2885009Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2025-03-04T20:07:04.2888451Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2025-03-04T20:07:04.2891780Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2025-03-04T20:07:04.2895135Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2025-03-04T20:07:04.2898915Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.2901722Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2025-03-04T20:07:04.2905140Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2908242Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2025-03-04T20:07:04.2911421Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2025-03-04T20:07:04.2914932Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2025-03-04T20:07:04.2918107Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2025-03-04T20:07:04.2921295Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2025-03-04T20:07:04.2924722Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2927752Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2025-03-04T20:07:04.2930979Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2025-03-04T20:07:04.2934501Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2025-03-04T20:07:04.2937782Z adding 'torch/include/ATen/ops/_to_copy.h' 2025-03-04T20:07:04.2941996Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2945502Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2025-03-04T20:07:04.2949331Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2025-03-04T20:07:04.2952824Z adding 'torch/include/ATen/ops/_to_cpu.h' 2025-03-04T20:07:04.2956424Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.2959319Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2025-03-04T20:07:04.2962589Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2025-03-04T20:07:04.2966356Z adding 'torch/include/ATen/ops/_to_dense.h' 2025-03-04T20:07:04.2969841Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2972776Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2025-03-04T20:07:04.2976167Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2025-03-04T20:07:04.2979505Z adding 'torch/include/ATen/ops/_to_sparse.h' 2025-03-04T20:07:04.2982710Z adding 'torch/include/ATen/ops/_to_sparse_bsc.h' 2025-03-04T20:07:04.2986005Z adding 'torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.2989049Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h' 2025-03-04T20:07:04.2992318Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h' 2025-03-04T20:07:04.2995469Z adding 'torch/include/ATen/ops/_to_sparse_bsc_native.h' 2025-03-04T20:07:04.2998664Z adding 'torch/include/ATen/ops/_to_sparse_bsc_ops.h' 2025-03-04T20:07:04.3001726Z adding 'torch/include/ATen/ops/_to_sparse_bsr.h' 2025-03-04T20:07:04.3004941Z adding 'torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.3008096Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h' 2025-03-04T20:07:04.3011134Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h' 2025-03-04T20:07:04.3014065Z adding 'torch/include/ATen/ops/_to_sparse_bsr_native.h' 2025-03-04T20:07:04.3017213Z adding 'torch/include/ATen/ops/_to_sparse_bsr_ops.h' 2025-03-04T20:07:04.3020482Z adding 'torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.3023497Z adding 'torch/include/ATen/ops/_to_sparse_cpu_dispatch.h' 2025-03-04T20:07:04.3026731Z adding 'torch/include/ATen/ops/_to_sparse_csc.h' 2025-03-04T20:07:04.3029785Z adding 'torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.3032737Z adding 'torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h' 2025-03-04T20:07:04.3035892Z adding 'torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h' 2025-03-04T20:07:04.3039010Z adding 'torch/include/ATen/ops/_to_sparse_csc_native.h' 2025-03-04T20:07:04.3042342Z adding 'torch/include/ATen/ops/_to_sparse_csc_ops.h' 2025-03-04T20:07:04.3045358Z adding 'torch/include/ATen/ops/_to_sparse_csr.h' 2025-03-04T20:07:04.3048635Z adding 'torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.3051901Z adding 'torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h' 2025-03-04T20:07:04.3055049Z adding 'torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h' 2025-03-04T20:07:04.3058049Z adding 'torch/include/ATen/ops/_to_sparse_csr_native.h' 2025-03-04T20:07:04.3061189Z adding 'torch/include/ATen/ops/_to_sparse_csr_ops.h' 2025-03-04T20:07:04.3064350Z adding 'torch/include/ATen/ops/_to_sparse_cuda_dispatch.h' 2025-03-04T20:07:04.3067402Z adding 'torch/include/ATen/ops/_to_sparse_native.h' 2025-03-04T20:07:04.3070757Z adding 'torch/include/ATen/ops/_to_sparse_ops.h' 2025-03-04T20:07:04.3074011Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured.h' 2025-03-04T20:07:04.3077242Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h' 2025-03-04T20:07:04.3080201Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_native.h' 2025-03-04T20:07:04.3083821Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_ops.h' 2025-03-04T20:07:04.3086506Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2025-03-04T20:07:04.3089759Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.3092883Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2025-03-04T20:07:04.3095960Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2025-03-04T20:07:04.3098983Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2025-03-04T20:07:04.3102316Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2025-03-04T20:07:04.3105772Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2025-03-04T20:07:04.3109300Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.3112397Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2025-03-04T20:07:04.3115675Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2025-03-04T20:07:04.3118796Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2025-03-04T20:07:04.3122316Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2025-03-04T20:07:04.3125500Z adding 'torch/include/ATen/ops/_trilinear.h' 2025-03-04T20:07:04.3128784Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.3131963Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.3134778Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2025-03-04T20:07:04.3138043Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2025-03-04T20:07:04.3141431Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2025-03-04T20:07:04.3144787Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.3147831Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2025-03-04T20:07:04.3150830Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2025-03-04T20:07:04.3154291Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2025-03-04T20:07:04.3157486Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2025-03-04T20:07:04.3160806Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.3163814Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2025-03-04T20:07:04.3166821Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2025-03-04T20:07:04.3170000Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2025-03-04T20:07:04.3173140Z adding 'torch/include/ATen/ops/_unique.h' 2025-03-04T20:07:04.3176397Z adding 'torch/include/ATen/ops/_unique2.h' 2025-03-04T20:07:04.3179615Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.3182576Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2025-03-04T20:07:04.3185700Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2025-03-04T20:07:04.3188965Z adding 'torch/include/ATen/ops/_unique2_native.h' 2025-03-04T20:07:04.3191988Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2025-03-04T20:07:04.3195590Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.3198554Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2025-03-04T20:07:04.3201632Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2025-03-04T20:07:04.3204611Z adding 'torch/include/ATen/ops/_unique_native.h' 2025-03-04T20:07:04.3207810Z adding 'torch/include/ATen/ops/_unique_ops.h' 2025-03-04T20:07:04.3210920Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2025-03-04T20:07:04.3214646Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.3218434Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2025-03-04T20:07:04.3220651Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2025-03-04T20:07:04.3223641Z adding 'torch/include/ATen/ops/_unsafe_index.h' 2025-03-04T20:07:04.3226868Z adding 'torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.3229675Z adding 'torch/include/ATen/ops/_unsafe_index_native.h' 2025-03-04T20:07:04.3232794Z adding 'torch/include/ATen/ops/_unsafe_index_ops.h' 2025-03-04T20:07:04.3236007Z adding 'torch/include/ATen/ops/_unsafe_index_put.h' 2025-03-04T20:07:04.3239260Z adding 'torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.3242206Z adding 'torch/include/ATen/ops/_unsafe_index_put_native.h' 2025-03-04T20:07:04.3245290Z adding 'torch/include/ATen/ops/_unsafe_index_put_ops.h' 2025-03-04T20:07:04.3248407Z adding 'torch/include/ATen/ops/_unsafe_masked_index.h' 2025-03-04T20:07:04.3251768Z adding 'torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.3254612Z adding 'torch/include/ATen/ops/_unsafe_masked_index_native.h' 2025-03-04T20:07:04.3257725Z adding 'torch/include/ATen/ops/_unsafe_masked_index_ops.h' 2025-03-04T20:07:04.3260879Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h' 2025-03-04T20:07:04.3264186Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.3267124Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h' 2025-03-04T20:07:04.3270237Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h' 2025-03-04T20:07:04.3273530Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2025-03-04T20:07:04.3276980Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.3279931Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2025-03-04T20:07:04.3283061Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2025-03-04T20:07:04.3286749Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2025-03-04T20:07:04.3290569Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2025-03-04T20:07:04.3294265Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.3297646Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2025-03-04T20:07:04.3300931Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2025-03-04T20:07:04.3304004Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2025-03-04T20:07:04.3307337Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2025-03-04T20:07:04.3310478Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2025-03-04T20:07:04.3313969Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2025-03-04T20:07:04.3317264Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.3320302Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.3323424Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2025-03-04T20:07:04.3326652Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2025-03-04T20:07:04.3329774Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2025-03-04T20:07:04.3332975Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2025-03-04T20:07:04.3336054Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2025-03-04T20:07:04.3339352Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2025-03-04T20:07:04.3343053Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2025-03-04T20:07:04.3346838Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2025-03-04T20:07:04.3350860Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.3360297Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2025-03-04T20:07:04.3363626Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2025-03-04T20:07:04.3366764Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2025-03-04T20:07:04.3370069Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2025-03-04T20:07:04.3373179Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2025-03-04T20:07:04.3376541Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2025-03-04T20:07:04.3380009Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.3383100Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.3386220Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2025-03-04T20:07:04.3389429Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2025-03-04T20:07:04.3392525Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2025-03-04T20:07:04.3396055Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2025-03-04T20:07:04.3399255Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2025-03-04T20:07:04.3402657Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2025-03-04T20:07:04.3406259Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2025-03-04T20:07:04.3409975Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2025-03-04T20:07:04.3413563Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.3417189Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2025-03-04T20:07:04.3420567Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2025-03-04T20:07:04.3423641Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2025-03-04T20:07:04.3426925Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2025-03-04T20:07:04.3429994Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2025-03-04T20:07:04.3433381Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2025-03-04T20:07:04.3436805Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.3439878Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.3442994Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2025-03-04T20:07:04.3446259Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2025-03-04T20:07:04.3449209Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2025-03-04T20:07:04.3452387Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2025-03-04T20:07:04.3455572Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2025-03-04T20:07:04.3458860Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2025-03-04T20:07:04.3462539Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2025-03-04T20:07:04.3466315Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2025-03-04T20:07:04.3469864Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.3472926Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2025-03-04T20:07:04.3476320Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2025-03-04T20:07:04.3479436Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2025-03-04T20:07:04.3482765Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2025-03-04T20:07:04.3485812Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2025-03-04T20:07:04.3489109Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2025-03-04T20:07:04.3492510Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.3495594Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.3499122Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2025-03-04T20:07:04.3502374Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2025-03-04T20:07:04.3505649Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2025-03-04T20:07:04.3509027Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2025-03-04T20:07:04.3512640Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2025-03-04T20:07:04.3516674Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2025-03-04T20:07:04.3520984Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2025-03-04T20:07:04.3525524Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2025-03-04T20:07:04.3529760Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.3533334Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2025-03-04T20:07:04.3537120Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2025-03-04T20:07:04.3540743Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2025-03-04T20:07:04.3544289Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2025-03-04T20:07:04.3547444Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2025-03-04T20:07:04.3550971Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2025-03-04T20:07:04.3554620Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.3557763Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.3561076Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2025-03-04T20:07:04.3564362Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2025-03-04T20:07:04.3567776Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2025-03-04T20:07:04.3571066Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2025-03-04T20:07:04.3574304Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2025-03-04T20:07:04.3577861Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2025-03-04T20:07:04.3581005Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2025-03-04T20:07:04.3584173Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2025-03-04T20:07:04.3587217Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2025-03-04T20:07:04.3590469Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2025-03-04T20:07:04.3593699Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2025-03-04T20:07:04.3597005Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.3600020Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2025-03-04T20:07:04.3603111Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2025-03-04T20:07:04.3606220Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2025-03-04T20:07:04.3609368Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2025-03-04T20:07:04.3612502Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2025-03-04T20:07:04.3615452Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2025-03-04T20:07:04.3618638Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2025-03-04T20:07:04.3621738Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2025-03-04T20:07:04.3625029Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.3627995Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2025-03-04T20:07:04.3631211Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2025-03-04T20:07:04.3634401Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2025-03-04T20:07:04.3637678Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.3640584Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2025-03-04T20:07:04.3643746Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2025-03-04T20:07:04.3646903Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2025-03-04T20:07:04.3650220Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.3653140Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2025-03-04T20:07:04.3656313Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2025-03-04T20:07:04.3659388Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2025-03-04T20:07:04.3662653Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.3665610Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2025-03-04T20:07:04.3668780Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2025-03-04T20:07:04.3671879Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2025-03-04T20:07:04.3675290Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.3678174Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2025-03-04T20:07:04.3681337Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2025-03-04T20:07:04.3684536Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2025-03-04T20:07:04.3687885Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.3690793Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2025-03-04T20:07:04.3693979Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2025-03-04T20:07:04.3696870Z adding 'torch/include/ATen/ops/_values.h' 2025-03-04T20:07:04.3700019Z adding 'torch/include/ATen/ops/_values_copy.h' 2025-03-04T20:07:04.3703219Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.3706373Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.3709155Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2025-03-04T20:07:04.3712282Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2025-03-04T20:07:04.3716013Z adding 'torch/include/ATen/ops/_values_native.h' 2025-03-04T20:07:04.3719242Z adding 'torch/include/ATen/ops/_values_ops.h' 2025-03-04T20:07:04.3722270Z adding 'torch/include/ATen/ops/_version.h' 2025-03-04T20:07:04.3725499Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.3728336Z adding 'torch/include/ATen/ops/_version_native.h' 2025-03-04T20:07:04.3731459Z adding 'torch/include/ATen/ops/_version_ops.h' 2025-03-04T20:07:04.3734569Z adding 'torch/include/ATen/ops/_weight_int4pack_mm.h' 2025-03-04T20:07:04.3737744Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h' 2025-03-04T20:07:04.3740755Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu.h' 2025-03-04T20:07:04.3743875Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_cpu_dispatch.h' 2025-03-04T20:07:04.3746962Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_native.h' 2025-03-04T20:07:04.3750119Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_ops.h' 2025-03-04T20:07:04.3753181Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_native.h' 2025-03-04T20:07:04.3756402Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_ops.h' 2025-03-04T20:07:04.3759441Z adding 'torch/include/ATen/ops/_weight_int8pack_mm.h' 2025-03-04T20:07:04.3762601Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h' 2025-03-04T20:07:04.3765555Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_native.h' 2025-03-04T20:07:04.3768666Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_ops.h' 2025-03-04T20:07:04.3771663Z adding 'torch/include/ATen/ops/_weight_norm.h' 2025-03-04T20:07:04.3774909Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.3777941Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2025-03-04T20:07:04.3781259Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.3784158Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2025-03-04T20:07:04.3787545Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2025-03-04T20:07:04.3790641Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2025-03-04T20:07:04.3794022Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2025-03-04T20:07:04.3797811Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.3800918Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2025-03-04T20:07:04.3804058Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2025-03-04T20:07:04.3807107Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2025-03-04T20:07:04.3810399Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2025-03-04T20:07:04.3813687Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.3816651Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2025-03-04T20:07:04.3819751Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2025-03-04T20:07:04.3822789Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2025-03-04T20:07:04.3825987Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2025-03-04T20:07:04.3829019Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2025-03-04T20:07:04.3832174Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2025-03-04T20:07:04.3835356Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack.h' 2025-03-04T20:07:04.3838641Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.3841536Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_native.h' 2025-03-04T20:07:04.3844734Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_ops.h' 2025-03-04T20:07:04.3847938Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked.h' 2025-03-04T20:07:04.3851248Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.3854170Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_native.h' 2025-03-04T20:07:04.3857405Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_ops.h' 2025-03-04T20:07:04.3860427Z adding 'torch/include/ATen/ops/abs.h' 2025-03-04T20:07:04.3863664Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.3866626Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2025-03-04T20:07:04.3869802Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2025-03-04T20:07:04.3872796Z adding 'torch/include/ATen/ops/abs_native.h' 2025-03-04T20:07:04.3876151Z adding 'torch/include/ATen/ops/abs_ops.h' 2025-03-04T20:07:04.3879242Z adding 'torch/include/ATen/ops/absolute.h' 2025-03-04T20:07:04.3882510Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.3885368Z adding 'torch/include/ATen/ops/absolute_native.h' 2025-03-04T20:07:04.3888778Z adding 'torch/include/ATen/ops/absolute_ops.h' 2025-03-04T20:07:04.3891982Z adding 'torch/include/ATen/ops/acos.h' 2025-03-04T20:07:04.3895360Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.3898462Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2025-03-04T20:07:04.3901608Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2025-03-04T20:07:04.3904817Z adding 'torch/include/ATen/ops/acos_meta.h' 2025-03-04T20:07:04.3907944Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2025-03-04T20:07:04.3911115Z adding 'torch/include/ATen/ops/acos_native.h' 2025-03-04T20:07:04.3914505Z adding 'torch/include/ATen/ops/acos_ops.h' 2025-03-04T20:07:04.3917752Z adding 'torch/include/ATen/ops/acosh.h' 2025-03-04T20:07:04.3921248Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.3924236Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2025-03-04T20:07:04.3927530Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2025-03-04T20:07:04.3930557Z adding 'torch/include/ATen/ops/acosh_meta.h' 2025-03-04T20:07:04.3933843Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2025-03-04T20:07:04.3936962Z adding 'torch/include/ATen/ops/acosh_native.h' 2025-03-04T20:07:04.3940230Z adding 'torch/include/ATen/ops/acosh_ops.h' 2025-03-04T20:07:04.3943583Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2025-03-04T20:07:04.3946921Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.3950415Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.3953801Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2025-03-04T20:07:04.3957618Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2025-03-04T20:07:04.3961612Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2025-03-04T20:07:04.3965522Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.3969096Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2025-03-04T20:07:04.3972762Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2025-03-04T20:07:04.3976716Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2025-03-04T20:07:04.3980268Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2025-03-04T20:07:04.3983974Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2025-03-04T20:07:04.3987224Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2025-03-04T20:07:04.3990910Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2025-03-04T20:07:04.3994669Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2025-03-04T20:07:04.3997075Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2025-03-04T20:07:04.4000554Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2025-03-04T20:07:04.4003737Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.4006967Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2025-03-04T20:07:04.4010140Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2025-03-04T20:07:04.4013119Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2025-03-04T20:07:04.4017421Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2025-03-04T20:07:04.4019673Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2025-03-04T20:07:04.4022939Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.4025830Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2025-03-04T20:07:04.4029060Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2025-03-04T20:07:04.4033455Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2025-03-04T20:07:04.4035701Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2025-03-04T20:07:04.4039157Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.4042075Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2025-03-04T20:07:04.4045232Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2025-03-04T20:07:04.4048314Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2025-03-04T20:07:04.4051480Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2025-03-04T20:07:04.4054455Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2025-03-04T20:07:04.4057690Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2025-03-04T20:07:04.4061067Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.4064092Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2025-03-04T20:07:04.4067231Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2025-03-04T20:07:04.4070235Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2025-03-04T20:07:04.4073488Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2025-03-04T20:07:04.4076590Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2025-03-04T20:07:04.4079823Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2025-03-04T20:07:04.4083007Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2025-03-04T20:07:04.4086202Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2025-03-04T20:07:04.4089589Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.4092505Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2025-03-04T20:07:04.4095693Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2025-03-04T20:07:04.4099603Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2025-03-04T20:07:04.4102048Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2025-03-04T20:07:04.4105055Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2025-03-04T20:07:04.4108386Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2025-03-04T20:07:04.4111771Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.4114758Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2025-03-04T20:07:04.4117928Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2025-03-04T20:07:04.4121024Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2025-03-04T20:07:04.4124226Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2025-03-04T20:07:04.4127296Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2025-03-04T20:07:04.4130582Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2025-03-04T20:07:04.4133748Z adding 'torch/include/ATen/ops/add.h' 2025-03-04T20:07:04.4137006Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.4140243Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.4143145Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2025-03-04T20:07:04.4146295Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2025-03-04T20:07:04.4149264Z adding 'torch/include/ATen/ops/add_meta.h' 2025-03-04T20:07:04.4152496Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2025-03-04T20:07:04.4155794Z adding 'torch/include/ATen/ops/add_native.h' 2025-03-04T20:07:04.4159310Z adding 'torch/include/ATen/ops/add_ops.h' 2025-03-04T20:07:04.4162602Z adding 'torch/include/ATen/ops/addbmm.h' 2025-03-04T20:07:04.4165808Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2025-03-04T20:07:04.4168933Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2025-03-04T20:07:04.4172044Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2025-03-04T20:07:04.4175068Z adding 'torch/include/ATen/ops/addbmm_native.h' 2025-03-04T20:07:04.4178355Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2025-03-04T20:07:04.4181496Z adding 'torch/include/ATen/ops/addcdiv.h' 2025-03-04T20:07:04.4184868Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.4187992Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2025-03-04T20:07:04.4191104Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2025-03-04T20:07:04.4194182Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2025-03-04T20:07:04.4197582Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2025-03-04T20:07:04.4200742Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2025-03-04T20:07:04.4204040Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2025-03-04T20:07:04.4207251Z adding 'torch/include/ATen/ops/addcmul.h' 2025-03-04T20:07:04.4210612Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.4213583Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2025-03-04T20:07:04.4216613Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2025-03-04T20:07:04.4219640Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2025-03-04T20:07:04.4222847Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2025-03-04T20:07:04.4225876Z adding 'torch/include/ATen/ops/addcmul_native.h' 2025-03-04T20:07:04.4229172Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2025-03-04T20:07:04.4232335Z adding 'torch/include/ATen/ops/addmm.h' 2025-03-04T20:07:04.4235893Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.4238849Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2025-03-04T20:07:04.4241945Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2025-03-04T20:07:04.4244983Z adding 'torch/include/ATen/ops/addmm_meta.h' 2025-03-04T20:07:04.4248218Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2025-03-04T20:07:04.4251387Z adding 'torch/include/ATen/ops/addmm_native.h' 2025-03-04T20:07:04.4254715Z adding 'torch/include/ATen/ops/addmm_ops.h' 2025-03-04T20:07:04.4257874Z adding 'torch/include/ATen/ops/addmv.h' 2025-03-04T20:07:04.4261295Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.4264255Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2025-03-04T20:07:04.4267336Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2025-03-04T20:07:04.4270387Z adding 'torch/include/ATen/ops/addmv_meta.h' 2025-03-04T20:07:04.4273695Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2025-03-04T20:07:04.4276783Z adding 'torch/include/ATen/ops/addmv_native.h' 2025-03-04T20:07:04.4280076Z adding 'torch/include/ATen/ops/addmv_ops.h' 2025-03-04T20:07:04.4283324Z adding 'torch/include/ATen/ops/addr.h' 2025-03-04T20:07:04.4286637Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.4289679Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2025-03-04T20:07:04.4292705Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2025-03-04T20:07:04.4295830Z adding 'torch/include/ATen/ops/addr_native.h' 2025-03-04T20:07:04.4299128Z adding 'torch/include/ATen/ops/addr_ops.h' 2025-03-04T20:07:04.4302194Z adding 'torch/include/ATen/ops/adjoint.h' 2025-03-04T20:07:04.4305477Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.4308364Z adding 'torch/include/ATen/ops/adjoint_native.h' 2025-03-04T20:07:04.4311372Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2025-03-04T20:07:04.4314873Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2025-03-04T20:07:04.4318201Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2025-03-04T20:07:04.4321500Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.4324450Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2025-03-04T20:07:04.4327576Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2025-03-04T20:07:04.4330865Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.4333871Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2025-03-04T20:07:04.4337094Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2025-03-04T20:07:04.4340063Z adding 'torch/include/ATen/ops/alias.h' 2025-03-04T20:07:04.4343897Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.4347101Z adding 'torch/include/ATen/ops/alias_copy.h' 2025-03-04T20:07:04.4350141Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.4353967Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.4357218Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2025-03-04T20:07:04.4360963Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2025-03-04T20:07:04.4364388Z adding 'torch/include/ATen/ops/alias_native.h' 2025-03-04T20:07:04.4367825Z adding 'torch/include/ATen/ops/alias_ops.h' 2025-03-04T20:07:04.4370825Z adding 'torch/include/ATen/ops/align_as.h' 2025-03-04T20:07:04.4374066Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.4377082Z adding 'torch/include/ATen/ops/align_as_native.h' 2025-03-04T20:07:04.4380260Z adding 'torch/include/ATen/ops/align_as_ops.h' 2025-03-04T20:07:04.4383455Z adding 'torch/include/ATen/ops/align_tensors.h' 2025-03-04T20:07:04.4386722Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.4389731Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2025-03-04T20:07:04.4392838Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2025-03-04T20:07:04.4396118Z adding 'torch/include/ATen/ops/align_to.h' 2025-03-04T20:07:04.4399465Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.4402403Z adding 'torch/include/ATen/ops/align_to_native.h' 2025-03-04T20:07:04.4405740Z adding 'torch/include/ATen/ops/align_to_ops.h' 2025-03-04T20:07:04.4409132Z adding 'torch/include/ATen/ops/all.h' 2025-03-04T20:07:04.4412646Z adding 'torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.4416019Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.4419105Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.4422299Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2025-03-04T20:07:04.4425490Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2025-03-04T20:07:04.4428708Z adding 'torch/include/ATen/ops/all_meta.h' 2025-03-04T20:07:04.4431943Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2025-03-04T20:07:04.4435345Z adding 'torch/include/ATen/ops/all_native.h' 2025-03-04T20:07:04.4438980Z adding 'torch/include/ATen/ops/all_ops.h' 2025-03-04T20:07:04.4442255Z adding 'torch/include/ATen/ops/allclose.h' 2025-03-04T20:07:04.4445803Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.4449145Z adding 'torch/include/ATen/ops/allclose_native.h' 2025-03-04T20:07:04.4453326Z adding 'torch/include/ATen/ops/allclose_ops.h' 2025-03-04T20:07:04.4459971Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2025-03-04T20:07:04.4460361Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.4463275Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2025-03-04T20:07:04.4466647Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2025-03-04T20:07:04.4469781Z adding 'torch/include/ATen/ops/amax.h' 2025-03-04T20:07:04.4473386Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.4477644Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2025-03-04T20:07:04.4479735Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2025-03-04T20:07:04.4483742Z adding 'torch/include/ATen/ops/amax_meta.h' 2025-03-04T20:07:04.4486109Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2025-03-04T20:07:04.4489181Z adding 'torch/include/ATen/ops/amax_native.h' 2025-03-04T20:07:04.4492594Z adding 'torch/include/ATen/ops/amax_ops.h' 2025-03-04T20:07:04.4495661Z adding 'torch/include/ATen/ops/amin.h' 2025-03-04T20:07:04.4498985Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.4501888Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2025-03-04T20:07:04.4504952Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2025-03-04T20:07:04.4507963Z adding 'torch/include/ATen/ops/amin_meta.h' 2025-03-04T20:07:04.4511234Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2025-03-04T20:07:04.4514339Z adding 'torch/include/ATen/ops/amin_native.h' 2025-03-04T20:07:04.4517532Z adding 'torch/include/ATen/ops/amin_ops.h' 2025-03-04T20:07:04.4520709Z adding 'torch/include/ATen/ops/aminmax.h' 2025-03-04T20:07:04.4524073Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.4527020Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2025-03-04T20:07:04.4530180Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2025-03-04T20:07:04.4533265Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2025-03-04T20:07:04.4536419Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2025-03-04T20:07:04.4539414Z adding 'torch/include/ATen/ops/aminmax_native.h' 2025-03-04T20:07:04.4542823Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2025-03-04T20:07:04.4545911Z adding 'torch/include/ATen/ops/and.h' 2025-03-04T20:07:04.4549125Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.4551999Z adding 'torch/include/ATen/ops/and_native.h' 2025-03-04T20:07:04.4555418Z adding 'torch/include/ATen/ops/and_ops.h' 2025-03-04T20:07:04.4558605Z adding 'torch/include/ATen/ops/angle.h' 2025-03-04T20:07:04.4561763Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2025-03-04T20:07:04.4564842Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2025-03-04T20:07:04.4567825Z adding 'torch/include/ATen/ops/angle_native.h' 2025-03-04T20:07:04.4570993Z adding 'torch/include/ATen/ops/angle_ops.h' 2025-03-04T20:07:04.4574354Z adding 'torch/include/ATen/ops/any.h' 2025-03-04T20:07:04.4577612Z adding 'torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.4580808Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.4583879Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.4586963Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2025-03-04T20:07:04.4590106Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2025-03-04T20:07:04.4593238Z adding 'torch/include/ATen/ops/any_meta.h' 2025-03-04T20:07:04.4596413Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2025-03-04T20:07:04.4599796Z adding 'torch/include/ATen/ops/any_native.h' 2025-03-04T20:07:04.4603795Z adding 'torch/include/ATen/ops/any_ops.h' 2025-03-04T20:07:04.4607476Z adding 'torch/include/ATen/ops/arange.h' 2025-03-04T20:07:04.4610962Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.4614013Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2025-03-04T20:07:04.4617136Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2025-03-04T20:07:04.4620286Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2025-03-04T20:07:04.4623449Z adding 'torch/include/ATen/ops/arange_native.h' 2025-03-04T20:07:04.4626995Z adding 'torch/include/ATen/ops/arange_ops.h' 2025-03-04T20:07:04.4630227Z adding 'torch/include/ATen/ops/arccos.h' 2025-03-04T20:07:04.4633805Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.4637297Z adding 'torch/include/ATen/ops/arccos_native.h' 2025-03-04T20:07:04.4640530Z adding 'torch/include/ATen/ops/arccos_ops.h' 2025-03-04T20:07:04.4643639Z adding 'torch/include/ATen/ops/arccosh.h' 2025-03-04T20:07:04.4646972Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.4649845Z adding 'torch/include/ATen/ops/arccosh_native.h' 2025-03-04T20:07:04.4653064Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2025-03-04T20:07:04.4656205Z adding 'torch/include/ATen/ops/arcsin.h' 2025-03-04T20:07:04.4659490Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.4662356Z adding 'torch/include/ATen/ops/arcsin_native.h' 2025-03-04T20:07:04.4665546Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2025-03-04T20:07:04.4668648Z adding 'torch/include/ATen/ops/arcsinh.h' 2025-03-04T20:07:04.4671885Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.4674830Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2025-03-04T20:07:04.4678061Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2025-03-04T20:07:04.4681220Z adding 'torch/include/ATen/ops/arctan.h' 2025-03-04T20:07:04.4684338Z adding 'torch/include/ATen/ops/arctan2.h' 2025-03-04T20:07:04.4687597Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.4690499Z adding 'torch/include/ATen/ops/arctan2_native.h' 2025-03-04T20:07:04.4693738Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2025-03-04T20:07:04.4697025Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.4699869Z adding 'torch/include/ATen/ops/arctan_native.h' 2025-03-04T20:07:04.4703075Z adding 'torch/include/ATen/ops/arctan_ops.h' 2025-03-04T20:07:04.4706225Z adding 'torch/include/ATen/ops/arctanh.h' 2025-03-04T20:07:04.4709487Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.4712396Z adding 'torch/include/ATen/ops/arctanh_native.h' 2025-03-04T20:07:04.4715741Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2025-03-04T20:07:04.4718919Z adding 'torch/include/ATen/ops/argmax.h' 2025-03-04T20:07:04.4722303Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.4725282Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2025-03-04T20:07:04.4728383Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2025-03-04T20:07:04.4731487Z adding 'torch/include/ATen/ops/argmax_meta.h' 2025-03-04T20:07:04.4734600Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2025-03-04T20:07:04.4737632Z adding 'torch/include/ATen/ops/argmax_native.h' 2025-03-04T20:07:04.4740819Z adding 'torch/include/ATen/ops/argmax_ops.h' 2025-03-04T20:07:04.4743965Z adding 'torch/include/ATen/ops/argmin.h' 2025-03-04T20:07:04.4747635Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.4750309Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2025-03-04T20:07:04.4753472Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2025-03-04T20:07:04.4756491Z adding 'torch/include/ATen/ops/argmin_meta.h' 2025-03-04T20:07:04.4759675Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2025-03-04T20:07:04.4762757Z adding 'torch/include/ATen/ops/argmin_native.h' 2025-03-04T20:07:04.4765990Z adding 'torch/include/ATen/ops/argmin_ops.h' 2025-03-04T20:07:04.4769203Z adding 'torch/include/ATen/ops/argsort.h' 2025-03-04T20:07:04.4772604Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.4775581Z adding 'torch/include/ATen/ops/argsort_native.h' 2025-03-04T20:07:04.4778948Z adding 'torch/include/ATen/ops/argsort_ops.h' 2025-03-04T20:07:04.4782068Z adding 'torch/include/ATen/ops/argwhere.h' 2025-03-04T20:07:04.4785425Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.4788245Z adding 'torch/include/ATen/ops/argwhere_native.h' 2025-03-04T20:07:04.4791281Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2025-03-04T20:07:04.4794809Z adding 'torch/include/ATen/ops/as_strided.h' 2025-03-04T20:07:04.4798188Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.4801550Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2025-03-04T20:07:04.4805321Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.4809037Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.4811577Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2025-03-04T20:07:04.4814994Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2025-03-04T20:07:04.4818210Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2025-03-04T20:07:04.4821498Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2025-03-04T20:07:04.4824610Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2025-03-04T20:07:04.4827882Z adding 'torch/include/ATen/ops/as_strided_native.h' 2025-03-04T20:07:04.4831728Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2025-03-04T20:07:04.4835055Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2025-03-04T20:07:04.4838807Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.4842927Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.4845178Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2025-03-04T20:07:04.4848829Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2025-03-04T20:07:04.4851711Z adding 'torch/include/ATen/ops/asin.h' 2025-03-04T20:07:04.4855186Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.4858150Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2025-03-04T20:07:04.4861347Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2025-03-04T20:07:04.4864334Z adding 'torch/include/ATen/ops/asin_meta.h' 2025-03-04T20:07:04.4867541Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2025-03-04T20:07:04.4871439Z adding 'torch/include/ATen/ops/asin_native.h' 2025-03-04T20:07:04.4873967Z adding 'torch/include/ATen/ops/asin_ops.h' 2025-03-04T20:07:04.4877274Z adding 'torch/include/ATen/ops/asinh.h' 2025-03-04T20:07:04.4880757Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.4883803Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2025-03-04T20:07:04.4886859Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2025-03-04T20:07:04.4890043Z adding 'torch/include/ATen/ops/asinh_meta.h' 2025-03-04T20:07:04.4894029Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2025-03-04T20:07:04.4896436Z adding 'torch/include/ATen/ops/asinh_native.h' 2025-03-04T20:07:04.4899851Z adding 'torch/include/ATen/ops/asinh_ops.h' 2025-03-04T20:07:04.4902953Z adding 'torch/include/ATen/ops/atan.h' 2025-03-04T20:07:04.4906217Z adding 'torch/include/ATen/ops/atan2.h' 2025-03-04T20:07:04.4909531Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.4912699Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2025-03-04T20:07:04.4916826Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2025-03-04T20:07:04.4919181Z adding 'torch/include/ATen/ops/atan2_meta.h' 2025-03-04T20:07:04.4922653Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2025-03-04T20:07:04.4925530Z adding 'torch/include/ATen/ops/atan2_native.h' 2025-03-04T20:07:04.4928869Z adding 'torch/include/ATen/ops/atan2_ops.h' 2025-03-04T20:07:04.4932203Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.4935817Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2025-03-04T20:07:04.4939596Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2025-03-04T20:07:04.4942140Z adding 'torch/include/ATen/ops/atan_meta.h' 2025-03-04T20:07:04.4945542Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2025-03-04T20:07:04.4948363Z adding 'torch/include/ATen/ops/atan_native.h' 2025-03-04T20:07:04.4968519Z adding 'torch/include/ATen/ops/atan_ops.h' 2025-03-04T20:07:04.4968633Z adding 'torch/include/ATen/ops/atanh.h' 2025-03-04T20:07:04.4968981Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.4969128Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2025-03-04T20:07:04.4969282Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2025-03-04T20:07:04.4969711Z adding 'torch/include/ATen/ops/atanh_meta.h' 2025-03-04T20:07:04.4972902Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2025-03-04T20:07:04.4976111Z adding 'torch/include/ATen/ops/atanh_native.h' 2025-03-04T20:07:04.4980419Z adding 'torch/include/ATen/ops/atanh_ops.h' 2025-03-04T20:07:04.4982680Z adding 'torch/include/ATen/ops/atleast_1d.h' 2025-03-04T20:07:04.4986510Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.4989147Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2025-03-04T20:07:04.4992519Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2025-03-04T20:07:04.4995818Z adding 'torch/include/ATen/ops/atleast_2d.h' 2025-03-04T20:07:04.4999113Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.5003220Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2025-03-04T20:07:04.5005397Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2025-03-04T20:07:04.5008489Z adding 'torch/include/ATen/ops/atleast_3d.h' 2025-03-04T20:07:04.5011820Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.5014712Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2025-03-04T20:07:04.5019184Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2025-03-04T20:07:04.5022290Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2025-03-04T20:07:04.5025362Z adding 'torch/include/ATen/ops/avg_pool1d_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5028436Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.5031338Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2025-03-04T20:07:04.5034720Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2025-03-04T20:07:04.5038010Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2025-03-04T20:07:04.5041431Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2025-03-04T20:07:04.5044803Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.5048105Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2025-03-04T20:07:04.5051296Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2025-03-04T20:07:04.5054322Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2025-03-04T20:07:04.5057536Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2025-03-04T20:07:04.5060890Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2025-03-04T20:07:04.5063976Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2025-03-04T20:07:04.5067305Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.5070306Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2025-03-04T20:07:04.5073570Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2025-03-04T20:07:04.5077040Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2025-03-04T20:07:04.5080502Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2025-03-04T20:07:04.5083579Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2025-03-04T20:07:04.5086904Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2025-03-04T20:07:04.5090220Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2025-03-04T20:07:04.5093524Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2025-03-04T20:07:04.5096957Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.5099984Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2025-03-04T20:07:04.5103164Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2025-03-04T20:07:04.5106386Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2025-03-04T20:07:04.5109604Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2025-03-04T20:07:04.5112729Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2025-03-04T20:07:04.5116195Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2025-03-04T20:07:04.5119586Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.5122614Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2025-03-04T20:07:04.5125826Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2025-03-04T20:07:04.5128923Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2025-03-04T20:07:04.5132118Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2025-03-04T20:07:04.5135261Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2025-03-04T20:07:04.5138577Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2025-03-04T20:07:04.5141787Z adding 'torch/include/ATen/ops/baddbmm.h' 2025-03-04T20:07:04.5145137Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.5148098Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2025-03-04T20:07:04.5151209Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2025-03-04T20:07:04.5154358Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2025-03-04T20:07:04.5157522Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2025-03-04T20:07:04.5160549Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2025-03-04T20:07:04.5163834Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2025-03-04T20:07:04.5167561Z adding 'torch/include/ATen/ops/bartlett_window.h' 2025-03-04T20:07:04.5170805Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5173741Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2025-03-04T20:07:04.5177080Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2025-03-04T20:07:04.5180256Z adding 'torch/include/ATen/ops/batch_norm.h' 2025-03-04T20:07:04.5183514Z adding 'torch/include/ATen/ops/batch_norm_backward.h' 2025-03-04T20:07:04.5186751Z adding 'torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h' 2025-03-04T20:07:04.5189839Z adding 'torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h' 2025-03-04T20:07:04.5193901Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2025-03-04T20:07:04.5197376Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5200715Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2025-03-04T20:07:04.5204117Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2025-03-04T20:07:04.5207560Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2025-03-04T20:07:04.5210689Z adding 'torch/include/ATen/ops/batch_norm_backward_native.h' 2025-03-04T20:07:04.5214121Z adding 'torch/include/ATen/ops/batch_norm_backward_ops.h' 2025-03-04T20:07:04.5217490Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2025-03-04T20:07:04.5221351Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5225023Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2025-03-04T20:07:04.5227459Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2025-03-04T20:07:04.5230943Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2025-03-04T20:07:04.5234400Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.5237670Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2025-03-04T20:07:04.5241861Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2025-03-04T20:07:04.5244138Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2025-03-04T20:07:04.5247584Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2025-03-04T20:07:04.5250931Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2025-03-04T20:07:04.5254756Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5257583Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2025-03-04T20:07:04.5260778Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2025-03-04T20:07:04.5264156Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2025-03-04T20:07:04.5267631Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2025-03-04T20:07:04.5271162Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5274345Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2025-03-04T20:07:04.5278157Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2025-03-04T20:07:04.5281550Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2025-03-04T20:07:04.5284713Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2025-03-04T20:07:04.5288019Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2025-03-04T20:07:04.5291243Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2025-03-04T20:07:04.5294666Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5297682Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2025-03-04T20:07:04.5300820Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2025-03-04T20:07:04.5304084Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2025-03-04T20:07:04.5307474Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2025-03-04T20:07:04.5310912Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5314172Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2025-03-04T20:07:04.5317446Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2025-03-04T20:07:04.5320599Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2025-03-04T20:07:04.5324011Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2025-03-04T20:07:04.5327243Z adding 'torch/include/ATen/ops/bernoulli.h' 2025-03-04T20:07:04.5330817Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5334058Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.5337047Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2025-03-04T20:07:04.5340261Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2025-03-04T20:07:04.5343398Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2025-03-04T20:07:04.5346610Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2025-03-04T20:07:04.5350189Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2025-03-04T20:07:04.5353698Z adding 'torch/include/ATen/ops/bilinear.h' 2025-03-04T20:07:04.5357076Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.5360112Z adding 'torch/include/ATen/ops/bilinear_native.h' 2025-03-04T20:07:04.5363390Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2025-03-04T20:07:04.5366680Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2025-03-04T20:07:04.5370045Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2025-03-04T20:07:04.5373231Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2025-03-04T20:07:04.5376579Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2025-03-04T20:07:04.5380068Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2025-03-04T20:07:04.5383477Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2025-03-04T20:07:04.5386774Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2025-03-04T20:07:04.5389949Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2025-03-04T20:07:04.5393182Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2025-03-04T20:07:04.5396620Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2025-03-04T20:07:04.5399941Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2025-03-04T20:07:04.5403491Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5406482Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2025-03-04T20:07:04.5409913Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2025-03-04T20:07:04.5413040Z adding 'torch/include/ATen/ops/bincount.h' 2025-03-04T20:07:04.5416469Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5419666Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2025-03-04T20:07:04.5422728Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2025-03-04T20:07:04.5425891Z adding 'torch/include/ATen/ops/bincount_native.h' 2025-03-04T20:07:04.5429149Z adding 'torch/include/ATen/ops/bincount_ops.h' 2025-03-04T20:07:04.5432470Z adding 'torch/include/ATen/ops/binomial.h' 2025-03-04T20:07:04.5435953Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5439070Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2025-03-04T20:07:04.5442241Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2025-03-04T20:07:04.5445286Z adding 'torch/include/ATen/ops/binomial_native.h' 2025-03-04T20:07:04.5448647Z adding 'torch/include/ATen/ops/binomial_ops.h' 2025-03-04T20:07:04.5451966Z adding 'torch/include/ATen/ops/bitwise_and.h' 2025-03-04T20:07:04.5455578Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5458831Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.5462320Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2025-03-04T20:07:04.5465849Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2025-03-04T20:07:04.5469173Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2025-03-04T20:07:04.5472556Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2025-03-04T20:07:04.5475727Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2025-03-04T20:07:04.5479485Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2025-03-04T20:07:04.5483082Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2025-03-04T20:07:04.5486575Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5490001Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.5492958Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2025-03-04T20:07:04.5496048Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2025-03-04T20:07:04.5499069Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2025-03-04T20:07:04.5502474Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2025-03-04T20:07:04.5505557Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2025-03-04T20:07:04.5509064Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2025-03-04T20:07:04.5512358Z adding 'torch/include/ATen/ops/bitwise_not.h' 2025-03-04T20:07:04.5515963Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.5518865Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2025-03-04T20:07:04.5521955Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2025-03-04T20:07:04.5524944Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2025-03-04T20:07:04.5528082Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2025-03-04T20:07:04.5531065Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2025-03-04T20:07:04.5534232Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2025-03-04T20:07:04.5537511Z adding 'torch/include/ATen/ops/bitwise_or.h' 2025-03-04T20:07:04.5540863Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5544050Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.5547156Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2025-03-04T20:07:04.5550296Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2025-03-04T20:07:04.5553363Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2025-03-04T20:07:04.5556567Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2025-03-04T20:07:04.5559607Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2025-03-04T20:07:04.5563091Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2025-03-04T20:07:04.5566717Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2025-03-04T20:07:04.5570519Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5578703Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.5578943Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2025-03-04T20:07:04.5581593Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2025-03-04T20:07:04.5584366Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2025-03-04T20:07:04.5587498Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2025-03-04T20:07:04.5590552Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2025-03-04T20:07:04.5594255Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2025-03-04T20:07:04.5597642Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2025-03-04T20:07:04.5601029Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5604416Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.5607375Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2025-03-04T20:07:04.5610654Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2025-03-04T20:07:04.5613705Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2025-03-04T20:07:04.5616765Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2025-03-04T20:07:04.5619811Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2025-03-04T20:07:04.5623307Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2025-03-04T20:07:04.5626816Z adding 'torch/include/ATen/ops/blackman_window.h' 2025-03-04T20:07:04.5630290Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5633332Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2025-03-04T20:07:04.5636778Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2025-03-04T20:07:04.5639864Z adding 'torch/include/ATen/ops/block_diag.h' 2025-03-04T20:07:04.5643122Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5645981Z adding 'torch/include/ATen/ops/block_diag_native.h' 2025-03-04T20:07:04.5649175Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2025-03-04T20:07:04.5652276Z adding 'torch/include/ATen/ops/bmm.h' 2025-03-04T20:07:04.5655654Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.5658537Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2025-03-04T20:07:04.5661585Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2025-03-04T20:07:04.5664596Z adding 'torch/include/ATen/ops/bmm_meta.h' 2025-03-04T20:07:04.5667698Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2025-03-04T20:07:04.5670768Z adding 'torch/include/ATen/ops/bmm_native.h' 2025-03-04T20:07:04.5674057Z adding 'torch/include/ATen/ops/bmm_ops.h' 2025-03-04T20:07:04.5677196Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2025-03-04T20:07:04.5680465Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.5683317Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2025-03-04T20:07:04.5686453Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2025-03-04T20:07:04.5689548Z adding 'torch/include/ATen/ops/broadcast_to.h' 2025-03-04T20:07:04.5692804Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.5695627Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2025-03-04T20:07:04.5698735Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2025-03-04T20:07:04.5701945Z adding 'torch/include/ATen/ops/bucketize.h' 2025-03-04T20:07:04.5705470Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5708502Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2025-03-04T20:07:04.5711644Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2025-03-04T20:07:04.5714789Z adding 'torch/include/ATen/ops/bucketize_native.h' 2025-03-04T20:07:04.5718206Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2025-03-04T20:07:04.5721309Z adding 'torch/include/ATen/ops/can_cast.h' 2025-03-04T20:07:04.5724582Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.5727461Z adding 'torch/include/ATen/ops/can_cast_native.h' 2025-03-04T20:07:04.5730543Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2025-03-04T20:07:04.5733600Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2025-03-04T20:07:04.5736815Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.5739751Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2025-03-04T20:07:04.5742867Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2025-03-04T20:07:04.5746017Z adding 'torch/include/ATen/ops/cat.h' 2025-03-04T20:07:04.5749345Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.5752410Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.5755567Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2025-03-04T20:07:04.5758672Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2025-03-04T20:07:04.5762233Z adding 'torch/include/ATen/ops/cat_meta.h' 2025-03-04T20:07:04.5765615Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2025-03-04T20:07:04.5768751Z adding 'torch/include/ATen/ops/cat_native.h' 2025-03-04T20:07:04.5772403Z adding 'torch/include/ATen/ops/cat_ops.h' 2025-03-04T20:07:04.5775738Z adding 'torch/include/ATen/ops/cauchy.h' 2025-03-04T20:07:04.5779062Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5782572Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2025-03-04T20:07:04.5785695Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2025-03-04T20:07:04.5788779Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2025-03-04T20:07:04.5791802Z adding 'torch/include/ATen/ops/cauchy_native.h' 2025-03-04T20:07:04.5795219Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2025-03-04T20:07:04.5798264Z adding 'torch/include/ATen/ops/ccol_indices.h' 2025-03-04T20:07:04.5801502Z adding 'torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5804579Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2025-03-04T20:07:04.5807936Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5811209Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.5814031Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2025-03-04T20:07:04.5817323Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2025-03-04T20:07:04.5820359Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2025-03-04T20:07:04.5823607Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2025-03-04T20:07:04.5826688Z adding 'torch/include/ATen/ops/cdist.h' 2025-03-04T20:07:04.5830154Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.5833153Z adding 'torch/include/ATen/ops/cdist_native.h' 2025-03-04T20:07:04.5836469Z adding 'torch/include/ATen/ops/cdist_ops.h' 2025-03-04T20:07:04.5839678Z adding 'torch/include/ATen/ops/ceil.h' 2025-03-04T20:07:04.5843039Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.5846093Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2025-03-04T20:07:04.5849198Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2025-03-04T20:07:04.5852347Z adding 'torch/include/ATen/ops/ceil_meta.h' 2025-03-04T20:07:04.5855476Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2025-03-04T20:07:04.5858651Z adding 'torch/include/ATen/ops/ceil_native.h' 2025-03-04T20:07:04.5861876Z adding 'torch/include/ATen/ops/ceil_ops.h' 2025-03-04T20:07:04.5865179Z adding 'torch/include/ATen/ops/celu.h' 2025-03-04T20:07:04.5868467Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5871741Z adding 'torch/include/ATen/ops/celu_native.h' 2025-03-04T20:07:04.5875032Z adding 'torch/include/ATen/ops/celu_ops.h' 2025-03-04T20:07:04.5878377Z adding 'torch/include/ATen/ops/chain_matmul.h' 2025-03-04T20:07:04.5881700Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.5884601Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2025-03-04T20:07:04.5887875Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2025-03-04T20:07:04.5890894Z adding 'torch/include/ATen/ops/chalf.h' 2025-03-04T20:07:04.5894316Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.5897249Z adding 'torch/include/ATen/ops/chalf_native.h' 2025-03-04T20:07:04.5900516Z adding 'torch/include/ATen/ops/chalf_ops.h' 2025-03-04T20:07:04.5903847Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2025-03-04T20:07:04.5907395Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5910502Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2025-03-04T20:07:04.5913877Z adding 'torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h' 2025-03-04T20:07:04.5917082Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2025-03-04T20:07:04.5920251Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2025-03-04T20:07:04.5923457Z adding 'torch/include/ATen/ops/cholesky.h' 2025-03-04T20:07:04.5926629Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2025-03-04T20:07:04.5929932Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2025-03-04T20:07:04.5933022Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2025-03-04T20:07:04.5936389Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2025-03-04T20:07:04.5948200Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2025-03-04T20:07:04.5951499Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2025-03-04T20:07:04.5954849Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2025-03-04T20:07:04.5958275Z adding 'torch/include/ATen/ops/cholesky_native.h' 2025-03-04T20:07:04.5962026Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2025-03-04T20:07:04.5965771Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2025-03-04T20:07:04.5969707Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.5972975Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2025-03-04T20:07:04.5976534Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2025-03-04T20:07:04.5979777Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2025-03-04T20:07:04.5983288Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.5986203Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2025-03-04T20:07:04.5989573Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2025-03-04T20:07:04.5992676Z adding 'torch/include/ATen/ops/chunk.h' 2025-03-04T20:07:04.5996161Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.5999233Z adding 'torch/include/ATen/ops/chunk_native.h' 2025-03-04T20:07:04.6002393Z adding 'torch/include/ATen/ops/chunk_ops.h' 2025-03-04T20:07:04.6005646Z adding 'torch/include/ATen/ops/clamp.h' 2025-03-04T20:07:04.6009139Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.6012369Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2025-03-04T20:07:04.6015575Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2025-03-04T20:07:04.6018829Z adding 'torch/include/ATen/ops/clamp_max.h' 2025-03-04T20:07:04.6022305Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.6025406Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2025-03-04T20:07:04.6028690Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2025-03-04T20:07:04.6031731Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2025-03-04T20:07:04.6035020Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2025-03-04T20:07:04.6038028Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2025-03-04T20:07:04.6041429Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2025-03-04T20:07:04.6044559Z adding 'torch/include/ATen/ops/clamp_meta.h' 2025-03-04T20:07:04.6047785Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2025-03-04T20:07:04.6050992Z adding 'torch/include/ATen/ops/clamp_min.h' 2025-03-04T20:07:04.6054388Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.6057495Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2025-03-04T20:07:04.6060645Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2025-03-04T20:07:04.6063697Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2025-03-04T20:07:04.6066861Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2025-03-04T20:07:04.6069882Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2025-03-04T20:07:04.6073332Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2025-03-04T20:07:04.6076647Z adding 'torch/include/ATen/ops/clamp_native.h' 2025-03-04T20:07:04.6080235Z adding 'torch/include/ATen/ops/clamp_ops.h' 2025-03-04T20:07:04.6083603Z adding 'torch/include/ATen/ops/clip.h' 2025-03-04T20:07:04.6087023Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6090021Z adding 'torch/include/ATen/ops/clip_native.h' 2025-03-04T20:07:04.6093556Z adding 'torch/include/ATen/ops/clip_ops.h' 2025-03-04T20:07:04.6096818Z adding 'torch/include/ATen/ops/clone.h' 2025-03-04T20:07:04.6100099Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6103079Z adding 'torch/include/ATen/ops/clone_native.h' 2025-03-04T20:07:04.6106258Z adding 'torch/include/ATen/ops/clone_ops.h' 2025-03-04T20:07:04.6109229Z adding 'torch/include/ATen/ops/coalesce.h' 2025-03-04T20:07:04.6112584Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6115597Z adding 'torch/include/ATen/ops/coalesce_native.h' 2025-03-04T20:07:04.6118901Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2025-03-04T20:07:04.6122371Z adding 'torch/include/ATen/ops/col2im.h' 2025-03-04T20:07:04.6125945Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2025-03-04T20:07:04.6129172Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2025-03-04T20:07:04.6132263Z adding 'torch/include/ATen/ops/col2im_native.h' 2025-03-04T20:07:04.6135648Z adding 'torch/include/ATen/ops/col2im_ops.h' 2025-03-04T20:07:04.6138717Z adding 'torch/include/ATen/ops/col_indices.h' 2025-03-04T20:07:04.6142111Z adding 'torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6145103Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2025-03-04T20:07:04.6148581Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6152031Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.6155347Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2025-03-04T20:07:04.6159057Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2025-03-04T20:07:04.6162176Z adding 'torch/include/ATen/ops/col_indices_native.h' 2025-03-04T20:07:04.6165470Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2025-03-04T20:07:04.6169089Z adding 'torch/include/ATen/ops/column_stack.h' 2025-03-04T20:07:04.6172904Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6176233Z adding 'torch/include/ATen/ops/column_stack_native.h' 2025-03-04T20:07:04.6179951Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2025-03-04T20:07:04.6183607Z adding 'torch/include/ATen/ops/combinations.h' 2025-03-04T20:07:04.6187408Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6190797Z adding 'torch/include/ATen/ops/combinations_native.h' 2025-03-04T20:07:04.6194524Z adding 'torch/include/ATen/ops/combinations_ops.h' 2025-03-04T20:07:04.6198033Z adding 'torch/include/ATen/ops/complex.h' 2025-03-04T20:07:04.6201468Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6204975Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2025-03-04T20:07:04.6208153Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2025-03-04T20:07:04.6211303Z adding 'torch/include/ATen/ops/complex_native.h' 2025-03-04T20:07:04.6214493Z adding 'torch/include/ATen/ops/complex_ops.h' 2025-03-04T20:07:04.6217850Z adding 'torch/include/ATen/ops/concat.h' 2025-03-04T20:07:04.6221158Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6224286Z adding 'torch/include/ATen/ops/concat_native.h' 2025-03-04T20:07:04.6227613Z adding 'torch/include/ATen/ops/concat_ops.h' 2025-03-04T20:07:04.6230915Z adding 'torch/include/ATen/ops/concatenate.h' 2025-03-04T20:07:04.6234568Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6237511Z adding 'torch/include/ATen/ops/concatenate_native.h' 2025-03-04T20:07:04.6240864Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2025-03-04T20:07:04.6243888Z adding 'torch/include/ATen/ops/conj.h' 2025-03-04T20:07:04.6247088Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6250148Z adding 'torch/include/ATen/ops/conj_native.h' 2025-03-04T20:07:04.6253261Z adding 'torch/include/ATen/ops/conj_ops.h' 2025-03-04T20:07:04.6256384Z adding 'torch/include/ATen/ops/conj_physical.h' 2025-03-04T20:07:04.6259700Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6262760Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6265771Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2025-03-04T20:07:04.6268823Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2025-03-04T20:07:04.6271814Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2025-03-04T20:07:04.6275151Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2025-03-04T20:07:04.6278539Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2025-03-04T20:07:04.6282302Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6285203Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2025-03-04T20:07:04.6288474Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2025-03-04T20:07:04.6291464Z adding 'torch/include/ATen/ops/contiguous.h' 2025-03-04T20:07:04.6294691Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6297567Z adding 'torch/include/ATen/ops/contiguous_native.h' 2025-03-04T20:07:04.6300682Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2025-03-04T20:07:04.6304019Z adding 'torch/include/ATen/ops/conv1d.h' 2025-03-04T20:07:04.6307634Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6310635Z adding 'torch/include/ATen/ops/conv1d_native.h' 2025-03-04T20:07:04.6313974Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2025-03-04T20:07:04.6317450Z adding 'torch/include/ATen/ops/conv2d.h' 2025-03-04T20:07:04.6320950Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6323908Z adding 'torch/include/ATen/ops/conv2d_native.h' 2025-03-04T20:07:04.6327172Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2025-03-04T20:07:04.6330651Z adding 'torch/include/ATen/ops/conv3d.h' 2025-03-04T20:07:04.6334099Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6337061Z adding 'torch/include/ATen/ops/conv3d_native.h' 2025-03-04T20:07:04.6340329Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2025-03-04T20:07:04.6343946Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2025-03-04T20:07:04.6347506Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6350611Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2025-03-04T20:07:04.6353749Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2025-03-04T20:07:04.6357043Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2025-03-04T20:07:04.6360160Z adding 'torch/include/ATen/ops/conv_tbc.h' 2025-03-04T20:07:04.6363268Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2025-03-04T20:07:04.6366510Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6369378Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2025-03-04T20:07:04.6372523Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2025-03-04T20:07:04.6375804Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6378728Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2025-03-04T20:07:04.6381962Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2025-03-04T20:07:04.6385301Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2025-03-04T20:07:04.6388711Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6391701Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2025-03-04T20:07:04.6395005Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2025-03-04T20:07:04.6398367Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2025-03-04T20:07:04.6401785Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6404743Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2025-03-04T20:07:04.6407963Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2025-03-04T20:07:04.6411293Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2025-03-04T20:07:04.6414669Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6417641Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2025-03-04T20:07:04.6420882Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2025-03-04T20:07:04.6424504Z adding 'torch/include/ATen/ops/convolution.h' 2025-03-04T20:07:04.6428596Z adding 'torch/include/ATen/ops/convolution_backward.h' 2025-03-04T20:07:04.6432452Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6435816Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2025-03-04T20:07:04.6438932Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2025-03-04T20:07:04.6442382Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2025-03-04T20:07:04.6446340Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2025-03-04T20:07:04.6450126Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6453207Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2025-03-04T20:07:04.6456654Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2025-03-04T20:07:04.6460089Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6463434Z adding 'torch/include/ATen/ops/convolution_native.h' 2025-03-04T20:07:04.6467261Z adding 'torch/include/ATen/ops/convolution_ops.h' 2025-03-04T20:07:04.6471592Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2025-03-04T20:07:04.6475831Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6478900Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2025-03-04T20:07:04.6482404Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2025-03-04T20:07:04.6485545Z adding 'torch/include/ATen/ops/copy.h' 2025-03-04T20:07:04.6489396Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6493123Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.6496578Z adding 'torch/include/ATen/ops/copy_meta_dispatch.h' 2025-03-04T20:07:04.6500191Z adding 'torch/include/ATen/ops/copy_native.h' 2025-03-04T20:07:04.6504162Z adding 'torch/include/ATen/ops/copy_ops.h' 2025-03-04T20:07:04.6507945Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2025-03-04T20:07:04.6511799Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6515439Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2025-03-04T20:07:04.6518963Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2025-03-04T20:07:04.6522329Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2025-03-04T20:07:04.6525708Z adding 'torch/include/ATen/ops/copysign.h' 2025-03-04T20:07:04.6529049Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6532448Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.6535412Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2025-03-04T20:07:04.6538772Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2025-03-04T20:07:04.6541865Z adding 'torch/include/ATen/ops/copysign_meta.h' 2025-03-04T20:07:04.6545139Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2025-03-04T20:07:04.6548163Z adding 'torch/include/ATen/ops/copysign_native.h' 2025-03-04T20:07:04.6551598Z adding 'torch/include/ATen/ops/copysign_ops.h' 2025-03-04T20:07:04.6554965Z adding 'torch/include/ATen/ops/corrcoef.h' 2025-03-04T20:07:04.6558243Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6561148Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2025-03-04T20:07:04.6564262Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2025-03-04T20:07:04.6567353Z adding 'torch/include/ATen/ops/cos.h' 2025-03-04T20:07:04.6570847Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.6573796Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2025-03-04T20:07:04.6576878Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2025-03-04T20:07:04.6579853Z adding 'torch/include/ATen/ops/cos_meta.h' 2025-03-04T20:07:04.6584257Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2025-03-04T20:07:04.6587483Z adding 'torch/include/ATen/ops/cos_native.h' 2025-03-04T20:07:04.6590679Z adding 'torch/include/ATen/ops/cos_ops.h' 2025-03-04T20:07:04.6593927Z adding 'torch/include/ATen/ops/cosh.h' 2025-03-04T20:07:04.6597287Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.6600340Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2025-03-04T20:07:04.6603526Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2025-03-04T20:07:04.6606548Z adding 'torch/include/ATen/ops/cosh_meta.h' 2025-03-04T20:07:04.6609659Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2025-03-04T20:07:04.6612699Z adding 'torch/include/ATen/ops/cosh_native.h' 2025-03-04T20:07:04.6615925Z adding 'torch/include/ATen/ops/cosh_ops.h' 2025-03-04T20:07:04.6619195Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2025-03-04T20:07:04.6622492Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6625389Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2025-03-04T20:07:04.6628550Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2025-03-04T20:07:04.6631563Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2025-03-04T20:07:04.6634962Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6637878Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2025-03-04T20:07:04.6641020Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2025-03-04T20:07:04.6644196Z adding 'torch/include/ATen/ops/count_nonzero.h' 2025-03-04T20:07:04.6647542Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6650544Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2025-03-04T20:07:04.6653645Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2025-03-04T20:07:04.6656625Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2025-03-04T20:07:04.6659973Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2025-03-04T20:07:04.6663141Z adding 'torch/include/ATen/ops/cov.h' 2025-03-04T20:07:04.6666384Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6669271Z adding 'torch/include/ATen/ops/cov_native.h' 2025-03-04T20:07:04.6672382Z adding 'torch/include/ATen/ops/cov_ops.h' 2025-03-04T20:07:04.6675703Z adding 'torch/include/ATen/ops/cross.h' 2025-03-04T20:07:04.6678974Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6682107Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2025-03-04T20:07:04.6685485Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6688402Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2025-03-04T20:07:04.6691620Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2025-03-04T20:07:04.6694553Z adding 'torch/include/ATen/ops/cross_native.h' 2025-03-04T20:07:04.6697770Z adding 'torch/include/ATen/ops/cross_ops.h' 2025-03-04T20:07:04.6700806Z adding 'torch/include/ATen/ops/crow_indices.h' 2025-03-04T20:07:04.6704715Z adding 'torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6707735Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2025-03-04T20:07:04.6711014Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6714350Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.6717149Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2025-03-04T20:07:04.6720313Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2025-03-04T20:07:04.6723303Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2025-03-04T20:07:04.6726363Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2025-03-04T20:07:04.6729482Z adding 'torch/include/ATen/ops/ctc_loss.h' 2025-03-04T20:07:04.6732820Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6735681Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2025-03-04T20:07:04.6738964Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2025-03-04T20:07:04.6742226Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2025-03-04T20:07:04.6745446Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2025-03-04T20:07:04.6748921Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6751921Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2025-03-04T20:07:04.6755022Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2025-03-04T20:07:04.6758260Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2025-03-04T20:07:04.6761557Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6764594Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2025-03-04T20:07:04.6767621Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2025-03-04T20:07:04.6770891Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2025-03-04T20:07:04.6774293Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2025-03-04T20:07:04.6777698Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2025-03-04T20:07:04.6781304Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6784518Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2025-03-04T20:07:04.6787632Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2025-03-04T20:07:04.6791234Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2025-03-04T20:07:04.6794779Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6798071Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2025-03-04T20:07:04.6801260Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2025-03-04T20:07:04.6804761Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2025-03-04T20:07:04.6808558Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2025-03-04T20:07:04.6812492Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2025-03-04T20:07:04.6816126Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6819362Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2025-03-04T20:07:04.6822439Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2025-03-04T20:07:04.6825934Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2025-03-04T20:07:04.6838083Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2025-03-04T20:07:04.6838717Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2025-03-04T20:07:04.6839179Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2025-03-04T20:07:04.6839923Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2025-03-04T20:07:04.6843371Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6846608Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2025-03-04T20:07:04.6849727Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2025-03-04T20:07:04.6853138Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2025-03-04T20:07:04.6856882Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2025-03-04T20:07:04.6860714Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6863968Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2025-03-04T20:07:04.6867058Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2025-03-04T20:07:04.6870912Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2025-03-04T20:07:04.6874078Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2025-03-04T20:07:04.6877197Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2025-03-04T20:07:04.6880659Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6883719Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2025-03-04T20:07:04.6886820Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2025-03-04T20:07:04.6890112Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2025-03-04T20:07:04.6893553Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6896582Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2025-03-04T20:07:04.6899729Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2025-03-04T20:07:04.6903094Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2025-03-04T20:07:04.6906189Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2025-03-04T20:07:04.6909593Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6912478Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2025-03-04T20:07:04.6915854Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2025-03-04T20:07:04.6919091Z adding 'torch/include/ATen/ops/cummax.h' 2025-03-04T20:07:04.6922599Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6925874Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6928823Z adding 'torch/include/ATen/ops/cummax_native.h' 2025-03-04T20:07:04.6932284Z adding 'torch/include/ATen/ops/cummax_ops.h' 2025-03-04T20:07:04.6935485Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2025-03-04T20:07:04.6938893Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6941771Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2025-03-04T20:07:04.6945065Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2025-03-04T20:07:04.6948744Z adding 'torch/include/ATen/ops/cummin.h' 2025-03-04T20:07:04.6952097Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.6955482Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6958497Z adding 'torch/include/ATen/ops/cummin_native.h' 2025-03-04T20:07:04.6962017Z adding 'torch/include/ATen/ops/cummin_ops.h' 2025-03-04T20:07:04.6965455Z adding 'torch/include/ATen/ops/cumprod.h' 2025-03-04T20:07:04.6971575Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2025-03-04T20:07:04.6973305Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6993904Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2025-03-04T20:07:04.6994385Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2025-03-04T20:07:04.6994966Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.6995660Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.6996181Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2025-03-04T20:07:04.6996699Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2025-03-04T20:07:04.6997097Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2025-03-04T20:07:04.7000554Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2025-03-04T20:07:04.7003615Z adding 'torch/include/ATen/ops/cumprod_native.h' 2025-03-04T20:07:04.7007276Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2025-03-04T20:07:04.7011732Z adding 'torch/include/ATen/ops/cumsum.h' 2025-03-04T20:07:04.7014288Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.7017914Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.7020593Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2025-03-04T20:07:04.7023741Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2025-03-04T20:07:04.7026734Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2025-03-04T20:07:04.7030126Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2025-03-04T20:07:04.7033217Z adding 'torch/include/ATen/ops/cumsum_native.h' 2025-03-04T20:07:04.7036741Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2025-03-04T20:07:04.7039977Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2025-03-04T20:07:04.7044488Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.7046375Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2025-03-04T20:07:04.7049583Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2025-03-04T20:07:04.7052517Z adding 'torch/include/ATen/ops/data.h' 2025-03-04T20:07:04.7055714Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.7058557Z adding 'torch/include/ATen/ops/data_native.h' 2025-03-04T20:07:04.7061656Z adding 'torch/include/ATen/ops/data_ops.h' 2025-03-04T20:07:04.7064718Z adding 'torch/include/ATen/ops/deg2rad.h' 2025-03-04T20:07:04.7067983Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7070881Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2025-03-04T20:07:04.7075116Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2025-03-04T20:07:04.7077441Z adding 'torch/include/ATen/ops/dense_dim.h' 2025-03-04T20:07:04.7080650Z adding 'torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7083517Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2025-03-04T20:07:04.7086625Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2025-03-04T20:07:04.7089812Z adding 'torch/include/ATen/ops/dequantize.h' 2025-03-04T20:07:04.7093153Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7096121Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2025-03-04T20:07:04.7099173Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2025-03-04T20:07:04.7102160Z adding 'torch/include/ATen/ops/dequantize_native.h' 2025-03-04T20:07:04.7105491Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2025-03-04T20:07:04.7108541Z adding 'torch/include/ATen/ops/det.h' 2025-03-04T20:07:04.7111751Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.7114748Z adding 'torch/include/ATen/ops/det_native.h' 2025-03-04T20:07:04.7117858Z adding 'torch/include/ATen/ops/det_ops.h' 2025-03-04T20:07:04.7121031Z adding 'torch/include/ATen/ops/detach.h' 2025-03-04T20:07:04.7124256Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7127296Z adding 'torch/include/ATen/ops/detach_copy.h' 2025-03-04T20:07:04.7130504Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7133650Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.7136415Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2025-03-04T20:07:04.7139582Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2025-03-04T20:07:04.7142552Z adding 'torch/include/ATen/ops/detach_native.h' 2025-03-04T20:07:04.7145684Z adding 'torch/include/ATen/ops/detach_ops.h' 2025-03-04T20:07:04.7148780Z adding 'torch/include/ATen/ops/diag.h' 2025-03-04T20:07:04.7152047Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.7155197Z adding 'torch/include/ATen/ops/diag_embed.h' 2025-03-04T20:07:04.7158497Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7161711Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.7164584Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2025-03-04T20:07:04.7167738Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2025-03-04T20:07:04.7170750Z adding 'torch/include/ATen/ops/diag_native.h' 2025-03-04T20:07:04.7173899Z adding 'torch/include/ATen/ops/diag_ops.h' 2025-03-04T20:07:04.7176971Z adding 'torch/include/ATen/ops/diagflat.h' 2025-03-04T20:07:04.7180228Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.7183098Z adding 'torch/include/ATen/ops/diagflat_native.h' 2025-03-04T20:07:04.7186193Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2025-03-04T20:07:04.7189254Z adding 'torch/include/ATen/ops/diagonal.h' 2025-03-04T20:07:04.7192643Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2025-03-04T20:07:04.7196264Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7199204Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2025-03-04T20:07:04.7202457Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2025-03-04T20:07:04.7205724Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7208868Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.7211867Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2025-03-04T20:07:04.7215129Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7218313Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.7221615Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2025-03-04T20:07:04.7224825Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2025-03-04T20:07:04.7227897Z adding 'torch/include/ATen/ops/diagonal_native.h' 2025-03-04T20:07:04.7231121Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2025-03-04T20:07:04.7234423Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2025-03-04T20:07:04.7237767Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7240965Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.7243792Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2025-03-04T20:07:04.7246995Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2025-03-04T20:07:04.7250179Z adding 'torch/include/ATen/ops/diff.h' 2025-03-04T20:07:04.7253503Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.7256407Z adding 'torch/include/ATen/ops/diff_native.h' 2025-03-04T20:07:04.7259654Z adding 'torch/include/ATen/ops/diff_ops.h' 2025-03-04T20:07:04.7262769Z adding 'torch/include/ATen/ops/digamma.h' 2025-03-04T20:07:04.7266110Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.7269088Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2025-03-04T20:07:04.7272081Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2025-03-04T20:07:04.7275200Z adding 'torch/include/ATen/ops/digamma_meta.h' 2025-03-04T20:07:04.7278497Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2025-03-04T20:07:04.7281466Z adding 'torch/include/ATen/ops/digamma_native.h' 2025-03-04T20:07:04.7284805Z adding 'torch/include/ATen/ops/digamma_ops.h' 2025-03-04T20:07:04.7288849Z adding 'torch/include/ATen/ops/dist.h' 2025-03-04T20:07:04.7291443Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7294584Z adding 'torch/include/ATen/ops/dist_native.h' 2025-03-04T20:07:04.7297814Z adding 'torch/include/ATen/ops/dist_ops.h' 2025-03-04T20:07:04.7301095Z adding 'torch/include/ATen/ops/div.h' 2025-03-04T20:07:04.7304526Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7307910Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.7311009Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2025-03-04T20:07:04.7314322Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2025-03-04T20:07:04.7317502Z adding 'torch/include/ATen/ops/div_meta.h' 2025-03-04T20:07:04.7320690Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2025-03-04T20:07:04.7324036Z adding 'torch/include/ATen/ops/div_native.h' 2025-03-04T20:07:04.7327916Z adding 'torch/include/ATen/ops/div_ops.h' 2025-03-04T20:07:04.7331485Z adding 'torch/include/ATen/ops/divide.h' 2025-03-04T20:07:04.7335035Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.7338049Z adding 'torch/include/ATen/ops/divide_native.h' 2025-03-04T20:07:04.7341881Z adding 'torch/include/ATen/ops/divide_ops.h' 2025-03-04T20:07:04.7345442Z adding 'torch/include/ATen/ops/dot.h' 2025-03-04T20:07:04.7348722Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7351715Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2025-03-04T20:07:04.7354869Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2025-03-04T20:07:04.7357999Z adding 'torch/include/ATen/ops/dot_native.h' 2025-03-04T20:07:04.7361175Z adding 'torch/include/ATen/ops/dot_ops.h' 2025-03-04T20:07:04.7364398Z adding 'torch/include/ATen/ops/dropout.h' 2025-03-04T20:07:04.7367668Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.7370654Z adding 'torch/include/ATen/ops/dropout_native.h' 2025-03-04T20:07:04.7374229Z adding 'torch/include/ATen/ops/dropout_ops.h' 2025-03-04T20:07:04.7377462Z adding 'torch/include/ATen/ops/dsplit.h' 2025-03-04T20:07:04.7380849Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.7383735Z adding 'torch/include/ATen/ops/dsplit_native.h' 2025-03-04T20:07:04.7387067Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2025-03-04T20:07:04.7390191Z adding 'torch/include/ATen/ops/dstack.h' 2025-03-04T20:07:04.7393714Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.7396751Z adding 'torch/include/ATen/ops/dstack_native.h' 2025-03-04T20:07:04.7399956Z adding 'torch/include/ATen/ops/dstack_ops.h' 2025-03-04T20:07:04.7403177Z adding 'torch/include/ATen/ops/einsum.h' 2025-03-04T20:07:04.7406465Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.7409501Z adding 'torch/include/ATen/ops/einsum_native.h' 2025-03-04T20:07:04.7412703Z adding 'torch/include/ATen/ops/einsum_ops.h' 2025-03-04T20:07:04.7415947Z adding 'torch/include/ATen/ops/elu.h' 2025-03-04T20:07:04.7419307Z adding 'torch/include/ATen/ops/elu_backward.h' 2025-03-04T20:07:04.7422716Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.7425816Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2025-03-04T20:07:04.7429410Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2025-03-04T20:07:04.7432214Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2025-03-04T20:07:04.7435575Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2025-03-04T20:07:04.7438686Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2025-03-04T20:07:04.7442091Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2025-03-04T20:07:04.7445470Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.7449216Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2025-03-04T20:07:04.7452475Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2025-03-04T20:07:04.7455711Z adding 'torch/include/ATen/ops/elu_meta.h' 2025-03-04T20:07:04.7458997Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2025-03-04T20:07:04.7462040Z adding 'torch/include/ATen/ops/elu_native.h' 2025-03-04T20:07:04.7465463Z adding 'torch/include/ATen/ops/elu_ops.h' 2025-03-04T20:07:04.7468982Z adding 'torch/include/ATen/ops/embedding.h' 2025-03-04T20:07:04.7472915Z adding 'torch/include/ATen/ops/embedding_backward.h' 2025-03-04T20:07:04.7477128Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.7480356Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2025-03-04T20:07:04.7483934Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2025-03-04T20:07:04.7487648Z adding 'torch/include/ATen/ops/embedding_bag.h' 2025-03-04T20:07:04.7491588Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.7494696Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2025-03-04T20:07:04.7498156Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2025-03-04T20:07:04.7501585Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7505501Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2025-03-04T20:07:04.7509047Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7512333Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2025-03-04T20:07:04.7515694Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2025-03-04T20:07:04.7518805Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2025-03-04T20:07:04.7522056Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2025-03-04T20:07:04.7525114Z adding 'torch/include/ATen/ops/embedding_native.h' 2025-03-04T20:07:04.7528645Z adding 'torch/include/ATen/ops/embedding_ops.h' 2025-03-04T20:07:04.7531856Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2025-03-04T20:07:04.7535203Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7538150Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2025-03-04T20:07:04.7541248Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2025-03-04T20:07:04.7544520Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2025-03-04T20:07:04.7547548Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2025-03-04T20:07:04.7550838Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2025-03-04T20:07:04.7554127Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2025-03-04T20:07:04.7557432Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.7560299Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2025-03-04T20:07:04.7563471Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2025-03-04T20:07:04.7567186Z adding 'torch/include/ATen/ops/empty.h' 2025-03-04T20:07:04.7570797Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7574119Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.7577208Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2025-03-04T20:07:04.7580419Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2025-03-04T20:07:04.7583634Z adding 'torch/include/ATen/ops/empty_like.h' 2025-03-04T20:07:04.7586992Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7590004Z adding 'torch/include/ATen/ops/empty_like_native.h' 2025-03-04T20:07:04.7593364Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2025-03-04T20:07:04.7596672Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2025-03-04T20:07:04.7599915Z adding 'torch/include/ATen/ops/empty_native.h' 2025-03-04T20:07:04.7603440Z adding 'torch/include/ATen/ops/empty_ops.h' 2025-03-04T20:07:04.7607091Z adding 'torch/include/ATen/ops/empty_permuted.h' 2025-03-04T20:07:04.7610659Z adding 'torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7613655Z adding 'torch/include/ATen/ops/empty_permuted_native.h' 2025-03-04T20:07:04.7616937Z adding 'torch/include/ATen/ops/empty_permuted_ops.h' 2025-03-04T20:07:04.7620278Z adding 'torch/include/ATen/ops/empty_quantized.h' 2025-03-04T20:07:04.7623708Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7626647Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2025-03-04T20:07:04.7629928Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2025-03-04T20:07:04.7633631Z adding 'torch/include/ATen/ops/empty_strided.h' 2025-03-04T20:07:04.7637134Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7640212Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2025-03-04T20:07:04.7643367Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2025-03-04T20:07:04.7646514Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2025-03-04T20:07:04.7649621Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2025-03-04T20:07:04.7652858Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2025-03-04T20:07:04.7656051Z adding 'torch/include/ATen/ops/eq.h' 2025-03-04T20:07:04.7659400Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.7662351Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2025-03-04T20:07:04.7665457Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2025-03-04T20:07:04.7668461Z adding 'torch/include/ATen/ops/eq_meta.h' 2025-03-04T20:07:04.7671541Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2025-03-04T20:07:04.7674779Z adding 'torch/include/ATen/ops/eq_native.h' 2025-03-04T20:07:04.7678178Z adding 'torch/include/ATen/ops/eq_ops.h' 2025-03-04T20:07:04.7681322Z adding 'torch/include/ATen/ops/equal.h' 2025-03-04T20:07:04.7684453Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2025-03-04T20:07:04.7687476Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2025-03-04T20:07:04.7690472Z adding 'torch/include/ATen/ops/equal_native.h' 2025-03-04T20:07:04.7693540Z adding 'torch/include/ATen/ops/equal_ops.h' 2025-03-04T20:07:04.7696624Z adding 'torch/include/ATen/ops/erf.h' 2025-03-04T20:07:04.7699903Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.7702769Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2025-03-04T20:07:04.7705884Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2025-03-04T20:07:04.7708946Z adding 'torch/include/ATen/ops/erf_meta.h' 2025-03-04T20:07:04.7712040Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2025-03-04T20:07:04.7715207Z adding 'torch/include/ATen/ops/erf_native.h' 2025-03-04T20:07:04.7718420Z adding 'torch/include/ATen/ops/erf_ops.h' 2025-03-04T20:07:04.7721548Z adding 'torch/include/ATen/ops/erfc.h' 2025-03-04T20:07:04.7724865Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.7727725Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2025-03-04T20:07:04.7730804Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2025-03-04T20:07:04.7733815Z adding 'torch/include/ATen/ops/erfc_meta.h' 2025-03-04T20:07:04.7737032Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2025-03-04T20:07:04.7739950Z adding 'torch/include/ATen/ops/erfc_native.h' 2025-03-04T20:07:04.7743122Z adding 'torch/include/ATen/ops/erfc_ops.h' 2025-03-04T20:07:04.7746202Z adding 'torch/include/ATen/ops/erfinv.h' 2025-03-04T20:07:04.7749532Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.7752370Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2025-03-04T20:07:04.7755819Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2025-03-04T20:07:04.7762151Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2025-03-04T20:07:04.7764389Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2025-03-04T20:07:04.7767585Z adding 'torch/include/ATen/ops/erfinv_native.h' 2025-03-04T20:07:04.7770593Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2025-03-04T20:07:04.7773730Z adding 'torch/include/ATen/ops/exp.h' 2025-03-04T20:07:04.7776841Z adding 'torch/include/ATen/ops/exp2.h' 2025-03-04T20:07:04.7780844Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.7783285Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2025-03-04T20:07:04.7786353Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2025-03-04T20:07:04.7789340Z adding 'torch/include/ATen/ops/exp2_meta.h' 2025-03-04T20:07:04.7792458Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2025-03-04T20:07:04.7795590Z adding 'torch/include/ATen/ops/exp2_native.h' 2025-03-04T20:07:04.7798815Z adding 'torch/include/ATen/ops/exp2_ops.h' 2025-03-04T20:07:04.7802154Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.7805064Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2025-03-04T20:07:04.7808125Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2025-03-04T20:07:04.7811470Z adding 'torch/include/ATen/ops/exp_meta.h' 2025-03-04T20:07:04.7814568Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2025-03-04T20:07:04.7817556Z adding 'torch/include/ATen/ops/exp_native.h' 2025-03-04T20:07:04.7820767Z adding 'torch/include/ATen/ops/exp_ops.h' 2025-03-04T20:07:04.7823885Z adding 'torch/include/ATen/ops/expand.h' 2025-03-04T20:07:04.7826904Z adding 'torch/include/ATen/ops/expand_as.h' 2025-03-04T20:07:04.7830130Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.7832953Z adding 'torch/include/ATen/ops/expand_as_native.h' 2025-03-04T20:07:04.7836195Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2025-03-04T20:07:04.7839445Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7842660Z adding 'torch/include/ATen/ops/expand_copy.h' 2025-03-04T20:07:04.7846063Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7849293Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.7852142Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2025-03-04T20:07:04.7855364Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2025-03-04T20:07:04.7858373Z adding 'torch/include/ATen/ops/expand_native.h' 2025-03-04T20:07:04.7861514Z adding 'torch/include/ATen/ops/expand_ops.h' 2025-03-04T20:07:04.7864596Z adding 'torch/include/ATen/ops/expm1.h' 2025-03-04T20:07:04.7867959Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.7870846Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2025-03-04T20:07:04.7874097Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2025-03-04T20:07:04.7877087Z adding 'torch/include/ATen/ops/expm1_meta.h' 2025-03-04T20:07:04.7880190Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2025-03-04T20:07:04.7883359Z adding 'torch/include/ATen/ops/expm1_native.h' 2025-03-04T20:07:04.7886600Z adding 'torch/include/ATen/ops/expm1_ops.h' 2025-03-04T20:07:04.7889785Z adding 'torch/include/ATen/ops/exponential.h' 2025-03-04T20:07:04.7893177Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7896164Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2025-03-04T20:07:04.7899256Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2025-03-04T20:07:04.7902296Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2025-03-04T20:07:04.7905261Z adding 'torch/include/ATen/ops/exponential_native.h' 2025-03-04T20:07:04.7908539Z adding 'torch/include/ATen/ops/exponential_ops.h' 2025-03-04T20:07:04.7912305Z adding 'torch/include/ATen/ops/eye.h' 2025-03-04T20:07:04.7916043Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7919127Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2025-03-04T20:07:04.7922250Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2025-03-04T20:07:04.7925378Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2025-03-04T20:07:04.7928420Z adding 'torch/include/ATen/ops/eye_native.h' 2025-03-04T20:07:04.7931799Z adding 'torch/include/ATen/ops/eye_ops.h' 2025-03-04T20:07:04.7935603Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2025-03-04T20:07:04.7938415Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2025-03-04T20:07:04.7941549Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2025-03-04T20:07:04.7944927Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.7947813Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2025-03-04T20:07:04.7950979Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2025-03-04T20:07:04.7954418Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.7957484Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2025-03-04T20:07:04.7960564Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2025-03-04T20:07:04.7963642Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2025-03-04T20:07:04.7966980Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2025-03-04T20:07:04.7970311Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.7973231Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2025-03-04T20:07:04.7976411Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2025-03-04T20:07:04.7979521Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2025-03-04T20:07:04.7982848Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2025-03-04T20:07:04.7986303Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2025-03-04T20:07:04.7989659Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.7993023Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2025-03-04T20:07:04.7996789Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2025-03-04T20:07:04.8000639Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.8004155Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2025-03-04T20:07:04.8007849Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2025-03-04T20:07:04.8011325Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2025-03-04T20:07:04.8015102Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2025-03-04T20:07:04.8019014Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8022392Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2025-03-04T20:07:04.8025764Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2025-03-04T20:07:04.8029024Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2025-03-04T20:07:04.8032345Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8035631Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2025-03-04T20:07:04.8038966Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8042079Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2025-03-04T20:07:04.8045257Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2025-03-04T20:07:04.8048434Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2025-03-04T20:07:04.8051632Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2025-03-04T20:07:04.8054662Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2025-03-04T20:07:04.8058141Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8061205Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2025-03-04T20:07:04.8064551Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8067445Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2025-03-04T20:07:04.8070662Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2025-03-04T20:07:04.8073847Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2025-03-04T20:07:04.8077160Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2025-03-04T20:07:04.8080224Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2025-03-04T20:07:04.8083501Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8086400Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2025-03-04T20:07:04.8089564Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2025-03-04T20:07:04.8092581Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2025-03-04T20:07:04.8095827Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8099015Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2025-03-04T20:07:04.8102121Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2025-03-04T20:07:04.8105349Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2025-03-04T20:07:04.8108615Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8111508Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2025-03-04T20:07:04.8114795Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2025-03-04T20:07:04.8117871Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2025-03-04T20:07:04.8121140Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8124014Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2025-03-04T20:07:04.8127347Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2025-03-04T20:07:04.8130403Z adding 'torch/include/ATen/ops/feature_dropout.h' 2025-03-04T20:07:04.8133649Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8136503Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2025-03-04T20:07:04.8139679Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2025-03-04T20:07:04.8143137Z adding 'torch/include/ATen/ops/fft_fft.h' 2025-03-04T20:07:04.8146620Z adding 'torch/include/ATen/ops/fft_fft2.h' 2025-03-04T20:07:04.8150106Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8153043Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2025-03-04T20:07:04.8156382Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2025-03-04T20:07:04.8160363Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8163552Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2025-03-04T20:07:04.8166692Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2025-03-04T20:07:04.8169920Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2025-03-04T20:07:04.8173294Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.8176187Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2025-03-04T20:07:04.8179427Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2025-03-04T20:07:04.8182918Z adding 'torch/include/ATen/ops/fft_fftn.h' 2025-03-04T20:07:04.8186442Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8189333Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2025-03-04T20:07:04.8193251Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2025-03-04T20:07:04.8196527Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2025-03-04T20:07:04.8199761Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8202628Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2025-03-04T20:07:04.8205744Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2025-03-04T20:07:04.8209145Z adding 'torch/include/ATen/ops/fft_hfft.h' 2025-03-04T20:07:04.8212662Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2025-03-04T20:07:04.8216126Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8219089Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2025-03-04T20:07:04.8222335Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2025-03-04T20:07:04.8225707Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8228625Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2025-03-04T20:07:04.8231825Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2025-03-04T20:07:04.8235407Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2025-03-04T20:07:04.8238895Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8241844Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2025-03-04T20:07:04.8245105Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2025-03-04T20:07:04.8248516Z adding 'torch/include/ATen/ops/fft_ifft.h' 2025-03-04T20:07:04.8252071Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2025-03-04T20:07:04.8255528Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8258482Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2025-03-04T20:07:04.8261841Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2025-03-04T20:07:04.8265233Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8268318Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2025-03-04T20:07:04.8271567Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2025-03-04T20:07:04.8275290Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2025-03-04T20:07:04.8278887Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8281855Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2025-03-04T20:07:04.8285248Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2025-03-04T20:07:04.8288390Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2025-03-04T20:07:04.8291744Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8294636Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2025-03-04T20:07:04.8297914Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2025-03-04T20:07:04.8301515Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2025-03-04T20:07:04.8305004Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2025-03-04T20:07:04.8308622Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8311581Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2025-03-04T20:07:04.8315089Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2025-03-04T20:07:04.8318651Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8321624Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2025-03-04T20:07:04.8325026Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2025-03-04T20:07:04.8328497Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2025-03-04T20:07:04.8332125Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8335181Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2025-03-04T20:07:04.8338480Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2025-03-04T20:07:04.8342067Z adding 'torch/include/ATen/ops/fft_irfft.h' 2025-03-04T20:07:04.8345780Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2025-03-04T20:07:04.8349304Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8352449Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2025-03-04T20:07:04.8355813Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2025-03-04T20:07:04.8359313Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8362262Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2025-03-04T20:07:04.8365669Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2025-03-04T20:07:04.8369331Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2025-03-04T20:07:04.8372824Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8375913Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2025-03-04T20:07:04.8379184Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2025-03-04T20:07:04.8382849Z adding 'torch/include/ATen/ops/fft_rfft.h' 2025-03-04T20:07:04.8386536Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2025-03-04T20:07:04.8390353Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8393636Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2025-03-04T20:07:04.8397011Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2025-03-04T20:07:04.8400434Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8403548Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2025-03-04T20:07:04.8406838Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2025-03-04T20:07:04.8410219Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2025-03-04T20:07:04.8413625Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.8416657Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2025-03-04T20:07:04.8420030Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2025-03-04T20:07:04.8423547Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2025-03-04T20:07:04.8427185Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8430113Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2025-03-04T20:07:04.8433651Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2025-03-04T20:07:04.8437038Z adding 'torch/include/ATen/ops/fill.h' 2025-03-04T20:07:04.8440386Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.8443496Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2025-03-04T20:07:04.8446585Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2025-03-04T20:07:04.8449673Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2025-03-04T20:07:04.8452885Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8455894Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2025-03-04T20:07:04.8459089Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2025-03-04T20:07:04.8462260Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2025-03-04T20:07:04.8465434Z adding 'torch/include/ATen/ops/fill_native.h' 2025-03-04T20:07:04.8468862Z adding 'torch/include/ATen/ops/fill_ops.h' 2025-03-04T20:07:04.8472344Z adding 'torch/include/ATen/ops/fix.h' 2025-03-04T20:07:04.8476219Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8479528Z adding 'torch/include/ATen/ops/fix_native.h' 2025-03-04T20:07:04.8483150Z adding 'torch/include/ATen/ops/fix_ops.h' 2025-03-04T20:07:04.8486348Z adding 'torch/include/ATen/ops/flatten.h' 2025-03-04T20:07:04.8489921Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8492975Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2025-03-04T20:07:04.8496381Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8499463Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2025-03-04T20:07:04.8502595Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2025-03-04T20:07:04.8505669Z adding 'torch/include/ATen/ops/flatten_native.h' 2025-03-04T20:07:04.8509059Z adding 'torch/include/ATen/ops/flatten_ops.h' 2025-03-04T20:07:04.8512228Z adding 'torch/include/ATen/ops/flip.h' 2025-03-04T20:07:04.8515666Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.8518822Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2025-03-04T20:07:04.8521888Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2025-03-04T20:07:04.8524823Z adding 'torch/include/ATen/ops/flip_native.h' 2025-03-04T20:07:04.8527971Z adding 'torch/include/ATen/ops/flip_ops.h' 2025-03-04T20:07:04.8530989Z adding 'torch/include/ATen/ops/fliplr.h' 2025-03-04T20:07:04.8534420Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8537259Z adding 'torch/include/ATen/ops/fliplr_native.h' 2025-03-04T20:07:04.8540646Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2025-03-04T20:07:04.8543716Z adding 'torch/include/ATen/ops/flipud.h' 2025-03-04T20:07:04.8546973Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8549792Z adding 'torch/include/ATen/ops/flipud_native.h' 2025-03-04T20:07:04.8552887Z adding 'torch/include/ATen/ops/flipud_ops.h' 2025-03-04T20:07:04.8556277Z adding 'torch/include/ATen/ops/float_power.h' 2025-03-04T20:07:04.8559671Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8562650Z adding 'torch/include/ATen/ops/float_power_native.h' 2025-03-04T20:07:04.8566642Z adding 'torch/include/ATen/ops/float_power_ops.h' 2025-03-04T20:07:04.8569640Z adding 'torch/include/ATen/ops/floor.h' 2025-03-04T20:07:04.8572981Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.8575877Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2025-03-04T20:07:04.8578935Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2025-03-04T20:07:04.8582080Z adding 'torch/include/ATen/ops/floor_divide.h' 2025-03-04T20:07:04.8585358Z adding 'torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.8588340Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2025-03-04T20:07:04.8591417Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2025-03-04T20:07:04.8594651Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2025-03-04T20:07:04.8597695Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2025-03-04T20:07:04.8601126Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2025-03-04T20:07:04.8604232Z adding 'torch/include/ATen/ops/floor_meta.h' 2025-03-04T20:07:04.8607312Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2025-03-04T20:07:04.8610360Z adding 'torch/include/ATen/ops/floor_native.h' 2025-03-04T20:07:04.8613530Z adding 'torch/include/ATen/ops/floor_ops.h' 2025-03-04T20:07:04.8616762Z adding 'torch/include/ATen/ops/fmax.h' 2025-03-04T20:07:04.8620164Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.8623108Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2025-03-04T20:07:04.8626148Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2025-03-04T20:07:04.8629134Z adding 'torch/include/ATen/ops/fmax_meta.h' 2025-03-04T20:07:04.8632275Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2025-03-04T20:07:04.8635356Z adding 'torch/include/ATen/ops/fmax_native.h' 2025-03-04T20:07:04.8638523Z adding 'torch/include/ATen/ops/fmax_ops.h' 2025-03-04T20:07:04.8641610Z adding 'torch/include/ATen/ops/fmin.h' 2025-03-04T20:07:04.8644952Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.8647839Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2025-03-04T20:07:04.8650929Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2025-03-04T20:07:04.8653890Z adding 'torch/include/ATen/ops/fmin_meta.h' 2025-03-04T20:07:04.8657028Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2025-03-04T20:07:04.8659932Z adding 'torch/include/ATen/ops/fmin_native.h' 2025-03-04T20:07:04.8663051Z adding 'torch/include/ATen/ops/fmin_ops.h' 2025-03-04T20:07:04.8666189Z adding 'torch/include/ATen/ops/fmod.h' 2025-03-04T20:07:04.8669474Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.8672646Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.8675796Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2025-03-04T20:07:04.8678919Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2025-03-04T20:07:04.8681891Z adding 'torch/include/ATen/ops/fmod_meta.h' 2025-03-04T20:07:04.8685392Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2025-03-04T20:07:04.8688438Z adding 'torch/include/ATen/ops/fmod_native.h' 2025-03-04T20:07:04.8691869Z adding 'torch/include/ATen/ops/fmod_ops.h' 2025-03-04T20:07:04.8695078Z adding 'torch/include/ATen/ops/frac.h' 2025-03-04T20:07:04.8698467Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.8701344Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2025-03-04T20:07:04.8704410Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2025-03-04T20:07:04.8707403Z adding 'torch/include/ATen/ops/frac_meta.h' 2025-03-04T20:07:04.8710516Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2025-03-04T20:07:04.8713639Z adding 'torch/include/ATen/ops/frac_native.h' 2025-03-04T20:07:04.8716865Z adding 'torch/include/ATen/ops/frac_ops.h' 2025-03-04T20:07:04.8720162Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2025-03-04T20:07:04.8723428Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2025-03-04T20:07:04.8726890Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.8729822Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2025-03-04T20:07:04.8732994Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2025-03-04T20:07:04.8736032Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2025-03-04T20:07:04.8739198Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2025-03-04T20:07:04.8742252Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2025-03-04T20:07:04.8745558Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2025-03-04T20:07:04.8748979Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.8751965Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2025-03-04T20:07:04.8755203Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2025-03-04T20:07:04.8758317Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2025-03-04T20:07:04.8761408Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2025-03-04T20:07:04.8764434Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2025-03-04T20:07:04.8767747Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2025-03-04T20:07:04.8770961Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2025-03-04T20:07:04.8774191Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2025-03-04T20:07:04.8777383Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2025-03-04T20:07:04.8780522Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2025-03-04T20:07:04.8783552Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2025-03-04T20:07:04.8787016Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2025-03-04T20:07:04.8790404Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.8793715Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2025-03-04T20:07:04.8796991Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2025-03-04T20:07:04.8801033Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2025-03-04T20:07:04.8804656Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2025-03-04T20:07:04.8807807Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2025-03-04T20:07:04.8811210Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2025-03-04T20:07:04.8814390Z adding 'torch/include/ATen/ops/frexp.h' 2025-03-04T20:07:04.8817786Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.8821197Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2025-03-04T20:07:04.8824036Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2025-03-04T20:07:04.8827126Z adding 'torch/include/ATen/ops/frexp_native.h' 2025-03-04T20:07:04.8830376Z adding 'torch/include/ATen/ops/frexp_ops.h' 2025-03-04T20:07:04.8834011Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2025-03-04T20:07:04.8837173Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8840141Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2025-03-04T20:07:04.8843519Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2025-03-04T20:07:04.8847118Z adding 'torch/include/ATen/ops/from_blob.h' 2025-03-04T20:07:04.8850632Z adding 'torch/include/ATen/ops/from_file.h' 2025-03-04T20:07:04.8854002Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.8857241Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2025-03-04T20:07:04.8860362Z adding 'torch/include/ATen/ops/from_file_native.h' 2025-03-04T20:07:04.8863759Z adding 'torch/include/ATen/ops/from_file_ops.h' 2025-03-04T20:07:04.8867766Z adding 'torch/include/ATen/ops/full.h' 2025-03-04T20:07:04.8871231Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.8874739Z adding 'torch/include/ATen/ops/full_like.h' 2025-03-04T20:07:04.8878262Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.8881294Z adding 'torch/include/ATen/ops/full_like_native.h' 2025-03-04T20:07:04.8884770Z adding 'torch/include/ATen/ops/full_like_ops.h' 2025-03-04T20:07:04.8887905Z adding 'torch/include/ATen/ops/full_native.h' 2025-03-04T20:07:04.8891503Z adding 'torch/include/ATen/ops/full_ops.h' 2025-03-04T20:07:04.8895062Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2025-03-04T20:07:04.8898516Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8901586Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2025-03-04T20:07:04.8904941Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2025-03-04T20:07:04.8908178Z adding 'torch/include/ATen/ops/gather.h' 2025-03-04T20:07:04.8911364Z adding 'torch/include/ATen/ops/gather_backward.h' 2025-03-04T20:07:04.8914836Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8918161Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2025-03-04T20:07:04.8921463Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2025-03-04T20:07:04.8924989Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.8928065Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.8931193Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2025-03-04T20:07:04.8934294Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2025-03-04T20:07:04.8937455Z adding 'torch/include/ATen/ops/gather_meta.h' 2025-03-04T20:07:04.8941422Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2025-03-04T20:07:04.8944598Z adding 'torch/include/ATen/ops/gather_native.h' 2025-03-04T20:07:04.8948148Z adding 'torch/include/ATen/ops/gather_ops.h' 2025-03-04T20:07:04.8951619Z adding 'torch/include/ATen/ops/gcd.h' 2025-03-04T20:07:04.8955005Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.8957943Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2025-03-04T20:07:04.8961164Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2025-03-04T20:07:04.8964550Z adding 'torch/include/ATen/ops/gcd_meta.h' 2025-03-04T20:07:04.8967466Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2025-03-04T20:07:04.8970533Z adding 'torch/include/ATen/ops/gcd_native.h' 2025-03-04T20:07:04.8973896Z adding 'torch/include/ATen/ops/gcd_ops.h' 2025-03-04T20:07:04.8977550Z adding 'torch/include/ATen/ops/ge.h' 2025-03-04T20:07:04.8981032Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.8984217Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2025-03-04T20:07:04.8987815Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2025-03-04T20:07:04.8994819Z adding 'torch/include/ATen/ops/ge_meta.h' 2025-03-04T20:07:04.8995144Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2025-03-04T20:07:04.8998155Z adding 'torch/include/ATen/ops/ge_native.h' 2025-03-04T20:07:04.9001817Z adding 'torch/include/ATen/ops/ge_ops.h' 2025-03-04T20:07:04.9005073Z adding 'torch/include/ATen/ops/gelu.h' 2025-03-04T20:07:04.9008645Z adding 'torch/include/ATen/ops/gelu_backward.h' 2025-03-04T20:07:04.9012692Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.9015131Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2025-03-04T20:07:04.9018432Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2025-03-04T20:07:04.9021400Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2025-03-04T20:07:04.9024531Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2025-03-04T20:07:04.9027667Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2025-03-04T20:07:04.9031094Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2025-03-04T20:07:04.9034586Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.9037460Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2025-03-04T20:07:04.9040613Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2025-03-04T20:07:04.9043639Z adding 'torch/include/ATen/ops/gelu_meta.h' 2025-03-04T20:07:04.9046950Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2025-03-04T20:07:04.9050029Z adding 'torch/include/ATen/ops/gelu_native.h' 2025-03-04T20:07:04.9053342Z adding 'torch/include/ATen/ops/gelu_ops.h' 2025-03-04T20:07:04.9056537Z adding 'torch/include/ATen/ops/geometric.h' 2025-03-04T20:07:04.9059807Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.9062884Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2025-03-04T20:07:04.9065979Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2025-03-04T20:07:04.9068954Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2025-03-04T20:07:04.9071923Z adding 'torch/include/ATen/ops/geometric_native.h' 2025-03-04T20:07:04.9076054Z adding 'torch/include/ATen/ops/geometric_ops.h' 2025-03-04T20:07:04.9078584Z adding 'torch/include/ATen/ops/geqrf.h' 2025-03-04T20:07:04.9081797Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2025-03-04T20:07:04.9084862Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2025-03-04T20:07:04.9087845Z adding 'torch/include/ATen/ops/geqrf_native.h' 2025-03-04T20:07:04.9091010Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2025-03-04T20:07:04.9094152Z adding 'torch/include/ATen/ops/ger.h' 2025-03-04T20:07:04.9097369Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.9100184Z adding 'torch/include/ATen/ops/ger_native.h' 2025-03-04T20:07:04.9103441Z adding 'torch/include/ATen/ops/ger_ops.h' 2025-03-04T20:07:04.9106577Z adding 'torch/include/ATen/ops/glu.h' 2025-03-04T20:07:04.9109679Z adding 'torch/include/ATen/ops/glu_backward.h' 2025-03-04T20:07:04.9112941Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2025-03-04T20:07:04.9116125Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2025-03-04T20:07:04.9119201Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2025-03-04T20:07:04.9122555Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.9125536Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2025-03-04T20:07:04.9128580Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2025-03-04T20:07:04.9131862Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2025-03-04T20:07:04.9134958Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2025-03-04T20:07:04.9138023Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2025-03-04T20:07:04.9141235Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2025-03-04T20:07:04.9144579Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.9147572Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2025-03-04T20:07:04.9150691Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2025-03-04T20:07:04.9153897Z adding 'torch/include/ATen/ops/glu_jvp.h' 2025-03-04T20:07:04.9158049Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.9164068Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2025-03-04T20:07:04.9167206Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2025-03-04T20:07:04.9170187Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2025-03-04T20:07:04.9173406Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2025-03-04T20:07:04.9176477Z adding 'torch/include/ATen/ops/glu_meta.h' 2025-03-04T20:07:04.9179552Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2025-03-04T20:07:04.9182569Z adding 'torch/include/ATen/ops/glu_native.h' 2025-03-04T20:07:04.9185728Z adding 'torch/include/ATen/ops/glu_ops.h' 2025-03-04T20:07:04.9189078Z adding 'torch/include/ATen/ops/gradient.h' 2025-03-04T20:07:04.9192485Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.9195668Z adding 'torch/include/ATen/ops/gradient_native.h' 2025-03-04T20:07:04.9199305Z adding 'torch/include/ATen/ops/gradient_ops.h' 2025-03-04T20:07:04.9202634Z adding 'torch/include/ATen/ops/greater.h' 2025-03-04T20:07:04.9206009Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.9209131Z adding 'torch/include/ATen/ops/greater_equal.h' 2025-03-04T20:07:04.9212484Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.9215386Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2025-03-04T20:07:04.9218778Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2025-03-04T20:07:04.9221853Z adding 'torch/include/ATen/ops/greater_native.h' 2025-03-04T20:07:04.9225320Z adding 'torch/include/ATen/ops/greater_ops.h' 2025-03-04T20:07:04.9228457Z adding 'torch/include/ATen/ops/grid_sampler.h' 2025-03-04T20:07:04.9231622Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2025-03-04T20:07:04.9235173Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2025-03-04T20:07:04.9239196Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.9242255Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2025-03-04T20:07:04.9245402Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2025-03-04T20:07:04.9248449Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2025-03-04T20:07:04.9251826Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2025-03-04T20:07:04.9255163Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.9258180Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2025-03-04T20:07:04.9261304Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2025-03-04T20:07:04.9264378Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2025-03-04T20:07:04.9267552Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2025-03-04T20:07:04.9270719Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2025-03-04T20:07:04.9274148Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2025-03-04T20:07:04.9277579Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.9280623Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2025-03-04T20:07:04.9283700Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2025-03-04T20:07:04.9286746Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2025-03-04T20:07:04.9290067Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2025-03-04T20:07:04.9293348Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.9296324Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2025-03-04T20:07:04.9299408Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2025-03-04T20:07:04.9302386Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2025-03-04T20:07:04.9305601Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2025-03-04T20:07:04.9308888Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.9311766Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2025-03-04T20:07:04.9315016Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2025-03-04T20:07:04.9318114Z adding 'torch/include/ATen/ops/group_norm.h' 2025-03-04T20:07:04.9321690Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.9324692Z adding 'torch/include/ATen/ops/group_norm_native.h' 2025-03-04T20:07:04.9327866Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2025-03-04T20:07:04.9330998Z adding 'torch/include/ATen/ops/gru.h' 2025-03-04T20:07:04.9334253Z adding 'torch/include/ATen/ops/gru_cell.h' 2025-03-04T20:07:04.9337497Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.9340521Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2025-03-04T20:07:04.9343692Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2025-03-04T20:07:04.9347159Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.9350207Z adding 'torch/include/ATen/ops/gru_native.h' 2025-03-04T20:07:04.9353905Z adding 'torch/include/ATen/ops/gru_ops.h' 2025-03-04T20:07:04.9357242Z adding 'torch/include/ATen/ops/gt.h' 2025-03-04T20:07:04.9360585Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.9363688Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2025-03-04T20:07:04.9366786Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2025-03-04T20:07:04.9370029Z adding 'torch/include/ATen/ops/gt_meta.h' 2025-03-04T20:07:04.9373139Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2025-03-04T20:07:04.9376360Z adding 'torch/include/ATen/ops/gt_native.h' 2025-03-04T20:07:04.9379841Z adding 'torch/include/ATen/ops/gt_ops.h' 2025-03-04T20:07:04.9383582Z adding 'torch/include/ATen/ops/hamming_window.h' 2025-03-04T20:07:04.9387358Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.9390420Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2025-03-04T20:07:04.9394510Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2025-03-04T20:07:04.9397996Z adding 'torch/include/ATen/ops/hann_window.h' 2025-03-04T20:07:04.9401457Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.9404677Z adding 'torch/include/ATen/ops/hann_window_native.h' 2025-03-04T20:07:04.9408089Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2025-03-04T20:07:04.9411438Z adding 'torch/include/ATen/ops/hardshrink.h' 2025-03-04T20:07:04.9414851Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2025-03-04T20:07:04.9418323Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.9421740Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2025-03-04T20:07:04.9424859Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2025-03-04T20:07:04.9427985Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2025-03-04T20:07:04.9431120Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2025-03-04T20:07:04.9434383Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2025-03-04T20:07:04.9437617Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2025-03-04T20:07:04.9441118Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.9444259Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2025-03-04T20:07:04.9447297Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2025-03-04T20:07:04.9450418Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2025-03-04T20:07:04.9453497Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2025-03-04T20:07:04.9456607Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2025-03-04T20:07:04.9459772Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2025-03-04T20:07:04.9463035Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2025-03-04T20:07:04.9466181Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2025-03-04T20:07:04.9469743Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.9472739Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2025-03-04T20:07:04.9476073Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2025-03-04T20:07:04.9479158Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2025-03-04T20:07:04.9482765Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2025-03-04T20:07:04.9486250Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2025-03-04T20:07:04.9489860Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2025-03-04T20:07:04.9493634Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.9497066Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2025-03-04T20:07:04.9500330Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2025-03-04T20:07:04.9503321Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2025-03-04T20:07:04.9506661Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2025-03-04T20:07:04.9509670Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2025-03-04T20:07:04.9513054Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2025-03-04T20:07:04.9516351Z adding 'torch/include/ATen/ops/hardswish.h' 2025-03-04T20:07:04.9519819Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2025-03-04T20:07:04.9523204Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.9526208Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2025-03-04T20:07:04.9529261Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2025-03-04T20:07:04.9532214Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2025-03-04T20:07:04.9535568Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2025-03-04T20:07:04.9538696Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2025-03-04T20:07:04.9541768Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2025-03-04T20:07:04.9544824Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2025-03-04T20:07:04.9547788Z adding 'torch/include/ATen/ops/hardswish_native.h' 2025-03-04T20:07:04.9551128Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2025-03-04T20:07:04.9554413Z adding 'torch/include/ATen/ops/hardtanh.h' 2025-03-04T20:07:04.9557597Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2025-03-04T20:07:04.9560836Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2025-03-04T20:07:04.9563938Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2025-03-04T20:07:04.9566885Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2025-03-04T20:07:04.9570134Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2025-03-04T20:07:04.9573289Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2025-03-04T20:07:04.9576406Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2025-03-04T20:07:04.9579468Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2025-03-04T20:07:04.9582664Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2025-03-04T20:07:04.9585924Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2025-03-04T20:07:04.9589041Z adding 'torch/include/ATen/ops/heaviside.h' 2025-03-04T20:07:04.9592373Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.9595409Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2025-03-04T20:07:04.9598490Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2025-03-04T20:07:04.9601465Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2025-03-04T20:07:04.9604566Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2025-03-04T20:07:04.9607543Z adding 'torch/include/ATen/ops/heaviside_native.h' 2025-03-04T20:07:04.9610761Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2025-03-04T20:07:04.9613902Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2025-03-04T20:07:04.9617223Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.9620100Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2025-03-04T20:07:04.9623260Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2025-03-04T20:07:04.9626318Z adding 'torch/include/ATen/ops/histc.h' 2025-03-04T20:07:04.9629472Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2025-03-04T20:07:04.9632568Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2025-03-04T20:07:04.9635722Z adding 'torch/include/ATen/ops/histc_native.h' 2025-03-04T20:07:04.9639089Z adding 'torch/include/ATen/ops/histc_ops.h' 2025-03-04T20:07:04.9642441Z adding 'torch/include/ATen/ops/histogram.h' 2025-03-04T20:07:04.9645775Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2025-03-04T20:07:04.9648890Z adding 'torch/include/ATen/ops/histogram_native.h' 2025-03-04T20:07:04.9652330Z adding 'torch/include/ATen/ops/histogram_ops.h' 2025-03-04T20:07:04.9655607Z adding 'torch/include/ATen/ops/histogramdd.h' 2025-03-04T20:07:04.9658961Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.9661902Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2025-03-04T20:07:04.9665282Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2025-03-04T20:07:04.9668459Z adding 'torch/include/ATen/ops/hsplit.h' 2025-03-04T20:07:04.9671889Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.9674830Z adding 'torch/include/ATen/ops/hsplit_native.h' 2025-03-04T20:07:04.9678022Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2025-03-04T20:07:04.9681154Z adding 'torch/include/ATen/ops/hspmm.h' 2025-03-04T20:07:04.9684822Z adding 'torch/include/ATen/ops/hspmm_native.h' 2025-03-04T20:07:04.9688079Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2025-03-04T20:07:04.9691175Z adding 'torch/include/ATen/ops/hstack.h' 2025-03-04T20:07:04.9694458Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.9697354Z adding 'torch/include/ATen/ops/hstack_native.h' 2025-03-04T20:07:04.9700535Z adding 'torch/include/ATen/ops/hstack_ops.h' 2025-03-04T20:07:04.9703699Z adding 'torch/include/ATen/ops/huber_loss.h' 2025-03-04T20:07:04.9706885Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2025-03-04T20:07:04.9710138Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.9713280Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2025-03-04T20:07:04.9716370Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2025-03-04T20:07:04.9719922Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2025-03-04T20:07:04.9723225Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2025-03-04T20:07:04.9726404Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2025-03-04T20:07:04.9729543Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2025-03-04T20:07:04.9732523Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2025-03-04T20:07:04.9735740Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2025-03-04T20:07:04.9738990Z adding 'torch/include/ATen/ops/hypot.h' 2025-03-04T20:07:04.9742375Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.9745465Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2025-03-04T20:07:04.9748618Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2025-03-04T20:07:04.9751756Z adding 'torch/include/ATen/ops/hypot_meta.h' 2025-03-04T20:07:04.9755321Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2025-03-04T20:07:04.9758402Z adding 'torch/include/ATen/ops/hypot_native.h' 2025-03-04T20:07:04.9761773Z adding 'torch/include/ATen/ops/hypot_ops.h' 2025-03-04T20:07:04.9764921Z adding 'torch/include/ATen/ops/i0.h' 2025-03-04T20:07:04.9768381Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.9771311Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2025-03-04T20:07:04.9774503Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2025-03-04T20:07:04.9777519Z adding 'torch/include/ATen/ops/i0_meta.h' 2025-03-04T20:07:04.9780720Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2025-03-04T20:07:04.9783799Z adding 'torch/include/ATen/ops/i0_native.h' 2025-03-04T20:07:04.9787180Z adding 'torch/include/ATen/ops/i0_ops.h' 2025-03-04T20:07:04.9790441Z adding 'torch/include/ATen/ops/igamma.h' 2025-03-04T20:07:04.9793905Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.9797038Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2025-03-04T20:07:04.9800129Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2025-03-04T20:07:04.9803245Z adding 'torch/include/ATen/ops/igamma_meta.h' 2025-03-04T20:07:04.9806378Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2025-03-04T20:07:04.9809515Z adding 'torch/include/ATen/ops/igamma_native.h' 2025-03-04T20:07:04.9812761Z adding 'torch/include/ATen/ops/igamma_ops.h' 2025-03-04T20:07:04.9816010Z adding 'torch/include/ATen/ops/igammac.h' 2025-03-04T20:07:04.9819548Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.9822454Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2025-03-04T20:07:04.9826042Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2025-03-04T20:07:04.9828712Z adding 'torch/include/ATen/ops/igammac_meta.h' 2025-03-04T20:07:04.9831916Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2025-03-04T20:07:04.9835035Z adding 'torch/include/ATen/ops/igammac_native.h' 2025-03-04T20:07:04.9838383Z adding 'torch/include/ATen/ops/igammac_ops.h' 2025-03-04T20:07:04.9841573Z adding 'torch/include/ATen/ops/im2col.h' 2025-03-04T20:07:04.9844898Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2025-03-04T20:07:04.9848092Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2025-03-04T20:07:04.9851270Z adding 'torch/include/ATen/ops/im2col_native.h' 2025-03-04T20:07:04.9854671Z adding 'torch/include/ATen/ops/im2col_ops.h' 2025-03-04T20:07:04.9857718Z adding 'torch/include/ATen/ops/imag.h' 2025-03-04T20:07:04.9861052Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.9863933Z adding 'torch/include/ATen/ops/imag_native.h' 2025-03-04T20:07:04.9867176Z adding 'torch/include/ATen/ops/imag_ops.h' 2025-03-04T20:07:04.9870354Z adding 'torch/include/ATen/ops/index.h' 2025-03-04T20:07:04.9873746Z adding 'torch/include/ATen/ops/index_add.h' 2025-03-04T20:07:04.9877211Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.9880400Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.9883514Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2025-03-04T20:07:04.9886767Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2025-03-04T20:07:04.9890013Z adding 'torch/include/ATen/ops/index_add_meta.h' 2025-03-04T20:07:04.9893180Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2025-03-04T20:07:04.9896344Z adding 'torch/include/ATen/ops/index_add_native.h' 2025-03-04T20:07:04.9899749Z adding 'torch/include/ATen/ops/index_add_ops.h' 2025-03-04T20:07:04.9903320Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.9906303Z adding 'torch/include/ATen/ops/index_copy.h' 2025-03-04T20:07:04.9909798Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:04.9912939Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.9916143Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2025-03-04T20:07:04.9919440Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2025-03-04T20:07:04.9922565Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2025-03-04T20:07:04.9925889Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2025-03-04T20:07:04.9928958Z adding 'torch/include/ATen/ops/index_copy_native.h' 2025-03-04T20:07:04.9932513Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2025-03-04T20:07:04.9935776Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2025-03-04T20:07:04.9939010Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2025-03-04T20:07:04.9942372Z adding 'torch/include/ATen/ops/index_fill.h' 2025-03-04T20:07:04.9945753Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.9949040Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:04.9952072Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2025-03-04T20:07:04.9955377Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2025-03-04T20:07:04.9959004Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2025-03-04T20:07:04.9962218Z adding 'torch/include/ATen/ops/index_fill_native.h' 2025-03-04T20:07:04.9966181Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2025-03-04T20:07:04.9969643Z adding 'torch/include/ATen/ops/index_meta.h' 2025-03-04T20:07:04.9973052Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2025-03-04T20:07:04.9976142Z adding 'torch/include/ATen/ops/index_native.h' 2025-03-04T20:07:04.9979491Z adding 'torch/include/ATen/ops/index_ops.h' 2025-03-04T20:07:04.9983210Z adding 'torch/include/ATen/ops/index_put.h' 2025-03-04T20:07:04.9986739Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:04.9990021Z adding 'torch/include/ATen/ops/index_put_native.h' 2025-03-04T20:07:04.9993948Z adding 'torch/include/ATen/ops/index_put_ops.h' 2025-03-04T20:07:04.9997465Z adding 'torch/include/ATen/ops/index_reduce.h' 2025-03-04T20:07:05.0000911Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.0011444Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2025-03-04T20:07:05.0014796Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2025-03-04T20:07:05.0017994Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2025-03-04T20:07:05.0021384Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2025-03-04T20:07:05.0024451Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2025-03-04T20:07:05.0027743Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2025-03-04T20:07:05.0031063Z adding 'torch/include/ATen/ops/index_select.h' 2025-03-04T20:07:05.0042244Z adding 'torch/include/ATen/ops/index_select_backward.h' 2025-03-04T20:07:05.0042595Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0042984Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2025-03-04T20:07:05.0048037Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2025-03-04T20:07:05.0049912Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0052869Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2025-03-04T20:07:05.0055978Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2025-03-04T20:07:05.0059068Z adding 'torch/include/ATen/ops/index_select_native.h' 2025-03-04T20:07:05.0062502Z adding 'torch/include/ATen/ops/index_select_ops.h' 2025-03-04T20:07:05.0065547Z adding 'torch/include/ATen/ops/indices.h' 2025-03-04T20:07:05.0068749Z adding 'torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.0071682Z adding 'torch/include/ATen/ops/indices_copy.h' 2025-03-04T20:07:05.0075038Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.0079422Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.0081240Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2025-03-04T20:07:05.0084423Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2025-03-04T20:07:05.0087450Z adding 'torch/include/ATen/ops/indices_native.h' 2025-03-04T20:07:05.0090603Z adding 'torch/include/ATen/ops/indices_ops.h' 2025-03-04T20:07:05.0093778Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2025-03-04T20:07:05.0097044Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0099906Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2025-03-04T20:07:05.0103025Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2025-03-04T20:07:05.0105927Z adding 'torch/include/ATen/ops/inner.h' 2025-03-04T20:07:05.0109223Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0112081Z adding 'torch/include/ATen/ops/inner_native.h' 2025-03-04T20:07:05.0115430Z adding 'torch/include/ATen/ops/inner_ops.h' 2025-03-04T20:07:05.0118613Z adding 'torch/include/ATen/ops/instance_norm.h' 2025-03-04T20:07:05.0121910Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0124822Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2025-03-04T20:07:05.0128038Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2025-03-04T20:07:05.0131153Z adding 'torch/include/ATen/ops/int_repr.h' 2025-03-04T20:07:05.0135522Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.0137975Z adding 'torch/include/ATen/ops/int_repr_native.h' 2025-03-04T20:07:05.0141114Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2025-03-04T20:07:05.0144211Z adding 'torch/include/ATen/ops/inverse.h' 2025-03-04T20:07:05.0147468Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0150359Z adding 'torch/include/ATen/ops/inverse_native.h' 2025-03-04T20:07:05.0153605Z adding 'torch/include/ATen/ops/inverse_ops.h' 2025-03-04T20:07:05.0156645Z adding 'torch/include/ATen/ops/is_coalesced.h' 2025-03-04T20:07:05.0159846Z adding 'torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.0162739Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2025-03-04T20:07:05.0165854Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2025-03-04T20:07:05.0168857Z adding 'torch/include/ATen/ops/is_complex.h' 2025-03-04T20:07:05.0172091Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0174911Z adding 'torch/include/ATen/ops/is_complex_native.h' 2025-03-04T20:07:05.0178071Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2025-03-04T20:07:05.0181000Z adding 'torch/include/ATen/ops/is_conj.h' 2025-03-04T20:07:05.0184216Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0187049Z adding 'torch/include/ATen/ops/is_conj_native.h' 2025-03-04T20:07:05.0190175Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2025-03-04T20:07:05.0193298Z adding 'torch/include/ATen/ops/is_distributed.h' 2025-03-04T20:07:05.0196601Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0199475Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2025-03-04T20:07:05.0202532Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2025-03-04T20:07:05.0205543Z adding 'torch/include/ATen/ops/is_floating_point.h' 2025-03-04T20:07:05.0208752Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0211628Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2025-03-04T20:07:05.0214716Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2025-03-04T20:07:05.0217734Z adding 'torch/include/ATen/ops/is_inference.h' 2025-03-04T20:07:05.0220953Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0223816Z adding 'torch/include/ATen/ops/is_inference_native.h' 2025-03-04T20:07:05.0226899Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2025-03-04T20:07:05.0229858Z adding 'torch/include/ATen/ops/is_leaf.h' 2025-03-04T20:07:05.0233044Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0236000Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2025-03-04T20:07:05.0239111Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2025-03-04T20:07:05.0242097Z adding 'torch/include/ATen/ops/is_neg.h' 2025-03-04T20:07:05.0245327Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0248186Z adding 'torch/include/ATen/ops/is_neg_native.h' 2025-03-04T20:07:05.0251272Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2025-03-04T20:07:05.0254278Z adding 'torch/include/ATen/ops/is_nonzero.h' 2025-03-04T20:07:05.0257469Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0260309Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2025-03-04T20:07:05.0263415Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2025-03-04T20:07:05.0266368Z adding 'torch/include/ATen/ops/is_pinned.h' 2025-03-04T20:07:05.0269570Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.0272416Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2025-03-04T20:07:05.0275687Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2025-03-04T20:07:05.0278783Z adding 'torch/include/ATen/ops/is_same_size.h' 2025-03-04T20:07:05.0282383Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.0284888Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2025-03-04T20:07:05.0287935Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2025-03-04T20:07:05.0290888Z adding 'torch/include/ATen/ops/is_set_to.h' 2025-03-04T20:07:05.0293945Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2025-03-04T20:07:05.0297394Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2025-03-04T20:07:05.0301515Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2025-03-04T20:07:05.0305886Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2025-03-04T20:07:05.0309850Z adding 'torch/include/ATen/ops/is_signed.h' 2025-03-04T20:07:05.0313588Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0316643Z adding 'torch/include/ATen/ops/is_signed_native.h' 2025-03-04T20:07:05.0319788Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2025-03-04T20:07:05.0322978Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2025-03-04T20:07:05.0326441Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0329225Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2025-03-04T20:07:05.0332409Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2025-03-04T20:07:05.0335469Z adding 'torch/include/ATen/ops/isclose.h' 2025-03-04T20:07:05.0338861Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0341763Z adding 'torch/include/ATen/ops/isclose_native.h' 2025-03-04T20:07:05.0345038Z adding 'torch/include/ATen/ops/isclose_ops.h' 2025-03-04T20:07:05.0348074Z adding 'torch/include/ATen/ops/isfinite.h' 2025-03-04T20:07:05.0351511Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0354484Z adding 'torch/include/ATen/ops/isfinite_native.h' 2025-03-04T20:07:05.0357790Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2025-03-04T20:07:05.0361204Z adding 'torch/include/ATen/ops/isin.h' 2025-03-04T20:07:05.0364753Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.0367939Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2025-03-04T20:07:05.0371152Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2025-03-04T20:07:05.0374358Z adding 'torch/include/ATen/ops/isin_meta.h' 2025-03-04T20:07:05.0377613Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2025-03-04T20:07:05.0380865Z adding 'torch/include/ATen/ops/isin_native.h' 2025-03-04T20:07:05.0384501Z adding 'torch/include/ATen/ops/isin_ops.h' 2025-03-04T20:07:05.0387805Z adding 'torch/include/ATen/ops/isinf.h' 2025-03-04T20:07:05.0391196Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.0394247Z adding 'torch/include/ATen/ops/isinf_native.h' 2025-03-04T20:07:05.0397570Z adding 'torch/include/ATen/ops/isinf_ops.h' 2025-03-04T20:07:05.0400722Z adding 'torch/include/ATen/ops/isnan.h' 2025-03-04T20:07:05.0404091Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.0407138Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2025-03-04T20:07:05.0410297Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2025-03-04T20:07:05.0413388Z adding 'torch/include/ATen/ops/isnan_native.h' 2025-03-04T20:07:05.0416623Z adding 'torch/include/ATen/ops/isnan_ops.h' 2025-03-04T20:07:05.0419826Z adding 'torch/include/ATen/ops/isneginf.h' 2025-03-04T20:07:05.0423180Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.0426209Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2025-03-04T20:07:05.0429939Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2025-03-04T20:07:05.0433212Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2025-03-04T20:07:05.0436522Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2025-03-04T20:07:05.0440042Z adding 'torch/include/ATen/ops/isneginf_native.h' 2025-03-04T20:07:05.0442955Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2025-03-04T20:07:05.0446126Z adding 'torch/include/ATen/ops/isposinf.h' 2025-03-04T20:07:05.0449572Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.0452515Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2025-03-04T20:07:05.0455711Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2025-03-04T20:07:05.0458736Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2025-03-04T20:07:05.0462013Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2025-03-04T20:07:05.0465041Z adding 'torch/include/ATen/ops/isposinf_native.h' 2025-03-04T20:07:05.0468348Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2025-03-04T20:07:05.0471497Z adding 'torch/include/ATen/ops/isreal.h' 2025-03-04T20:07:05.0474903Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0477872Z adding 'torch/include/ATen/ops/isreal_native.h' 2025-03-04T20:07:05.0481258Z adding 'torch/include/ATen/ops/isreal_ops.h' 2025-03-04T20:07:05.0484610Z adding 'torch/include/ATen/ops/istft.h' 2025-03-04T20:07:05.0487813Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0490872Z adding 'torch/include/ATen/ops/istft_native.h' 2025-03-04T20:07:05.0494794Z adding 'torch/include/ATen/ops/istft_ops.h' 2025-03-04T20:07:05.0498192Z adding 'torch/include/ATen/ops/item.h' 2025-03-04T20:07:05.0501991Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0504880Z adding 'torch/include/ATen/ops/item_native.h' 2025-03-04T20:07:05.0508159Z adding 'torch/include/ATen/ops/item_ops.h' 2025-03-04T20:07:05.0511640Z adding 'torch/include/ATen/ops/kaiser_window.h' 2025-03-04T20:07:05.0515459Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.0518494Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2025-03-04T20:07:05.0522462Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2025-03-04T20:07:05.0525539Z adding 'torch/include/ATen/ops/kl_div.h' 2025-03-04T20:07:05.0528979Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0532501Z adding 'torch/include/ATen/ops/kl_div_native.h' 2025-03-04T20:07:05.0535163Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2025-03-04T20:07:05.0538546Z adding 'torch/include/ATen/ops/kron.h' 2025-03-04T20:07:05.0541621Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0544507Z adding 'torch/include/ATen/ops/kron_native.h' 2025-03-04T20:07:05.0547698Z adding 'torch/include/ATen/ops/kron_ops.h' 2025-03-04T20:07:05.0551012Z adding 'torch/include/ATen/ops/kthvalue.h' 2025-03-04T20:07:05.0554643Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.0558047Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0560807Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2025-03-04T20:07:05.0563859Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2025-03-04T20:07:05.0566894Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2025-03-04T20:07:05.0570589Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2025-03-04T20:07:05.0573777Z adding 'torch/include/ATen/ops/l1_loss.h' 2025-03-04T20:07:05.0577021Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0579885Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2025-03-04T20:07:05.0582992Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2025-03-04T20:07:05.0586455Z adding 'torch/include/ATen/ops/layer_norm.h' 2025-03-04T20:07:05.0589850Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0592971Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2025-03-04T20:07:05.0596696Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2025-03-04T20:07:05.0600598Z adding 'torch/include/ATen/ops/lcm.h' 2025-03-04T20:07:05.0604739Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.0608485Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2025-03-04T20:07:05.0612394Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2025-03-04T20:07:05.0615502Z adding 'torch/include/ATen/ops/lcm_meta.h' 2025-03-04T20:07:05.0619335Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2025-03-04T20:07:05.0623183Z adding 'torch/include/ATen/ops/lcm_native.h' 2025-03-04T20:07:05.0626514Z adding 'torch/include/ATen/ops/lcm_ops.h' 2025-03-04T20:07:05.0629724Z adding 'torch/include/ATen/ops/ldexp.h' 2025-03-04T20:07:05.0633784Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0636915Z adding 'torch/include/ATen/ops/ldexp_native.h' 2025-03-04T20:07:05.0640952Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2025-03-04T20:07:05.0644974Z adding 'torch/include/ATen/ops/le.h' 2025-03-04T20:07:05.0648988Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.0652556Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2025-03-04T20:07:05.0656167Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2025-03-04T20:07:05.0659318Z adding 'torch/include/ATen/ops/le_meta.h' 2025-03-04T20:07:05.0662461Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2025-03-04T20:07:05.0665538Z adding 'torch/include/ATen/ops/le_native.h' 2025-03-04T20:07:05.0668934Z adding 'torch/include/ATen/ops/le_ops.h' 2025-03-04T20:07:05.0672167Z adding 'torch/include/ATen/ops/leaky_relu.h' 2025-03-04T20:07:05.0676245Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2025-03-04T20:07:05.0680676Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.0684813Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2025-03-04T20:07:05.0688814Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2025-03-04T20:07:05.0692787Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2025-03-04T20:07:05.0696918Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2025-03-04T20:07:05.0700396Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2025-03-04T20:07:05.0703642Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2025-03-04T20:07:05.0706976Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.0709926Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2025-03-04T20:07:05.0713063Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2025-03-04T20:07:05.0716254Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2025-03-04T20:07:05.0719381Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2025-03-04T20:07:05.0722435Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2025-03-04T20:07:05.0725671Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2025-03-04T20:07:05.0728881Z adding 'torch/include/ATen/ops/lerp.h' 2025-03-04T20:07:05.0732246Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.0735252Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2025-03-04T20:07:05.0738464Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2025-03-04T20:07:05.0741626Z adding 'torch/include/ATen/ops/lerp_meta.h' 2025-03-04T20:07:05.0744809Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2025-03-04T20:07:05.0748017Z adding 'torch/include/ATen/ops/lerp_native.h' 2025-03-04T20:07:05.0751501Z adding 'torch/include/ATen/ops/lerp_ops.h' 2025-03-04T20:07:05.0754999Z adding 'torch/include/ATen/ops/less.h' 2025-03-04T20:07:05.0758459Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0761668Z adding 'torch/include/ATen/ops/less_equal.h' 2025-03-04T20:07:05.0765217Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0768162Z adding 'torch/include/ATen/ops/less_equal_native.h' 2025-03-04T20:07:05.0771682Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2025-03-04T20:07:05.0774822Z adding 'torch/include/ATen/ops/less_native.h' 2025-03-04T20:07:05.0778372Z adding 'torch/include/ATen/ops/less_ops.h' 2025-03-04T20:07:05.0781539Z adding 'torch/include/ATen/ops/lgamma.h' 2025-03-04T20:07:05.0785060Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.0788076Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2025-03-04T20:07:05.0791237Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2025-03-04T20:07:05.0794434Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2025-03-04T20:07:05.0797546Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2025-03-04T20:07:05.0800710Z adding 'torch/include/ATen/ops/lgamma_native.h' 2025-03-04T20:07:05.0803919Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2025-03-04T20:07:05.0807227Z adding 'torch/include/ATen/ops/lift.h' 2025-03-04T20:07:05.0810586Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.0813632Z adding 'torch/include/ATen/ops/lift_fresh.h' 2025-03-04T20:07:05.0816921Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.0819993Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2025-03-04T20:07:05.0823359Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.0826593Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.0829511Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2025-03-04T20:07:05.0832681Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2025-03-04T20:07:05.0835892Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2025-03-04T20:07:05.0839025Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2025-03-04T20:07:05.0842209Z adding 'torch/include/ATen/ops/lift_native.h' 2025-03-04T20:07:05.0845402Z adding 'torch/include/ATen/ops/lift_ops.h' 2025-03-04T20:07:05.0848763Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2025-03-04T20:07:05.0852077Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0855207Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2025-03-04T20:07:05.0858751Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.0861754Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2025-03-04T20:07:05.0865027Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2025-03-04T20:07:05.0868113Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2025-03-04T20:07:05.0871572Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2025-03-04T20:07:05.0874606Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2025-03-04T20:07:05.0878122Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2025-03-04T20:07:05.0881124Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2025-03-04T20:07:05.0884411Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2025-03-04T20:07:05.0887731Z adding 'torch/include/ATen/ops/linalg_cond.h' 2025-03-04T20:07:05.0891121Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0894198Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2025-03-04T20:07:05.0897523Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2025-03-04T20:07:05.0900889Z adding 'torch/include/ATen/ops/linalg_cross.h' 2025-03-04T20:07:05.0904255Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.0907334Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2025-03-04T20:07:05.0910470Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2025-03-04T20:07:05.0913711Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2025-03-04T20:07:05.0916947Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2025-03-04T20:07:05.0920009Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2025-03-04T20:07:05.0923364Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2025-03-04T20:07:05.0926495Z adding 'torch/include/ATen/ops/linalg_det.h' 2025-03-04T20:07:05.0929886Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0932758Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2025-03-04T20:07:05.0936059Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2025-03-04T20:07:05.0939133Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2025-03-04T20:07:05.0942578Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0950783Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2025-03-04T20:07:05.0951313Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2025-03-04T20:07:05.0952220Z adding 'torch/include/ATen/ops/linalg_eig.h' 2025-03-04T20:07:05.0955584Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2025-03-04T20:07:05.0958936Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2025-03-04T20:07:05.0961734Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2025-03-04T20:07:05.0965228Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2025-03-04T20:07:05.0968411Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2025-03-04T20:07:05.0971782Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0974792Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2025-03-04T20:07:05.0978019Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2025-03-04T20:07:05.0981261Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2025-03-04T20:07:05.0984506Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.0987798Z adding 'torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h' 2025-03-04T20:07:05.0991324Z adding 'torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h' 2025-03-04T20:07:05.0995220Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2025-03-04T20:07:05.0999031Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2025-03-04T20:07:05.1002683Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2025-03-04T20:07:05.1006102Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.1009133Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2025-03-04T20:07:05.1012371Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2025-03-04T20:07:05.1015686Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2025-03-04T20:07:05.1018875Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2025-03-04T20:07:05.1022200Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2025-03-04T20:07:05.1025209Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2025-03-04T20:07:05.1028604Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2025-03-04T20:07:05.1031634Z adding 'torch/include/ATen/ops/linalg_inv.h' 2025-03-04T20:07:05.1034984Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.1038147Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2025-03-04T20:07:05.1041493Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.1044436Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2025-03-04T20:07:05.1047564Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2025-03-04T20:07:05.1050574Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2025-03-04T20:07:05.1053826Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2025-03-04T20:07:05.1056858Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2025-03-04T20:07:05.1060044Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2025-03-04T20:07:05.1063129Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2025-03-04T20:07:05.1066206Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2025-03-04T20:07:05.1069372Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2025-03-04T20:07:05.1072667Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.1075894Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2025-03-04T20:07:05.1079257Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.1082224Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2025-03-04T20:07:05.1085516Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2025-03-04T20:07:05.1088552Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2025-03-04T20:07:05.1091711Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2025-03-04T20:07:05.1094750Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2025-03-04T20:07:05.1098028Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2025-03-04T20:07:05.1101129Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2025-03-04T20:07:05.1104286Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2025-03-04T20:07:05.1107416Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2025-03-04T20:07:05.1110800Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.1113841Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2025-03-04T20:07:05.1117022Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2025-03-04T20:07:05.1120029Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2025-03-04T20:07:05.1123153Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2025-03-04T20:07:05.1131891Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2025-03-04T20:07:05.1135153Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2025-03-04T20:07:05.1138420Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2025-03-04T20:07:05.1141939Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.1144989Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2025-03-04T20:07:05.1148354Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2025-03-04T20:07:05.1151434Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2025-03-04T20:07:05.1155040Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2025-03-04T20:07:05.1158298Z adding 'torch/include/ATen/ops/linalg_lu.h' 2025-03-04T20:07:05.1161752Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.1164839Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2025-03-04T20:07:05.1167988Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2025-03-04T20:07:05.1171247Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2025-03-04T20:07:05.1174580Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.1177781Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2025-03-04T20:07:05.1181142Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.1184276Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2025-03-04T20:07:05.1187494Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2025-03-04T20:07:05.1191163Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2025-03-04T20:07:05.1194618Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2025-03-04T20:07:05.1197692Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2025-03-04T20:07:05.1201143Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2025-03-04T20:07:05.1204343Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2025-03-04T20:07:05.1207605Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2025-03-04T20:07:05.1210845Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2025-03-04T20:07:05.1213928Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2025-03-04T20:07:05.1217573Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2025-03-04T20:07:05.1220875Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2025-03-04T20:07:05.1224226Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2025-03-04T20:07:05.1227727Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.1230712Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2025-03-04T20:07:05.1234073Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2025-03-04T20:07:05.1237126Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2025-03-04T20:07:05.1240483Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2025-03-04T20:07:05.1243534Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2025-03-04T20:07:05.1246962Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2025-03-04T20:07:05.1250291Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2025-03-04T20:07:05.1253541Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.1256542Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2025-03-04T20:07:05.1259724Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2025-03-04T20:07:05.1262984Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2025-03-04T20:07:05.1266349Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.1269387Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2025-03-04T20:07:05.1272598Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2025-03-04T20:07:05.1275760Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2025-03-04T20:07:05.1279056Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2025-03-04T20:07:05.1282338Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2025-03-04T20:07:05.1286109Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.1289131Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2025-03-04T20:07:05.1292650Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2025-03-04T20:07:05.1295994Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2025-03-04T20:07:05.1299319Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.1302344Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2025-03-04T20:07:05.1305529Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2025-03-04T20:07:05.1309388Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2025-03-04T20:07:05.1313062Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.1316270Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2025-03-04T20:07:05.1320070Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2025-03-04T20:07:05.1323340Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2025-03-04T20:07:05.1326784Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.1329704Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2025-03-04T20:07:05.1332983Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2025-03-04T20:07:05.1336392Z adding 'torch/include/ATen/ops/linalg_norm.h' 2025-03-04T20:07:05.1339861Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.1342983Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2025-03-04T20:07:05.1346431Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2025-03-04T20:07:05.1350070Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2025-03-04T20:07:05.1353648Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.1356994Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.1360179Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.1363178Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2025-03-04T20:07:05.1367010Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2025-03-04T20:07:05.1370454Z adding 'torch/include/ATen/ops/linalg_qr.h' 2025-03-04T20:07:05.1373847Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.1377025Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2025-03-04T20:07:05.1380147Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2025-03-04T20:07:05.1383292Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2025-03-04T20:07:05.1386404Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2025-03-04T20:07:05.1390049Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2025-03-04T20:07:05.1393580Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2025-03-04T20:07:05.1396787Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2025-03-04T20:07:05.1400289Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.1403170Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2025-03-04T20:07:05.1406507Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2025-03-04T20:07:05.1409624Z adding 'torch/include/ATen/ops/linalg_solve.h' 2025-03-04T20:07:05.1413050Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.1416152Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2025-03-04T20:07:05.1419596Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.1422650Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2025-03-04T20:07:05.1425960Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2025-03-04T20:07:05.1429141Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2025-03-04T20:07:05.1432351Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2025-03-04T20:07:05.1435790Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2025-03-04T20:07:05.1439056Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2025-03-04T20:07:05.1442357Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2025-03-04T20:07:05.1445432Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2025-03-04T20:07:05.1448816Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2025-03-04T20:07:05.1452086Z adding 'torch/include/ATen/ops/linalg_svd.h' 2025-03-04T20:07:05.1455436Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.1458480Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2025-03-04T20:07:05.1461785Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2025-03-04T20:07:05.1465099Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2025-03-04T20:07:05.1468427Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.1471314Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2025-03-04T20:07:05.1474711Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2025-03-04T20:07:05.1477870Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2025-03-04T20:07:05.1481176Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.1484087Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2025-03-04T20:07:05.1487227Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2025-03-04T20:07:05.1490569Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2025-03-04T20:07:05.1493924Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.1496801Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2025-03-04T20:07:05.1500011Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2025-03-04T20:07:05.1503220Z adding 'torch/include/ATen/ops/linalg_vander.h' 2025-03-04T20:07:05.1506441Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.1509333Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2025-03-04T20:07:05.1512419Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2025-03-04T20:07:05.1515677Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2025-03-04T20:07:05.1518961Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.1522047Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2025-03-04T20:07:05.1525528Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2025-03-04T20:07:05.1528774Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2025-03-04T20:07:05.1532229Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.1535198Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2025-03-04T20:07:05.1538358Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2025-03-04T20:07:05.1541395Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2025-03-04T20:07:05.1544514Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2025-03-04T20:07:05.1547536Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2025-03-04T20:07:05.1550783Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2025-03-04T20:07:05.1554016Z adding 'torch/include/ATen/ops/linear.h' 2025-03-04T20:07:05.1557260Z adding 'torch/include/ATen/ops/linear_backward.h' 2025-03-04T20:07:05.1560585Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.1563471Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2025-03-04T20:07:05.1566741Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2025-03-04T20:07:05.1570002Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.1573092Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.1575997Z adding 'torch/include/ATen/ops/linear_native.h' 2025-03-04T20:07:05.1579472Z adding 'torch/include/ATen/ops/linear_ops.h' 2025-03-04T20:07:05.1583091Z adding 'torch/include/ATen/ops/linspace.h' 2025-03-04T20:07:05.1586700Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.1589715Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2025-03-04T20:07:05.1592773Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2025-03-04T20:07:05.1596015Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2025-03-04T20:07:05.1599107Z adding 'torch/include/ATen/ops/linspace_native.h' 2025-03-04T20:07:05.1603160Z adding 'torch/include/ATen/ops/linspace_ops.h' 2025-03-04T20:07:05.1606159Z adding 'torch/include/ATen/ops/log.h' 2025-03-04T20:07:05.1609245Z adding 'torch/include/ATen/ops/log10.h' 2025-03-04T20:07:05.1612546Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.1615552Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2025-03-04T20:07:05.1618627Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2025-03-04T20:07:05.1621605Z adding 'torch/include/ATen/ops/log10_meta.h' 2025-03-04T20:07:05.1624697Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2025-03-04T20:07:05.1627975Z adding 'torch/include/ATen/ops/log10_native.h' 2025-03-04T20:07:05.1630934Z adding 'torch/include/ATen/ops/log10_ops.h' 2025-03-04T20:07:05.1634148Z adding 'torch/include/ATen/ops/log1p.h' 2025-03-04T20:07:05.1637511Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.1640433Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2025-03-04T20:07:05.1643631Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2025-03-04T20:07:05.1646572Z adding 'torch/include/ATen/ops/log1p_meta.h' 2025-03-04T20:07:05.1649670Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2025-03-04T20:07:05.1652761Z adding 'torch/include/ATen/ops/log1p_native.h' 2025-03-04T20:07:05.1655894Z adding 'torch/include/ATen/ops/log1p_ops.h' 2025-03-04T20:07:05.1659049Z adding 'torch/include/ATen/ops/log2.h' 2025-03-04T20:07:05.1662344Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.1665231Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2025-03-04T20:07:05.1668270Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2025-03-04T20:07:05.1671489Z adding 'torch/include/ATen/ops/log2_meta.h' 2025-03-04T20:07:05.1674472Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2025-03-04T20:07:05.1677456Z adding 'torch/include/ATen/ops/log2_native.h' 2025-03-04T20:07:05.1680666Z adding 'torch/include/ATen/ops/log2_ops.h' 2025-03-04T20:07:05.1684031Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.1687004Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2025-03-04T20:07:05.1690092Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2025-03-04T20:07:05.1693204Z adding 'torch/include/ATen/ops/log_meta.h' 2025-03-04T20:07:05.1696171Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2025-03-04T20:07:05.1699185Z adding 'torch/include/ATen/ops/log_native.h' 2025-03-04T20:07:05.1702293Z adding 'torch/include/ATen/ops/log_normal.h' 2025-03-04T20:07:05.1705606Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.1708563Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2025-03-04T20:07:05.1711662Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2025-03-04T20:07:05.1714837Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2025-03-04T20:07:05.1717860Z adding 'torch/include/ATen/ops/log_normal_native.h' 2025-03-04T20:07:05.1721134Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2025-03-04T20:07:05.1724394Z adding 'torch/include/ATen/ops/log_ops.h' 2025-03-04T20:07:05.1727517Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2025-03-04T20:07:05.1730616Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2025-03-04T20:07:05.1733852Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2025-03-04T20:07:05.1736975Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2025-03-04T20:07:05.1739970Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2025-03-04T20:07:05.1743147Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2025-03-04T20:07:05.1746406Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.1749440Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2025-03-04T20:07:05.1752619Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2025-03-04T20:07:05.1755866Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2025-03-04T20:07:05.1758918Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2025-03-04T20:07:05.1762158Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2025-03-04T20:07:05.1765167Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2025-03-04T20:07:05.1768303Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2025-03-04T20:07:05.1771443Z adding 'torch/include/ATen/ops/log_softmax.h' 2025-03-04T20:07:05.1774727Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.1777835Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.1780730Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2025-03-04T20:07:05.1784364Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2025-03-04T20:07:05.1787566Z adding 'torch/include/ATen/ops/logaddexp.h' 2025-03-04T20:07:05.1790665Z adding 'torch/include/ATen/ops/logaddexp2.h' 2025-03-04T20:07:05.1794113Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.1797033Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2025-03-04T20:07:05.1800339Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2025-03-04T20:07:05.1803296Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2025-03-04T20:07:05.1806590Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2025-03-04T20:07:05.1809929Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2025-03-04T20:07:05.1813381Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2025-03-04T20:07:05.1816876Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.1819788Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2025-03-04T20:07:05.1823028Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2025-03-04T20:07:05.1826056Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2025-03-04T20:07:05.1829334Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2025-03-04T20:07:05.1832354Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2025-03-04T20:07:05.1835803Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2025-03-04T20:07:05.1839032Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2025-03-04T20:07:05.1842551Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.1845737Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.1848674Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2025-03-04T20:07:05.1852134Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2025-03-04T20:07:05.1855249Z adding 'torch/include/ATen/ops/logdet.h' 2025-03-04T20:07:05.1858581Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.1861549Z adding 'torch/include/ATen/ops/logdet_native.h' 2025-03-04T20:07:05.1864847Z adding 'torch/include/ATen/ops/logdet_ops.h' 2025-03-04T20:07:05.1867989Z adding 'torch/include/ATen/ops/logical_and.h' 2025-03-04T20:07:05.1871367Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.1874601Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2025-03-04T20:07:05.1877691Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2025-03-04T20:07:05.1880785Z adding 'torch/include/ATen/ops/logical_and_native.h' 2025-03-04T20:07:05.1884046Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2025-03-04T20:07:05.1887292Z adding 'torch/include/ATen/ops/logical_not.h' 2025-03-04T20:07:05.1890567Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.1893713Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2025-03-04T20:07:05.1896817Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2025-03-04T20:07:05.1899921Z adding 'torch/include/ATen/ops/logical_not_native.h' 2025-03-04T20:07:05.1903229Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2025-03-04T20:07:05.1906351Z adding 'torch/include/ATen/ops/logical_or.h' 2025-03-04T20:07:05.1909746Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.1912732Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2025-03-04T20:07:05.1916126Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2025-03-04T20:07:05.1919107Z adding 'torch/include/ATen/ops/logical_or_native.h' 2025-03-04T20:07:05.1922498Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2025-03-04T20:07:05.1925744Z adding 'torch/include/ATen/ops/logical_xor.h' 2025-03-04T20:07:05.1929825Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.1933040Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2025-03-04T20:07:05.1936149Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2025-03-04T20:07:05.1939313Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2025-03-04T20:07:05.1942580Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2025-03-04T20:07:05.1945901Z adding 'torch/include/ATen/ops/logit.h' 2025-03-04T20:07:05.1949100Z adding 'torch/include/ATen/ops/logit_backward.h' 2025-03-04T20:07:05.1952672Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.1955763Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2025-03-04T20:07:05.1958881Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2025-03-04T20:07:05.1962002Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2025-03-04T20:07:05.1965130Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2025-03-04T20:07:05.1968294Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2025-03-04T20:07:05.1971504Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2025-03-04T20:07:05.1974798Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2025-03-04T20:07:05.1977953Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2025-03-04T20:07:05.1981169Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2025-03-04T20:07:05.1984319Z adding 'torch/include/ATen/ops/logit_native.h' 2025-03-04T20:07:05.1987496Z adding 'torch/include/ATen/ops/logit_ops.h' 2025-03-04T20:07:05.1991567Z adding 'torch/include/ATen/ops/logspace.h' 2025-03-04T20:07:05.1996046Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.1999471Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2025-03-04T20:07:05.2003098Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2025-03-04T20:07:05.2006399Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2025-03-04T20:07:05.2009510Z adding 'torch/include/ATen/ops/logspace_native.h' 2025-03-04T20:07:05.2013518Z adding 'torch/include/ATen/ops/logspace_ops.h' 2025-03-04T20:07:05.2017142Z adding 'torch/include/ATen/ops/logsumexp.h' 2025-03-04T20:07:05.2020473Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.2023832Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.2026882Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.2029994Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2025-03-04T20:07:05.2033337Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2025-03-04T20:07:05.2036612Z adding 'torch/include/ATen/ops/lshift.h' 2025-03-04T20:07:05.2040152Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.2043229Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2025-03-04T20:07:05.2046336Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2025-03-04T20:07:05.2049421Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2025-03-04T20:07:05.2052423Z adding 'torch/include/ATen/ops/lshift_native.h' 2025-03-04T20:07:05.2055983Z adding 'torch/include/ATen/ops/lshift_ops.h' 2025-03-04T20:07:05.2059242Z adding 'torch/include/ATen/ops/lstm.h' 2025-03-04T20:07:05.2062392Z adding 'torch/include/ATen/ops/lstm_cell.h' 2025-03-04T20:07:05.2065679Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.2068571Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2025-03-04T20:07:05.2071738Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2025-03-04T20:07:05.2075131Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.2078409Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2025-03-04T20:07:05.2081874Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.2084872Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2025-03-04T20:07:05.2095682Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2025-03-04T20:07:05.2098772Z adding 'torch/include/ATen/ops/lstm_native.h' 2025-03-04T20:07:05.2102426Z adding 'torch/include/ATen/ops/lstm_ops.h' 2025-03-04T20:07:05.2105734Z adding 'torch/include/ATen/ops/lt.h' 2025-03-04T20:07:05.2109124Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.2112171Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2025-03-04T20:07:05.2115434Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2025-03-04T20:07:05.2118505Z adding 'torch/include/ATen/ops/lt_meta.h' 2025-03-04T20:07:05.2121660Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2025-03-04T20:07:05.2124740Z adding 'torch/include/ATen/ops/lt_native.h' 2025-03-04T20:07:05.2128129Z adding 'torch/include/ATen/ops/lt_ops.h' 2025-03-04T20:07:05.2131307Z adding 'torch/include/ATen/ops/lu_solve.h' 2025-03-04T20:07:05.2134568Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.2137445Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2025-03-04T20:07:05.2140666Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2025-03-04T20:07:05.2143915Z adding 'torch/include/ATen/ops/lu_unpack.h' 2025-03-04T20:07:05.2147286Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.2150389Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2025-03-04T20:07:05.2153622Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2025-03-04T20:07:05.2156725Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2025-03-04T20:07:05.2159804Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2025-03-04T20:07:05.2162839Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2025-03-04T20:07:05.2166101Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2025-03-04T20:07:05.2169088Z adding 'torch/include/ATen/ops/mH.h' 2025-03-04T20:07:05.2172257Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.2175106Z adding 'torch/include/ATen/ops/mH_native.h' 2025-03-04T20:07:05.2178176Z adding 'torch/include/ATen/ops/mH_ops.h' 2025-03-04T20:07:05.2181145Z adding 'torch/include/ATen/ops/mT.h' 2025-03-04T20:07:05.2184309Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.2187134Z adding 'torch/include/ATen/ops/mT_native.h' 2025-03-04T20:07:05.2190187Z adding 'torch/include/ATen/ops/mT_ops.h' 2025-03-04T20:07:05.2193728Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2025-03-04T20:07:05.2197082Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.2199939Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2025-03-04T20:07:05.2203075Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2025-03-04T20:07:05.2206275Z adding 'torch/include/ATen/ops/masked_fill.h' 2025-03-04T20:07:05.2209599Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.2212603Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2025-03-04T20:07:05.2215625Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2025-03-04T20:07:05.2218674Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2025-03-04T20:07:05.2221786Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2025-03-04T20:07:05.2225278Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2025-03-04T20:07:05.2228489Z adding 'torch/include/ATen/ops/masked_scatter.h' 2025-03-04T20:07:05.2231678Z adding 'torch/include/ATen/ops/masked_scatter_backward.h' 2025-03-04T20:07:05.2235030Z adding 'torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.2237916Z adding 'torch/include/ATen/ops/masked_scatter_backward_native.h' 2025-03-04T20:07:05.2241047Z adding 'torch/include/ATen/ops/masked_scatter_backward_ops.h' 2025-03-04T20:07:05.2244308Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.2247284Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2025-03-04T20:07:05.2250646Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2025-03-04T20:07:05.2253579Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2025-03-04T20:07:05.2256707Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2025-03-04T20:07:05.2259969Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2025-03-04T20:07:05.2263331Z adding 'torch/include/ATen/ops/masked_select.h' 2025-03-04T20:07:05.2266459Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2025-03-04T20:07:05.2269758Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.2272756Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2025-03-04T20:07:05.2276018Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2025-03-04T20:07:05.2279254Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2025-03-04T20:07:05.2282315Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2025-03-04T20:07:05.2285443Z adding 'torch/include/ATen/ops/masked_select_native.h' 2025-03-04T20:07:05.2288639Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2025-03-04T20:07:05.2291893Z adding 'torch/include/ATen/ops/matmul.h' 2025-03-04T20:07:05.2295228Z adding 'torch/include/ATen/ops/matmul_backward.h' 2025-03-04T20:07:05.2298577Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.2301698Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2025-03-04T20:07:05.2304916Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2025-03-04T20:07:05.2308306Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.2311223Z adding 'torch/include/ATen/ops/matmul_native.h' 2025-03-04T20:07:05.2314579Z adding 'torch/include/ATen/ops/matmul_ops.h' 2025-03-04T20:07:05.2317683Z adding 'torch/include/ATen/ops/matrix_H.h' 2025-03-04T20:07:05.2320912Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.2323897Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2025-03-04T20:07:05.2326993Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2025-03-04T20:07:05.2330101Z adding 'torch/include/ATen/ops/matrix_exp.h' 2025-03-04T20:07:05.2333160Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2025-03-04T20:07:05.2336604Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.2339485Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2025-03-04T20:07:05.2342720Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2025-03-04T20:07:05.2345930Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.2348941Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2025-03-04T20:07:05.2352241Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2025-03-04T20:07:05.2355479Z adding 'torch/include/ATen/ops/matrix_power.h' 2025-03-04T20:07:05.2358836Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.2361742Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2025-03-04T20:07:05.2365030Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2025-03-04T20:07:05.2368384Z adding 'torch/include/ATen/ops/max.h' 2025-03-04T20:07:05.2371946Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.2375081Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.2378312Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2025-03-04T20:07:05.2381567Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2025-03-04T20:07:05.2384698Z adding 'torch/include/ATen/ops/max_meta.h' 2025-03-04T20:07:05.2387942Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2025-03-04T20:07:05.2391048Z adding 'torch/include/ATen/ops/max_native.h' 2025-03-04T20:07:05.2394880Z adding 'torch/include/ATen/ops/max_ops.h' 2025-03-04T20:07:05.2398202Z adding 'torch/include/ATen/ops/max_pool1d.h' 2025-03-04T20:07:05.2401614Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.2404615Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2025-03-04T20:07:05.2407758Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2025-03-04T20:07:05.2411087Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2025-03-04T20:07:05.2414306Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.2417309Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2025-03-04T20:07:05.2420504Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2025-03-04T20:07:05.2423742Z adding 'torch/include/ATen/ops/max_pool2d.h' 2025-03-04T20:07:05.2427018Z adding 'torch/include/ATen/ops/max_pool2d_backward.h' 2025-03-04T20:07:05.2430509Z adding 'torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.2433588Z adding 'torch/include/ATen/ops/max_pool2d_backward_native.h' 2025-03-04T20:07:05.2436914Z adding 'torch/include/ATen/ops/max_pool2d_backward_ops.h' 2025-03-04T20:07:05.2440344Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.2443252Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2025-03-04T20:07:05.2446626Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2025-03-04T20:07:05.2450011Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2025-03-04T20:07:05.2453400Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2025-03-04T20:07:05.2457048Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.2460064Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2025-03-04T20:07:05.2463364Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2025-03-04T20:07:05.2466494Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2025-03-04T20:07:05.2469867Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2025-03-04T20:07:05.2473015Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2025-03-04T20:07:05.2476546Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2025-03-04T20:07:05.2480024Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.2483044Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2025-03-04T20:07:05.2486308Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2025-03-04T20:07:05.2489371Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2025-03-04T20:07:05.2492732Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2025-03-04T20:07:05.2495794Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2025-03-04T20:07:05.2499607Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2025-03-04T20:07:05.2503147Z adding 'torch/include/ATen/ops/max_pool3d.h' 2025-03-04T20:07:05.2506442Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.2509468Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2025-03-04T20:07:05.2512682Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2025-03-04T20:07:05.2516847Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2025-03-04T20:07:05.2520247Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2025-03-04T20:07:05.2523651Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2025-03-04T20:07:05.2527052Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2025-03-04T20:07:05.2530076Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2025-03-04T20:07:05.2533395Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2025-03-04T20:07:05.2536632Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2025-03-04T20:07:05.2540017Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2025-03-04T20:07:05.2543130Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2025-03-04T20:07:05.2546491Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2025-03-04T20:07:05.2549782Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2025-03-04T20:07:05.2553058Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2025-03-04T20:07:05.2556510Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2025-03-04T20:07:05.2559571Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2025-03-04T20:07:05.2562767Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2025-03-04T20:07:05.2566192Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2025-03-04T20:07:05.2569550Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2025-03-04T20:07:05.2572718Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2025-03-04T20:07:05.2575750Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2025-03-04T20:07:05.2578975Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2025-03-04T20:07:05.2582415Z adding 'torch/include/ATen/ops/maximum.h' 2025-03-04T20:07:05.2585984Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.2588893Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2025-03-04T20:07:05.2592570Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2025-03-04T20:07:05.2595135Z adding 'torch/include/ATen/ops/maximum_meta.h' 2025-03-04T20:07:05.2598152Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2025-03-04T20:07:05.2601188Z adding 'torch/include/ATen/ops/maximum_native.h' 2025-03-04T20:07:05.2604396Z adding 'torch/include/ATen/ops/maximum_ops.h' 2025-03-04T20:07:05.2607727Z adding 'torch/include/ATen/ops/mean.h' 2025-03-04T20:07:05.2611090Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.2614259Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.2617321Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.2620315Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2025-03-04T20:07:05.2623435Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2025-03-04T20:07:05.2626718Z adding 'torch/include/ATen/ops/mean_meta.h' 2025-03-04T20:07:05.2629914Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2025-03-04T20:07:05.2633080Z adding 'torch/include/ATen/ops/mean_native.h' 2025-03-04T20:07:05.2636650Z adding 'torch/include/ATen/ops/mean_ops.h' 2025-03-04T20:07:05.2640047Z adding 'torch/include/ATen/ops/median.h' 2025-03-04T20:07:05.2643573Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.2646679Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.2649658Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2025-03-04T20:07:05.2652843Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2025-03-04T20:07:05.2655932Z adding 'torch/include/ATen/ops/median_native.h' 2025-03-04T20:07:05.2659375Z adding 'torch/include/ATen/ops/median_ops.h' 2025-03-04T20:07:05.2662543Z adding 'torch/include/ATen/ops/meshgrid.h' 2025-03-04T20:07:05.2665793Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.2668625Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2025-03-04T20:07:05.2671741Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2025-03-04T20:07:05.2675200Z adding 'torch/include/ATen/ops/min.h' 2025-03-04T20:07:05.2679289Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.2682438Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.2685503Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2025-03-04T20:07:05.2688681Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2025-03-04T20:07:05.2691766Z adding 'torch/include/ATen/ops/min_meta.h' 2025-03-04T20:07:05.2694868Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2025-03-04T20:07:05.2697964Z adding 'torch/include/ATen/ops/min_native.h' 2025-03-04T20:07:05.2701551Z adding 'torch/include/ATen/ops/min_ops.h' 2025-03-04T20:07:05.2704818Z adding 'torch/include/ATen/ops/minimum.h' 2025-03-04T20:07:05.2708111Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.2710988Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2025-03-04T20:07:05.2714117Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2025-03-04T20:07:05.2717102Z adding 'torch/include/ATen/ops/minimum_meta.h' 2025-03-04T20:07:05.2720156Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2025-03-04T20:07:05.2723166Z adding 'torch/include/ATen/ops/minimum_native.h' 2025-03-04T20:07:05.2726337Z adding 'torch/include/ATen/ops/minimum_ops.h' 2025-03-04T20:07:05.2729649Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2025-03-04T20:07:05.2732992Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2025-03-04T20:07:05.2736438Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.2739466Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2025-03-04T20:07:05.2743056Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2025-03-04T20:07:05.2745962Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2025-03-04T20:07:05.2749284Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.2752305Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2025-03-04T20:07:05.2755446Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2025-03-04T20:07:05.2758788Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2025-03-04T20:07:05.2762395Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2025-03-04T20:07:05.2765944Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2025-03-04T20:07:05.2769239Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2025-03-04T20:07:05.2772242Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2025-03-04T20:07:05.2775425Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2025-03-04T20:07:05.2778744Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.2781761Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2025-03-04T20:07:05.2784816Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2025-03-04T20:07:05.2788101Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2025-03-04T20:07:05.2791446Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2025-03-04T20:07:05.2794793Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2025-03-04T20:07:05.2797784Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2025-03-04T20:07:05.2800946Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2025-03-04T20:07:05.2804678Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2025-03-04T20:07:05.2808346Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.2811601Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2025-03-04T20:07:05.2814654Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2025-03-04T20:07:05.2818101Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2025-03-04T20:07:05.2821903Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2025-03-04T20:07:05.2825480Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.2828745Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2025-03-04T20:07:05.2831777Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2025-03-04T20:07:05.2835303Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2025-03-04T20:07:05.2838697Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2025-03-04T20:07:05.2842433Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2025-03-04T20:07:05.2846012Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.2849196Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2025-03-04T20:07:05.2852568Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2025-03-04T20:07:05.2856299Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2025-03-04T20:07:05.2859834Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.2863089Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2025-03-04T20:07:05.2866193Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2025-03-04T20:07:05.2869816Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2025-03-04T20:07:05.2873113Z adding 'torch/include/ATen/ops/mish.h' 2025-03-04T20:07:05.2876307Z adding 'torch/include/ATen/ops/mish_backward.h' 2025-03-04T20:07:05.2879668Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.2882630Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2025-03-04T20:07:05.2885874Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2025-03-04T20:07:05.2888777Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2025-03-04T20:07:05.2892016Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2025-03-04T20:07:05.2895296Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.2898312Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2025-03-04T20:07:05.2901406Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2025-03-04T20:07:05.2904519Z adding 'torch/include/ATen/ops/mish_meta.h' 2025-03-04T20:07:05.2907699Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2025-03-04T20:07:05.2910682Z adding 'torch/include/ATen/ops/mish_native.h' 2025-03-04T20:07:05.2914081Z adding 'torch/include/ATen/ops/mish_ops.h' 2025-03-04T20:07:05.2917320Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2025-03-04T20:07:05.2920715Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2025-03-04T20:07:05.2924076Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.2927076Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2025-03-04T20:07:05.2930360Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2025-03-04T20:07:05.2933406Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2025-03-04T20:07:05.2936707Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2025-03-04T20:07:05.2940215Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2025-03-04T20:07:05.2945370Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.2948667Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2025-03-04T20:07:05.2952090Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2025-03-04T20:07:05.2955450Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2025-03-04T20:07:05.2958827Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2025-03-04T20:07:05.2962211Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.2965420Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2025-03-04T20:07:05.2968761Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.2971969Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2025-03-04T20:07:05.2975399Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2025-03-04T20:07:05.2978492Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2025-03-04T20:07:05.2981871Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2025-03-04T20:07:05.2985140Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2025-03-04T20:07:05.2988681Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.2991592Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2025-03-04T20:07:05.2995073Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2025-03-04T20:07:05.2998534Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3001978Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2025-03-04T20:07:05.3005670Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2025-03-04T20:07:05.3009341Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2025-03-04T20:07:05.3013014Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2025-03-04T20:07:05.3016408Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3019495Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2025-03-04T20:07:05.3022772Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2025-03-04T20:07:05.3026288Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3029125Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2025-03-04T20:07:05.3032532Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2025-03-04T20:07:05.3035958Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2025-03-04T20:07:05.3039470Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2025-03-04T20:07:05.3042843Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3046316Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2025-03-04T20:07:05.3050194Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2025-03-04T20:07:05.3054020Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3057420Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2025-03-04T20:07:05.3061173Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2025-03-04T20:07:05.3065540Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2025-03-04T20:07:05.3069772Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3073254Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2025-03-04T20:07:05.3077060Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2025-03-04T20:07:05.3080776Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2025-03-04T20:07:05.3084537Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3087510Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2025-03-04T20:07:05.3090953Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2025-03-04T20:07:05.3094272Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer.h' 2025-03-04T20:07:05.3098092Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward.h' 2025-03-04T20:07:05.3101823Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3105005Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h' 2025-03-04T20:07:05.3108219Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h' 2025-03-04T20:07:05.3111960Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h' 2025-03-04T20:07:05.3115729Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3118795Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h' 2025-03-04T20:07:05.3121910Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_native.h' 2025-03-04T20:07:05.3125394Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_ops.h' 2025-03-04T20:07:05.3128731Z adding 'torch/include/ATen/ops/mm.h' 2025-03-04T20:07:05.3132082Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.3134917Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2025-03-04T20:07:05.3137958Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2025-03-04T20:07:05.3140890Z adding 'torch/include/ATen/ops/mm_meta.h' 2025-03-04T20:07:05.3143942Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2025-03-04T20:07:05.3146953Z adding 'torch/include/ATen/ops/mm_native.h' 2025-03-04T20:07:05.3150156Z adding 'torch/include/ATen/ops/mm_ops.h' 2025-03-04T20:07:05.3153482Z adding 'torch/include/ATen/ops/mode.h' 2025-03-04T20:07:05.3156979Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3160056Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.3163031Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2025-03-04T20:07:05.3166076Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2025-03-04T20:07:05.3169076Z adding 'torch/include/ATen/ops/mode_native.h' 2025-03-04T20:07:05.3172398Z adding 'torch/include/ATen/ops/mode_ops.h' 2025-03-04T20:07:05.3175625Z adding 'torch/include/ATen/ops/moveaxis.h' 2025-03-04T20:07:05.3178781Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.3181597Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2025-03-04T20:07:05.3184750Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2025-03-04T20:07:05.3187799Z adding 'torch/include/ATen/ops/movedim.h' 2025-03-04T20:07:05.3191072Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.3194052Z adding 'torch/include/ATen/ops/movedim_native.h' 2025-03-04T20:07:05.3197210Z adding 'torch/include/ATen/ops/movedim_ops.h' 2025-03-04T20:07:05.3200921Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2025-03-04T20:07:05.3204554Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3207487Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2025-03-04T20:07:05.3210957Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2025-03-04T20:07:05.3214695Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2025-03-04T20:07:05.3218368Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3221311Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2025-03-04T20:07:05.3224643Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2025-03-04T20:07:05.3227690Z adding 'torch/include/ATen/ops/mse_loss.h' 2025-03-04T20:07:05.3231617Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2025-03-04T20:07:05.3234909Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2025-03-04T20:07:05.3237999Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2025-03-04T20:07:05.3240971Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2025-03-04T20:07:05.3244219Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2025-03-04T20:07:05.3247527Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.3250396Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2025-03-04T20:07:05.3253470Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2025-03-04T20:07:05.3256432Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2025-03-04T20:07:05.3259547Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2025-03-04T20:07:05.3262481Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2025-03-04T20:07:05.3265668Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2025-03-04T20:07:05.3268714Z adding 'torch/include/ATen/ops/msort.h' 2025-03-04T20:07:05.3271948Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.3274871Z adding 'torch/include/ATen/ops/msort_native.h' 2025-03-04T20:07:05.3277985Z adding 'torch/include/ATen/ops/msort_ops.h' 2025-03-04T20:07:05.3281176Z adding 'torch/include/ATen/ops/mul.h' 2025-03-04T20:07:05.3284385Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3287540Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.3290468Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2025-03-04T20:07:05.3293531Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2025-03-04T20:07:05.3296497Z adding 'torch/include/ATen/ops/mul_meta.h' 2025-03-04T20:07:05.3299600Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2025-03-04T20:07:05.3302703Z adding 'torch/include/ATen/ops/mul_native.h' 2025-03-04T20:07:05.3306104Z adding 'torch/include/ATen/ops/mul_ops.h' 2025-03-04T20:07:05.3309401Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2025-03-04T20:07:05.3312824Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2025-03-04T20:07:05.3316558Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2025-03-04T20:07:05.3319934Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2025-03-04T20:07:05.3323200Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2025-03-04T20:07:05.3326531Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2025-03-04T20:07:05.3329850Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2025-03-04T20:07:05.3332999Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2025-03-04T20:07:05.3336186Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2025-03-04T20:07:05.3339460Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2025-03-04T20:07:05.3342795Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2025-03-04T20:07:05.3346072Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2025-03-04T20:07:05.3349438Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2025-03-04T20:07:05.3352708Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2025-03-04T20:07:05.3355904Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2025-03-04T20:07:05.3359265Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2025-03-04T20:07:05.3362573Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.3365805Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2025-03-04T20:07:05.3368994Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2025-03-04T20:07:05.3372305Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2025-03-04T20:07:05.3375316Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2025-03-04T20:07:05.3378777Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2025-03-04T20:07:05.3381931Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2025-03-04T20:07:05.3385204Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2025-03-04T20:07:05.3388557Z adding 'torch/include/ATen/ops/multinomial.h' 2025-03-04T20:07:05.3391783Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2025-03-04T20:07:05.3395153Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2025-03-04T20:07:05.3398173Z adding 'torch/include/ATen/ops/multinomial_native.h' 2025-03-04T20:07:05.3401489Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2025-03-04T20:07:05.3404734Z adding 'torch/include/ATen/ops/multiply.h' 2025-03-04T20:07:05.3408053Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.3411091Z adding 'torch/include/ATen/ops/multiply_native.h' 2025-03-04T20:07:05.3414439Z adding 'torch/include/ATen/ops/multiply_ops.h' 2025-03-04T20:07:05.3417674Z adding 'torch/include/ATen/ops/mv.h' 2025-03-04T20:07:05.3420924Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3423941Z adding 'torch/include/ATen/ops/mv_native.h' 2025-03-04T20:07:05.3427790Z adding 'torch/include/ATen/ops/mv_ops.h' 2025-03-04T20:07:05.3430369Z adding 'torch/include/ATen/ops/mvlgamma.h' 2025-03-04T20:07:05.3434465Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3437515Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2025-03-04T20:07:05.3440732Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2025-03-04T20:07:05.3443689Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2025-03-04T20:07:05.3446994Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2025-03-04T20:07:05.3450174Z adding 'torch/include/ATen/ops/nan_to_num.h' 2025-03-04T20:07:05.3453606Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3456613Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2025-03-04T20:07:05.3459825Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2025-03-04T20:07:05.3462995Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2025-03-04T20:07:05.3466288Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2025-03-04T20:07:05.3469708Z adding 'torch/include/ATen/ops/nanmean.h' 2025-03-04T20:07:05.3472910Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.3476097Z adding 'torch/include/ATen/ops/nanmean_native.h' 2025-03-04T20:07:05.3479331Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2025-03-04T20:07:05.3482831Z adding 'torch/include/ATen/ops/nanmedian.h' 2025-03-04T20:07:05.3486324Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3489475Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.3492612Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2025-03-04T20:07:05.3495721Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2025-03-04T20:07:05.3498941Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2025-03-04T20:07:05.3502488Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2025-03-04T20:07:05.3506362Z adding 'torch/include/ATen/ops/nanquantile.h' 2025-03-04T20:07:05.3510426Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.3514055Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2025-03-04T20:07:05.3517804Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2025-03-04T20:07:05.3521065Z adding 'torch/include/ATen/ops/nansum.h' 2025-03-04T20:07:05.3524707Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2025-03-04T20:07:05.3527990Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2025-03-04T20:07:05.3531056Z adding 'torch/include/ATen/ops/nansum_native.h' 2025-03-04T20:07:05.3534384Z adding 'torch/include/ATen/ops/nansum_ops.h' 2025-03-04T20:07:05.3537788Z adding 'torch/include/ATen/ops/narrow.h' 2025-03-04T20:07:05.3541108Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.3544454Z adding 'torch/include/ATen/ops/narrow_copy.h' 2025-03-04T20:07:05.3547894Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.3551073Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2025-03-04T20:07:05.3554187Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2025-03-04T20:07:05.3557428Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2025-03-04T20:07:05.3560641Z adding 'torch/include/ATen/ops/narrow_native.h' 2025-03-04T20:07:05.3563889Z adding 'torch/include/ATen/ops/narrow_ops.h' 2025-03-04T20:07:05.3567105Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2025-03-04T20:07:05.3570503Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2025-03-04T20:07:05.3573908Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3577131Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2025-03-04T20:07:05.3580441Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2025-03-04T20:07:05.3583629Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2025-03-04T20:07:05.3587022Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2025-03-04T20:07:05.3590246Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2025-03-04T20:07:05.3593472Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2025-03-04T20:07:05.3596657Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2025-03-04T20:07:05.3600067Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2025-03-04T20:07:05.3603319Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2025-03-04T20:07:05.3606646Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.3609842Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2025-03-04T20:07:05.3612879Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2025-03-04T20:07:05.3615967Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2025-03-04T20:07:05.3619051Z adding 'torch/include/ATen/ops/native_dropout.h' 2025-03-04T20:07:05.3622321Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2025-03-04T20:07:05.3625563Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3628547Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2025-03-04T20:07:05.3631600Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2025-03-04T20:07:05.3634658Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2025-03-04T20:07:05.3637884Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2025-03-04T20:07:05.3641148Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3644131Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2025-03-04T20:07:05.3647212Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2025-03-04T20:07:05.3650199Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2025-03-04T20:07:05.3653423Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2025-03-04T20:07:05.3656926Z adding 'torch/include/ATen/ops/native_group_norm.h' 2025-03-04T20:07:05.3660937Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2025-03-04T20:07:05.3664684Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3667950Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2025-03-04T20:07:05.3671152Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2025-03-04T20:07:05.3674322Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2025-03-04T20:07:05.3677728Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2025-03-04T20:07:05.3681139Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3684218Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2025-03-04T20:07:05.3687673Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2025-03-04T20:07:05.3690832Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2025-03-04T20:07:05.3694160Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2025-03-04T20:07:05.3697772Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2025-03-04T20:07:05.3701636Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2025-03-04T20:07:05.3705301Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3708436Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2025-03-04T20:07:05.3711628Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2025-03-04T20:07:05.3714833Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2025-03-04T20:07:05.3718267Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2025-03-04T20:07:05.3721686Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3724737Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2025-03-04T20:07:05.3727808Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2025-03-04T20:07:05.3730910Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2025-03-04T20:07:05.3734240Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2025-03-04T20:07:05.3737473Z adding 'torch/include/ATen/ops/native_norm.h' 2025-03-04T20:07:05.3740815Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3743764Z adding 'torch/include/ATen/ops/native_norm_native.h' 2025-03-04T20:07:05.3747141Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2025-03-04T20:07:05.3750318Z adding 'torch/include/ATen/ops/ne.h' 2025-03-04T20:07:05.3753757Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.3756770Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2025-03-04T20:07:05.3759953Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2025-03-04T20:07:05.3762890Z adding 'torch/include/ATen/ops/ne_meta.h' 2025-03-04T20:07:05.3766149Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2025-03-04T20:07:05.3769217Z adding 'torch/include/ATen/ops/ne_native.h' 2025-03-04T20:07:05.3772698Z adding 'torch/include/ATen/ops/ne_ops.h' 2025-03-04T20:07:05.3775932Z adding 'torch/include/ATen/ops/neg.h' 2025-03-04T20:07:05.3779384Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.3782885Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2025-03-04T20:07:05.3785995Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2025-03-04T20:07:05.3789137Z adding 'torch/include/ATen/ops/neg_meta.h' 2025-03-04T20:07:05.3792234Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2025-03-04T20:07:05.3795566Z adding 'torch/include/ATen/ops/neg_native.h' 2025-03-04T20:07:05.3798762Z adding 'torch/include/ATen/ops/neg_ops.h' 2025-03-04T20:07:05.3801998Z adding 'torch/include/ATen/ops/negative.h' 2025-03-04T20:07:05.3805292Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.3808301Z adding 'torch/include/ATen/ops/negative_native.h' 2025-03-04T20:07:05.3811591Z adding 'torch/include/ATen/ops/negative_ops.h' 2025-03-04T20:07:05.3814854Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2025-03-04T20:07:05.3818226Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.3821139Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2025-03-04T20:07:05.3824396Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2025-03-04T20:07:05.3827745Z adding 'torch/include/ATen/ops/new_empty.h' 2025-03-04T20:07:05.3831357Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3834410Z adding 'torch/include/ATen/ops/new_empty_native.h' 2025-03-04T20:07:05.3838287Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2025-03-04T20:07:05.3842358Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2025-03-04T20:07:05.3846338Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3850247Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.3853520Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2025-03-04T20:07:05.3857355Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2025-03-04T20:07:05.3861299Z adding 'torch/include/ATen/ops/new_full.h' 2025-03-04T20:07:05.3865303Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3868271Z adding 'torch/include/ATen/ops/new_full_native.h' 2025-03-04T20:07:05.3871728Z adding 'torch/include/ATen/ops/new_full_ops.h' 2025-03-04T20:07:05.3875320Z adding 'torch/include/ATen/ops/new_ones.h' 2025-03-04T20:07:05.3878953Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3881872Z adding 'torch/include/ATen/ops/new_ones_native.h' 2025-03-04T20:07:05.3885381Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2025-03-04T20:07:05.3888918Z adding 'torch/include/ATen/ops/new_zeros.h' 2025-03-04T20:07:05.3892448Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.3895384Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2025-03-04T20:07:05.3898655Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2025-03-04T20:07:05.3901962Z adding 'torch/include/ATen/ops/nextafter.h' 2025-03-04T20:07:05.3905300Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.3908218Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2025-03-04T20:07:05.3911236Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2025-03-04T20:07:05.3914298Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2025-03-04T20:07:05.3917577Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2025-03-04T20:07:05.3920451Z adding 'torch/include/ATen/ops/nextafter_native.h' 2025-03-04T20:07:05.3923628Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2025-03-04T20:07:05.3927061Z adding 'torch/include/ATen/ops/nll_loss.h' 2025-03-04T20:07:05.3930565Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2025-03-04T20:07:05.3934155Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2025-03-04T20:07:05.3937717Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2025-03-04T20:07:05.3940986Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2025-03-04T20:07:05.3944197Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2025-03-04T20:07:05.3947514Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2025-03-04T20:07:05.3950882Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.3954325Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2025-03-04T20:07:05.3957799Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2025-03-04T20:07:05.3960970Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2025-03-04T20:07:05.3964056Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2025-03-04T20:07:05.3967304Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2025-03-04T20:07:05.3970367Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2025-03-04T20:07:05.3973558Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2025-03-04T20:07:05.3977064Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2025-03-04T20:07:05.3980589Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.3983603Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2025-03-04T20:07:05.3986840Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2025-03-04T20:07:05.3989865Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2025-03-04T20:07:05.3993098Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2025-03-04T20:07:05.3996339Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2025-03-04T20:07:05.3999761Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2025-03-04T20:07:05.4003155Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4006535Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2025-03-04T20:07:05.4010067Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.4013118Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2025-03-04T20:07:05.4016328Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2025-03-04T20:07:05.4019389Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2025-03-04T20:07:05.4022586Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2025-03-04T20:07:05.4025706Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2025-03-04T20:07:05.4028940Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2025-03-04T20:07:05.4032002Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2025-03-04T20:07:05.4035269Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2025-03-04T20:07:05.4038593Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4041501Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2025-03-04T20:07:05.4044644Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2025-03-04T20:07:05.4047856Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2025-03-04T20:07:05.4051204Z adding 'torch/include/ATen/ops/nonzero.h' 2025-03-04T20:07:05.4054478Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2025-03-04T20:07:05.4057570Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2025-03-04T20:07:05.4060878Z adding 'torch/include/ATen/ops/nonzero_native.h' 2025-03-04T20:07:05.4063904Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2025-03-04T20:07:05.4067177Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4069934Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2025-03-04T20:07:05.4072987Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2025-03-04T20:07:05.4076269Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2025-03-04T20:07:05.4079642Z adding 'torch/include/ATen/ops/nonzero_static.h' 2025-03-04T20:07:05.4082912Z adding 'torch/include/ATen/ops/nonzero_static_cpu_dispatch.h' 2025-03-04T20:07:05.4086020Z adding 'torch/include/ATen/ops/nonzero_static_cuda_dispatch.h' 2025-03-04T20:07:05.4089014Z adding 'torch/include/ATen/ops/nonzero_static_native.h' 2025-03-04T20:07:05.4092156Z adding 'torch/include/ATen/ops/nonzero_static_ops.h' 2025-03-04T20:07:05.4095679Z adding 'torch/include/ATen/ops/norm.h' 2025-03-04T20:07:05.4099087Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.4102642Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.4105842Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4109329Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2025-03-04T20:07:05.4112502Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2025-03-04T20:07:05.4115905Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2025-03-04T20:07:05.4119162Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4122204Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2025-03-04T20:07:05.4125380Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2025-03-04T20:07:05.4128906Z adding 'torch/include/ATen/ops/norm_meta.h' 2025-03-04T20:07:05.4132610Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2025-03-04T20:07:05.4136413Z adding 'torch/include/ATen/ops/norm_native.h' 2025-03-04T20:07:05.4140926Z adding 'torch/include/ATen/ops/norm_ops.h' 2025-03-04T20:07:05.4145860Z adding 'torch/include/ATen/ops/normal.h' 2025-03-04T20:07:05.4150194Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.4153957Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2025-03-04T20:07:05.4157738Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2025-03-04T20:07:05.4161366Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2025-03-04T20:07:05.4164672Z adding 'torch/include/ATen/ops/normal_native.h' 2025-03-04T20:07:05.4168702Z adding 'torch/include/ATen/ops/normal_ops.h' 2025-03-04T20:07:05.4172244Z adding 'torch/include/ATen/ops/not_equal.h' 2025-03-04T20:07:05.4175629Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4178654Z adding 'torch/include/ATen/ops/not_equal_native.h' 2025-03-04T20:07:05.4182061Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2025-03-04T20:07:05.4185362Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2025-03-04T20:07:05.4188780Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4191674Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2025-03-04T20:07:05.4195712Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2025-03-04T20:07:05.4198790Z adding 'torch/include/ATen/ops/numpy_T.h' 2025-03-04T20:07:05.4202005Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4204981Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2025-03-04T20:07:05.4208082Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2025-03-04T20:07:05.4211091Z adding 'torch/include/ATen/ops/one_hot.h' 2025-03-04T20:07:05.4214264Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4217126Z adding 'torch/include/ATen/ops/one_hot_native.h' 2025-03-04T20:07:05.4220175Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2025-03-04T20:07:05.4223791Z adding 'torch/include/ATen/ops/ones.h' 2025-03-04T20:07:05.4227358Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.4230568Z adding 'torch/include/ATen/ops/ones_like.h' 2025-03-04T20:07:05.4241284Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.4244781Z adding 'torch/include/ATen/ops/ones_like_native.h' 2025-03-04T20:07:05.4248156Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2025-03-04T20:07:05.4251352Z adding 'torch/include/ATen/ops/ones_native.h' 2025-03-04T20:07:05.4254973Z adding 'torch/include/ATen/ops/ones_ops.h' 2025-03-04T20:07:05.4258243Z adding 'torch/include/ATen/ops/or.h' 2025-03-04T20:07:05.4261642Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4264627Z adding 'torch/include/ATen/ops/or_native.h' 2025-03-04T20:07:05.4268062Z adding 'torch/include/ATen/ops/or_ops.h' 2025-03-04T20:07:05.4271316Z adding 'torch/include/ATen/ops/orgqr.h' 2025-03-04T20:07:05.4274859Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4277859Z adding 'torch/include/ATen/ops/orgqr_native.h' 2025-03-04T20:07:05.4281187Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2025-03-04T20:07:05.4284426Z adding 'torch/include/ATen/ops/ormqr.h' 2025-03-04T20:07:05.4287706Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2025-03-04T20:07:05.4290906Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2025-03-04T20:07:05.4294008Z adding 'torch/include/ATen/ops/ormqr_native.h' 2025-03-04T20:07:05.4297905Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2025-03-04T20:07:05.4301277Z adding 'torch/include/ATen/ops/outer.h' 2025-03-04T20:07:05.4304726Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4307724Z adding 'torch/include/ATen/ops/outer_native.h' 2025-03-04T20:07:05.4311032Z adding 'torch/include/ATen/ops/outer_ops.h' 2025-03-04T20:07:05.4314252Z adding 'torch/include/ATen/ops/output_nr.h' 2025-03-04T20:07:05.4317638Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4320574Z adding 'torch/include/ATen/ops/output_nr_native.h' 2025-03-04T20:07:05.4323765Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2025-03-04T20:07:05.4327401Z adding 'torch/include/ATen/ops/pad.h' 2025-03-04T20:07:05.4330546Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4333564Z adding 'torch/include/ATen/ops/pad_native.h' 2025-03-04T20:07:05.4336828Z adding 'torch/include/ATen/ops/pad_ops.h' 2025-03-04T20:07:05.4340029Z adding 'torch/include/ATen/ops/pad_sequence.h' 2025-03-04T20:07:05.4343434Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4346377Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2025-03-04T20:07:05.4349572Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2025-03-04T20:07:05.4352781Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2025-03-04T20:07:05.4356394Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4359372Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2025-03-04T20:07:05.4362820Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2025-03-04T20:07:05.4365977Z adding 'torch/include/ATen/ops/pdist.h' 2025-03-04T20:07:05.4369323Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4372898Z adding 'torch/include/ATen/ops/pdist_native.h' 2025-03-04T20:07:05.4376356Z adding 'torch/include/ATen/ops/pdist_ops.h' 2025-03-04T20:07:05.4379709Z adding 'torch/include/ATen/ops/permute.h' 2025-03-04T20:07:05.4383097Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.4386146Z adding 'torch/include/ATen/ops/permute_copy.h' 2025-03-04T20:07:05.4389558Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.4392872Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.4396037Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2025-03-04T20:07:05.4399812Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2025-03-04T20:07:05.4403108Z adding 'torch/include/ATen/ops/permute_native.h' 2025-03-04T20:07:05.4407323Z adding 'torch/include/ATen/ops/permute_ops.h' 2025-03-04T20:07:05.4410319Z adding 'torch/include/ATen/ops/pin_memory.h' 2025-03-04T20:07:05.4414269Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4417837Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2025-03-04T20:07:05.4421308Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2025-03-04T20:07:05.4425154Z adding 'torch/include/ATen/ops/pinverse.h' 2025-03-04T20:07:05.4428742Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4432285Z adding 'torch/include/ATen/ops/pinverse_native.h' 2025-03-04T20:07:05.4436203Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2025-03-04T20:07:05.4439585Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2025-03-04T20:07:05.4443659Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.4447110Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.4450739Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2025-03-04T20:07:05.4454725Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2025-03-04T20:07:05.4458019Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2025-03-04T20:07:05.4461878Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2025-03-04T20:07:05.4465610Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.4469277Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.4472864Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2025-03-04T20:07:05.4476258Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2025-03-04T20:07:05.4480912Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2025-03-04T20:07:05.4484794Z adding 'torch/include/ATen/ops/poisson.h' 2025-03-04T20:07:05.4488362Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.4492986Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2025-03-04T20:07:05.4498073Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2025-03-04T20:07:05.4503105Z adding 'torch/include/ATen/ops/poisson_native.h' 2025-03-04T20:07:05.4508121Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2025-03-04T20:07:05.4513485Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4518571Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2025-03-04T20:07:05.4529377Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2025-03-04T20:07:05.4529909Z adding 'torch/include/ATen/ops/poisson_ops.h' 2025-03-04T20:07:05.4530038Z adding 'torch/include/ATen/ops/polar.h' 2025-03-04T20:07:05.4534198Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.4537278Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2025-03-04T20:07:05.4541201Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2025-03-04T20:07:05.4544410Z adding 'torch/include/ATen/ops/polar_native.h' 2025-03-04T20:07:05.4548593Z adding 'torch/include/ATen/ops/polar_ops.h' 2025-03-04T20:07:05.4552323Z adding 'torch/include/ATen/ops/polygamma.h' 2025-03-04T20:07:05.4556227Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.4559522Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.4562576Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2025-03-04T20:07:05.4566672Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2025-03-04T20:07:05.4569859Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2025-03-04T20:07:05.4573147Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2025-03-04T20:07:05.4576241Z adding 'torch/include/ATen/ops/polygamma_native.h' 2025-03-04T20:07:05.4579888Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2025-03-04T20:07:05.4583547Z adding 'torch/include/ATen/ops/positive.h' 2025-03-04T20:07:05.4586947Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4589893Z adding 'torch/include/ATen/ops/positive_native.h' 2025-03-04T20:07:05.4593109Z adding 'torch/include/ATen/ops/positive_ops.h' 2025-03-04T20:07:05.4596549Z adding 'torch/include/ATen/ops/pow.h' 2025-03-04T20:07:05.4600066Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.4603174Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2025-03-04T20:07:05.4606451Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2025-03-04T20:07:05.4609603Z adding 'torch/include/ATen/ops/pow_meta.h' 2025-03-04T20:07:05.4613639Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2025-03-04T20:07:05.4617100Z adding 'torch/include/ATen/ops/pow_native.h' 2025-03-04T20:07:05.4620779Z adding 'torch/include/ATen/ops/pow_ops.h' 2025-03-04T20:07:05.4624085Z adding 'torch/include/ATen/ops/prelu.h' 2025-03-04T20:07:05.4627426Z adding 'torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4630422Z adding 'torch/include/ATen/ops/prelu_native.h' 2025-03-04T20:07:05.4633779Z adding 'torch/include/ATen/ops/prelu_ops.h' 2025-03-04T20:07:05.4637230Z adding 'torch/include/ATen/ops/prod.h' 2025-03-04T20:07:05.4640678Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.4644616Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.4647913Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4651059Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2025-03-04T20:07:05.4654280Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2025-03-04T20:07:05.4657465Z adding 'torch/include/ATen/ops/prod_meta.h' 2025-03-04T20:07:05.4660710Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2025-03-04T20:07:05.4664387Z adding 'torch/include/ATen/ops/prod_native.h' 2025-03-04T20:07:05.4668168Z adding 'torch/include/ATen/ops/prod_ops.h' 2025-03-04T20:07:05.4671507Z adding 'torch/include/ATen/ops/promote_types.h' 2025-03-04T20:07:05.4675023Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4678031Z adding 'torch/include/ATen/ops/promote_types_native.h' 2025-03-04T20:07:05.4681273Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2025-03-04T20:07:05.4684786Z adding 'torch/include/ATen/ops/put.h' 2025-03-04T20:07:05.4687957Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.4691503Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2025-03-04T20:07:05.4694638Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2025-03-04T20:07:05.4697756Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2025-03-04T20:07:05.4700886Z adding 'torch/include/ATen/ops/put_native.h' 2025-03-04T20:07:05.4704242Z adding 'torch/include/ATen/ops/put_ops.h' 2025-03-04T20:07:05.4707457Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2025-03-04T20:07:05.4710622Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2025-03-04T20:07:05.4713976Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2025-03-04T20:07:05.4717290Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2025-03-04T20:07:05.4720685Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.4723714Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2025-03-04T20:07:05.4726946Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2025-03-04T20:07:05.4730127Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2025-03-04T20:07:05.4733586Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.4736761Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2025-03-04T20:07:05.4740087Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2025-03-04T20:07:05.4742872Z adding 'torch/include/ATen/ops/q_scale.h' 2025-03-04T20:07:05.4745965Z adding 'torch/include/ATen/ops/q_scale_native.h' 2025-03-04T20:07:05.4749125Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2025-03-04T20:07:05.4752265Z adding 'torch/include/ATen/ops/q_zero_point.h' 2025-03-04T20:07:05.4755456Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2025-03-04T20:07:05.4758635Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2025-03-04T20:07:05.4761789Z adding 'torch/include/ATen/ops/qr.h' 2025-03-04T20:07:05.4765722Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4768928Z adding 'torch/include/ATen/ops/qr_native.h' 2025-03-04T20:07:05.4772279Z adding 'torch/include/ATen/ops/qr_ops.h' 2025-03-04T20:07:05.4775450Z adding 'torch/include/ATen/ops/qscheme.h' 2025-03-04T20:07:05.4778553Z adding 'torch/include/ATen/ops/qscheme_native.h' 2025-03-04T20:07:05.4781772Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2025-03-04T20:07:05.4785132Z adding 'torch/include/ATen/ops/quantile.h' 2025-03-04T20:07:05.4788671Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4791688Z adding 'torch/include/ATen/ops/quantile_native.h' 2025-03-04T20:07:05.4795349Z adding 'torch/include/ATen/ops/quantile_ops.h' 2025-03-04T20:07:05.4798781Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2025-03-04T20:07:05.4802276Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.4805401Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2025-03-04T20:07:05.4808568Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2025-03-04T20:07:05.4811699Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2025-03-04T20:07:05.4815095Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2025-03-04T20:07:05.4818629Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2025-03-04T20:07:05.4822230Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.4825414Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2025-03-04T20:07:05.4828615Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2025-03-04T20:07:05.4831887Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2025-03-04T20:07:05.4835462Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.4838618Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2025-03-04T20:07:05.4841894Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2025-03-04T20:07:05.4844971Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2025-03-04T20:07:05.4848287Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2025-03-04T20:07:05.4851501Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2025-03-04T20:07:05.4855165Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2025-03-04T20:07:05.4858679Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2025-03-04T20:07:05.4862156Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.4865286Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2025-03-04T20:07:05.4870120Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2025-03-04T20:07:05.4874059Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2025-03-04T20:07:05.4878300Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4882082Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2025-03-04T20:07:05.4886800Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2025-03-04T20:07:05.4890823Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2025-03-04T20:07:05.4894988Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4898853Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2025-03-04T20:07:05.4903425Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2025-03-04T20:07:05.4907007Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2025-03-04T20:07:05.4911523Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.4915042Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2025-03-04T20:07:05.4919162Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2025-03-04T20:07:05.4923526Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2025-03-04T20:07:05.4927807Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.4931385Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2025-03-04T20:07:05.4936193Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2025-03-04T20:07:05.4940267Z adding 'torch/include/ATen/ops/quantized_max_pool3d.h' 2025-03-04T20:07:05.4944015Z adding 'torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.4948149Z adding 'torch/include/ATen/ops/quantized_max_pool3d_native.h' 2025-03-04T20:07:05.4952417Z adding 'torch/include/ATen/ops/quantized_max_pool3d_ops.h' 2025-03-04T20:07:05.4956775Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2025-03-04T20:07:05.4960936Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4964685Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2025-03-04T20:07:05.4968508Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2025-03-04T20:07:05.4972900Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2025-03-04T20:07:05.4977178Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.4980664Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2025-03-04T20:07:05.4985135Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2025-03-04T20:07:05.4989202Z adding 'torch/include/ATen/ops/rad2deg.h' 2025-03-04T20:07:05.4993204Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.4997231Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2025-03-04T20:07:05.5001395Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2025-03-04T20:07:05.5007273Z adding 'torch/include/ATen/ops/rand.h' 2025-03-04T20:07:05.5012090Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.5026204Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.5029327Z adding 'torch/include/ATen/ops/rand_like.h' 2025-03-04T20:07:05.5034750Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.5039626Z adding 'torch/include/ATen/ops/rand_like_native.h' 2025-03-04T20:07:05.5043469Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2025-03-04T20:07:05.5047758Z adding 'torch/include/ATen/ops/rand_native.h' 2025-03-04T20:07:05.5052571Z adding 'torch/include/ATen/ops/rand_ops.h' 2025-03-04T20:07:05.5058912Z adding 'torch/include/ATen/ops/randint.h' 2025-03-04T20:07:05.5063812Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.5068407Z adding 'torch/include/ATen/ops/randint_like.h' 2025-03-04T20:07:05.5073389Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.5077322Z adding 'torch/include/ATen/ops/randint_like_native.h' 2025-03-04T20:07:05.5081080Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2025-03-04T20:07:05.5085267Z adding 'torch/include/ATen/ops/randint_native.h' 2025-03-04T20:07:05.5089796Z adding 'torch/include/ATen/ops/randint_ops.h' 2025-03-04T20:07:05.5095002Z adding 'torch/include/ATen/ops/randn.h' 2025-03-04T20:07:05.5099630Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.5103616Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.5106942Z adding 'torch/include/ATen/ops/randn_like.h' 2025-03-04T20:07:05.5110412Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.5113921Z adding 'torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h' 2025-03-04T20:07:05.5117690Z adding 'torch/include/ATen/ops/randn_like_native.h' 2025-03-04T20:07:05.5121187Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2025-03-04T20:07:05.5124496Z adding 'torch/include/ATen/ops/randn_native.h' 2025-03-04T20:07:05.5128322Z adding 'torch/include/ATen/ops/randn_ops.h' 2025-03-04T20:07:05.5131888Z adding 'torch/include/ATen/ops/random.h' 2025-03-04T20:07:05.5135694Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.5138921Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2025-03-04T20:07:05.5142152Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2025-03-04T20:07:05.5145314Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2025-03-04T20:07:05.5149183Z adding 'torch/include/ATen/ops/random_native.h' 2025-03-04T20:07:05.5153099Z adding 'torch/include/ATen/ops/random_ops.h' 2025-03-04T20:07:05.5157357Z adding 'torch/include/ATen/ops/randperm.h' 2025-03-04T20:07:05.5161250Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.5164817Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2025-03-04T20:07:05.5168371Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2025-03-04T20:07:05.5171552Z adding 'torch/include/ATen/ops/randperm_native.h' 2025-03-04T20:07:05.5175088Z adding 'torch/include/ATen/ops/randperm_ops.h' 2025-03-04T20:07:05.5178596Z adding 'torch/include/ATen/ops/range.h' 2025-03-04T20:07:05.5182167Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.5185579Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2025-03-04T20:07:05.5188497Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2025-03-04T20:07:05.5191645Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2025-03-04T20:07:05.5194932Z adding 'torch/include/ATen/ops/range_native.h' 2025-03-04T20:07:05.5198444Z adding 'torch/include/ATen/ops/range_ops.h' 2025-03-04T20:07:05.5202284Z adding 'torch/include/ATen/ops/ravel.h' 2025-03-04T20:07:05.5205759Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.5208738Z adding 'torch/include/ATen/ops/ravel_native.h' 2025-03-04T20:07:05.5212072Z adding 'torch/include/ATen/ops/ravel_ops.h' 2025-03-04T20:07:05.5215132Z adding 'torch/include/ATen/ops/real.h' 2025-03-04T20:07:05.5218453Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.5221379Z adding 'torch/include/ATen/ops/real_native.h' 2025-03-04T20:07:05.5224566Z adding 'torch/include/ATen/ops/real_ops.h' 2025-03-04T20:07:05.5227744Z adding 'torch/include/ATen/ops/reciprocal.h' 2025-03-04T20:07:05.5231168Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.5234319Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2025-03-04T20:07:05.5237572Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2025-03-04T20:07:05.5240685Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2025-03-04T20:07:05.5243899Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2025-03-04T20:07:05.5246992Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2025-03-04T20:07:05.5250284Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2025-03-04T20:07:05.5253430Z adding 'torch/include/ATen/ops/record_stream.h' 2025-03-04T20:07:05.5256697Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2025-03-04T20:07:05.5259682Z adding 'torch/include/ATen/ops/record_stream_native.h' 2025-03-04T20:07:05.5262835Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2025-03-04T20:07:05.5265888Z adding 'torch/include/ATen/ops/refine_names.h' 2025-03-04T20:07:05.5269548Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.5272225Z adding 'torch/include/ATen/ops/refine_names_native.h' 2025-03-04T20:07:05.5275542Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2025-03-04T20:07:05.5278941Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2025-03-04T20:07:05.5282546Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2025-03-04T20:07:05.5286127Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.5289501Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2025-03-04T20:07:05.5292529Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2025-03-04T20:07:05.5295657Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2025-03-04T20:07:05.5298964Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2025-03-04T20:07:05.5302688Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2025-03-04T20:07:05.5306456Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2025-03-04T20:07:05.5310326Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.5313630Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2025-03-04T20:07:05.5317787Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2025-03-04T20:07:05.5321437Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2025-03-04T20:07:05.5324800Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2025-03-04T20:07:05.5328535Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2025-03-04T20:07:05.5332108Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2025-03-04T20:07:05.5336153Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2025-03-04T20:07:05.5340275Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2025-03-04T20:07:05.5344359Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2025-03-04T20:07:05.5348273Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2025-03-04T20:07:05.5352007Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2025-03-04T20:07:05.5355620Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2025-03-04T20:07:05.5359609Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2025-03-04T20:07:05.5363442Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2025-03-04T20:07:05.5366965Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2025-03-04T20:07:05.5370664Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2025-03-04T20:07:05.5374280Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2025-03-04T20:07:05.5378614Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2025-03-04T20:07:05.5382837Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.5386064Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2025-03-04T20:07:05.5390078Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2025-03-04T20:07:05.5393723Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2025-03-04T20:07:05.5397411Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2025-03-04T20:07:05.5401189Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2025-03-04T20:07:05.5404640Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2025-03-04T20:07:05.5408915Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.5412563Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2025-03-04T20:07:05.5416084Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2025-03-04T20:07:05.5419689Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2025-03-04T20:07:05.5423247Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2025-03-04T20:07:05.5427119Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2025-03-04T20:07:05.5431017Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2025-03-04T20:07:05.5434414Z adding 'torch/include/ATen/ops/relu.h' 2025-03-04T20:07:05.5438285Z adding 'torch/include/ATen/ops/relu6.h' 2025-03-04T20:07:05.5441831Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.5445350Z adding 'torch/include/ATen/ops/relu6_native.h' 2025-03-04T20:07:05.5449188Z adding 'torch/include/ATen/ops/relu6_ops.h' 2025-03-04T20:07:05.5452677Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.5456384Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2025-03-04T20:07:05.5459841Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2025-03-04T20:07:05.5463577Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2025-03-04T20:07:05.5467305Z adding 'torch/include/ATen/ops/relu_native.h' 2025-03-04T20:07:05.5470796Z adding 'torch/include/ATen/ops/relu_ops.h' 2025-03-04T20:07:05.5474945Z adding 'torch/include/ATen/ops/remainder.h' 2025-03-04T20:07:05.5478917Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.5482540Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.5486201Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2025-03-04T20:07:05.5489584Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2025-03-04T20:07:05.5493405Z adding 'torch/include/ATen/ops/remainder_meta.h' 2025-03-04T20:07:05.5497105Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2025-03-04T20:07:05.5500528Z adding 'torch/include/ATen/ops/remainder_native.h' 2025-03-04T20:07:05.5504763Z adding 'torch/include/ATen/ops/remainder_ops.h' 2025-03-04T20:07:05.5508112Z adding 'torch/include/ATen/ops/rename.h' 2025-03-04T20:07:05.5513485Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.5518396Z adding 'torch/include/ATen/ops/rename_native.h' 2025-03-04T20:07:05.5523616Z adding 'torch/include/ATen/ops/rename_ops.h' 2025-03-04T20:07:05.5527905Z adding 'torch/include/ATen/ops/renorm.h' 2025-03-04T20:07:05.5531755Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.5535351Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2025-03-04T20:07:05.5539335Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2025-03-04T20:07:05.5542574Z adding 'torch/include/ATen/ops/renorm_meta.h' 2025-03-04T20:07:05.5546531Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2025-03-04T20:07:05.5549835Z adding 'torch/include/ATen/ops/renorm_native.h' 2025-03-04T20:07:05.5554206Z adding 'torch/include/ATen/ops/renorm_ops.h' 2025-03-04T20:07:05.5557738Z adding 'torch/include/ATen/ops/repeat.h' 2025-03-04T20:07:05.5561234Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.5565720Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2025-03-04T20:07:05.5569414Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.5572704Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.5575825Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2025-03-04T20:07:05.5579588Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2025-03-04T20:07:05.5582986Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2025-03-04T20:07:05.5586941Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2025-03-04T20:07:05.5589750Z adding 'torch/include/ATen/ops/repeat_native.h' 2025-03-04T20:07:05.5593012Z adding 'torch/include/ATen/ops/repeat_ops.h' 2025-03-04T20:07:05.5596626Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2025-03-04T20:07:05.5600281Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2025-03-04T20:07:05.5603945Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.5607043Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2025-03-04T20:07:05.5610772Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2025-03-04T20:07:05.5614291Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2025-03-04T20:07:05.5617661Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2025-03-04T20:07:05.5620818Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2025-03-04T20:07:05.5624204Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2025-03-04T20:07:05.5627652Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.5631038Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2025-03-04T20:07:05.5634088Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2025-03-04T20:07:05.5637207Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2025-03-04T20:07:05.5640473Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2025-03-04T20:07:05.5643588Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2025-03-04T20:07:05.5646930Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2025-03-04T20:07:05.5650340Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2025-03-04T20:07:05.5653990Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2025-03-04T20:07:05.5657468Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2025-03-04T20:07:05.5660758Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2025-03-04T20:07:05.5663875Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2025-03-04T20:07:05.5667733Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2025-03-04T20:07:05.5671667Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.5674904Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2025-03-04T20:07:05.5678161Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2025-03-04T20:07:05.5681291Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2025-03-04T20:07:05.5684563Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2025-03-04T20:07:05.5688077Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2025-03-04T20:07:05.5691035Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2025-03-04T20:07:05.5694455Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2025-03-04T20:07:05.5698227Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2025-03-04T20:07:05.5701714Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2025-03-04T20:07:05.5705018Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2025-03-04T20:07:05.5708157Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2025-03-04T20:07:05.5711489Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2025-03-04T20:07:05.5715077Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.5718199Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2025-03-04T20:07:05.5721465Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2025-03-04T20:07:05.5724597Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2025-03-04T20:07:05.5727910Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2025-03-04T20:07:05.5731026Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2025-03-04T20:07:05.5734323Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2025-03-04T20:07:05.5737407Z adding 'torch/include/ATen/ops/requires_grad.h' 2025-03-04T20:07:05.5740731Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.5743658Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2025-03-04T20:07:05.5746868Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2025-03-04T20:07:05.5750146Z adding 'torch/include/ATen/ops/reshape.h' 2025-03-04T20:07:05.5753319Z adding 'torch/include/ATen/ops/reshape_as.h' 2025-03-04T20:07:05.5756775Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.5760078Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2025-03-04T20:07:05.5762986Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2025-03-04T20:07:05.5766236Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2025-03-04T20:07:05.5770265Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.5774354Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2025-03-04T20:07:05.5777605Z adding 'torch/include/ATen/ops/reshape_native.h' 2025-03-04T20:07:05.5781696Z adding 'torch/include/ATen/ops/reshape_ops.h' 2025-03-04T20:07:05.5785162Z adding 'torch/include/ATen/ops/resize.h' 2025-03-04T20:07:05.5789302Z adding 'torch/include/ATen/ops/resize_as.h' 2025-03-04T20:07:05.5793424Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.5796616Z adding 'torch/include/ATen/ops/resize_as_native.h' 2025-03-04T20:07:05.5800729Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2025-03-04T20:07:05.5804545Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2025-03-04T20:07:05.5808261Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.5812017Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2025-03-04T20:07:05.5815285Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2025-03-04T20:07:05.5819376Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2025-03-04T20:07:05.5823433Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.5826827Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2025-03-04T20:07:05.5830932Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2025-03-04T20:07:05.5834357Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2025-03-04T20:07:05.5838020Z adding 'torch/include/ATen/ops/resize_native.h' 2025-03-04T20:07:05.5842048Z adding 'torch/include/ATen/ops/resize_ops.h' 2025-03-04T20:07:05.5845481Z adding 'torch/include/ATen/ops/resolve_conj.h' 2025-03-04T20:07:05.5849596Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.5852762Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2025-03-04T20:07:05.5857166Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2025-03-04T20:07:05.5860964Z adding 'torch/include/ATen/ops/resolve_neg.h' 2025-03-04T20:07:05.5864533Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.5868243Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2025-03-04T20:07:05.5872051Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2025-03-04T20:07:05.5875733Z adding 'torch/include/ATen/ops/result_type.h' 2025-03-04T20:07:05.5880484Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.5884554Z adding 'torch/include/ATen/ops/result_type_native.h' 2025-03-04T20:07:05.5888074Z adding 'torch/include/ATen/ops/result_type_ops.h' 2025-03-04T20:07:05.5892304Z adding 'torch/include/ATen/ops/retain_grad.h' 2025-03-04T20:07:05.5897073Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.5900156Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2025-03-04T20:07:05.5904077Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2025-03-04T20:07:05.5907435Z adding 'torch/include/ATen/ops/retains_grad.h' 2025-03-04T20:07:05.5911216Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.5914828Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2025-03-04T20:07:05.5918190Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2025-03-04T20:07:05.5922156Z adding 'torch/include/ATen/ops/rms_norm.h' 2025-03-04T20:07:05.5925978Z adding 'torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.5929401Z adding 'torch/include/ATen/ops/rms_norm_native.h' 2025-03-04T20:07:05.5933273Z adding 'torch/include/ATen/ops/rms_norm_ops.h' 2025-03-04T20:07:05.5936714Z adding 'torch/include/ATen/ops/rnn_relu.h' 2025-03-04T20:07:05.5940673Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2025-03-04T20:07:05.5944447Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.5947854Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2025-03-04T20:07:05.5951692Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2025-03-04T20:07:05.5955752Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.5959235Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2025-03-04T20:07:05.5963253Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2025-03-04T20:07:05.5966818Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2025-03-04T20:07:05.5970785Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2025-03-04T20:07:05.5974510Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.5977921Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2025-03-04T20:07:05.5981774Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2025-03-04T20:07:05.5985364Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.5989145Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2025-03-04T20:07:05.5993352Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2025-03-04T20:07:05.5996910Z adding 'torch/include/ATen/ops/roll.h' 2025-03-04T20:07:05.6001345Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.6004874Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2025-03-04T20:07:05.6008530Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2025-03-04T20:07:05.6012617Z adding 'torch/include/ATen/ops/roll_native.h' 2025-03-04T20:07:05.6017053Z adding 'torch/include/ATen/ops/roll_ops.h' 2025-03-04T20:07:05.6020916Z adding 'torch/include/ATen/ops/rot90.h' 2025-03-04T20:07:05.6026004Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.6031001Z adding 'torch/include/ATen/ops/rot90_native.h' 2025-03-04T20:07:05.6035208Z adding 'torch/include/ATen/ops/rot90_ops.h' 2025-03-04T20:07:05.6039241Z adding 'torch/include/ATen/ops/round.h' 2025-03-04T20:07:05.6042906Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.6046685Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2025-03-04T20:07:05.6050144Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2025-03-04T20:07:05.6054132Z adding 'torch/include/ATen/ops/round_meta.h' 2025-03-04T20:07:05.6057917Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2025-03-04T20:07:05.6061464Z adding 'torch/include/ATen/ops/round_native.h' 2025-03-04T20:07:05.6065001Z adding 'torch/include/ATen/ops/round_ops.h' 2025-03-04T20:07:05.6068163Z adding 'torch/include/ATen/ops/row_indices.h' 2025-03-04T20:07:05.6072382Z adding 'torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.6075670Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2025-03-04T20:07:05.6079160Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.6082410Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.6085793Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2025-03-04T20:07:05.6089444Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2025-03-04T20:07:05.6092585Z adding 'torch/include/ATen/ops/row_indices_native.h' 2025-03-04T20:07:05.6095772Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2025-03-04T20:07:05.6098952Z adding 'torch/include/ATen/ops/row_stack.h' 2025-03-04T20:07:05.6102368Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.6105409Z adding 'torch/include/ATen/ops/row_stack_native.h' 2025-03-04T20:07:05.6108666Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2025-03-04T20:07:05.6111877Z adding 'torch/include/ATen/ops/rrelu.h' 2025-03-04T20:07:05.6115425Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.6119238Z adding 'torch/include/ATen/ops/rrelu_native.h' 2025-03-04T20:07:05.6122704Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2025-03-04T20:07:05.6126173Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2025-03-04T20:07:05.6129596Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2025-03-04T20:07:05.6133079Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.6136100Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2025-03-04T20:07:05.6139437Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2025-03-04T20:07:05.6143112Z adding 'torch/include/ATen/ops/rrelu_with_noise_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.6146041Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2025-03-04T20:07:05.6149244Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2025-03-04T20:07:05.6152468Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2025-03-04T20:07:05.6155936Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2025-03-04T20:07:05.6159521Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2025-03-04T20:07:05.6162873Z adding 'torch/include/ATen/ops/rshift.h' 2025-03-04T20:07:05.6166268Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.6170088Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2025-03-04T20:07:05.6173422Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2025-03-04T20:07:05.6176673Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2025-03-04T20:07:05.6180095Z adding 'torch/include/ATen/ops/rshift_native.h' 2025-03-04T20:07:05.6183329Z adding 'torch/include/ATen/ops/rshift_ops.h' 2025-03-04T20:07:05.6186590Z adding 'torch/include/ATen/ops/rsqrt.h' 2025-03-04T20:07:05.6190080Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.6193030Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2025-03-04T20:07:05.6196343Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2025-03-04T20:07:05.6199420Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2025-03-04T20:07:05.6202632Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2025-03-04T20:07:05.6205732Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2025-03-04T20:07:05.6209316Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2025-03-04T20:07:05.6212413Z adding 'torch/include/ATen/ops/rsub.h' 2025-03-04T20:07:05.6215779Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.6219101Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2025-03-04T20:07:05.6225057Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2025-03-04T20:07:05.6228611Z adding 'torch/include/ATen/ops/rsub_native.h' 2025-03-04T20:07:05.6232661Z adding 'torch/include/ATen/ops/rsub_ops.h' 2025-03-04T20:07:05.6236222Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2025-03-04T20:07:05.6239723Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.6242568Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2025-03-04T20:07:05.6245789Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2025-03-04T20:07:05.6249045Z adding 'torch/include/ATen/ops/scaled_dot_product_attention.h' 2025-03-04T20:07:05.6252320Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.6255238Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_native.h' 2025-03-04T20:07:05.6258424Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_ops.h' 2025-03-04T20:07:05.6261762Z adding 'torch/include/ATen/ops/scatter.h' 2025-03-04T20:07:05.6265031Z adding 'torch/include/ATen/ops/scatter_add.h' 2025-03-04T20:07:05.6268377Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.6271582Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.6274692Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2025-03-04T20:07:05.6277816Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2025-03-04T20:07:05.6280859Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2025-03-04T20:07:05.6283998Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2025-03-04T20:07:05.6287013Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2025-03-04T20:07:05.6290343Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2025-03-04T20:07:05.6293766Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.6296807Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.6299945Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2025-03-04T20:07:05.6303245Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2025-03-04T20:07:05.6306342Z adding 'torch/include/ATen/ops/scatter_meta.h' 2025-03-04T20:07:05.6309617Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2025-03-04T20:07:05.6312902Z adding 'torch/include/ATen/ops/scatter_native.h' 2025-03-04T20:07:05.6316991Z adding 'torch/include/ATen/ops/scatter_ops.h' 2025-03-04T20:07:05.6320432Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2025-03-04T20:07:05.6323835Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.6326804Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2025-03-04T20:07:05.6329930Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2025-03-04T20:07:05.6332918Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2025-03-04T20:07:05.6336051Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2025-03-04T20:07:05.6339127Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2025-03-04T20:07:05.6342390Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2025-03-04T20:07:05.6345686Z adding 'torch/include/ATen/ops/searchsorted.h' 2025-03-04T20:07:05.6349004Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2025-03-04T20:07:05.6352236Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2025-03-04T20:07:05.6355485Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2025-03-04T20:07:05.6358942Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2025-03-04T20:07:05.6362265Z adding 'torch/include/ATen/ops/segment_reduce.h' 2025-03-04T20:07:05.6365631Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.6368670Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2025-03-04T20:07:05.6371916Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2025-03-04T20:07:05.6375001Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2025-03-04T20:07:05.6378320Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2025-03-04T20:07:05.6381518Z adding 'torch/include/ATen/ops/select.h' 2025-03-04T20:07:05.6384972Z adding 'torch/include/ATen/ops/select_backward.h' 2025-03-04T20:07:05.6388312Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.6391595Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.6394618Z adding 'torch/include/ATen/ops/select_backward_native.h' 2025-03-04T20:07:05.6397855Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2025-03-04T20:07:05.6401161Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.6404210Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.6407358Z adding 'torch/include/ATen/ops/select_copy.h' 2025-03-04T20:07:05.6410729Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.6413951Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.6416796Z adding 'torch/include/ATen/ops/select_copy_native.h' 2025-03-04T20:07:05.6419950Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2025-03-04T20:07:05.6423000Z adding 'torch/include/ATen/ops/select_native.h' 2025-03-04T20:07:05.6426178Z adding 'torch/include/ATen/ops/select_ops.h' 2025-03-04T20:07:05.6429524Z adding 'torch/include/ATen/ops/select_scatter.h' 2025-03-04T20:07:05.6432893Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.6436239Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.6439077Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2025-03-04T20:07:05.6442284Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2025-03-04T20:07:05.6445321Z adding 'torch/include/ATen/ops/selu.h' 2025-03-04T20:07:05.6448518Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.6451356Z adding 'torch/include/ATen/ops/selu_native.h' 2025-03-04T20:07:05.6454493Z adding 'torch/include/ATen/ops/selu_ops.h' 2025-03-04T20:07:05.6458222Z adding 'torch/include/ATen/ops/set.h' 2025-03-04T20:07:05.6461873Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.6465056Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.6468078Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2025-03-04T20:07:05.6471199Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2025-03-04T20:07:05.6474410Z adding 'torch/include/ATen/ops/set_data.h' 2025-03-04T20:07:05.6477775Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.6480654Z adding 'torch/include/ATen/ops/set_data_native.h' 2025-03-04T20:07:05.6483941Z adding 'torch/include/ATen/ops/set_data_ops.h' 2025-03-04T20:07:05.6487129Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2025-03-04T20:07:05.6490526Z adding 'torch/include/ATen/ops/set_native.h' 2025-03-04T20:07:05.6494328Z adding 'torch/include/ATen/ops/set_ops.h' 2025-03-04T20:07:05.6497797Z adding 'torch/include/ATen/ops/sgn.h' 2025-03-04T20:07:05.6501251Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.6504154Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2025-03-04T20:07:05.6507316Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2025-03-04T20:07:05.6510349Z adding 'torch/include/ATen/ops/sgn_meta.h' 2025-03-04T20:07:05.6513742Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2025-03-04T20:07:05.6516894Z adding 'torch/include/ATen/ops/sgn_native.h' 2025-03-04T20:07:05.6520750Z adding 'torch/include/ATen/ops/sgn_ops.h' 2025-03-04T20:07:05.6524146Z adding 'torch/include/ATen/ops/sigmoid.h' 2025-03-04T20:07:05.6527262Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2025-03-04T20:07:05.6531018Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.6534429Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2025-03-04T20:07:05.6537885Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2025-03-04T20:07:05.6541438Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2025-03-04T20:07:05.6545161Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2025-03-04T20:07:05.6548622Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2025-03-04T20:07:05.6552212Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2025-03-04T20:07:05.6556178Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.6559506Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2025-03-04T20:07:05.6563079Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2025-03-04T20:07:05.6566104Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2025-03-04T20:07:05.6569383Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2025-03-04T20:07:05.6572792Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2025-03-04T20:07:05.6576223Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2025-03-04T20:07:05.6579340Z adding 'torch/include/ATen/ops/sign.h' 2025-03-04T20:07:05.6582910Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.6585976Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2025-03-04T20:07:05.6589071Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2025-03-04T20:07:05.6592044Z adding 'torch/include/ATen/ops/sign_meta.h' 2025-03-04T20:07:05.6595301Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2025-03-04T20:07:05.6598544Z adding 'torch/include/ATen/ops/sign_native.h' 2025-03-04T20:07:05.6601750Z adding 'torch/include/ATen/ops/sign_ops.h' 2025-03-04T20:07:05.6604847Z adding 'torch/include/ATen/ops/signbit.h' 2025-03-04T20:07:05.6608133Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.6611029Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2025-03-04T20:07:05.6614250Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2025-03-04T20:07:05.6617222Z adding 'torch/include/ATen/ops/signbit_meta.h' 2025-03-04T20:07:05.6620671Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2025-03-04T20:07:05.6623763Z adding 'torch/include/ATen/ops/signbit_native.h' 2025-03-04T20:07:05.6626909Z adding 'torch/include/ATen/ops/signbit_ops.h' 2025-03-04T20:07:05.6629983Z adding 'torch/include/ATen/ops/silu.h' 2025-03-04T20:07:05.6633100Z adding 'torch/include/ATen/ops/silu_backward.h' 2025-03-04T20:07:05.6636628Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.6639644Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.6643573Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2025-03-04T20:07:05.6646854Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2025-03-04T20:07:05.6649787Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2025-03-04T20:07:05.6652935Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2025-03-04T20:07:05.6655932Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2025-03-04T20:07:05.6659086Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2025-03-04T20:07:05.6662362Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.6665266Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2025-03-04T20:07:05.6668329Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2025-03-04T20:07:05.6671471Z adding 'torch/include/ATen/ops/silu_meta.h' 2025-03-04T20:07:05.6674724Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2025-03-04T20:07:05.6677757Z adding 'torch/include/ATen/ops/silu_native.h' 2025-03-04T20:07:05.6680937Z adding 'torch/include/ATen/ops/silu_ops.h' 2025-03-04T20:07:05.6684050Z adding 'torch/include/ATen/ops/sin.h' 2025-03-04T20:07:05.6687332Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.6690290Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2025-03-04T20:07:05.6693263Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2025-03-04T20:07:05.6696218Z adding 'torch/include/ATen/ops/sin_meta.h' 2025-03-04T20:07:05.6699306Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2025-03-04T20:07:05.6702518Z adding 'torch/include/ATen/ops/sin_native.h' 2025-03-04T20:07:05.6705704Z adding 'torch/include/ATen/ops/sin_ops.h' 2025-03-04T20:07:05.6708775Z adding 'torch/include/ATen/ops/sinc.h' 2025-03-04T20:07:05.6712043Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.6715086Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2025-03-04T20:07:05.6718133Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2025-03-04T20:07:05.6721090Z adding 'torch/include/ATen/ops/sinc_meta.h' 2025-03-04T20:07:05.6724132Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2025-03-04T20:07:05.6727154Z adding 'torch/include/ATen/ops/sinc_native.h' 2025-03-04T20:07:05.6730461Z adding 'torch/include/ATen/ops/sinc_ops.h' 2025-03-04T20:07:05.6733638Z adding 'torch/include/ATen/ops/sinh.h' 2025-03-04T20:07:05.6736962Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.6739849Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2025-03-04T20:07:05.6742859Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2025-03-04T20:07:05.6745810Z adding 'torch/include/ATen/ops/sinh_meta.h' 2025-03-04T20:07:05.6748894Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2025-03-04T20:07:05.6751944Z adding 'torch/include/ATen/ops/sinh_native.h' 2025-03-04T20:07:05.6755335Z adding 'torch/include/ATen/ops/sinh_ops.h' 2025-03-04T20:07:05.6758356Z adding 'torch/include/ATen/ops/size.h' 2025-03-04T20:07:05.6761585Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.6764452Z adding 'torch/include/ATen/ops/size_native.h' 2025-03-04T20:07:05.6767569Z adding 'torch/include/ATen/ops/size_ops.h' 2025-03-04T20:07:05.6770821Z adding 'torch/include/ATen/ops/slice.h' 2025-03-04T20:07:05.6774273Z adding 'torch/include/ATen/ops/slice_backward.h' 2025-03-04T20:07:05.6777765Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.6780706Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2025-03-04T20:07:05.6783970Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2025-03-04T20:07:05.6787241Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.6790617Z adding 'torch/include/ATen/ops/slice_copy.h' 2025-03-04T20:07:05.6794210Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.6797513Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.6800445Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2025-03-04T20:07:05.6803763Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2025-03-04T20:07:05.6807038Z adding 'torch/include/ATen/ops/slice_inverse.h' 2025-03-04T20:07:05.6810332Z adding 'torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.6813214Z adding 'torch/include/ATen/ops/slice_inverse_native.h' 2025-03-04T20:07:05.6816314Z adding 'torch/include/ATen/ops/slice_inverse_ops.h' 2025-03-04T20:07:05.6819301Z adding 'torch/include/ATen/ops/slice_native.h' 2025-03-04T20:07:05.6822455Z adding 'torch/include/ATen/ops/slice_ops.h' 2025-03-04T20:07:05.6825954Z adding 'torch/include/ATen/ops/slice_scatter.h' 2025-03-04T20:07:05.6829406Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.6832677Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.6835698Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2025-03-04T20:07:05.6838882Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2025-03-04T20:07:05.6842113Z adding 'torch/include/ATen/ops/slogdet.h' 2025-03-04T20:07:05.6845336Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.6848215Z adding 'torch/include/ATen/ops/slogdet_native.h' 2025-03-04T20:07:05.6851414Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2025-03-04T20:07:05.6854924Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2025-03-04T20:07:05.6858440Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.6861843Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2025-03-04T20:07:05.6865347Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2025-03-04T20:07:05.6868407Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2025-03-04T20:07:05.6871658Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2025-03-04T20:07:05.6874887Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2025-03-04T20:07:05.6878123Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2025-03-04T20:07:05.6881753Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2025-03-04T20:07:05.6885327Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.6888395Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2025-03-04T20:07:05.6891540Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2025-03-04T20:07:05.6894584Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2025-03-04T20:07:05.6897854Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2025-03-04T20:07:05.6901551Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2025-03-04T20:07:05.6905166Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.6908283Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2025-03-04T20:07:05.6911435Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2025-03-04T20:07:05.6914609Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2025-03-04T20:07:05.6917905Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2025-03-04T20:07:05.6921597Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2025-03-04T20:07:05.6925281Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.6928409Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2025-03-04T20:07:05.6931710Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2025-03-04T20:07:05.6934853Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2025-03-04T20:07:05.6938131Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2025-03-04T20:07:05.6941215Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2025-03-04T20:07:05.6944556Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2025-03-04T20:07:05.6948240Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2025-03-04T20:07:05.6951745Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2025-03-04T20:07:05.6955229Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2025-03-04T20:07:05.6958387Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2025-03-04T20:07:05.6961700Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2025-03-04T20:07:05.6964693Z adding 'torch/include/ATen/ops/smm.h' 2025-03-04T20:07:05.6967924Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.6970748Z adding 'torch/include/ATen/ops/smm_native.h' 2025-03-04T20:07:05.6973820Z adding 'torch/include/ATen/ops/smm_ops.h' 2025-03-04T20:07:05.6976929Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2025-03-04T20:07:05.6980124Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2025-03-04T20:07:05.6983395Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.6986444Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2025-03-04T20:07:05.6989477Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2025-03-04T20:07:05.6992415Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2025-03-04T20:07:05.6996179Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2025-03-04T20:07:05.6999541Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.7002502Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2025-03-04T20:07:05.7005792Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2025-03-04T20:07:05.7008897Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2025-03-04T20:07:05.7012042Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2025-03-04T20:07:05.7015202Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2025-03-04T20:07:05.7018381Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2025-03-04T20:07:05.7021975Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2025-03-04T20:07:05.7025659Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2025-03-04T20:07:05.7029442Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.7032793Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2025-03-04T20:07:05.7036675Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2025-03-04T20:07:05.7040447Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.7043844Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2025-03-04T20:07:05.7047649Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2025-03-04T20:07:05.7051225Z adding 'torch/include/ATen/ops/softmax.h' 2025-03-04T20:07:05.7054861Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.7057991Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.7061080Z adding 'torch/include/ATen/ops/softmax_native.h' 2025-03-04T20:07:05.7064329Z adding 'torch/include/ATen/ops/softmax_ops.h' 2025-03-04T20:07:05.7067670Z adding 'torch/include/ATen/ops/softplus.h' 2025-03-04T20:07:05.7070923Z adding 'torch/include/ATen/ops/softplus_backward.h' 2025-03-04T20:07:05.7074626Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.7077727Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2025-03-04T20:07:05.7080824Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2025-03-04T20:07:05.7083817Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2025-03-04T20:07:05.7086951Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2025-03-04T20:07:05.7090272Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2025-03-04T20:07:05.7093411Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2025-03-04T20:07:05.7096773Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.7099634Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2025-03-04T20:07:05.7102708Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2025-03-04T20:07:05.7105940Z adding 'torch/include/ATen/ops/softplus_meta.h' 2025-03-04T20:07:05.7109044Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2025-03-04T20:07:05.7112027Z adding 'torch/include/ATen/ops/softplus_native.h' 2025-03-04T20:07:05.7115324Z adding 'torch/include/ATen/ops/softplus_ops.h' 2025-03-04T20:07:05.7118438Z adding 'torch/include/ATen/ops/softshrink.h' 2025-03-04T20:07:05.7121613Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2025-03-04T20:07:05.7124977Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.7127878Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2025-03-04T20:07:05.7131005Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2025-03-04T20:07:05.7133894Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2025-03-04T20:07:05.7137159Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2025-03-04T20:07:05.7140168Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2025-03-04T20:07:05.7143344Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2025-03-04T20:07:05.7147172Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.7150091Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2025-03-04T20:07:05.7153201Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2025-03-04T20:07:05.7156255Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2025-03-04T20:07:05.7159336Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2025-03-04T20:07:05.7162290Z adding 'torch/include/ATen/ops/softshrink_native.h' 2025-03-04T20:07:05.7165422Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2025-03-04T20:07:05.7168872Z adding 'torch/include/ATen/ops/sort.h' 2025-03-04T20:07:05.7172408Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.7175572Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.7178672Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.7181673Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2025-03-04T20:07:05.7184766Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2025-03-04T20:07:05.7187737Z adding 'torch/include/ATen/ops/sort_meta.h' 2025-03-04T20:07:05.7190860Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2025-03-04T20:07:05.7194085Z adding 'torch/include/ATen/ops/sort_native.h' 2025-03-04T20:07:05.7197716Z adding 'torch/include/ATen/ops/sort_ops.h' 2025-03-04T20:07:05.7201200Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2025-03-04T20:07:05.7204609Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.7207554Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2025-03-04T20:07:05.7210837Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2025-03-04T20:07:05.7214164Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2025-03-04T20:07:05.7217622Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.7220580Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2025-03-04T20:07:05.7223879Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2025-03-04T20:07:05.7227489Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2025-03-04T20:07:05.7231029Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.7234477Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2025-03-04T20:07:05.7237467Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2025-03-04T20:07:05.7240899Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2025-03-04T20:07:05.7244293Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.7247456Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.7250404Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2025-03-04T20:07:05.7253861Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2025-03-04T20:07:05.7257242Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2025-03-04T20:07:05.7260605Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.7263513Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2025-03-04T20:07:05.7266789Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2025-03-04T20:07:05.7270101Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2025-03-04T20:07:05.7273589Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.7276556Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2025-03-04T20:07:05.7279841Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2025-03-04T20:07:05.7282847Z adding 'torch/include/ATen/ops/sparse_dim.h' 2025-03-04T20:07:05.7286048Z adding 'torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.7288859Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2025-03-04T20:07:05.7291955Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2025-03-04T20:07:05.7294981Z adding 'torch/include/ATen/ops/sparse_mask.h' 2025-03-04T20:07:05.7298180Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.7301079Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2025-03-04T20:07:05.7304234Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2025-03-04T20:07:05.7307372Z adding 'torch/include/ATen/ops/sparse_resize.h' 2025-03-04T20:07:05.7310549Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2025-03-04T20:07:05.7313936Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.7316923Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2025-03-04T20:07:05.7319874Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2025-03-04T20:07:05.7323144Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2025-03-04T20:07:05.7326474Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.7329638Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2025-03-04T20:07:05.7332718Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2025-03-04T20:07:05.7335999Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2025-03-04T20:07:05.7339353Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2025-03-04T20:07:05.7342451Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2025-03-04T20:07:05.7345891Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2025-03-04T20:07:05.7348971Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2025-03-04T20:07:05.7352470Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.7355626Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2025-03-04T20:07:05.7358763Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2025-03-04T20:07:05.7361860Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2025-03-04T20:07:05.7364956Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2025-03-04T20:07:05.7368028Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2025-03-04T20:07:05.7371180Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2025-03-04T20:07:05.7374777Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2025-03-04T20:07:05.7378196Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.7381927Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2025-03-04T20:07:05.7385248Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2025-03-04T20:07:05.7388234Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2025-03-04T20:07:05.7391512Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2025-03-04T20:07:05.7394640Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2025-03-04T20:07:05.7397909Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2025-03-04T20:07:05.7401113Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2025-03-04T20:07:05.7404994Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.7408081Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2025-03-04T20:07:05.7411161Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2025-03-04T20:07:05.7414345Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2025-03-04T20:07:05.7417390Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2025-03-04T20:07:05.7420493Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2025-03-04T20:07:05.7423764Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2025-03-04T20:07:05.7426854Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2025-03-04T20:07:05.7430299Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.7433277Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2025-03-04T20:07:05.7436519Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2025-03-04T20:07:05.7439522Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2025-03-04T20:07:05.7442796Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2025-03-04T20:07:05.7445900Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2025-03-04T20:07:05.7449164Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2025-03-04T20:07:05.7452409Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2025-03-04T20:07:05.7455784Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.7458940Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2025-03-04T20:07:05.7461992Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2025-03-04T20:07:05.7465109Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2025-03-04T20:07:05.7468344Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2025-03-04T20:07:05.7471396Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2025-03-04T20:07:05.7474785Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2025-03-04T20:07:05.7478110Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2025-03-04T20:07:05.7481670Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.7484944Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.7488005Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2025-03-04T20:07:05.7491160Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2025-03-04T20:07:05.7494271Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2025-03-04T20:07:05.7497444Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2025-03-04T20:07:05.7500581Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2025-03-04T20:07:05.7504071Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2025-03-04T20:07:05.7507457Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2025-03-04T20:07:05.7511387Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.7514456Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.7517439Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2025-03-04T20:07:05.7520750Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2025-03-04T20:07:05.7524242Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2025-03-04T20:07:05.7527883Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2025-03-04T20:07:05.7531393Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2025-03-04T20:07:05.7535309Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2025-03-04T20:07:05.7539158Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2025-03-04T20:07:05.7543113Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.7547304Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.7550149Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2025-03-04T20:07:05.7553317Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2025-03-04T20:07:05.7556516Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2025-03-04T20:07:05.7559663Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2025-03-04T20:07:05.7562862Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2025-03-04T20:07:05.7566268Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2025-03-04T20:07:05.7569784Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2025-03-04T20:07:05.7573208Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.7576541Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.7579484Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2025-03-04T20:07:05.7582609Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2025-03-04T20:07:05.7585740Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2025-03-04T20:07:05.7588861Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2025-03-04T20:07:05.7591881Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2025-03-04T20:07:05.7595408Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2025-03-04T20:07:05.7598528Z adding 'torch/include/ATen/ops/special_digamma.h' 2025-03-04T20:07:05.7602037Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.7604950Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2025-03-04T20:07:05.7608090Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2025-03-04T20:07:05.7611150Z adding 'torch/include/ATen/ops/special_entr.h' 2025-03-04T20:07:05.7614460Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.7617354Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2025-03-04T20:07:05.7620411Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2025-03-04T20:07:05.7623349Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2025-03-04T20:07:05.7626421Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2025-03-04T20:07:05.7629369Z adding 'torch/include/ATen/ops/special_entr_native.h' 2025-03-04T20:07:05.7632662Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2025-03-04T20:07:05.7635892Z adding 'torch/include/ATen/ops/special_erf.h' 2025-03-04T20:07:05.7639466Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.7641983Z adding 'torch/include/ATen/ops/special_erf_native.h' 2025-03-04T20:07:05.7645104Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2025-03-04T20:07:05.7648119Z adding 'torch/include/ATen/ops/special_erfc.h' 2025-03-04T20:07:05.7651339Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.7654186Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2025-03-04T20:07:05.7657308Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2025-03-04T20:07:05.7660385Z adding 'torch/include/ATen/ops/special_erfcx.h' 2025-03-04T20:07:05.7663705Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.7666572Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2025-03-04T20:07:05.7669609Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2025-03-04T20:07:05.7672631Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2025-03-04T20:07:05.7675864Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2025-03-04T20:07:05.7679304Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2025-03-04T20:07:05.7681988Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2025-03-04T20:07:05.7685048Z adding 'torch/include/ATen/ops/special_erfinv.h' 2025-03-04T20:07:05.7688268Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.7691113Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2025-03-04T20:07:05.7694319Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2025-03-04T20:07:05.7698175Z adding 'torch/include/ATen/ops/special_exp2.h' 2025-03-04T20:07:05.7701444Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.7704310Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2025-03-04T20:07:05.7707404Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2025-03-04T20:07:05.7710530Z adding 'torch/include/ATen/ops/special_expit.h' 2025-03-04T20:07:05.7713917Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.7716797Z adding 'torch/include/ATen/ops/special_expit_native.h' 2025-03-04T20:07:05.7719915Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2025-03-04T20:07:05.7722999Z adding 'torch/include/ATen/ops/special_expm1.h' 2025-03-04T20:07:05.7726241Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.7729066Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2025-03-04T20:07:05.7732217Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2025-03-04T20:07:05.7735286Z adding 'torch/include/ATen/ops/special_gammainc.h' 2025-03-04T20:07:05.7738594Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.7741449Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2025-03-04T20:07:05.7744630Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2025-03-04T20:07:05.7747669Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2025-03-04T20:07:05.7750974Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.7753917Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2025-03-04T20:07:05.7757054Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2025-03-04T20:07:05.7760120Z adding 'torch/include/ATen/ops/special_gammaln.h' 2025-03-04T20:07:05.7763387Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.7766252Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2025-03-04T20:07:05.7769372Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2025-03-04T20:07:05.7772666Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2025-03-04T20:07:05.7776043Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.7779512Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.7782125Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2025-03-04T20:07:05.7785761Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2025-03-04T20:07:05.7788811Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2025-03-04T20:07:05.7791926Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2025-03-04T20:07:05.7795126Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2025-03-04T20:07:05.7798549Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2025-03-04T20:07:05.7801891Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2025-03-04T20:07:05.7805259Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.7808432Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.7811433Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2025-03-04T20:07:05.7814449Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2025-03-04T20:07:05.7817439Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2025-03-04T20:07:05.7820518Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2025-03-04T20:07:05.7823536Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2025-03-04T20:07:05.7826943Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2025-03-04T20:07:05.7830282Z adding 'torch/include/ATen/ops/special_i0.h' 2025-03-04T20:07:05.7833587Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.7836528Z adding 'torch/include/ATen/ops/special_i0_native.h' 2025-03-04T20:07:05.7839663Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2025-03-04T20:07:05.7842721Z adding 'torch/include/ATen/ops/special_i0e.h' 2025-03-04T20:07:05.7846068Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.7848950Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2025-03-04T20:07:05.7852035Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2025-03-04T20:07:05.7854977Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2025-03-04T20:07:05.7858129Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2025-03-04T20:07:05.7861079Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2025-03-04T20:07:05.7864278Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2025-03-04T20:07:05.7867283Z adding 'torch/include/ATen/ops/special_i1.h' 2025-03-04T20:07:05.7870549Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.7873504Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2025-03-04T20:07:05.7876607Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2025-03-04T20:07:05.7879578Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2025-03-04T20:07:05.7882629Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2025-03-04T20:07:05.7885618Z adding 'torch/include/ATen/ops/special_i1_native.h' 2025-03-04T20:07:05.7888734Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2025-03-04T20:07:05.7891849Z adding 'torch/include/ATen/ops/special_i1e.h' 2025-03-04T20:07:05.7895145Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.7898093Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2025-03-04T20:07:05.7901138Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2025-03-04T20:07:05.7904094Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2025-03-04T20:07:05.7907221Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2025-03-04T20:07:05.7910225Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2025-03-04T20:07:05.7913761Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2025-03-04T20:07:05.7916819Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2025-03-04T20:07:05.7920129Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.7923300Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.7926216Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2025-03-04T20:07:05.7929322Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2025-03-04T20:07:05.7932398Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2025-03-04T20:07:05.7935511Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2025-03-04T20:07:05.7938527Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2025-03-04T20:07:05.7941908Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2025-03-04T20:07:05.7945273Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2025-03-04T20:07:05.7948579Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.7951761Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.7954776Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2025-03-04T20:07:05.7957876Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2025-03-04T20:07:05.7960828Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2025-03-04T20:07:05.7963944Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2025-03-04T20:07:05.7966994Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2025-03-04T20:07:05.7970339Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2025-03-04T20:07:05.7973410Z adding 'torch/include/ATen/ops/special_log1p.h' 2025-03-04T20:07:05.7976647Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.7979484Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2025-03-04T20:07:05.7982625Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2025-03-04T20:07:05.7985731Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2025-03-04T20:07:05.7989067Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.7991969Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2025-03-04T20:07:05.7995138Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2025-03-04T20:07:05.7998124Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2025-03-04T20:07:05.8001201Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2025-03-04T20:07:05.8004171Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2025-03-04T20:07:05.8007374Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2025-03-04T20:07:05.8010433Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2025-03-04T20:07:05.8013703Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8016555Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2025-03-04T20:07:05.8019652Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2025-03-04T20:07:05.8022703Z adding 'torch/include/ATen/ops/special_logit.h' 2025-03-04T20:07:05.8025983Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8028889Z adding 'torch/include/ATen/ops/special_logit_native.h' 2025-03-04T20:07:05.8032457Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2025-03-04T20:07:05.8035836Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2025-03-04T20:07:05.8039356Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8042781Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2025-03-04T20:07:05.8046437Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2025-03-04T20:07:05.8050089Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2025-03-04T20:07:05.8054060Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.8057326Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2025-03-04T20:07:05.8069410Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2025-03-04T20:07:05.8070119Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2025-03-04T20:07:05.8070423Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2025-03-04T20:07:05.8071439Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2025-03-04T20:07:05.8075149Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2025-03-04T20:07:05.8078158Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2025-03-04T20:07:05.8081634Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.8084636Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2025-03-04T20:07:05.8087777Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2025-03-04T20:07:05.8090968Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2025-03-04T20:07:05.8094089Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2025-03-04T20:07:05.8097266Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2025-03-04T20:07:05.8100407Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2025-03-04T20:07:05.8103512Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2025-03-04T20:07:05.8107019Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.8109965Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2025-03-04T20:07:05.8113913Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2025-03-04T20:07:05.8117014Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2025-03-04T20:07:05.8120118Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2025-03-04T20:07:05.8123276Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2025-03-04T20:07:05.8126761Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2025-03-04T20:07:05.8129601Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2025-03-04T20:07:05.8132913Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.8135798Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2025-03-04T20:07:05.8138908Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2025-03-04T20:07:05.8141863Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2025-03-04T20:07:05.8151973Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2025-03-04T20:07:05.8152240Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2025-03-04T20:07:05.8153588Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2025-03-04T20:07:05.8156741Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2025-03-04T20:07:05.8160098Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8162925Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2025-03-04T20:07:05.8166117Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2025-03-04T20:07:05.8169249Z adding 'torch/include/ATen/ops/special_ndtr.h' 2025-03-04T20:07:05.8172494Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8175531Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2025-03-04T20:07:05.8178633Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2025-03-04T20:07:05.8181725Z adding 'torch/include/ATen/ops/special_ndtri.h' 2025-03-04T20:07:05.8185071Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.8187946Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2025-03-04T20:07:05.8191377Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2025-03-04T20:07:05.8194581Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2025-03-04T20:07:05.8197785Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2025-03-04T20:07:05.8200711Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2025-03-04T20:07:05.8203815Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2025-03-04T20:07:05.8206890Z adding 'torch/include/ATen/ops/special_polygamma.h' 2025-03-04T20:07:05.8210195Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8213084Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2025-03-04T20:07:05.8216176Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2025-03-04T20:07:05.8219244Z adding 'torch/include/ATen/ops/special_psi.h' 2025-03-04T20:07:05.8222498Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8225329Z adding 'torch/include/ATen/ops/special_psi_native.h' 2025-03-04T20:07:05.8228445Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2025-03-04T20:07:05.8231498Z adding 'torch/include/ATen/ops/special_round.h' 2025-03-04T20:07:05.8234881Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8237729Z adding 'torch/include/ATen/ops/special_round_native.h' 2025-03-04T20:07:05.8240880Z adding 'torch/include/ATen/ops/special_round_ops.h' 2025-03-04T20:07:05.8244095Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2025-03-04T20:07:05.8247435Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.8250344Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2025-03-04T20:07:05.8253405Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2025-03-04T20:07:05.8257035Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2025-03-04T20:07:05.8260146Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2025-03-04T20:07:05.8263143Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2025-03-04T20:07:05.8266332Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2025-03-04T20:07:05.8269478Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2025-03-04T20:07:05.8272812Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.8275822Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2025-03-04T20:07:05.8278865Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2025-03-04T20:07:05.8281850Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2025-03-04T20:07:05.8284921Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2025-03-04T20:07:05.8287885Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2025-03-04T20:07:05.8291034Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2025-03-04T20:07:05.8294345Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2025-03-04T20:07:05.8297720Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.8301062Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.8303868Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2025-03-04T20:07:05.8306920Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2025-03-04T20:07:05.8309886Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2025-03-04T20:07:05.8312995Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2025-03-04T20:07:05.8316240Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2025-03-04T20:07:05.8319628Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2025-03-04T20:07:05.8323010Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2025-03-04T20:07:05.8326375Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.8329610Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.8332693Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2025-03-04T20:07:05.8335794Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2025-03-04T20:07:05.8338788Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2025-03-04T20:07:05.8341886Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2025-03-04T20:07:05.8344914Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2025-03-04T20:07:05.8348338Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2025-03-04T20:07:05.8351645Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2025-03-04T20:07:05.8355089Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.8358311Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.8361265Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2025-03-04T20:07:05.8364334Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2025-03-04T20:07:05.8367328Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2025-03-04T20:07:05.8370426Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2025-03-04T20:07:05.8373543Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2025-03-04T20:07:05.8376946Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2025-03-04T20:07:05.8380293Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2025-03-04T20:07:05.8383749Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.8386928Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.8389838Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2025-03-04T20:07:05.8392916Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2025-03-04T20:07:05.8396059Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2025-03-04T20:07:05.8399118Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2025-03-04T20:07:05.8402149Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2025-03-04T20:07:05.8405603Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2025-03-04T20:07:05.8408702Z adding 'torch/include/ATen/ops/special_sinc.h' 2025-03-04T20:07:05.8411999Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8414829Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2025-03-04T20:07:05.8417952Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2025-03-04T20:07:05.8421012Z adding 'torch/include/ATen/ops/special_softmax.h' 2025-03-04T20:07:05.8424997Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8427913Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2025-03-04T20:07:05.8431037Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2025-03-04T20:07:05.8434563Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2025-03-04T20:07:05.8438097Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.8441047Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2025-03-04T20:07:05.8444286Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2025-03-04T20:07:05.8447269Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2025-03-04T20:07:05.8450595Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2025-03-04T20:07:05.8453519Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2025-03-04T20:07:05.8456877Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2025-03-04T20:07:05.8460222Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2025-03-04T20:07:05.8463656Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.8467007Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.8469907Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2025-03-04T20:07:05.8473108Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2025-03-04T20:07:05.8476249Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2025-03-04T20:07:05.8479522Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2025-03-04T20:07:05.8483081Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2025-03-04T20:07:05.8486193Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2025-03-04T20:07:05.8489644Z adding 'torch/include/ATen/ops/special_xlogy.h' 2025-03-04T20:07:05.8493066Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8496130Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2025-03-04T20:07:05.8500064Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2025-03-04T20:07:05.8503060Z adding 'torch/include/ATen/ops/special_zeta.h' 2025-03-04T20:07:05.8506713Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.8509929Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.8513004Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2025-03-04T20:07:05.8516254Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2025-03-04T20:07:05.8519370Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2025-03-04T20:07:05.8550608Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2025-03-04T20:07:05.8550776Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2025-03-04T20:07:05.8550928Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2025-03-04T20:07:05.8551040Z adding 'torch/include/ATen/ops/split.h' 2025-03-04T20:07:05.8551310Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.8551559Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8551693Z adding 'torch/include/ATen/ops/split_copy.h' 2025-03-04T20:07:05.8551966Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.8552327Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.8555025Z adding 'torch/include/ATen/ops/split_copy_native.h' 2025-03-04T20:07:05.8558515Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2025-03-04T20:07:05.8562451Z adding 'torch/include/ATen/ops/split_native.h' 2025-03-04T20:07:05.8564863Z adding 'torch/include/ATen/ops/split_ops.h' 2025-03-04T20:07:05.8568291Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2025-03-04T20:07:05.8571550Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.8574946Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2025-03-04T20:07:05.8578744Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.8582067Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.8585218Z adding 'torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h' 2025-03-04T20:07:05.8588291Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2025-03-04T20:07:05.8591481Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2025-03-04T20:07:05.8594637Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2025-03-04T20:07:05.8597828Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2025-03-04T20:07:05.8601003Z adding 'torch/include/ATen/ops/sqrt.h' 2025-03-04T20:07:05.8604327Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.8607243Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2025-03-04T20:07:05.8610269Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2025-03-04T20:07:05.8613251Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2025-03-04T20:07:05.8616288Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2025-03-04T20:07:05.8619323Z adding 'torch/include/ATen/ops/sqrt_native.h' 2025-03-04T20:07:05.8622503Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2025-03-04T20:07:05.8625745Z adding 'torch/include/ATen/ops/square.h' 2025-03-04T20:07:05.8629058Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8632041Z adding 'torch/include/ATen/ops/square_native.h' 2025-03-04T20:07:05.8635372Z adding 'torch/include/ATen/ops/square_ops.h' 2025-03-04T20:07:05.8638469Z adding 'torch/include/ATen/ops/squeeze.h' 2025-03-04T20:07:05.8641736Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.8644801Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8647893Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2025-03-04T20:07:05.8651197Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.8654410Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.8657234Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2025-03-04T20:07:05.8660650Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2025-03-04T20:07:05.8663818Z adding 'torch/include/ATen/ops/squeeze_native.h' 2025-03-04T20:07:05.8667278Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2025-03-04T20:07:05.8670494Z adding 'torch/include/ATen/ops/sspaddmm.h' 2025-03-04T20:07:05.8673859Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8676991Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2025-03-04T20:07:05.8680190Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2025-03-04T20:07:05.8683243Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2025-03-04T20:07:05.8686490Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2025-03-04T20:07:05.8689576Z adding 'torch/include/ATen/ops/stack.h' 2025-03-04T20:07:05.8692825Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.8695693Z adding 'torch/include/ATen/ops/stack_native.h' 2025-03-04T20:07:05.8698852Z adding 'torch/include/ATen/ops/stack_ops.h' 2025-03-04T20:07:05.8702338Z adding 'torch/include/ATen/ops/std.h' 2025-03-04T20:07:05.8705868Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8708853Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2025-03-04T20:07:05.8711946Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2025-03-04T20:07:05.8715352Z adding 'torch/include/ATen/ops/std_mean.h' 2025-03-04T20:07:05.8718738Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.8721888Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8724994Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2025-03-04T20:07:05.8728100Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2025-03-04T20:07:05.8731151Z adding 'torch/include/ATen/ops/std_mean_native.h' 2025-03-04T20:07:05.8734659Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2025-03-04T20:07:05.8737915Z adding 'torch/include/ATen/ops/std_native.h' 2025-03-04T20:07:05.8741541Z adding 'torch/include/ATen/ops/std_ops.h' 2025-03-04T20:07:05.8744933Z adding 'torch/include/ATen/ops/stft.h' 2025-03-04T20:07:05.8748377Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8751295Z adding 'torch/include/ATen/ops/stft_native.h' 2025-03-04T20:07:05.8754738Z adding 'torch/include/ATen/ops/stft_ops.h' 2025-03-04T20:07:05.8757863Z adding 'torch/include/ATen/ops/stride.h' 2025-03-04T20:07:05.8761109Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8763993Z adding 'torch/include/ATen/ops/stride_native.h' 2025-03-04T20:07:05.8767199Z adding 'torch/include/ATen/ops/stride_ops.h' 2025-03-04T20:07:05.8770385Z adding 'torch/include/ATen/ops/sub.h' 2025-03-04T20:07:05.8773687Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.8776833Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.8779789Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2025-03-04T20:07:05.8782863Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2025-03-04T20:07:05.8785867Z adding 'torch/include/ATen/ops/sub_meta.h' 2025-03-04T20:07:05.8788941Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2025-03-04T20:07:05.8792030Z adding 'torch/include/ATen/ops/sub_native.h' 2025-03-04T20:07:05.8795591Z adding 'torch/include/ATen/ops/sub_ops.h' 2025-03-04T20:07:05.8798846Z adding 'torch/include/ATen/ops/subtract.h' 2025-03-04T20:07:05.8802146Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8805027Z adding 'torch/include/ATen/ops/subtract_native.h' 2025-03-04T20:07:05.8808383Z adding 'torch/include/ATen/ops/subtract_ops.h' 2025-03-04T20:07:05.8811759Z adding 'torch/include/ATen/ops/sum.h' 2025-03-04T20:07:05.8815105Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.8818288Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.8821369Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8824338Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2025-03-04T20:07:05.8827433Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2025-03-04T20:07:05.8830441Z adding 'torch/include/ATen/ops/sum_meta.h' 2025-03-04T20:07:05.8833802Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2025-03-04T20:07:05.8836982Z adding 'torch/include/ATen/ops/sum_native.h' 2025-03-04T20:07:05.8840561Z adding 'torch/include/ATen/ops/sum_ops.h' 2025-03-04T20:07:05.8843809Z adding 'torch/include/ATen/ops/sum_to_size.h' 2025-03-04T20:07:05.8847211Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8850857Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2025-03-04T20:07:05.8854072Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2025-03-04T20:07:05.8857353Z adding 'torch/include/ATen/ops/svd.h' 2025-03-04T20:07:05.8860658Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8863831Z adding 'torch/include/ATen/ops/svd_native.h' 2025-03-04T20:07:05.8867032Z adding 'torch/include/ATen/ops/svd_ops.h' 2025-03-04T20:07:05.8870673Z adding 'torch/include/ATen/ops/swapaxes.h' 2025-03-04T20:07:05.8874080Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8876743Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2025-03-04T20:07:05.8880005Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2025-03-04T20:07:05.8883013Z adding 'torch/include/ATen/ops/swapdims.h' 2025-03-04T20:07:05.8886448Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8889246Z adding 'torch/include/ATen/ops/swapdims_native.h' 2025-03-04T20:07:05.8892592Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2025-03-04T20:07:05.8896618Z adding 'torch/include/ATen/ops/sym_constrain_range.h' 2025-03-04T20:07:05.8899290Z adding 'torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.8902411Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size.h' 2025-03-04T20:07:05.8905655Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.8908552Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_native.h' 2025-03-04T20:07:05.8911670Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_ops.h' 2025-03-04T20:07:05.8914923Z adding 'torch/include/ATen/ops/sym_constrain_range_native.h' 2025-03-04T20:07:05.8918023Z adding 'torch/include/ATen/ops/sym_constrain_range_ops.h' 2025-03-04T20:07:05.8921262Z adding 'torch/include/ATen/ops/sym_numel.h' 2025-03-04T20:07:05.8925170Z adding 'torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8927487Z adding 'torch/include/ATen/ops/sym_numel_native.h' 2025-03-04T20:07:05.8930783Z adding 'torch/include/ATen/ops/sym_numel_ops.h' 2025-03-04T20:07:05.8933768Z adding 'torch/include/ATen/ops/sym_size.h' 2025-03-04T20:07:05.8937138Z adding 'torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8939981Z adding 'torch/include/ATen/ops/sym_size_native.h' 2025-03-04T20:07:05.8943252Z adding 'torch/include/ATen/ops/sym_size_ops.h' 2025-03-04T20:07:05.8946280Z adding 'torch/include/ATen/ops/sym_storage_offset.h' 2025-03-04T20:07:05.8949722Z adding 'torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8953480Z adding 'torch/include/ATen/ops/sym_storage_offset_native.h' 2025-03-04T20:07:05.8955917Z adding 'torch/include/ATen/ops/sym_storage_offset_ops.h' 2025-03-04T20:07:05.8959141Z adding 'torch/include/ATen/ops/sym_stride.h' 2025-03-04T20:07:05.8962299Z adding 'torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.8965240Z adding 'torch/include/ATen/ops/sym_stride_native.h' 2025-03-04T20:07:05.8968241Z adding 'torch/include/ATen/ops/sym_stride_ops.h' 2025-03-04T20:07:05.8971407Z adding 'torch/include/ATen/ops/t.h' 2025-03-04T20:07:05.8974953Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.8978128Z adding 'torch/include/ATen/ops/t_copy.h' 2025-03-04T20:07:05.8981908Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.8984729Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.8987705Z adding 'torch/include/ATen/ops/t_copy_native.h' 2025-03-04T20:07:05.8990823Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2025-03-04T20:07:05.8993983Z adding 'torch/include/ATen/ops/t_native.h' 2025-03-04T20:07:05.8997127Z adding 'torch/include/ATen/ops/t_ops.h' 2025-03-04T20:07:05.9000404Z adding 'torch/include/ATen/ops/take.h' 2025-03-04T20:07:05.9003551Z adding 'torch/include/ATen/ops/take_along_dim.h' 2025-03-04T20:07:05.9007045Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9010479Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2025-03-04T20:07:05.9013293Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2025-03-04T20:07:05.9016536Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2025-03-04T20:07:05.9019570Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2025-03-04T20:07:05.9022720Z adding 'torch/include/ATen/ops/take_native.h' 2025-03-04T20:07:05.9025946Z adding 'torch/include/ATen/ops/take_ops.h' 2025-03-04T20:07:05.9042107Z adding 'torch/include/ATen/ops/tan.h' 2025-03-04T20:07:05.9042531Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.9042682Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2025-03-04T20:07:05.9042813Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2025-03-04T20:07:05.9043514Z adding 'torch/include/ATen/ops/tan_meta.h' 2025-03-04T20:07:05.9046584Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2025-03-04T20:07:05.9049825Z adding 'torch/include/ATen/ops/tan_native.h' 2025-03-04T20:07:05.9054034Z adding 'torch/include/ATen/ops/tan_ops.h' 2025-03-04T20:07:05.9056437Z adding 'torch/include/ATen/ops/tanh.h' 2025-03-04T20:07:05.9060010Z adding 'torch/include/ATen/ops/tanh_backward.h' 2025-03-04T20:07:05.9063003Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.9066087Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2025-03-04T20:07:05.9069168Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2025-03-04T20:07:05.9072100Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2025-03-04T20:07:05.9075368Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2025-03-04T20:07:05.9078574Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2025-03-04T20:07:05.9081736Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2025-03-04T20:07:05.9085034Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.9087873Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2025-03-04T20:07:05.9090913Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2025-03-04T20:07:05.9094108Z adding 'torch/include/ATen/ops/tanh_meta.h' 2025-03-04T20:07:05.9097173Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2025-03-04T20:07:05.9100234Z adding 'torch/include/ATen/ops/tanh_native.h' 2025-03-04T20:07:05.9103378Z adding 'torch/include/ATen/ops/tanh_ops.h' 2025-03-04T20:07:05.9106652Z adding 'torch/include/ATen/ops/tensor.h' 2025-03-04T20:07:05.9110004Z adding 'torch/include/ATen/ops/tensor_split.h' 2025-03-04T20:07:05.9113517Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9116515Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2025-03-04T20:07:05.9119797Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2025-03-04T20:07:05.9123555Z adding 'torch/include/ATen/ops/tensordot.h' 2025-03-04T20:07:05.9126405Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9129302Z adding 'torch/include/ATen/ops/tensordot_native.h' 2025-03-04T20:07:05.9132542Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2025-03-04T20:07:05.9136050Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2025-03-04T20:07:05.9139605Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9142479Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2025-03-04T20:07:05.9145760Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2025-03-04T20:07:05.9148845Z adding 'torch/include/ATen/ops/threshold.h' 2025-03-04T20:07:05.9152045Z adding 'torch/include/ATen/ops/threshold_backward.h' 2025-03-04T20:07:05.9155535Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.9158369Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2025-03-04T20:07:05.9161515Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2025-03-04T20:07:05.9164593Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2025-03-04T20:07:05.9167630Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2025-03-04T20:07:05.9170654Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2025-03-04T20:07:05.9173797Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2025-03-04T20:07:05.9177167Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.9180245Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2025-03-04T20:07:05.9183338Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2025-03-04T20:07:05.9186347Z adding 'torch/include/ATen/ops/threshold_meta.h' 2025-03-04T20:07:05.9189399Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2025-03-04T20:07:05.9192425Z adding 'torch/include/ATen/ops/threshold_native.h' 2025-03-04T20:07:05.9195781Z adding 'torch/include/ATen/ops/threshold_ops.h' 2025-03-04T20:07:05.9198911Z adding 'torch/include/ATen/ops/tile.h' 2025-03-04T20:07:05.9202209Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9205126Z adding 'torch/include/ATen/ops/tile_native.h' 2025-03-04T20:07:05.9208198Z adding 'torch/include/ATen/ops/tile_ops.h' 2025-03-04T20:07:05.9211113Z adding 'torch/include/ATen/ops/to.h' 2025-03-04T20:07:05.9214378Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9217293Z adding 'torch/include/ATen/ops/to_dense.h' 2025-03-04T20:07:05.9220282Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2025-03-04T20:07:05.9223451Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9226393Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2025-03-04T20:07:05.9229484Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2025-03-04T20:07:05.9232734Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9235753Z adding 'torch/include/ATen/ops/to_dense_native.h' 2025-03-04T20:07:05.9238849Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2025-03-04T20:07:05.9241963Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2025-03-04T20:07:05.9244960Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2025-03-04T20:07:05.9248204Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9251011Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2025-03-04T20:07:05.9254114Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2025-03-04T20:07:05.9257294Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.9260263Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2025-03-04T20:07:05.9263161Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2025-03-04T20:07:05.9266330Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2025-03-04T20:07:05.9269367Z adding 'torch/include/ATen/ops/to_native.h' 2025-03-04T20:07:05.9272777Z adding 'torch/include/ATen/ops/to_ops.h' 2025-03-04T20:07:05.9276441Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2025-03-04T20:07:05.9280506Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.9282926Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2025-03-04T20:07:05.9286126Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2025-03-04T20:07:05.9289063Z adding 'torch/include/ATen/ops/to_sparse.h' 2025-03-04T20:07:05.9291980Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2025-03-04T20:07:05.9295234Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9298042Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2025-03-04T20:07:05.9301213Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2025-03-04T20:07:05.9304169Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2025-03-04T20:07:05.9307446Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9310225Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2025-03-04T20:07:05.9313372Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2025-03-04T20:07:05.9316688Z adding 'torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9319522Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2025-03-04T20:07:05.9322720Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9325529Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2025-03-04T20:07:05.9328629Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2025-03-04T20:07:05.9331616Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2025-03-04T20:07:05.9334802Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9337633Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2025-03-04T20:07:05.9340702Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2025-03-04T20:07:05.9343715Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2025-03-04T20:07:05.9346995Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2025-03-04T20:07:05.9350308Z adding 'torch/include/ATen/ops/topk.h' 2025-03-04T20:07:05.9353946Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.9357006Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2025-03-04T20:07:05.9360169Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2025-03-04T20:07:05.9363187Z adding 'torch/include/ATen/ops/topk_meta.h' 2025-03-04T20:07:05.9366328Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2025-03-04T20:07:05.9369321Z adding 'torch/include/ATen/ops/topk_native.h' 2025-03-04T20:07:05.9372540Z adding 'torch/include/ATen/ops/topk_ops.h' 2025-03-04T20:07:05.9375708Z adding 'torch/include/ATen/ops/trace.h' 2025-03-04T20:07:05.9381146Z adding 'torch/include/ATen/ops/trace_backward.h' 2025-03-04T20:07:05.9383833Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9386769Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2025-03-04T20:07:05.9389946Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2025-03-04T20:07:05.9393327Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.9396349Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2025-03-04T20:07:05.9399539Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2025-03-04T20:07:05.9402484Z adding 'torch/include/ATen/ops/trace_native.h' 2025-03-04T20:07:05.9405793Z adding 'torch/include/ATen/ops/trace_ops.h' 2025-03-04T20:07:05.9408980Z adding 'torch/include/ATen/ops/transpose.h' 2025-03-04T20:07:05.9412337Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.9415543Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9418483Z adding 'torch/include/ATen/ops/transpose_copy.h' 2025-03-04T20:07:05.9421902Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.9425055Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.9427977Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2025-03-04T20:07:05.9431176Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2025-03-04T20:07:05.9434416Z adding 'torch/include/ATen/ops/transpose_native.h' 2025-03-04T20:07:05.9437799Z adding 'torch/include/ATen/ops/transpose_ops.h' 2025-03-04T20:07:05.9440925Z adding 'torch/include/ATen/ops/trapezoid.h' 2025-03-04T20:07:05.9444303Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9447165Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2025-03-04T20:07:05.9450439Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2025-03-04T20:07:05.9453503Z adding 'torch/include/ATen/ops/trapz.h' 2025-03-04T20:07:05.9456973Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9459757Z adding 'torch/include/ATen/ops/trapz_native.h' 2025-03-04T20:07:05.9463186Z adding 'torch/include/ATen/ops/trapz_ops.h' 2025-03-04T20:07:05.9466405Z adding 'torch/include/ATen/ops/triangular_solve.h' 2025-03-04T20:07:05.9469771Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.9472869Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2025-03-04T20:07:05.9476114Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2025-03-04T20:07:05.9479256Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2025-03-04T20:07:05.9483259Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2025-03-04T20:07:05.9485628Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2025-03-04T20:07:05.9489105Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2025-03-04T20:07:05.9492088Z adding 'torch/include/ATen/ops/tril.h' 2025-03-04T20:07:05.9495552Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.9498474Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2025-03-04T20:07:05.9501646Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2025-03-04T20:07:05.9504853Z adding 'torch/include/ATen/ops/tril_indices.h' 2025-03-04T20:07:05.9508282Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.9511720Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2025-03-04T20:07:05.9514662Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2025-03-04T20:07:05.9517810Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2025-03-04T20:07:05.9521014Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2025-03-04T20:07:05.9524221Z adding 'torch/include/ATen/ops/tril_meta.h' 2025-03-04T20:07:05.9527311Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2025-03-04T20:07:05.9530681Z adding 'torch/include/ATen/ops/tril_native.h' 2025-03-04T20:07:05.9533893Z adding 'torch/include/ATen/ops/tril_ops.h' 2025-03-04T20:07:05.9554209Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2025-03-04T20:07:05.9554536Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9554717Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2025-03-04T20:07:05.9554878Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2025-03-04T20:07:05.9554986Z adding 'torch/include/ATen/ops/triu.h' 2025-03-04T20:07:05.9555294Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.9558187Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2025-03-04T20:07:05.9561413Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2025-03-04T20:07:05.9564524Z adding 'torch/include/ATen/ops/triu_indices.h' 2025-03-04T20:07:05.9568036Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.9572028Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2025-03-04T20:07:05.9574348Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2025-03-04T20:07:05.9577938Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2025-03-04T20:07:05.9581543Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2025-03-04T20:07:05.9584727Z adding 'torch/include/ATen/ops/triu_meta.h' 2025-03-04T20:07:05.9588915Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2025-03-04T20:07:05.9591095Z adding 'torch/include/ATen/ops/triu_native.h' 2025-03-04T20:07:05.9594415Z adding 'torch/include/ATen/ops/triu_ops.h' 2025-03-04T20:07:05.9597510Z adding 'torch/include/ATen/ops/true_divide.h' 2025-03-04T20:07:05.9600837Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9604892Z adding 'torch/include/ATen/ops/true_divide_native.h' 2025-03-04T20:07:05.9607303Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2025-03-04T20:07:05.9610521Z adding 'torch/include/ATen/ops/trunc.h' 2025-03-04T20:07:05.9613838Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.9616739Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2025-03-04T20:07:05.9619785Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2025-03-04T20:07:05.9622729Z adding 'torch/include/ATen/ops/trunc_meta.h' 2025-03-04T20:07:05.9625754Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2025-03-04T20:07:05.9628796Z adding 'torch/include/ATen/ops/trunc_native.h' 2025-03-04T20:07:05.9631992Z adding 'torch/include/ATen/ops/trunc_ops.h' 2025-03-04T20:07:05.9635843Z adding 'torch/include/ATen/ops/type_as.h' 2025-03-04T20:07:05.9638509Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9641382Z adding 'torch/include/ATen/ops/type_as_native.h' 2025-03-04T20:07:05.9644432Z adding 'torch/include/ATen/ops/type_as_ops.h' 2025-03-04T20:07:05.9647493Z adding 'torch/include/ATen/ops/unbind.h' 2025-03-04T20:07:05.9650754Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.9653830Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9656731Z adding 'torch/include/ATen/ops/unbind_copy.h' 2025-03-04T20:07:05.9660000Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.9663187Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.9666003Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2025-03-04T20:07:05.9669172Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2025-03-04T20:07:05.9672241Z adding 'torch/include/ATen/ops/unbind_native.h' 2025-03-04T20:07:05.9675508Z adding 'torch/include/ATen/ops/unbind_ops.h' 2025-03-04T20:07:05.9678741Z adding 'torch/include/ATen/ops/unflatten.h' 2025-03-04T20:07:05.9682224Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9685165Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2025-03-04T20:07:05.9688474Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9692230Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2025-03-04T20:07:05.9694552Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2025-03-04T20:07:05.9697504Z adding 'torch/include/ATen/ops/unflatten_native.h' 2025-03-04T20:07:05.9700712Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2025-03-04T20:07:05.9703708Z adding 'torch/include/ATen/ops/unfold.h' 2025-03-04T20:07:05.9707114Z adding 'torch/include/ATen/ops/unfold_backward.h' 2025-03-04T20:07:05.9710568Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.9713581Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2025-03-04T20:07:05.9716837Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2025-03-04T20:07:05.9719750Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2025-03-04T20:07:05.9722997Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2025-03-04T20:07:05.9726097Z adding 'torch/include/ATen/ops/unfold_copy.h' 2025-03-04T20:07:05.9729307Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.9732558Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.9735327Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2025-03-04T20:07:05.9738499Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2025-03-04T20:07:05.9741572Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2025-03-04T20:07:05.9744580Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2025-03-04T20:07:05.9747588Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2025-03-04T20:07:05.9750500Z adding 'torch/include/ATen/ops/unfold_native.h' 2025-03-04T20:07:05.9753752Z adding 'torch/include/ATen/ops/unfold_ops.h' 2025-03-04T20:07:05.9756849Z adding 'torch/include/ATen/ops/uniform.h' 2025-03-04T20:07:05.9760168Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.9763178Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2025-03-04T20:07:05.9766235Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2025-03-04T20:07:05.9769264Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2025-03-04T20:07:05.9772253Z adding 'torch/include/ATen/ops/uniform_native.h' 2025-03-04T20:07:05.9775522Z adding 'torch/include/ATen/ops/uniform_ops.h' 2025-03-04T20:07:05.9779172Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2025-03-04T20:07:05.9782503Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.9785509Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2025-03-04T20:07:05.9788570Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2025-03-04T20:07:05.9791518Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2025-03-04T20:07:05.9795210Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2025-03-04T20:07:05.9798794Z adding 'torch/include/ATen/ops/unique_dim.h' 2025-03-04T20:07:05.9801760Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.9805075Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2025-03-04T20:07:05.9808393Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.9811576Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2025-03-04T20:07:05.9814697Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2025-03-04T20:07:05.9817866Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2025-03-04T20:07:05.9821636Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2025-03-04T20:07:05.9824390Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2025-03-04T20:07:05.9827666Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2025-03-04T20:07:05.9830660Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2025-03-04T20:07:05.9834139Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2025-03-04T20:07:05.9837238Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2025-03-04T20:07:05.9840727Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9844469Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2025-03-04T20:07:05.9846798Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2025-03-04T20:07:05.9850245Z adding 'torch/include/ATen/ops/unsafe_split.h' 2025-03-04T20:07:05.9853606Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.9856626Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2025-03-04T20:07:05.9859797Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2025-03-04T20:07:05.9863340Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2025-03-04T20:07:05.9867398Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.9869804Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2025-03-04T20:07:05.9873341Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2025-03-04T20:07:05.9876401Z adding 'torch/include/ATen/ops/unsqueeze.h' 2025-03-04T20:07:05.9879764Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.9882624Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2025-03-04T20:07:05.9886095Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.9890120Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.9892192Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2025-03-04T20:07:05.9895653Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2025-03-04T20:07:05.9898548Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2025-03-04T20:07:05.9901833Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2025-03-04T20:07:05.9905461Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2025-03-04T20:07:05.9909426Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2025-03-04T20:07:05.9913191Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.9916450Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2025-03-04T20:07:05.9919941Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2025-03-04T20:07:05.9923808Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2025-03-04T20:07:05.9927012Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2025-03-04T20:07:05.9930227Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2025-03-04T20:07:05.9933519Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2025-03-04T20:07:05.9937105Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.9940985Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:05.9943360Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2025-03-04T20:07:05.9946763Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2025-03-04T20:07:05.9949771Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2025-03-04T20:07:05.9953067Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2025-03-04T20:07:05.9956284Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2025-03-04T20:07:05.9959710Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2025-03-04T20:07:05.9964021Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2025-03-04T20:07:05.9967587Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2025-03-04T20:07:05.9971399Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:05.9975343Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2025-03-04T20:07:05.9977828Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2025-03-04T20:07:05.9981132Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2025-03-04T20:07:05.9984359Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2025-03-04T20:07:05.9987617Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2025-03-04T20:07:05.9990872Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2025-03-04T20:07:05.9994516Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:05.9998286Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:06.0000952Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:06.0004137Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2025-03-04T20:07:06.0007429Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2025-03-04T20:07:06.0010593Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2025-03-04T20:07:06.0013829Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2025-03-04T20:07:06.0017075Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2025-03-04T20:07:06.0020825Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2025-03-04T20:07:06.0024323Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2025-03-04T20:07:06.0033995Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2025-03-04T20:07:06.0034417Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:06.0035956Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2025-03-04T20:07:06.0042750Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2025-03-04T20:07:06.0042958Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2025-03-04T20:07:06.0045933Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2025-03-04T20:07:06.0049194Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2025-03-04T20:07:06.0052465Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2025-03-04T20:07:06.0056073Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:06.0060350Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:06.0062372Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2025-03-04T20:07:06.0066524Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2025-03-04T20:07:06.0068893Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2025-03-04T20:07:06.0072161Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2025-03-04T20:07:06.0075288Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2025-03-04T20:07:06.0078801Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2025-03-04T20:07:06.0082282Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2025-03-04T20:07:06.0086363Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2025-03-04T20:07:06.0089541Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:06.0093570Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2025-03-04T20:07:06.0096045Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2025-03-04T20:07:06.0099101Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2025-03-04T20:07:06.0102358Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2025-03-04T20:07:06.0105413Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2025-03-04T20:07:06.0108628Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2025-03-04T20:07:06.0111985Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:06.0115179Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:06.0118266Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2025-03-04T20:07:06.0121439Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2025-03-04T20:07:06.0124592Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2025-03-04T20:07:06.0127802Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2025-03-04T20:07:06.0130869Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2025-03-04T20:07:06.0134593Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2025-03-04T20:07:06.0138417Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2025-03-04T20:07:06.0142267Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2025-03-04T20:07:06.0145890Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:06.0148854Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2025-03-04T20:07:06.0152036Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2025-03-04T20:07:06.0155251Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2025-03-04T20:07:06.0158493Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2025-03-04T20:07:06.0161582Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2025-03-04T20:07:06.0164797Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2025-03-04T20:07:06.0168152Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:06.0171313Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:06.0174329Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:06.0177448Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2025-03-04T20:07:06.0180804Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2025-03-04T20:07:06.0183877Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2025-03-04T20:07:06.0187263Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2025-03-04T20:07:06.0190420Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2025-03-04T20:07:06.0193873Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2025-03-04T20:07:06.0198047Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2025-03-04T20:07:06.0201786Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2025-03-04T20:07:06.0205350Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:06.0208429Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2025-03-04T20:07:06.0211602Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2025-03-04T20:07:06.0214630Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2025-03-04T20:07:06.0217848Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2025-03-04T20:07:06.0220944Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2025-03-04T20:07:06.0224232Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2025-03-04T20:07:06.0227622Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:06.0230639Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:06.0233817Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2025-03-04T20:07:06.0237049Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2025-03-04T20:07:06.0240189Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2025-03-04T20:07:06.0243369Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2025-03-04T20:07:06.0246500Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2025-03-04T20:07:06.0249791Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2025-03-04T20:07:06.0253461Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2025-03-04T20:07:06.0257306Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2025-03-04T20:07:06.0260935Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:06.0264002Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2025-03-04T20:07:06.0267283Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2025-03-04T20:07:06.0270318Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2025-03-04T20:07:06.0273590Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2025-03-04T20:07:06.0276768Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2025-03-04T20:07:06.0280068Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2025-03-04T20:07:06.0283667Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:06.0286841Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:06.0291036Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2025-03-04T20:07:06.0295434Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2025-03-04T20:07:06.0299082Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2025-03-04T20:07:06.0302841Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2025-03-04T20:07:06.0306130Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2025-03-04T20:07:06.0309638Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2025-03-04T20:07:06.0313010Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2025-03-04T20:07:06.0316588Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:06.0319565Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2025-03-04T20:07:06.0322865Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2025-03-04T20:07:06.0325780Z adding 'torch/include/ATen/ops/values.h' 2025-03-04T20:07:06.0329175Z adding 'torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:06.0332968Z adding 'torch/include/ATen/ops/values_copy.h' 2025-03-04T20:07:06.0336316Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:06.0339618Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:06.0342487Z adding 'torch/include/ATen/ops/values_copy_native.h' 2025-03-04T20:07:06.0345688Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2025-03-04T20:07:06.0348692Z adding 'torch/include/ATen/ops/values_native.h' 2025-03-04T20:07:06.0351934Z adding 'torch/include/ATen/ops/values_ops.h' 2025-03-04T20:07:06.0355222Z adding 'torch/include/ATen/ops/vander.h' 2025-03-04T20:07:06.0358523Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:06.0361539Z adding 'torch/include/ATen/ops/vander_native.h' 2025-03-04T20:07:06.0364656Z adding 'torch/include/ATen/ops/vander_ops.h' 2025-03-04T20:07:06.0368201Z adding 'torch/include/ATen/ops/var.h' 2025-03-04T20:07:06.0371696Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:06.0374853Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2025-03-04T20:07:06.0378058Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2025-03-04T20:07:06.0381428Z adding 'torch/include/ATen/ops/var_mean.h' 2025-03-04T20:07:06.0384908Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:06.0388069Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:06.0391280Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2025-03-04T20:07:06.0394567Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2025-03-04T20:07:06.0397682Z adding 'torch/include/ATen/ops/var_mean_native.h' 2025-03-04T20:07:06.0401353Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2025-03-04T20:07:06.0404636Z adding 'torch/include/ATen/ops/var_native.h' 2025-03-04T20:07:06.0408407Z adding 'torch/include/ATen/ops/var_ops.h' 2025-03-04T20:07:06.0411807Z adding 'torch/include/ATen/ops/vdot.h' 2025-03-04T20:07:06.0415114Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:06.0418150Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2025-03-04T20:07:06.0421218Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2025-03-04T20:07:06.0424307Z adding 'torch/include/ATen/ops/vdot_native.h' 2025-03-04T20:07:06.0427550Z adding 'torch/include/ATen/ops/vdot_ops.h' 2025-03-04T20:07:06.0430817Z adding 'torch/include/ATen/ops/view.h' 2025-03-04T20:07:06.0433869Z adding 'torch/include/ATen/ops/view_as.h' 2025-03-04T20:07:06.0437015Z adding 'torch/include/ATen/ops/view_as_complex.h' 2025-03-04T20:07:06.0440202Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2025-03-04T20:07:06.0443490Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:06.0446757Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:06.0449598Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2025-03-04T20:07:06.0452933Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2025-03-04T20:07:06.0456006Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2025-03-04T20:07:06.0464120Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2025-03-04T20:07:06.0464594Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2025-03-04T20:07:06.0467450Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2025-03-04T20:07:06.0470564Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2025-03-04T20:07:06.0473748Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:06.0476653Z adding 'torch/include/ATen/ops/view_as_native.h' 2025-03-04T20:07:06.0479941Z adding 'torch/include/ATen/ops/view_as_ops.h' 2025-03-04T20:07:06.0483096Z adding 'torch/include/ATen/ops/view_as_real.h' 2025-03-04T20:07:06.0486224Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2025-03-04T20:07:06.0489635Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:06.0492831Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:06.0495840Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2025-03-04T20:07:06.0498940Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2025-03-04T20:07:06.0502827Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2025-03-04T20:07:06.0505996Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2025-03-04T20:07:06.0509043Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2025-03-04T20:07:06.0512539Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2025-03-04T20:07:06.0515866Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2025-03-04T20:07:06.0519242Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:06.0522631Z adding 'torch/include/ATen/ops/view_copy.h' 2025-03-04T20:07:06.0526016Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:06.0529394Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:06.0532178Z adding 'torch/include/ATen/ops/view_copy_native.h' 2025-03-04T20:07:06.0535964Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2025-03-04T20:07:06.0539626Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2025-03-04T20:07:06.0543105Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2025-03-04T20:07:06.0546429Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2025-03-04T20:07:06.0549436Z adding 'torch/include/ATen/ops/view_native.h' 2025-03-04T20:07:06.0552809Z adding 'torch/include/ATen/ops/view_ops.h' 2025-03-04T20:07:06.0556044Z adding 'torch/include/ATen/ops/vsplit.h' 2025-03-04T20:07:06.0559478Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:06.0562516Z adding 'torch/include/ATen/ops/vsplit_native.h' 2025-03-04T20:07:06.0565762Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2025-03-04T20:07:06.0569021Z adding 'torch/include/ATen/ops/vstack.h' 2025-03-04T20:07:06.0572271Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:06.0575123Z adding 'torch/include/ATen/ops/vstack_native.h' 2025-03-04T20:07:06.0578264Z adding 'torch/include/ATen/ops/vstack_ops.h' 2025-03-04T20:07:06.0581674Z adding 'torch/include/ATen/ops/where.h' 2025-03-04T20:07:06.0584960Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:06.0587926Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2025-03-04T20:07:06.0591064Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2025-03-04T20:07:06.0594388Z adding 'torch/include/ATen/ops/where_native.h' 2025-03-04T20:07:06.0598104Z adding 'torch/include/ATen/ops/where_ops.h' 2025-03-04T20:07:06.0601454Z adding 'torch/include/ATen/ops/xlogy.h' 2025-03-04T20:07:06.0604786Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:06.0607980Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-03-04T20:07:06.0610805Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2025-03-04T20:07:06.0613925Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2025-03-04T20:07:06.0616948Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2025-03-04T20:07:06.0620046Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2025-03-04T20:07:06.0623101Z adding 'torch/include/ATen/ops/xlogy_native.h' 2025-03-04T20:07:06.0626813Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2025-03-04T20:07:06.0630063Z adding 'torch/include/ATen/ops/xor.h' 2025-03-04T20:07:06.0633353Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2025-03-04T20:07:06.0636293Z adding 'torch/include/ATen/ops/xor_native.h' 2025-03-04T20:07:06.0639652Z adding 'torch/include/ATen/ops/xor_ops.h' 2025-03-04T20:07:06.0642887Z adding 'torch/include/ATen/ops/zero.h' 2025-03-04T20:07:06.0646154Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:06.0649173Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2025-03-04T20:07:06.0652225Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2025-03-04T20:07:06.0655217Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2025-03-04T20:07:06.0658206Z adding 'torch/include/ATen/ops/zero_native.h' 2025-03-04T20:07:06.0661436Z adding 'torch/include/ATen/ops/zero_ops.h' 2025-03-04T20:07:06.0665098Z adding 'torch/include/ATen/ops/zeros.h' 2025-03-04T20:07:06.0668655Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:06.0671839Z adding 'torch/include/ATen/ops/zeros_like.h' 2025-03-04T20:07:06.0675340Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2025-03-04T20:07:06.0678593Z adding 'torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h' 2025-03-04T20:07:06.0681442Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2025-03-04T20:07:06.0684921Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2025-03-04T20:07:06.0688180Z adding 'torch/include/ATen/ops/zeros_native.h' 2025-03-04T20:07:06.0691625Z adding 'torch/include/ATen/ops/zeros_ops.h' 2025-03-04T20:07:06.0698459Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2025-03-04T20:07:06.0703508Z adding 'torch/include/ATen/quantized/Quantizer.h' 2025-03-04T20:07:06.0707914Z adding 'torch/include/ATen/xpu/CachingHostAllocator.h' 2025-03-04T20:07:06.0710940Z adding 'torch/include/ATen/xpu/PinnedMemoryAllocator.h' 2025-03-04T20:07:06.0713958Z adding 'torch/include/ATen/xpu/XPUContext.h' 2025-03-04T20:07:06.0716953Z adding 'torch/include/ATen/xpu/XPUDevice.h' 2025-03-04T20:07:06.0721080Z adding 'torch/include/ATen/xpu/XPUEvent.h' 2025-03-04T20:07:06.0724613Z adding 'torch/include/ATen/xpu/XPUGeneratorImpl.h' 2025-03-04T20:07:06.0728617Z adding 'torch/include/ATen/xpu/detail/XPUHooks.h' 2025-03-04T20:07:06.0738547Z adding 'torch/include/c10/core/Allocator.h' 2025-03-04T20:07:06.0742112Z adding 'torch/include/c10/core/AutogradState.h' 2025-03-04T20:07:06.0746952Z adding 'torch/include/c10/core/Backend.h' 2025-03-04T20:07:06.0750845Z adding 'torch/include/c10/core/CPUAllocator.h' 2025-03-04T20:07:06.0754942Z adding 'torch/include/c10/core/CachingDeviceAllocator.h' 2025-03-04T20:07:06.0758595Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2025-03-04T20:07:06.0762257Z adding 'torch/include/c10/core/ConstantSymNodeImpl.h' 2025-03-04T20:07:06.0765953Z adding 'torch/include/c10/core/Contiguity.h' 2025-03-04T20:07:06.0769518Z adding 'torch/include/c10/core/CopyBytes.h' 2025-03-04T20:07:06.0772603Z adding 'torch/include/c10/core/DefaultDtype.h' 2025-03-04T20:07:06.0775921Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2025-03-04T20:07:06.0780549Z adding 'torch/include/c10/core/Device.h' 2025-03-04T20:07:06.0783991Z adding 'torch/include/c10/core/DeviceArray.h' 2025-03-04T20:07:06.0788931Z adding 'torch/include/c10/core/DeviceGuard.h' 2025-03-04T20:07:06.0793488Z adding 'torch/include/c10/core/DeviceType.h' 2025-03-04T20:07:06.0807910Z adding 'torch/include/c10/core/DispatchKey.h' 2025-03-04T20:07:06.0824937Z adding 'torch/include/c10/core/DispatchKeySet.h' 2025-03-04T20:07:06.0830142Z adding 'torch/include/c10/core/DynamicCast.h' 2025-03-04T20:07:06.0834441Z adding 'torch/include/c10/core/Event.h' 2025-03-04T20:07:06.0838797Z adding 'torch/include/c10/core/GeneratorImpl.h' 2025-03-04T20:07:06.0842262Z adding 'torch/include/c10/core/GradMode.h' 2025-03-04T20:07:06.0846179Z adding 'torch/include/c10/core/InferenceMode.h' 2025-03-04T20:07:06.0850578Z adding 'torch/include/c10/core/Layout.h' 2025-03-04T20:07:06.0856020Z adding 'torch/include/c10/core/MemoryFormat.h' 2025-03-04T20:07:06.0859509Z adding 'torch/include/c10/core/OptionalRef.h' 2025-03-04T20:07:06.0863318Z adding 'torch/include/c10/core/PyHandleCache.h' 2025-03-04T20:07:06.0866767Z adding 'torch/include/c10/core/QEngine.h' 2025-03-04T20:07:06.0870185Z adding 'torch/include/c10/core/QScheme.h' 2025-03-04T20:07:06.0873867Z adding 'torch/include/c10/core/RefcountedDeleter.h' 2025-03-04T20:07:06.0878219Z adding 'torch/include/c10/core/SafePyObject.h' 2025-03-04T20:07:06.0884227Z adding 'torch/include/c10/core/Scalar.h' 2025-03-04T20:07:06.0892997Z adding 'torch/include/c10/core/ScalarType.h' 2025-03-04T20:07:06.0896850Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2025-03-04T20:07:06.0901352Z adding 'torch/include/c10/core/Storage.h' 2025-03-04T20:07:06.0907295Z adding 'torch/include/c10/core/StorageImpl.h' 2025-03-04T20:07:06.0912628Z adding 'torch/include/c10/core/Stream.h' 2025-03-04T20:07:06.0917351Z adding 'torch/include/c10/core/StreamGuard.h' 2025-03-04T20:07:06.0921341Z adding 'torch/include/c10/core/SymBool.h' 2025-03-04T20:07:06.0925212Z adding 'torch/include/c10/core/SymFloat.h' 2025-03-04T20:07:06.0932048Z adding 'torch/include/c10/core/SymInt.h' 2025-03-04T20:07:06.0936029Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2025-03-04T20:07:06.0940148Z adding 'torch/include/c10/core/SymNodeImpl.h' 2025-03-04T20:07:06.0944697Z adding 'torch/include/c10/core/SymbolicShapeMeta.h' 2025-03-04T20:07:06.0987980Z adding 'torch/include/c10/core/TensorImpl.h' 2025-03-04T20:07:06.1000976Z adding 'torch/include/c10/core/TensorOptions.h' 2025-03-04T20:07:06.1004963Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2025-03-04T20:07:06.1008353Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2025-03-04T20:07:06.1011484Z adding 'torch/include/c10/core/alignment.h' 2025-03-04T20:07:06.1015275Z adding 'torch/include/c10/core/thread_pool.h' 2025-03-04T20:07:06.1019842Z adding 'torch/include/c10/core/impl/COW.h' 2025-03-04T20:07:06.1023471Z adding 'torch/include/c10/core/impl/COWDeleter.h' 2025-03-04T20:07:06.1030338Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2025-03-04T20:07:06.1034496Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2025-03-04T20:07:06.1038317Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2025-03-04T20:07:06.1042628Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2025-03-04T20:07:06.1050446Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2025-03-04T20:07:06.1055137Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2025-03-04T20:07:06.1060646Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2025-03-04T20:07:06.1065328Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2025-03-04T20:07:06.1071577Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2025-03-04T20:07:06.1077308Z adding 'torch/include/c10/core/impl/PyObjectSlot.h' 2025-03-04T20:07:06.1080946Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2025-03-04T20:07:06.1085407Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2025-03-04T20:07:06.1089369Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2025-03-04T20:07:06.1093007Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2025-03-04T20:07:06.1096203Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2025-03-04T20:07:06.1100434Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2025-03-04T20:07:06.1104207Z adding 'torch/include/c10/cuda/CUDAAllocatorConfig.h' 2025-03-04T20:07:06.1111729Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2025-03-04T20:07:06.1116306Z adding 'torch/include/c10/cuda/CUDADeviceAssertion.h' 2025-03-04T20:07:06.1121041Z adding 'torch/include/c10/cuda/CUDADeviceAssertionHost.h' 2025-03-04T20:07:06.1125116Z adding 'torch/include/c10/cuda/CUDAException.h' 2025-03-04T20:07:06.1129050Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2025-03-04T20:07:06.1132700Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2025-03-04T20:07:06.1137967Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2025-03-04T20:07:06.1142013Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2025-03-04T20:07:06.1145164Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2025-03-04T20:07:06.1148188Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2025-03-04T20:07:06.1153944Z adding 'torch/include/c10/cuda/CUDAStream.h' 2025-03-04T20:07:06.1157758Z adding 'torch/include/c10/cuda/driver_api.h' 2025-03-04T20:07:06.1163520Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2025-03-04T20:07:06.1166819Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2025-03-04T20:07:06.1171815Z adding 'torch/include/c10/macros/Export.h' 2025-03-04T20:07:06.1179118Z adding 'torch/include/c10/macros/Macros.h' 2025-03-04T20:07:06.1182614Z adding 'torch/include/c10/macros/cmake_macros.h' 2025-03-04T20:07:06.1186560Z adding 'torch/include/c10/metal/indexing.h' 2025-03-04T20:07:06.1190042Z adding 'torch/include/c10/metal/random.h' 2025-03-04T20:07:06.1193623Z adding 'torch/include/c10/metal/reduction_utils.h' 2025-03-04T20:07:06.1201409Z adding 'torch/include/c10/metal/special_math.h' 2025-03-04T20:07:06.1205153Z adding 'torch/include/c10/metal/utils.h' 2025-03-04T20:07:06.1211277Z adding 'torch/include/c10/util/AbortHandler.h' 2025-03-04T20:07:06.1215413Z adding 'torch/include/c10/util/AlignOf.h' 2025-03-04T20:07:06.1219445Z adding 'torch/include/c10/util/ApproximateClock.h' 2025-03-04T20:07:06.1222566Z adding 'torch/include/c10/util/Array.h' 2025-03-04T20:07:06.1227890Z adding 'torch/include/c10/util/ArrayRef.h' 2025-03-04T20:07:06.1232587Z adding 'torch/include/c10/util/BFloat16-inl.h' 2025-03-04T20:07:06.1237491Z adding 'torch/include/c10/util/BFloat16-math.h' 2025-03-04T20:07:06.1241396Z adding 'torch/include/c10/util/BFloat16.h' 2025-03-04T20:07:06.1244604Z adding 'torch/include/c10/util/Backtrace.h' 2025-03-04T20:07:06.1248370Z adding 'torch/include/c10/util/Bitset.h' 2025-03-04T20:07:06.1251956Z adding 'torch/include/c10/util/C++17.h' 2025-03-04T20:07:06.1255401Z adding 'torch/include/c10/util/CallOnce.h' 2025-03-04T20:07:06.1260409Z adding 'torch/include/c10/util/ConstexprCrc.h' 2025-03-04T20:07:06.1264091Z adding 'torch/include/c10/util/DeadlockDetection.h' 2025-03-04T20:07:06.1267750Z adding 'torch/include/c10/util/Deprecated.h' 2025-03-04T20:07:06.1270887Z adding 'torch/include/c10/util/DimVector.h' 2025-03-04T20:07:06.1274220Z adding 'torch/include/c10/util/DynamicCounter.h' 2025-03-04T20:07:06.1284835Z adding 'torch/include/c10/util/Exception.h' 2025-03-04T20:07:06.1289635Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2025-03-04T20:07:06.1294372Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2025-03-04T20:07:06.1297529Z adding 'torch/include/c10/util/FbcodeMaps.h' 2025-03-04T20:07:06.1302883Z adding 'torch/include/c10/util/Flags.h' 2025-03-04T20:07:06.1307446Z adding 'torch/include/c10/util/Float8_e4m3fn-inl.h' 2025-03-04T20:07:06.1312884Z adding 'torch/include/c10/util/Float8_e4m3fn.h' 2025-03-04T20:07:06.1318111Z adding 'torch/include/c10/util/Float8_e4m3fnuz-inl.h' 2025-03-04T20:07:06.1322446Z adding 'torch/include/c10/util/Float8_e4m3fnuz.h' 2025-03-04T20:07:06.1326820Z adding 'torch/include/c10/util/Float8_e5m2-inl.h' 2025-03-04T20:07:06.1331133Z adding 'torch/include/c10/util/Float8_e5m2.h' 2025-03-04T20:07:06.1335672Z adding 'torch/include/c10/util/Float8_e5m2fnuz-inl.h' 2025-03-04T20:07:06.1340051Z adding 'torch/include/c10/util/Float8_e5m2fnuz.h' 2025-03-04T20:07:06.1343896Z adding 'torch/include/c10/util/Float8_e8m0fnu-inl.h' 2025-03-04T20:07:06.1347795Z adding 'torch/include/c10/util/Float8_e8m0fnu.h' 2025-03-04T20:07:06.1351417Z adding 'torch/include/c10/util/Float8_fnuz_cvt.h' 2025-03-04T20:07:06.1355252Z adding 'torch/include/c10/util/FunctionRef.h' 2025-03-04T20:07:06.1358486Z adding 'torch/include/c10/util/Gauge.h' 2025-03-04T20:07:06.1363468Z adding 'torch/include/c10/util/Half-inl.h' 2025-03-04T20:07:06.1370505Z adding 'torch/include/c10/util/Half.h' 2025-03-04T20:07:06.1374579Z adding 'torch/include/c10/util/IdWrapper.h' 2025-03-04T20:07:06.1378390Z adding 'torch/include/c10/util/Lazy.h' 2025-03-04T20:07:06.1383199Z adding 'torch/include/c10/util/LeftRight.h' 2025-03-04T20:07:06.1386680Z adding 'torch/include/c10/util/Load.h' 2025-03-04T20:07:06.1392742Z adding 'torch/include/c10/util/Logging.h' 2025-03-04T20:07:06.1396928Z adding 'torch/include/c10/util/MathConstants.h' 2025-03-04T20:07:06.1401551Z adding 'torch/include/c10/util/MaybeOwned.h' 2025-03-04T20:07:06.1406473Z adding 'torch/include/c10/util/Metaprogramming.h' 2025-03-04T20:07:06.1409879Z adding 'torch/include/c10/util/NetworkFlow.h' 2025-03-04T20:07:06.1413330Z adding 'torch/include/c10/util/Optional.h' 2025-03-04T20:07:06.1417559Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2025-03-04T20:07:06.1420807Z adding 'torch/include/c10/util/ParallelGuard.h' 2025-03-04T20:07:06.1426435Z adding 'torch/include/c10/util/Registry.h' 2025-03-04T20:07:06.1430218Z adding 'torch/include/c10/util/ScopeExit.h' 2025-03-04T20:07:06.1433722Z adding 'torch/include/c10/util/SmallBuffer.h' 2025-03-04T20:07:06.1451853Z adding 'torch/include/c10/util/SmallVector.h' 2025-03-04T20:07:06.1457466Z adding 'torch/include/c10/util/StringUtil.h' 2025-03-04T20:07:06.1461109Z adding 'torch/include/c10/util/Synchronized.h' 2025-03-04T20:07:06.1465046Z adding 'torch/include/c10/util/ThreadLocal.h' 2025-03-04T20:07:06.1468954Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2025-03-04T20:07:06.1472071Z adding 'torch/include/c10/util/Type.h' 2025-03-04T20:07:06.1476364Z adding 'torch/include/c10/util/TypeCast.h' 2025-03-04T20:07:06.1480549Z adding 'torch/include/c10/util/TypeIndex.h' 2025-03-04T20:07:06.1487029Z adding 'torch/include/c10/util/TypeList.h' 2025-03-04T20:07:06.1491315Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2025-03-04T20:07:06.1495389Z adding 'torch/include/c10/util/TypeTraits.h' 2025-03-04T20:07:06.1498646Z adding 'torch/include/c10/util/Unicode.h' 2025-03-04T20:07:06.1502619Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2025-03-04T20:07:06.1505919Z adding 'torch/include/c10/util/Unroll.h' 2025-03-04T20:07:06.1509628Z adding 'torch/include/c10/util/WaitCounter.h' 2025-03-04T20:07:06.1512865Z adding 'torch/include/c10/util/WaitCounterDynamicBackend.h' 2025-03-04T20:07:06.1516658Z adding 'torch/include/c10/util/accumulate.h' 2025-03-04T20:07:06.1520139Z adding 'torch/include/c10/util/bit_cast.h' 2025-03-04T20:07:06.1523293Z adding 'torch/include/c10/util/bits.h' 2025-03-04T20:07:06.1530858Z adding 'torch/include/c10/util/complex.h' 2025-03-04T20:07:06.1536122Z adding 'torch/include/c10/util/complex_math.h' 2025-03-04T20:07:06.1540335Z adding 'torch/include/c10/util/complex_utils.h' 2025-03-04T20:07:06.1544084Z adding 'torch/include/c10/util/copysign.h' 2025-03-04T20:07:06.1547624Z adding 'torch/include/c10/util/env.h' 2025-03-04T20:07:06.1550945Z adding 'torch/include/c10/util/error.h' 2025-03-04T20:07:06.1567374Z adding 'torch/include/c10/util/flat_hash_map.h' 2025-03-04T20:07:06.1572032Z adding 'torch/include/c10/util/floating_point_utils.h' 2025-03-04T20:07:06.1575928Z adding 'torch/include/c10/util/generic_math.h' 2025-03-04T20:07:06.1581700Z adding 'torch/include/c10/util/hash.h' 2025-03-04T20:07:06.1588001Z adding 'torch/include/c10/util/int128.h' 2025-03-04T20:07:06.1601525Z adding 'torch/include/c10/util/intrusive_ptr.h' 2025-03-04T20:07:06.1606219Z adding 'torch/include/c10/util/irange.h' 2025-03-04T20:07:06.1616740Z adding 'torch/include/c10/util/llvmMathExtras.h' 2025-03-04T20:07:06.1621168Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2025-03-04T20:07:06.1626023Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2025-03-04T20:07:06.1629307Z adding 'torch/include/c10/util/numa.h' 2025-03-04T20:07:06.1647766Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2025-03-04T20:07:06.1652951Z adding 'torch/include/c10/util/overflows.h' 2025-03-04T20:07:06.1656145Z adding 'torch/include/c10/util/overloaded.h' 2025-03-04T20:07:06.1658950Z adding 'torch/include/c10/util/python_stub.h' 2025-03-04T20:07:06.1661891Z adding 'torch/include/c10/util/qint32.h' 2025-03-04T20:07:06.1664874Z adding 'torch/include/c10/util/qint8.h' 2025-03-04T20:07:06.1667826Z adding 'torch/include/c10/util/quint2x4.h' 2025-03-04T20:07:06.1670750Z adding 'torch/include/c10/util/quint4x2.h' 2025-03-04T20:07:06.1673733Z adding 'torch/include/c10/util/quint8.h' 2025-03-04T20:07:06.1677176Z adding 'torch/include/c10/util/safe_numerics.h' 2025-03-04T20:07:06.1681111Z adding 'torch/include/c10/util/signal_handler.h' 2025-03-04T20:07:06.1690339Z adding 'torch/include/c10/util/sparse_bitset.h' 2025-03-04T20:07:06.1694479Z adding 'torch/include/c10/util/ssize.h' 2025-03-04T20:07:06.1698486Z adding 'torch/include/c10/util/static_tracepoint.h' 2025-03-04T20:07:06.1702951Z adding 'torch/include/c10/util/static_tracepoint_elfx86.h' 2025-03-04T20:07:06.1706380Z adding 'torch/include/c10/util/strides.h' 2025-03-04T20:07:06.1709415Z adding 'torch/include/c10/util/string_utils.h' 2025-03-04T20:07:06.1716307Z adding 'torch/include/c10/util/string_view.h' 2025-03-04T20:07:06.1726116Z adding 'torch/include/c10/util/strong_type.h' 2025-03-04T20:07:06.1730613Z adding 'torch/include/c10/util/tempfile.h' 2025-03-04T20:07:06.1733763Z adding 'torch/include/c10/util/thread_name.h' 2025-03-04T20:07:06.1743081Z adding 'torch/include/c10/util/typeid.h' 2025-03-04T20:07:06.1747341Z adding 'torch/include/c10/util/win32-headers.h' 2025-03-04T20:07:06.1751207Z adding 'torch/include/c10/xpu/XPUCachingAllocator.h' 2025-03-04T20:07:06.1756298Z adding 'torch/include/c10/xpu/XPUDeviceProp.h' 2025-03-04T20:07:06.1759681Z adding 'torch/include/c10/xpu/XPUException.h' 2025-03-04T20:07:06.1763038Z adding 'torch/include/c10/xpu/XPUFunctions.h' 2025-03-04T20:07:06.1766258Z adding 'torch/include/c10/xpu/XPUMacros.h' 2025-03-04T20:07:06.1770934Z adding 'torch/include/c10/xpu/XPUStream.h' 2025-03-04T20:07:06.1776458Z adding 'torch/include/c10/xpu/impl/XPUGuardImpl.h' 2025-03-04T20:07:06.1817608Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2025-03-04T20:07:06.1822709Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2025-03-04T20:07:06.1825876Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2025-03-04T20:07:06.1831516Z adding 'torch/include/caffe2/serialize/inline_container.h' 2025-03-04T20:07:06.1835214Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2025-03-04T20:07:06.1838365Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2025-03-04T20:07:06.1843149Z adding 'torch/include/caffe2/serialize/versions.h' 2025-03-04T20:07:06.1848300Z adding 'torch/include/kineto/AbstractConfig.h' 2025-03-04T20:07:06.1852467Z adding 'torch/include/kineto/ActivityProfilerInterface.h' 2025-03-04T20:07:06.1855620Z adding 'torch/include/kineto/ActivityTraceInterface.h' 2025-03-04T20:07:06.1859268Z adding 'torch/include/kineto/ActivityType.h' 2025-03-04T20:07:06.1862460Z adding 'torch/include/kineto/ClientInterface.h' 2025-03-04T20:07:06.1869065Z adding 'torch/include/kineto/Config.h' 2025-03-04T20:07:06.1873460Z adding 'torch/include/kineto/GenericTraceActivity.h' 2025-03-04T20:07:06.1877865Z adding 'torch/include/kineto/IActivityProfiler.h' 2025-03-04T20:07:06.1881516Z adding 'torch/include/kineto/ILoggerObserver.h' 2025-03-04T20:07:06.1885081Z adding 'torch/include/kineto/ITraceActivity.h' 2025-03-04T20:07:06.1888157Z adding 'torch/include/kineto/LoggingAPI.h' 2025-03-04T20:07:06.1891469Z adding 'torch/include/kineto/ThreadUtil.h' 2025-03-04T20:07:06.1894529Z adding 'torch/include/kineto/TraceSpan.h' 2025-03-04T20:07:06.1898421Z adding 'torch/include/kineto/libkineto.h' 2025-03-04T20:07:06.1901933Z adding 'torch/include/kineto/output_base.h' 2025-03-04T20:07:06.1905157Z adding 'torch/include/kineto/time_since_epoch.h' 2025-03-04T20:07:06.1915045Z adding 'torch/include/pybind11/attr.h' 2025-03-04T20:07:06.1920364Z adding 'torch/include/pybind11/buffer_info.h' 2025-03-04T20:07:06.1945033Z adding 'torch/include/pybind11/cast.h' 2025-03-04T20:07:06.1951545Z adding 'torch/include/pybind11/chrono.h' 2025-03-04T20:07:06.1954940Z adding 'torch/include/pybind11/common.h' 2025-03-04T20:07:06.1958352Z adding 'torch/include/pybind11/complex.h' 2025-03-04T20:07:06.1961555Z adding 'torch/include/pybind11/eigen.h' 2025-03-04T20:07:06.1967615Z adding 'torch/include/pybind11/embed.h' 2025-03-04T20:07:06.1972026Z adding 'torch/include/pybind11/eval.h' 2025-03-04T20:07:06.1976508Z adding 'torch/include/pybind11/functional.h' 2025-03-04T20:07:06.1981265Z adding 'torch/include/pybind11/gil.h' 2025-03-04T20:07:06.1985702Z adding 'torch/include/pybind11/gil_safe_call_once.h' 2025-03-04T20:07:06.1990841Z adding 'torch/include/pybind11/iostream.h' 2025-03-04T20:07:06.2018543Z adding 'torch/include/pybind11/numpy.h' 2025-03-04T20:07:06.2025164Z adding 'torch/include/pybind11/operators.h' 2025-03-04T20:07:06.2028860Z adding 'torch/include/pybind11/options.h' 2025-03-04T20:07:06.2070616Z adding 'torch/include/pybind11/pybind11.h' 2025-03-04T20:07:06.2104310Z adding 'torch/include/pybind11/pytypes.h' 2025-03-04T20:07:06.2112617Z adding 'torch/include/pybind11/stl.h' 2025-03-04T20:07:06.2122506Z adding 'torch/include/pybind11/stl_bind.h' 2025-03-04T20:07:06.2126708Z adding 'torch/include/pybind11/type_caster_pyobject_ptr.h' 2025-03-04T20:07:06.2130734Z adding 'torch/include/pybind11/typing.h' 2025-03-04T20:07:06.2142893Z adding 'torch/include/pybind11/detail/class.h' 2025-03-04T20:07:06.2162560Z adding 'torch/include/pybind11/detail/common.h' 2025-03-04T20:07:06.2167401Z adding 'torch/include/pybind11/detail/cpp_conduit.h' 2025-03-04T20:07:06.2171569Z adding 'torch/include/pybind11/detail/descr.h' 2025-03-04T20:07:06.2175399Z adding 'torch/include/pybind11/detail/exception_translation.h' 2025-03-04T20:07:06.2182397Z adding 'torch/include/pybind11/detail/init.h' 2025-03-04T20:07:06.2194505Z adding 'torch/include/pybind11/detail/internals.h' 2025-03-04T20:07:06.2213497Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2025-03-04T20:07:06.2217773Z adding 'torch/include/pybind11/detail/typeid.h' 2025-03-04T20:07:06.2221341Z adding 'torch/include/pybind11/detail/value_and_holder.h' 2025-03-04T20:07:06.2225147Z adding 'torch/include/pybind11/eigen/common.h' 2025-03-04T20:07:06.2236688Z adding 'torch/include/pybind11/eigen/matrix.h' 2025-03-04T20:07:06.2243707Z adding 'torch/include/pybind11/eigen/tensor.h' 2025-03-04T20:07:06.2252857Z adding 'torch/include/torch/custom_class.h' 2025-03-04T20:07:06.2258239Z adding 'torch/include/torch/custom_class_detail.h' 2025-03-04T20:07:06.2261364Z adding 'torch/include/torch/extension.h' 2025-03-04T20:07:06.2276332Z adding 'torch/include/torch/library.h' 2025-03-04T20:07:06.2280272Z adding 'torch/include/torch/script.h' 2025-03-04T20:07:06.2285392Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2025-03-04T20:07:06.2288423Z adding 'torch/include/torch/csrc/DataLoader.h' 2025-03-04T20:07:06.2291371Z adding 'torch/include/torch/csrc/Device.h' 2025-03-04T20:07:06.2294263Z adding 'torch/include/torch/csrc/DeviceAccelerator.h' 2025-03-04T20:07:06.2297268Z adding 'torch/include/torch/csrc/Dtype.h' 2025-03-04T20:07:06.2300368Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2025-03-04T20:07:06.2303406Z adding 'torch/include/torch/csrc/Event.h' 2025-03-04T20:07:06.2309747Z adding 'torch/include/torch/csrc/Exceptions.h' 2025-03-04T20:07:06.2313051Z adding 'torch/include/torch/csrc/Export.h' 2025-03-04T20:07:06.2316388Z adding 'torch/include/torch/csrc/Generator.h' 2025-03-04T20:07:06.2319322Z adding 'torch/include/torch/csrc/Layout.h' 2025-03-04T20:07:06.2322372Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2025-03-04T20:07:06.2325166Z adding 'torch/include/torch/csrc/Module.h' 2025-03-04T20:07:06.2328481Z adding 'torch/include/torch/csrc/PyInterpreter.h' 2025-03-04T20:07:06.2331462Z adding 'torch/include/torch/csrc/QScheme.h' 2025-03-04T20:07:06.2334398Z adding 'torch/include/torch/csrc/Size.h' 2025-03-04T20:07:06.2337593Z adding 'torch/include/torch/csrc/Storage.h' 2025-03-04T20:07:06.2340510Z adding 'torch/include/torch/csrc/StorageMethods.h' 2025-03-04T20:07:06.2343313Z adding 'torch/include/torch/csrc/StorageSharing.h' 2025-03-04T20:07:06.2346322Z adding 'torch/include/torch/csrc/Stream.h' 2025-03-04T20:07:06.2349208Z adding 'torch/include/torch/csrc/THConcat.h' 2025-03-04T20:07:06.2352277Z adding 'torch/include/torch/csrc/THP.h' 2025-03-04T20:07:06.2355563Z adding 'torch/include/torch/csrc/TypeInfo.h' 2025-03-04T20:07:06.2358521Z adding 'torch/include/torch/csrc/Types.h' 2025-03-04T20:07:06.2361818Z adding 'torch/include/torch/csrc/copy_utils.h' 2025-03-04T20:07:06.2364876Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2025-03-04T20:07:06.2367692Z adding 'torch/include/torch/csrc/python_dimname.h' 2025-03-04T20:07:06.2370809Z adding 'torch/include/torch/csrc/python_headers.h' 2025-03-04T20:07:06.2373832Z adding 'torch/include/torch/csrc/serialization.h' 2025-03-04T20:07:06.2378545Z adding 'torch/include/torch/csrc/utils.h' 2025-03-04T20:07:06.2384252Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2025-03-04T20:07:06.2387610Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2025-03-04T20:07:06.2390540Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2025-03-04T20:07:06.2393828Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2025-03-04T20:07:06.2396802Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2025-03-04T20:07:06.2401319Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2025-03-04T20:07:06.2405901Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2025-03-04T20:07:06.2410611Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2025-03-04T20:07:06.2414507Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2025-03-04T20:07:06.2417884Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2025-03-04T20:07:06.2421274Z adding 'torch/include/torch/csrc/api/include/torch/mps.h' 2025-03-04T20:07:06.2424885Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2025-03-04T20:07:06.2428028Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2025-03-04T20:07:06.2430977Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2025-03-04T20:07:06.2437743Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2025-03-04T20:07:06.2443344Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2025-03-04T20:07:06.2447607Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2025-03-04T20:07:06.2450773Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2025-03-04T20:07:06.2457865Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2025-03-04T20:07:06.2461858Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2025-03-04T20:07:06.2465439Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2025-03-04T20:07:06.2469383Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2025-03-04T20:07:06.2472663Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2025-03-04T20:07:06.2475833Z adding 'torch/include/torch/csrc/api/include/torch/xpu.h' 2025-03-04T20:07:06.2480366Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2025-03-04T20:07:06.2484119Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2025-03-04T20:07:06.2487103Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2025-03-04T20:07:06.2490560Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2025-03-04T20:07:06.2494824Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2025-03-04T20:07:06.2497945Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2025-03-04T20:07:06.2500978Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2025-03-04T20:07:06.2504260Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2025-03-04T20:07:06.2511448Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2025-03-04T20:07:06.2515578Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2025-03-04T20:07:06.2519582Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2025-03-04T20:07:06.2524386Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2025-03-04T20:07:06.2533854Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2025-03-04T20:07:06.2538403Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2025-03-04T20:07:06.2542112Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2025-03-04T20:07:06.2545807Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2025-03-04T20:07:06.2550068Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2025-03-04T20:07:06.2554053Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2025-03-04T20:07:06.2559136Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2025-03-04T20:07:06.2562914Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2025-03-04T20:07:06.2567337Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2025-03-04T20:07:06.2571792Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2025-03-04T20:07:06.2575104Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2025-03-04T20:07:06.2578946Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2025-03-04T20:07:06.2582551Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2025-03-04T20:07:06.2586014Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2025-03-04T20:07:06.2589163Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2025-03-04T20:07:06.2592824Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2025-03-04T20:07:06.2597084Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2025-03-04T20:07:06.2600412Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2025-03-04T20:07:06.2603733Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2025-03-04T20:07:06.2606941Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2025-03-04T20:07:06.2610698Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2025-03-04T20:07:06.2617664Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2025-03-04T20:07:06.2621491Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2025-03-04T20:07:06.2626322Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2025-03-04T20:07:06.2629465Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2025-03-04T20:07:06.2633261Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2025-03-04T20:07:06.2642791Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2025-03-04T20:07:06.2646629Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2025-03-04T20:07:06.2649669Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2025-03-04T20:07:06.2660446Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2025-03-04T20:07:06.2661221Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2025-03-04T20:07:06.2662346Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2025-03-04T20:07:06.2669988Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2025-03-04T20:07:06.2674246Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2025-03-04T20:07:06.2678196Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2025-03-04T20:07:06.2681900Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2025-03-04T20:07:06.2685739Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2025-03-04T20:07:06.2690184Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2025-03-04T20:07:06.2693851Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2025-03-04T20:07:06.2697492Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2025-03-04T20:07:06.2700815Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2025-03-04T20:07:06.2708177Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2025-03-04T20:07:06.2713269Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2025-03-04T20:07:06.2716822Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2025-03-04T20:07:06.2720305Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2025-03-04T20:07:06.2727512Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2025-03-04T20:07:06.2733309Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2025-03-04T20:07:06.2737576Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2025-03-04T20:07:06.2742090Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2025-03-04T20:07:06.2748808Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2025-03-04T20:07:06.2755051Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2025-03-04T20:07:06.2759764Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2025-03-04T20:07:06.2764078Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2025-03-04T20:07:06.2769895Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2025-03-04T20:07:06.2773909Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2025-03-04T20:07:06.2778072Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2025-03-04T20:07:06.2782475Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2025-03-04T20:07:06.2786272Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2025-03-04T20:07:06.2790310Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2025-03-04T20:07:06.2794870Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2025-03-04T20:07:06.2802808Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2025-03-04T20:07:06.2807800Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2025-03-04T20:07:06.2812803Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2025-03-04T20:07:06.2816962Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2025-03-04T20:07:06.2823636Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2025-03-04T20:07:06.2829579Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2025-03-04T20:07:06.2834567Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2025-03-04T20:07:06.2838948Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2025-03-04T20:07:06.2843484Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2025-03-04T20:07:06.2847137Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2025-03-04T20:07:06.2850729Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2025-03-04T20:07:06.2858063Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2025-03-04T20:07:06.2862839Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2025-03-04T20:07:06.2867111Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2025-03-04T20:07:06.2871361Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2025-03-04T20:07:06.2876570Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2025-03-04T20:07:06.2881964Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2025-03-04T20:07:06.2885957Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2025-03-04T20:07:06.2890190Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2025-03-04T20:07:06.2894636Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2025-03-04T20:07:06.2901358Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2025-03-04T20:07:06.2908548Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2025-03-04T20:07:06.2912468Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2025-03-04T20:07:06.2916160Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2025-03-04T20:07:06.2920922Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2025-03-04T20:07:06.2924850Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2025-03-04T20:07:06.2928494Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2025-03-04T20:07:06.2933473Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2025-03-04T20:07:06.2937529Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2025-03-04T20:07:06.2941257Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2025-03-04T20:07:06.2944877Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2025-03-04T20:07:06.2951904Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2025-03-04T20:07:06.2956768Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2025-03-04T20:07:06.2961080Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2025-03-04T20:07:06.2964836Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2025-03-04T20:07:06.2970262Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2025-03-04T20:07:06.2974989Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2025-03-04T20:07:06.2979402Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2025-03-04T20:07:06.2986111Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2025-03-04T20:07:06.2989306Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2025-03-04T20:07:06.2993379Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2025-03-04T20:07:06.2996761Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2025-03-04T20:07:06.3003810Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2025-03-04T20:07:06.3008968Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2025-03-04T20:07:06.3012791Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2025-03-04T20:07:06.3019087Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2025-03-04T20:07:06.3024107Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2025-03-04T20:07:06.3027794Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2025-03-04T20:07:06.3031657Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2025-03-04T20:07:06.3035525Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2025-03-04T20:07:06.3040309Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2025-03-04T20:07:06.3044122Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2025-03-04T20:07:06.3049816Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2025-03-04T20:07:06.3053646Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2025-03-04T20:07:06.3057966Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2025-03-04T20:07:06.3061540Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h' 2025-03-04T20:07:06.3064635Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2025-03-04T20:07:06.3068370Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2025-03-04T20:07:06.3072190Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2025-03-04T20:07:06.3076589Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2025-03-04T20:07:06.3079246Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2025-03-04T20:07:06.3090090Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2025-03-04T20:07:06.3093830Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2025-03-04T20:07:06.3100546Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2025-03-04T20:07:06.3104399Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2025-03-04T20:07:06.3108683Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2025-03-04T20:07:06.3112149Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2025-03-04T20:07:06.3115237Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2025-03-04T20:07:06.3123940Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2025-03-04T20:07:06.3127788Z adding 'torch/include/torch/csrc/autograd/edge.h' 2025-03-04T20:07:06.3134015Z adding 'torch/include/torch/csrc/autograd/engine.h' 2025-03-04T20:07:06.3139856Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2025-03-04T20:07:06.3153141Z adding 'torch/include/torch/csrc/autograd/function.h' 2025-03-04T20:07:06.3157401Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2025-03-04T20:07:06.3160302Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2025-03-04T20:07:06.3165819Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2025-03-04T20:07:06.3169482Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2025-03-04T20:07:06.3173161Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2025-03-04T20:07:06.3176682Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2025-03-04T20:07:06.3179531Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2025-03-04T20:07:06.3184356Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2025-03-04T20:07:06.3190230Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2025-03-04T20:07:06.3193553Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2025-03-04T20:07:06.3196904Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2025-03-04T20:07:06.3199946Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2025-03-04T20:07:06.3203848Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2025-03-04T20:07:06.3207184Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2025-03-04T20:07:06.3210092Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2025-03-04T20:07:06.3212959Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2025-03-04T20:07:06.3217309Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2025-03-04T20:07:06.3220733Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2025-03-04T20:07:06.3223921Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2025-03-04T20:07:06.3226764Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2025-03-04T20:07:06.3229631Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2025-03-04T20:07:06.3232408Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2025-03-04T20:07:06.3235683Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2025-03-04T20:07:06.3238548Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2025-03-04T20:07:06.3241380Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2025-03-04T20:07:06.3244414Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2025-03-04T20:07:06.3248101Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2025-03-04T20:07:06.3251786Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2025-03-04T20:07:06.3254920Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2025-03-04T20:07:06.3259154Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2025-03-04T20:07:06.3262940Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2025-03-04T20:07:06.3265317Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2025-03-04T20:07:06.3281166Z adding 'torch/include/torch/csrc/autograd/variable.h' 2025-03-04T20:07:06.3285338Z adding 'torch/include/torch/csrc/autograd/variable_info.h' 2025-03-04T20:07:06.3292693Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2025-03-04T20:07:06.3296627Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2025-03-04T20:07:06.3299896Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2025-03-04T20:07:06.3302917Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2025-03-04T20:07:06.3307873Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2025-03-04T20:07:06.3311763Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2025-03-04T20:07:06.3365375Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2025-03-04T20:07:06.3380293Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2025-03-04T20:07:06.3386670Z adding 'torch/include/torch/csrc/autograd/generated/ViewFuncs.h' 2025-03-04T20:07:06.3390862Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2025-03-04T20:07:06.3394557Z adding 'torch/include/torch/csrc/autograd/generated/python_return_types.h' 2025-03-04T20:07:06.3402722Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2025-03-04T20:07:06.3408088Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2025-03-04T20:07:06.3411894Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2025-03-04T20:07:06.3415201Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2025-03-04T20:07:06.3418637Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2025-03-04T20:07:06.3421726Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2025-03-04T20:07:06.3425568Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2025-03-04T20:07:06.3431115Z adding 'torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h' 2025-03-04T20:07:06.3434551Z adding 'torch/include/torch/csrc/cuda/Event.h' 2025-03-04T20:07:06.3437462Z adding 'torch/include/torch/csrc/cuda/GdsFile.h' 2025-03-04T20:07:06.3440575Z adding 'torch/include/torch/csrc/cuda/Module.h' 2025-03-04T20:07:06.3443635Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2025-03-04T20:07:06.3446649Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2025-03-04T20:07:06.3449784Z adding 'torch/include/torch/csrc/cuda/comm.h' 2025-03-04T20:07:06.3452873Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2025-03-04T20:07:06.3455969Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2025-03-04T20:07:06.3460111Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2025-03-04T20:07:06.3463350Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2025-03-04T20:07:06.3466383Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2025-03-04T20:07:06.3473080Z adding 'torch/include/torch/csrc/distributed/autograd/context/container.h' 2025-03-04T20:07:06.3478096Z adding 'torch/include/torch/csrc/distributed/autograd/context/context.h' 2025-03-04T20:07:06.3482775Z adding 'torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h' 2025-03-04T20:07:06.3486314Z adding 'torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h' 2025-03-04T20:07:06.3490532Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h' 2025-03-04T20:07:06.3493863Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h' 2025-03-04T20:07:06.3497569Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h' 2025-03-04T20:07:06.3500839Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h' 2025-03-04T20:07:06.3504212Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h' 2025-03-04T20:07:06.3508527Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h' 2025-03-04T20:07:06.3511744Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h' 2025-03-04T20:07:06.3515509Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h' 2025-03-04T20:07:06.3518848Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h' 2025-03-04T20:07:06.3522086Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h' 2025-03-04T20:07:06.3529219Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2025-03-04T20:07:06.3532997Z adding 'torch/include/torch/csrc/distributed/c10d/Backoff.hpp' 2025-03-04T20:07:06.3538749Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory-inl.h' 2025-03-04T20:07:06.3542947Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp' 2025-03-04T20:07:06.3546299Z adding 'torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp' 2025-03-04T20:07:06.3550373Z adding 'torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp' 2025-03-04T20:07:06.3554069Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2025-03-04T20:07:06.3560495Z adding 'torch/include/torch/csrc/distributed/c10d/FlightRecorder.hpp' 2025-03-04T20:07:06.3564198Z adding 'torch/include/torch/csrc/distributed/c10d/Functional.hpp' 2025-03-04T20:07:06.3567609Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2025-03-04T20:07:06.3570662Z adding 'torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp' 2025-03-04T20:07:06.3573988Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2025-03-04T20:07:06.3580187Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2025-03-04T20:07:06.3583796Z adding 'torch/include/torch/csrc/distributed/c10d/NanCheck.hpp' 2025-03-04T20:07:06.3587989Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2025-03-04T20:07:06.3592561Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2025-03-04T20:07:06.3602203Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2025-03-04T20:07:06.3609298Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2025-03-04T20:07:06.3614472Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2025-03-04T20:07:06.3635256Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2025-03-04T20:07:06.3641798Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2025-03-04T20:07:06.3645996Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2025-03-04T20:07:06.3651072Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2025-03-04T20:07:06.3654847Z adding 'torch/include/torch/csrc/distributed/c10d/RankLocal.hpp' 2025-03-04T20:07:06.3658645Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2025-03-04T20:07:06.3663292Z adding 'torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp' 2025-03-04T20:07:06.3667632Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2025-03-04T20:07:06.3671166Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp' 2025-03-04T20:07:06.3676658Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2025-03-04T20:07:06.3681154Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2025-03-04T20:07:06.3684891Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2025-03-04T20:07:06.3689301Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2025-03-04T20:07:06.3692613Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2025-03-04T20:07:06.3700928Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2025-03-04T20:07:06.3704817Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2025-03-04T20:07:06.3709430Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2025-03-04T20:07:06.3713022Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2025-03-04T20:07:06.3716854Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2025-03-04T20:07:06.3720194Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2025-03-04T20:07:06.3723564Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2025-03-04T20:07:06.3726911Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2025-03-04T20:07:06.3730269Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2025-03-04T20:07:06.3734002Z adding 'torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp' 2025-03-04T20:07:06.3738512Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2025-03-04T20:07:06.3742013Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2025-03-04T20:07:06.3745452Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2025-03-04T20:07:06.3756806Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2025-03-04T20:07:06.3761136Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2025-03-04T20:07:06.3764639Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2025-03-04T20:07:06.3768206Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2025-03-04T20:07:06.3771563Z adding 'torch/include/torch/csrc/distributed/c10d/socket_fmt.h' 2025-03-04T20:07:06.3776265Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2025-03-04T20:07:06.3781034Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2025-03-04T20:07:06.3785094Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2025-03-04T20:07:06.3788502Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2025-03-04T20:07:06.3791925Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2025-03-04T20:07:06.3795505Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2025-03-04T20:07:06.3798592Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2025-03-04T20:07:06.3802915Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2025-03-04T20:07:06.3806540Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2025-03-04T20:07:06.3809952Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2025-03-04T20:07:06.3813662Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2025-03-04T20:07:06.3816671Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2025-03-04T20:07:06.3823443Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2025-03-04T20:07:06.3827129Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2025-03-04T20:07:06.3835090Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2025-03-04T20:07:06.3843550Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2025-03-04T20:07:06.3848030Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2025-03-04T20:07:06.3851796Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2025-03-04T20:07:06.3855272Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2025-03-04T20:07:06.3858563Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2025-03-04T20:07:06.3866494Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2025-03-04T20:07:06.3871223Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2025-03-04T20:07:06.3874957Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2025-03-04T20:07:06.3878391Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2025-03-04T20:07:06.3881992Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2025-03-04T20:07:06.3885351Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2025-03-04T20:07:06.3889314Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2025-03-04T20:07:06.3894650Z adding 'torch/include/torch/csrc/dynamo/cache_entry.h' 2025-03-04T20:07:06.3910746Z adding 'torch/include/torch/csrc/dynamo/compiled_autograd.h' 2025-03-04T20:07:06.3914981Z adding 'torch/include/torch/csrc/dynamo/cpp_shim.h' 2025-03-04T20:07:06.3918323Z adding 'torch/include/torch/csrc/dynamo/cpython_defs.h' 2025-03-04T20:07:06.3921652Z adding 'torch/include/torch/csrc/dynamo/cpython_includes.h' 2025-03-04T20:07:06.3925360Z adding 'torch/include/torch/csrc/dynamo/debug_macros.h' 2025-03-04T20:07:06.3928873Z adding 'torch/include/torch/csrc/dynamo/eval_frame.h' 2025-03-04T20:07:06.3931992Z adding 'torch/include/torch/csrc/dynamo/eval_frame_cpp.h' 2025-03-04T20:07:06.3936513Z adding 'torch/include/torch/csrc/dynamo/extra_state.h' 2025-03-04T20:07:06.3940564Z adding 'torch/include/torch/csrc/dynamo/framelocals_mapping.h' 2025-03-04T20:07:06.3944315Z adding 'torch/include/torch/csrc/dynamo/guards.h' 2025-03-04T20:07:06.3947389Z adding 'torch/include/torch/csrc/dynamo/init.h' 2025-03-04T20:07:06.3950451Z adding 'torch/include/torch/csrc/dynamo/python_compiled_autograd.h' 2025-03-04T20:07:06.3953414Z adding 'torch/include/torch/csrc/dynamo/utils.h' 2025-03-04T20:07:06.3957977Z adding 'torch/include/torch/csrc/inductor/array_ref_impl.h' 2025-03-04T20:07:06.3961341Z adding 'torch/include/torch/csrc/inductor/inductor_ops.h' 2025-03-04T20:07:06.3965239Z adding 'torch/include/torch/csrc/inductor/aoti_include/array_ref.h' 2025-03-04T20:07:06.3968431Z adding 'torch/include/torch/csrc/inductor/aoti_include/common.h' 2025-03-04T20:07:06.3971303Z adding 'torch/include/torch/csrc/inductor/aoti_include/cpu.h' 2025-03-04T20:07:06.3974251Z adding 'torch/include/torch/csrc/inductor/aoti_include/cuda.h' 2025-03-04T20:07:06.3977051Z adding 'torch/include/torch/csrc/inductor/aoti_include/xpu.h' 2025-03-04T20:07:06.3981251Z adding 'torch/include/torch/csrc/inductor/aoti_package/model_package_loader.h' 2025-03-04T20:07:06.3984247Z adding 'torch/include/torch/csrc/inductor/aoti_package/pybind.h' 2025-03-04T20:07:06.3988967Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h' 2025-03-04T20:07:06.3992313Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h' 2025-03-04T20:07:06.3995731Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h' 2025-03-04T20:07:06.3999033Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_xpu.h' 2025-03-04T20:07:06.4002010Z adding 'torch/include/torch/csrc/inductor/aoti_runner/pybind.h' 2025-03-04T20:07:06.4008393Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h' 2025-03-04T20:07:06.4012265Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h' 2025-03-04T20:07:06.4016733Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/interface.h' 2025-03-04T20:07:06.4025433Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model.h' 2025-03-04T20:07:06.4033981Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_container.h' 2025-03-04T20:07:06.4037913Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h' 2025-03-04T20:07:06.4042591Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/sycl_runtime_wrappers.h' 2025-03-04T20:07:06.4046421Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h' 2025-03-04T20:07:06.4050884Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils.h' 2025-03-04T20:07:06.4054582Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h' 2025-03-04T20:07:06.4057943Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_xpu.h' 2025-03-04T20:07:06.4061969Z adding 'torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h' 2025-03-04T20:07:06.4066073Z adding 'torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h' 2025-03-04T20:07:06.4069824Z adding 'torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h' 2025-03-04T20:07:06.4073274Z adding 'torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h' 2025-03-04T20:07:06.4077755Z adding 'torch/include/torch/csrc/inductor/aoti_torch/utils.h' 2025-03-04T20:07:06.4086874Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim.h' 2025-03-04T20:07:06.4091542Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_mkldnn.h' 2025-03-04T20:07:06.4095109Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_xpu.h' 2025-03-04T20:07:06.4102478Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h' 2025-03-04T20:07:06.4110439Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h' 2025-03-04T20:07:06.4115642Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_xpu.h' 2025-03-04T20:07:06.4119648Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/array_ref.h' 2025-03-04T20:07:06.4123095Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/common.h' 2025-03-04T20:07:06.4125954Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/cpu.h' 2025-03-04T20:07:06.4128756Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/cuda.h' 2025-03-04T20:07:06.4131529Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/xpu.h' 2025-03-04T20:07:06.4135229Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/cpu.h' 2025-03-04T20:07:06.4138149Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/cuda.h' 2025-03-04T20:07:06.4140975Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/xpu.h' 2025-03-04T20:07:06.4145680Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2025-03-04T20:07:06.4149131Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2025-03-04T20:07:06.4152771Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2025-03-04T20:07:06.4159145Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2025-03-04T20:07:06.4163906Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2025-03-04T20:07:06.4167640Z adding 'torch/include/torch/csrc/jit/api/method.h' 2025-03-04T20:07:06.4177366Z adding 'torch/include/torch/csrc/jit/api/module.h' 2025-03-04T20:07:06.4182387Z adding 'torch/include/torch/csrc/jit/api/object.h' 2025-03-04T20:07:06.4187190Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2025-03-04T20:07:06.4192129Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2025-03-04T20:07:06.4196075Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2025-03-04T20:07:06.4199343Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2025-03-04T20:07:06.4202884Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2025-03-04T20:07:06.4205948Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2025-03-04T20:07:06.4209307Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2025-03-04T20:07:06.4212442Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2025-03-04T20:07:06.4215570Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2025-03-04T20:07:06.4220168Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2025-03-04T20:07:06.4224310Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2025-03-04T20:07:06.4227326Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2025-03-04T20:07:06.4232560Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2025-03-04T20:07:06.4235985Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2025-03-04T20:07:06.4238952Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2025-03-04T20:07:06.4242189Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2025-03-04T20:07:06.4245221Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2025-03-04T20:07:06.4248300Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2025-03-04T20:07:06.4251296Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2025-03-04T20:07:06.4254217Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2025-03-04T20:07:06.4262507Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2025-03-04T20:07:06.4266322Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2025-03-04T20:07:06.4269482Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2025-03-04T20:07:06.4273129Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2025-03-04T20:07:06.4276440Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2025-03-04T20:07:06.4279422Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2025-03-04T20:07:06.4282727Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2025-03-04T20:07:06.4286260Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2025-03-04T20:07:06.4290081Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2025-03-04T20:07:06.4293496Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2025-03-04T20:07:06.4299733Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2025-03-04T20:07:06.4303377Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2025-03-04T20:07:06.4306325Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2025-03-04T20:07:06.4316603Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2025-03-04T20:07:06.4323545Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2025-03-04T20:07:06.4329419Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2025-03-04T20:07:06.4342265Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2025-03-04T20:07:06.4346803Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2025-03-04T20:07:06.4355064Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2025-03-04T20:07:06.4359915Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2025-03-04T20:07:06.4363649Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2025-03-04T20:07:06.4368133Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2025-03-04T20:07:06.4371403Z adding 'torch/include/torch/csrc/jit/ir/graph_utils.h' 2025-03-04T20:07:06.4392406Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2025-03-04T20:07:06.4397927Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2025-03-04T20:07:06.4401290Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2025-03-04T20:07:06.4404829Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2025-03-04T20:07:06.4407875Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2025-03-04T20:07:06.4412511Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2025-03-04T20:07:06.4416648Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2025-03-04T20:07:06.4419771Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2025-03-04T20:07:06.4424015Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2025-03-04T20:07:06.4427480Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2025-03-04T20:07:06.4432004Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2025-03-04T20:07:06.4436475Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2025-03-04T20:07:06.4439676Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2025-03-04T20:07:06.4443502Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2025-03-04T20:07:06.4447411Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2025-03-04T20:07:06.4450695Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2025-03-04T20:07:06.4453821Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2025-03-04T20:07:06.4456860Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2025-03-04T20:07:06.4459920Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2025-03-04T20:07:06.4464206Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2025-03-04T20:07:06.4468107Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2025-03-04T20:07:06.4471293Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2025-03-04T20:07:06.4474538Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2025-03-04T20:07:06.4477626Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2025-03-04T20:07:06.4481508Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2025-03-04T20:07:06.4484778Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2025-03-04T20:07:06.4488036Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2025-03-04T20:07:06.4491469Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2025-03-04T20:07:06.4494703Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2025-03-04T20:07:06.4497932Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2025-03-04T20:07:06.4503630Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2025-03-04T20:07:06.4506717Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2025-03-04T20:07:06.4509723Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2025-03-04T20:07:06.4513061Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2025-03-04T20:07:06.4516130Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2025-03-04T20:07:06.4519154Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2025-03-04T20:07:06.4522136Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2025-03-04T20:07:06.4524964Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2025-03-04T20:07:06.4527905Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2025-03-04T20:07:06.4531027Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2025-03-04T20:07:06.4534019Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2025-03-04T20:07:06.4536889Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2025-03-04T20:07:06.4539850Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2025-03-04T20:07:06.4543071Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2025-03-04T20:07:06.4546183Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2025-03-04T20:07:06.4549104Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2025-03-04T20:07:06.4552341Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2025-03-04T20:07:06.4555366Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2025-03-04T20:07:06.4558296Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2025-03-04T20:07:06.4561209Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2025-03-04T20:07:06.4564190Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2025-03-04T20:07:06.4567289Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2025-03-04T20:07:06.4571020Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2025-03-04T20:07:06.4574246Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2025-03-04T20:07:06.4577456Z adding 'torch/include/torch/csrc/jit/passes/fold_linear_bn.h' 2025-03-04T20:07:06.4580624Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2025-03-04T20:07:06.4583548Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2025-03-04T20:07:06.4587386Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2025-03-04T20:07:06.4590445Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2025-03-04T20:07:06.4593628Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2025-03-04T20:07:06.4596587Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_folding.h' 2025-03-04T20:07:06.4599559Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2025-03-04T20:07:06.4603314Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2025-03-04T20:07:06.4606403Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2025-03-04T20:07:06.4609506Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2025-03-04T20:07:06.4613203Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2025-03-04T20:07:06.4617102Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2025-03-04T20:07:06.4620512Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2025-03-04T20:07:06.4623887Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2025-03-04T20:07:06.4627154Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2025-03-04T20:07:06.4630518Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2025-03-04T20:07:06.4633995Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2025-03-04T20:07:06.4637319Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2025-03-04T20:07:06.4640538Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2025-03-04T20:07:06.4643745Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2025-03-04T20:07:06.4646727Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2025-03-04T20:07:06.4649948Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2025-03-04T20:07:06.4653376Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2025-03-04T20:07:06.4656933Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2025-03-04T20:07:06.4659955Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2025-03-04T20:07:06.4663187Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2025-03-04T20:07:06.4666268Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2025-03-04T20:07:06.4669442Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2025-03-04T20:07:06.4672532Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2025-03-04T20:07:06.4675805Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2025-03-04T20:07:06.4678827Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2025-03-04T20:07:06.4682244Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2025-03-04T20:07:06.4685300Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2025-03-04T20:07:06.4689466Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2025-03-04T20:07:06.4692704Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2025-03-04T20:07:06.4695851Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2025-03-04T20:07:06.4698991Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2025-03-04T20:07:06.4702333Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2025-03-04T20:07:06.4705385Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2025-03-04T20:07:06.4708480Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2025-03-04T20:07:06.4711459Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2025-03-04T20:07:06.4714453Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2025-03-04T20:07:06.4717644Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2025-03-04T20:07:06.4720650Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2025-03-04T20:07:06.4723529Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2025-03-04T20:07:06.4727085Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2025-03-04T20:07:06.4730127Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2025-03-04T20:07:06.4733161Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2025-03-04T20:07:06.4736061Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2025-03-04T20:07:06.4739344Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2025-03-04T20:07:06.4742489Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2025-03-04T20:07:06.4745609Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2025-03-04T20:07:06.4749528Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2025-03-04T20:07:06.4753117Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2025-03-04T20:07:06.4756551Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2025-03-04T20:07:06.4760329Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2025-03-04T20:07:06.4763882Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2025-03-04T20:07:06.4767270Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2025-03-04T20:07:06.4770640Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2025-03-04T20:07:06.4773728Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2025-03-04T20:07:06.4776782Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2025-03-04T20:07:06.4779844Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2025-03-04T20:07:06.4784113Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2025-03-04T20:07:06.4787615Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2025-03-04T20:07:06.4790744Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2025-03-04T20:07:06.4795306Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2025-03-04T20:07:06.4799043Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2025-03-04T20:07:06.4802473Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2025-03-04T20:07:06.4818387Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2025-03-04T20:07:06.4821838Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2025-03-04T20:07:06.4825574Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2025-03-04T20:07:06.4829604Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2025-03-04T20:07:06.4834348Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2025-03-04T20:07:06.4837802Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2025-03-04T20:07:06.4840891Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2025-03-04T20:07:06.4844405Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2025-03-04T20:07:06.4848414Z adding 'torch/include/torch/csrc/jit/python/init.h' 2025-03-04T20:07:06.4851801Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2025-03-04T20:07:06.4856410Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2025-03-04T20:07:06.4873098Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2025-03-04T20:07:06.4878323Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2025-03-04T20:07:06.4881602Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2025-03-04T20:07:06.4885241Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2025-03-04T20:07:06.4889174Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2025-03-04T20:07:06.4893221Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2025-03-04T20:07:06.4897770Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2025-03-04T20:07:06.4902958Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2025-03-04T20:07:06.4906451Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2025-03-04T20:07:06.4909444Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2025-03-04T20:07:06.4912327Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2025-03-04T20:07:06.4915489Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2025-03-04T20:07:06.4918365Z adding 'torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h' 2025-03-04T20:07:06.4926911Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2025-03-04T20:07:06.4931462Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2025-03-04T20:07:06.4935283Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2025-03-04T20:07:06.4938515Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2025-03-04T20:07:06.4941843Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2025-03-04T20:07:06.4944928Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2025-03-04T20:07:06.4947883Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2025-03-04T20:07:06.4952000Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2025-03-04T20:07:06.4956259Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2025-03-04T20:07:06.4960575Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2025-03-04T20:07:06.4964989Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2025-03-04T20:07:06.4969363Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2025-03-04T20:07:06.4973344Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2025-03-04T20:07:06.4976354Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2025-03-04T20:07:06.4979959Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2025-03-04T20:07:06.4985547Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2025-03-04T20:07:06.4988863Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2025-03-04T20:07:06.4991811Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2025-03-04T20:07:06.4995632Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2025-03-04T20:07:06.5000782Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2025-03-04T20:07:06.5010630Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2025-03-04T20:07:06.5015271Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2025-03-04T20:07:06.5018484Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2025-03-04T20:07:06.5021408Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2025-03-04T20:07:06.5024568Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2025-03-04T20:07:06.5027659Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2025-03-04T20:07:06.5030724Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2025-03-04T20:07:06.5034740Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2025-03-04T20:07:06.5037874Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2025-03-04T20:07:06.5040936Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2025-03-04T20:07:06.5043963Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2025-03-04T20:07:06.5049240Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2025-03-04T20:07:06.5054831Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2025-03-04T20:07:06.5058516Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2025-03-04T20:07:06.5062347Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2025-03-04T20:07:06.5065495Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2025-03-04T20:07:06.5069029Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2025-03-04T20:07:06.5072296Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2025-03-04T20:07:06.5075474Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2025-03-04T20:07:06.5078502Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2025-03-04T20:07:06.5081669Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2025-03-04T20:07:06.5085341Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2025-03-04T20:07:06.5105827Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2025-03-04T20:07:06.5111138Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2025-03-04T20:07:06.5115269Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2025-03-04T20:07:06.5122174Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2025-03-04T20:07:06.5125903Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2025-03-04T20:07:06.5129319Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2025-03-04T20:07:06.5132518Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2025-03-04T20:07:06.5136215Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2025-03-04T20:07:06.5139480Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2025-03-04T20:07:06.5144872Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2025-03-04T20:07:06.5152111Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2025-03-04T20:07:06.5156984Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2025-03-04T20:07:06.5161095Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2025-03-04T20:07:06.5165832Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2025-03-04T20:07:06.5171412Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2025-03-04T20:07:06.5175660Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2025-03-04T20:07:06.5178870Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2025-03-04T20:07:06.5183783Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2025-03-04T20:07:06.5187849Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2025-03-04T20:07:06.5193052Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2025-03-04T20:07:06.5196903Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2025-03-04T20:07:06.5203110Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2025-03-04T20:07:06.5207283Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2025-03-04T20:07:06.5210666Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2025-03-04T20:07:06.5214515Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2025-03-04T20:07:06.5218204Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2025-03-04T20:07:06.5222287Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2025-03-04T20:07:06.5226723Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2025-03-04T20:07:06.5231427Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2025-03-04T20:07:06.5234882Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2025-03-04T20:07:06.5242699Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2025-03-04T20:07:06.5246684Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2025-03-04T20:07:06.5250035Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2025-03-04T20:07:06.5253751Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2025-03-04T20:07:06.5260356Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2025-03-04T20:07:06.5264120Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2025-03-04T20:07:06.5267294Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2025-03-04T20:07:06.5273746Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2025-03-04T20:07:06.5278050Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2025-03-04T20:07:06.5281647Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2025-03-04T20:07:06.5291103Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2025-03-04T20:07:06.5294792Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2025-03-04T20:07:06.5297998Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2025-03-04T20:07:06.5304379Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2025-03-04T20:07:06.5309424Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2025-03-04T20:07:06.5316401Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2025-03-04T20:07:06.5325169Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2025-03-04T20:07:06.5330449Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2025-03-04T20:07:06.5333925Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2025-03-04T20:07:06.5337762Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2025-03-04T20:07:06.5341173Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2025-03-04T20:07:06.5344488Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2025-03-04T20:07:06.5348945Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2025-03-04T20:07:06.5352654Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2025-03-04T20:07:06.5356284Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2025-03-04T20:07:06.5359401Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2025-03-04T20:07:06.5362348Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2025-03-04T20:07:06.5365664Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2025-03-04T20:07:06.5369097Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2025-03-04T20:07:06.5372355Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2025-03-04T20:07:06.5375440Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2025-03-04T20:07:06.5379802Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2025-03-04T20:07:06.5382986Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2025-03-04T20:07:06.5387895Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2025-03-04T20:07:06.5391580Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2025-03-04T20:07:06.5395950Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2025-03-04T20:07:06.5399809Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2025-03-04T20:07:06.5404941Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2025-03-04T20:07:06.5408132Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2025-03-04T20:07:06.5411544Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2025-03-04T20:07:06.5414928Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2025-03-04T20:07:06.5419602Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2025-03-04T20:07:06.5423513Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2025-03-04T20:07:06.5428742Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2025-03-04T20:07:06.5432883Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2025-03-04T20:07:06.5436389Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2025-03-04T20:07:06.5439705Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2025-03-04T20:07:06.5443094Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2025-03-04T20:07:06.5449726Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2025-03-04T20:07:06.5455220Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2025-03-04T20:07:06.5459091Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2025-03-04T20:07:06.5462453Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2025-03-04T20:07:06.5465967Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2025-03-04T20:07:06.5471088Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2025-03-04T20:07:06.5477197Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2025-03-04T20:07:06.5480991Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2025-03-04T20:07:06.5484708Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2025-03-04T20:07:06.5488098Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2025-03-04T20:07:06.5491745Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2025-03-04T20:07:06.5495086Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2025-03-04T20:07:06.5499240Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2025-03-04T20:07:06.5503603Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2025-03-04T20:07:06.5507483Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2025-03-04T20:07:06.5510791Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2025-03-04T20:07:06.5514763Z adding 'torch/include/torch/csrc/lazy/python/python_util.h' 2025-03-04T20:07:06.5518681Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2025-03-04T20:07:06.5522210Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2025-03-04T20:07:06.5532980Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2025-03-04T20:07:06.5536303Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2025-03-04T20:07:06.5539618Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2025-03-04T20:07:06.5543365Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2025-03-04T20:07:06.5546128Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2025-03-04T20:07:06.5550303Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2025-03-04T20:07:06.5554704Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2025-03-04T20:07:06.5557689Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2025-03-04T20:07:06.5561679Z adding 'torch/include/torch/csrc/onnx/back_compat.h' 2025-03-04T20:07:06.5564630Z adding 'torch/include/torch/csrc/onnx/init.h' 2025-03-04T20:07:06.5567824Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2025-03-04T20:07:06.5587840Z adding 'torch/include/torch/csrc/profiler/api.h' 2025-03-04T20:07:06.5588018Z adding 'torch/include/torch/csrc/profiler/collection.h' 2025-03-04T20:07:06.5588209Z adding 'torch/include/torch/csrc/profiler/combined_traceback.h' 2025-03-04T20:07:06.5590489Z adding 'torch/include/torch/csrc/profiler/containers.h' 2025-03-04T20:07:06.5594871Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2025-03-04T20:07:06.5598213Z adding 'torch/include/torch/csrc/profiler/events.h' 2025-03-04T20:07:06.5601483Z adding 'torch/include/torch/csrc/profiler/kineto_client_interface.h' 2025-03-04T20:07:06.5605687Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2025-03-04T20:07:06.5608678Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2025-03-04T20:07:06.5612461Z adding 'torch/include/torch/csrc/profiler/perf.h' 2025-03-04T20:07:06.5616936Z adding 'torch/include/torch/csrc/profiler/util.h' 2025-03-04T20:07:06.5622682Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2025-03-04T20:07:06.5626388Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2025-03-04T20:07:06.5629519Z adding 'torch/include/torch/csrc/profiler/orchestration/vulkan.h' 2025-03-04T20:07:06.5633505Z adding 'torch/include/torch/csrc/profiler/python/combined_traceback.h' 2025-03-04T20:07:06.5636718Z adding 'torch/include/torch/csrc/profiler/python/init.h' 2025-03-04T20:07:06.5640195Z adding 'torch/include/torch/csrc/profiler/python/pybind.h' 2025-03-04T20:07:06.5644666Z adding 'torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h' 2025-03-04T20:07:06.5647132Z adding 'torch/include/torch/csrc/profiler/standalone/itt_observer.h' 2025-03-04T20:07:06.5650020Z adding 'torch/include/torch/csrc/profiler/standalone/nvtx_observer.h' 2025-03-04T20:07:06.5653262Z adding 'torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h' 2025-03-04T20:07:06.5657192Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2025-03-04T20:07:06.5661472Z adding 'torch/include/torch/csrc/profiler/unwind/action.h' 2025-03-04T20:07:06.5664952Z adding 'torch/include/torch/csrc/profiler/unwind/communicate.h' 2025-03-04T20:07:06.5669898Z adding 'torch/include/torch/csrc/profiler/unwind/debug_info.h' 2025-03-04T20:07:06.5673535Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_enums.h' 2025-03-04T20:07:06.5677597Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h' 2025-03-04T20:07:06.5681251Z adding 'torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h' 2025-03-04T20:07:06.5685062Z adding 'torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h' 2025-03-04T20:07:06.5690842Z adding 'torch/include/torch/csrc/profiler/unwind/fde.h' 2025-03-04T20:07:06.5694913Z adding 'torch/include/torch/csrc/profiler/unwind/lexer.h' 2025-03-04T20:07:06.5700361Z adding 'torch/include/torch/csrc/profiler/unwind/line_number_program.h' 2025-03-04T20:07:06.5704702Z adding 'torch/include/torch/csrc/profiler/unwind/mem_file.h' 2025-03-04T20:07:06.5708291Z adding 'torch/include/torch/csrc/profiler/unwind/range_table.h' 2025-03-04T20:07:06.5712062Z adding 'torch/include/torch/csrc/profiler/unwind/sections.h' 2025-03-04T20:07:06.5715529Z adding 'torch/include/torch/csrc/profiler/unwind/unwind.h' 2025-03-04T20:07:06.5718764Z adding 'torch/include/torch/csrc/profiler/unwind/unwind_error.h' 2025-03-04T20:07:06.5722337Z adding 'torch/include/torch/csrc/profiler/unwind/unwinder.h' 2025-03-04T20:07:06.5726860Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2025-03-04T20:07:06.5732161Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2025-03-04T20:07:06.5735218Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2025-03-04T20:07:06.5738079Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2025-03-04T20:07:06.5741541Z adding 'torch/include/torch/csrc/utils/device_lazy_init.h' 2025-03-04T20:07:06.5744934Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2025-03-04T20:07:06.5767473Z adding 'torch/include/torch/csrc/utils/generated_serialization_types.h' 2025-03-04T20:07:06.5773065Z adding 'torch/include/torch/csrc/utils/init.h' 2025-03-04T20:07:06.5776079Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2025-03-04T20:07:06.5779001Z adding 'torch/include/torch/csrc/utils/nested.h' 2025-03-04T20:07:06.5781960Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2025-03-04T20:07:06.5785280Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2025-03-04T20:07:06.5788285Z adding 'torch/include/torch/csrc/utils/out_types.h' 2025-03-04T20:07:06.5793844Z adding 'torch/include/torch/csrc/utils/pybind.h' 2025-03-04T20:07:06.5797346Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2025-03-04T20:07:06.5800667Z adding 'torch/include/torch/csrc/utils/pyobject_preservation.h' 2025-03-04T20:07:06.5813511Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2025-03-04T20:07:06.5817995Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2025-03-04T20:07:06.5820755Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2025-03-04T20:07:06.5824606Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2025-03-04T20:07:06.5828239Z adding 'torch/include/torch/csrc/utils/python_raii.h' 2025-03-04T20:07:06.5832371Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2025-03-04T20:07:06.5836550Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2025-03-04T20:07:06.5839528Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2025-03-04T20:07:06.5843731Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2025-03-04T20:07:06.5847619Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2025-03-04T20:07:06.5850288Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2025-03-04T20:07:06.5863270Z adding 'torch/include/torch/csrc/utils/pythoncapi_compat.h' 2025-03-04T20:07:06.5868012Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2025-03-04T20:07:06.5871380Z adding 'torch/include/torch/csrc/utils/six.h' 2025-03-04T20:07:06.5874482Z adding 'torch/include/torch/csrc/utils/structseq.h' 2025-03-04T20:07:06.5877420Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2025-03-04T20:07:06.5880286Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2025-03-04T20:07:06.5883802Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2025-03-04T20:07:06.5886728Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2025-03-04T20:07:06.5889563Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2025-03-04T20:07:06.5892539Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2025-03-04T20:07:06.5895938Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2025-03-04T20:07:06.5899232Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2025-03-04T20:07:06.5902052Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2025-03-04T20:07:06.5905052Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2025-03-04T20:07:06.5909537Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2025-03-04T20:07:06.5914536Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2025-03-04T20:07:06.5918112Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2025-03-04T20:07:06.5921778Z adding 'torch/include/torch/csrc/utils/variadic.h' 2025-03-04T20:07:06.5924745Z adding 'torch/include/torch/csrc/utils/verbose.h' 2025-03-04T20:07:06.5928532Z adding 'torch/include/torch/csrc/xpu/Event.h' 2025-03-04T20:07:06.5932249Z adding 'torch/include/torch/csrc/xpu/Module.h' 2025-03-04T20:07:06.5934874Z adding 'torch/include/torch/csrc/xpu/Stream.h' 2025-03-04T20:07:06.5941645Z adding 'torch/jit/__init__.py' 2025-03-04T20:07:06.5945629Z adding 'torch/jit/_async.py' 2025-03-04T20:07:06.5949480Z adding 'torch/jit/_await.py' 2025-03-04T20:07:06.5954130Z adding 'torch/jit/_builtins.py' 2025-03-04T20:07:06.5959386Z adding 'torch/jit/_check.py' 2025-03-04T20:07:06.5964147Z adding 'torch/jit/_dataclass_impls.py' 2025-03-04T20:07:06.5967346Z adding 'torch/jit/_decomposition_utils.py' 2025-03-04T20:07:06.5971279Z adding 'torch/jit/_decompositions.py' 2025-03-04T20:07:06.5976490Z adding 'torch/jit/_freeze.py' 2025-03-04T20:07:06.5981198Z adding 'torch/jit/_fuser.py' 2025-03-04T20:07:06.5984479Z adding 'torch/jit/_ir_utils.py' 2025-03-04T20:07:06.5987351Z adding 'torch/jit/_logging.py' 2025-03-04T20:07:06.5991997Z adding 'torch/jit/_monkeytype_config.py' 2025-03-04T20:07:06.5995527Z adding 'torch/jit/_pickle.py' 2025-03-04T20:07:06.6011588Z adding 'torch/jit/_recursive.py' 2025-03-04T20:07:06.6037720Z adding 'torch/jit/_script.py' 2025-03-04T20:07:06.6044023Z adding 'torch/jit/_script.pyi' 2025-03-04T20:07:06.6049464Z adding 'torch/jit/_serialization.py' 2025-03-04T20:07:06.6065193Z adding 'torch/jit/_shape_functions.py' 2025-03-04T20:07:06.6070067Z adding 'torch/jit/_state.py' 2025-03-04T20:07:06.6091767Z adding 'torch/jit/_trace.py' 2025-03-04T20:07:06.6101025Z adding 'torch/jit/annotations.py' 2025-03-04T20:07:06.6117566Z adding 'torch/jit/frontend.py' 2025-03-04T20:07:06.6121801Z adding 'torch/jit/generate_bytecode.py' 2025-03-04T20:07:06.6125308Z adding 'torch/jit/quantized.py' 2025-03-04T20:07:06.6130661Z adding 'torch/jit/supported_ops.py' 2025-03-04T20:07:06.6134612Z adding 'torch/jit/unsupported_tensor_ops.py' 2025-03-04T20:07:06.6139023Z adding 'torch/jit/_passes/__init__.py' 2025-03-04T20:07:06.6142752Z adding 'torch/jit/_passes/_property_propagation.py' 2025-03-04T20:07:06.6147956Z adding 'torch/jit/mobile/__init__.py' 2025-03-04T20:07:06.7073694Z adding 'torch/lib/XNNPACK.lib' 2025-03-04T20:07:06.7142162Z adding 'torch/lib/_C.lib' 2025-03-04T20:07:06.7245805Z adding 'torch/lib/aoti_custom_ops.dll' 2025-03-04T20:07:06.7258975Z adding 'torch/lib/aoti_custom_ops.lib' 2025-03-04T20:07:06.7464427Z adding 'torch/lib/asmjit.dll' 2025-03-04T20:07:06.7497484Z adding 'torch/lib/asmjit.lib' 2025-03-04T20:07:06.7605497Z adding 'torch/lib/backend_with_compiler.dll' 2025-03-04T20:07:06.7619502Z adding 'torch/lib/backend_with_compiler.lib' 2025-03-04T20:07:06.8073386Z adding 'torch/lib/c10.dll' 2025-03-04T20:07:06.8253292Z adding 'torch/lib/c10.lib' 2025-03-04T20:07:06.8317649Z adding 'torch/lib/cpuinfo.lib' 2025-03-04T20:07:21.7753753Z adding 'torch/lib/dnnl.lib' 2025-03-04T20:07:23.3918751Z adding 'torch/lib/fbgemm.dll' 2025-03-04T20:07:23.4258664Z adding 'torch/lib/fbgemm.lib' 2025-03-04T20:07:23.4692437Z adding 'torch/lib/fmt.lib' 2025-03-04T20:07:23.4824983Z adding 'torch/lib/jitbackend_test.dll' 2025-03-04T20:07:23.4840486Z adding 'torch/lib/jitbackend_test.lib' 2025-03-04T20:07:24.0116801Z adding 'torch/lib/kineto.lib' 2025-03-04T20:07:24.2005342Z adding 'torch/lib/libprotobuf-lite.lib' 2025-03-04T20:07:25.0738962Z adding 'torch/lib/libprotobuf.lib' 2025-03-04T20:07:26.0942818Z adding 'torch/lib/libprotoc.lib' 2025-03-04T20:07:26.2868074Z adding 'torch/lib/microkernels-prod.lib' 2025-03-04T20:07:26.3008392Z adding 'torch/lib/pthreadpool.lib' 2025-03-04T20:07:26.3020914Z adding 'torch/lib/shm.dll' 2025-03-04T20:07:26.3025440Z adding 'torch/lib/shm.lib' 2025-03-04T20:07:26.6935692Z adding 'torch/lib/sleef.lib' 2025-03-04T20:07:26.7141930Z adding 'torch/lib/torch.dll' 2025-03-04T20:07:26.7146358Z adding 'torch/lib/torch.lib' 2025-03-04T20:07:32.3629064Z adding 'torch/lib/torch_cpu.dll' 2025-03-04T20:07:33.1802869Z adding 'torch/lib/torch_cpu.lib' 2025-03-04T20:07:33.2460313Z adding 'torch/lib/torch_global_deps.dll' 2025-03-04T20:07:33.9493208Z adding 'torch/lib/torch_python.dll' 2025-03-04T20:07:33.9900937Z adding 'torch/lib/torch_python.lib' 2025-03-04T20:07:34.0116116Z adding 'torch/lib/torchbind_test.dll' 2025-03-04T20:07:34.0136030Z adding 'torch/lib/torchbind_test.lib' 2025-03-04T20:07:34.0172875Z adding 'torch/linalg/__init__.py' 2025-03-04T20:07:34.0179583Z adding 'torch/masked/__init__.py' 2025-03-04T20:07:34.0186985Z adding 'torch/masked/_docs.py' 2025-03-04T20:07:34.0209110Z adding 'torch/masked/_ops.py' 2025-03-04T20:07:34.0215059Z adding 'torch/masked/maskedtensor/__init__.py' 2025-03-04T20:07:34.0221836Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2025-03-04T20:07:34.0226970Z adding 'torch/masked/maskedtensor/binary.py' 2025-03-04T20:07:34.0233346Z adding 'torch/masked/maskedtensor/core.py' 2025-03-04T20:07:34.0236933Z adding 'torch/masked/maskedtensor/creation.py' 2025-03-04T20:07:34.0240326Z adding 'torch/masked/maskedtensor/passthrough.py' 2025-03-04T20:07:34.0244550Z adding 'torch/masked/maskedtensor/reductions.py' 2025-03-04T20:07:34.0248708Z adding 'torch/masked/maskedtensor/unary.py' 2025-03-04T20:07:34.0254838Z adding 'torch/monitor/__init__.py' 2025-03-04T20:07:34.0259845Z adding 'torch/mps/__init__.py' 2025-03-04T20:07:34.0263556Z adding 'torch/mps/event.py' 2025-03-04T20:07:34.0267191Z adding 'torch/mps/profiler.py' 2025-03-04T20:07:34.0273817Z adding 'torch/mtia/__init__.py' 2025-03-04T20:07:34.0277597Z adding 'torch/mtia/_utils.py' 2025-03-04T20:07:34.0281126Z adding 'torch/mtia/memory.py' 2025-03-04T20:07:34.0285729Z adding 'torch/multiprocessing/__init__.py' 2025-03-04T20:07:34.0288843Z adding 'torch/multiprocessing/_atfork.py' 2025-03-04T20:07:34.0292153Z adding 'torch/multiprocessing/pool.py' 2025-03-04T20:07:34.0295349Z adding 'torch/multiprocessing/queue.py' 2025-03-04T20:07:34.0304165Z adding 'torch/multiprocessing/reductions.py' 2025-03-04T20:07:34.0311220Z adding 'torch/multiprocessing/spawn.py' 2025-03-04T20:07:34.0320893Z adding 'torch/nested/__init__.py' 2025-03-04T20:07:34.0325023Z adding 'torch/nested/_internal/__init__.py' 2025-03-04T20:07:34.0328516Z adding 'torch/nested/_internal/nested_int.py' 2025-03-04T20:07:34.0338342Z adding 'torch/nested/_internal/nested_tensor.py' 2025-03-04T20:07:34.0367327Z adding 'torch/nested/_internal/ops.py' 2025-03-04T20:07:34.0380707Z adding 'torch/nested/_internal/sdpa.py' 2025-03-04T20:07:34.0386139Z adding 'torch/nn/__init__.py' 2025-03-04T20:07:34.0389447Z adding 'torch/nn/_reduction.py' 2025-03-04T20:07:34.0392735Z adding 'torch/nn/common_types.py' 2025-03-04T20:07:34.0396434Z adding 'torch/nn/cpp.py' 2025-03-04T20:07:34.0465024Z adding 'torch/nn/functional.py' 2025-03-04T20:07:34.0476946Z adding 'torch/nn/functional.pyi' 2025-03-04T20:07:34.0481531Z adding 'torch/nn/grad.py' 2025-03-04T20:07:34.0489950Z adding 'torch/nn/init.py' 2025-03-04T20:07:34.0496027Z adding 'torch/nn/parameter.py' 2025-03-04T20:07:34.0499534Z adding 'torch/nn/parameter.pyi' 2025-03-04T20:07:34.0504828Z adding 'torch/nn/attention/__init__.py' 2025-03-04T20:07:34.0508623Z adding 'torch/nn/attention/_utils.py' 2025-03-04T20:07:34.0514605Z adding 'torch/nn/attention/bias.py' 2025-03-04T20:07:34.0534420Z adding 'torch/nn/attention/flex_attention.py' 2025-03-04T20:07:34.0539543Z adding 'torch/nn/attention/experimental/__init__.py' 2025-03-04T20:07:34.0545350Z adding 'torch/nn/attention/experimental/_paged_attention.py' 2025-03-04T20:07:34.0549251Z adding 'torch/nn/backends/__init__.py' 2025-03-04T20:07:34.0552036Z adding 'torch/nn/backends/thnn.py' 2025-03-04T20:07:34.0556075Z adding 'torch/nn/intrinsic/__init__.py' 2025-03-04T20:07:34.0559981Z adding 'torch/nn/intrinsic/modules/__init__.py' 2025-03-04T20:07:34.0562989Z adding 'torch/nn/intrinsic/modules/fused.py' 2025-03-04T20:07:34.0566782Z adding 'torch/nn/intrinsic/qat/__init__.py' 2025-03-04T20:07:34.0570641Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2025-03-04T20:07:34.0573829Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2025-03-04T20:07:34.0576977Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2025-03-04T20:07:34.0579972Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2025-03-04T20:07:34.0583819Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2025-03-04T20:07:34.0587614Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2025-03-04T20:07:34.0591199Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2025-03-04T20:07:34.0594387Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2025-03-04T20:07:34.0598218Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2025-03-04T20:07:34.0601658Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2025-03-04T20:07:34.0605486Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2025-03-04T20:07:34.0609358Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2025-03-04T20:07:34.0614607Z adding 'torch/nn/modules/__init__.py' 2025-03-04T20:07:34.0620462Z adding 'torch/nn/modules/_functions.py' 2025-03-04T20:07:34.0637640Z adding 'torch/nn/modules/activation.py' 2025-03-04T20:07:34.0819736Z adding 'torch/nn/modules/adaptive.py' 2025-03-04T20:07:34.0830126Z adding 'torch/nn/modules/batchnorm.py' 2025-03-04T20:07:34.0834169Z adding 'torch/nn/modules/channelshuffle.py' 2025-03-04T20:07:34.0845632Z adding 'torch/nn/modules/container.py' 2025-03-04T20:07:34.0862276Z adding 'torch/nn/modules/conv.py' 2025-03-04T20:07:34.0868118Z adding 'torch/nn/modules/distance.py' 2025-03-04T20:07:34.0872950Z adding 'torch/nn/modules/dropout.py' 2025-03-04T20:07:34.0877695Z adding 'torch/nn/modules/flatten.py' 2025-03-04T20:07:34.0885232Z adding 'torch/nn/modules/fold.py' 2025-03-04T20:07:34.0891780Z adding 'torch/nn/modules/instancenorm.py' 2025-03-04T20:07:34.0898007Z adding 'torch/nn/modules/lazy.py' 2025-03-04T20:07:34.0903393Z adding 'torch/nn/modules/linear.py' 2025-03-04T20:07:34.0929154Z adding 'torch/nn/modules/loss.py' 2025-03-04T20:07:34.0971075Z adding 'torch/nn/modules/module.py' 2025-03-04T20:07:34.0979855Z adding 'torch/nn/modules/normalization.py' 2025-03-04T20:07:34.0986482Z adding 'torch/nn/modules/padding.py' 2025-03-04T20:07:34.0991220Z adding 'torch/nn/modules/pixelshuffle.py' 2025-03-04T20:07:34.1003892Z adding 'torch/nn/modules/pooling.py' 2025-03-04T20:07:34.1022675Z adding 'torch/nn/modules/rnn.py' 2025-03-04T20:07:34.1031923Z adding 'torch/nn/modules/sparse.py' 2025-03-04T20:07:34.1046097Z adding 'torch/nn/modules/transformer.py' 2025-03-04T20:07:34.1052461Z adding 'torch/nn/modules/upsampling.py' 2025-03-04T20:07:34.1056409Z adding 'torch/nn/modules/utils.py' 2025-03-04T20:07:34.1060663Z adding 'torch/nn/parallel/__init__.py' 2025-03-04T20:07:34.1064770Z adding 'torch/nn/parallel/_functions.py' 2025-03-04T20:07:34.1070264Z adding 'torch/nn/parallel/comm.py' 2025-03-04T20:07:34.1076698Z adding 'torch/nn/parallel/data_parallel.py' 2025-03-04T20:07:34.1118544Z adding 'torch/nn/parallel/distributed.py' 2025-03-04T20:07:34.1125089Z adding 'torch/nn/parallel/parallel_apply.py' 2025-03-04T20:07:34.1130085Z adding 'torch/nn/parallel/replicate.py' 2025-03-04T20:07:34.1134455Z adding 'torch/nn/parallel/scatter_gather.py' 2025-03-04T20:07:34.1138216Z adding 'torch/nn/qat/__init__.py' 2025-03-04T20:07:34.1142168Z adding 'torch/nn/qat/dynamic/__init__.py' 2025-03-04T20:07:34.1145991Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2025-03-04T20:07:34.1148885Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2025-03-04T20:07:34.1152941Z adding 'torch/nn/qat/modules/__init__.py' 2025-03-04T20:07:34.1155995Z adding 'torch/nn/qat/modules/conv.py' 2025-03-04T20:07:34.1159129Z adding 'torch/nn/qat/modules/embedding_ops.py' 2025-03-04T20:07:34.1162273Z adding 'torch/nn/qat/modules/linear.py' 2025-03-04T20:07:34.1165842Z adding 'torch/nn/quantizable/__init__.py' 2025-03-04T20:07:34.1169581Z adding 'torch/nn/quantizable/modules/__init__.py' 2025-03-04T20:07:34.1172611Z adding 'torch/nn/quantizable/modules/activation.py' 2025-03-04T20:07:34.1175676Z adding 'torch/nn/quantizable/modules/rnn.py' 2025-03-04T20:07:34.1179670Z adding 'torch/nn/quantized/__init__.py' 2025-03-04T20:07:34.1182637Z adding 'torch/nn/quantized/functional.py' 2025-03-04T20:07:34.1186340Z adding 'torch/nn/quantized/_reference/__init__.py' 2025-03-04T20:07:34.1190383Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2025-03-04T20:07:34.1193678Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2025-03-04T20:07:34.1196936Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2025-03-04T20:07:34.1199821Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2025-03-04T20:07:34.1202988Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2025-03-04T20:07:34.1206035Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2025-03-04T20:07:34.1209741Z adding 'torch/nn/quantized/dynamic/__init__.py' 2025-03-04T20:07:34.1213821Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2025-03-04T20:07:34.1216933Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2025-03-04T20:07:34.1220297Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2025-03-04T20:07:34.1223971Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2025-03-04T20:07:34.1229111Z adding 'torch/nn/quantized/modules/__init__.py' 2025-03-04T20:07:34.1232844Z adding 'torch/nn/quantized/modules/activation.py' 2025-03-04T20:07:34.1236455Z adding 'torch/nn/quantized/modules/batchnorm.py' 2025-03-04T20:07:34.1240114Z adding 'torch/nn/quantized/modules/conv.py' 2025-03-04T20:07:34.1243228Z adding 'torch/nn/quantized/modules/dropout.py' 2025-03-04T20:07:34.1246459Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2025-03-04T20:07:34.1249575Z adding 'torch/nn/quantized/modules/functional_modules.py' 2025-03-04T20:07:34.1252642Z adding 'torch/nn/quantized/modules/linear.py' 2025-03-04T20:07:34.1255805Z adding 'torch/nn/quantized/modules/normalization.py' 2025-03-04T20:07:34.1258727Z adding 'torch/nn/quantized/modules/rnn.py' 2025-03-04T20:07:34.1261846Z adding 'torch/nn/quantized/modules/utils.py' 2025-03-04T20:07:34.1266011Z adding 'torch/nn/utils/__init__.py' 2025-03-04T20:07:34.1269280Z adding 'torch/nn/utils/_deprecation_utils.py' 2025-03-04T20:07:34.1275046Z adding 'torch/nn/utils/_named_member_accessor.py' 2025-03-04T20:07:34.1280187Z adding 'torch/nn/utils/_per_sample_grad.py' 2025-03-04T20:07:34.1284922Z adding 'torch/nn/utils/clip_grad.py' 2025-03-04T20:07:34.1289032Z adding 'torch/nn/utils/convert_parameters.py' 2025-03-04T20:07:34.1293386Z adding 'torch/nn/utils/fusion.py' 2025-03-04T20:07:34.1297082Z adding 'torch/nn/utils/init.py' 2025-03-04T20:07:34.1301370Z adding 'torch/nn/utils/memory_format.py' 2025-03-04T20:07:34.1311728Z adding 'torch/nn/utils/parametrizations.py' 2025-03-04T20:07:34.1325525Z adding 'torch/nn/utils/parametrize.py' 2025-03-04T20:07:34.1343608Z adding 'torch/nn/utils/prune.py' 2025-03-04T20:07:34.1353522Z adding 'torch/nn/utils/rnn.py' 2025-03-04T20:07:34.1360897Z adding 'torch/nn/utils/spectral_norm.py' 2025-03-04T20:07:34.1367188Z adding 'torch/nn/utils/stateless.py' 2025-03-04T20:07:34.1371867Z adding 'torch/nn/utils/weight_norm.py' 2025-03-04T20:07:34.1375841Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2025-03-04T20:07:34.1379342Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2025-03-04T20:07:34.1384956Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2025-03-04T20:07:34.1389035Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2025-03-04T20:07:34.1393143Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2025-03-04T20:07:34.1398081Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2025-03-04T20:07:34.1402056Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2025-03-04T20:07:34.1406033Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2025-03-04T20:07:34.1409720Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2025-03-04T20:07:34.1413071Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2025-03-04T20:07:34.1422297Z adding 'torch/onnx/__init__.py' 2025-03-04T20:07:34.1426008Z adding 'torch/onnx/_constants.py' 2025-03-04T20:07:34.1429048Z adding 'torch/onnx/_experimental.py' 2025-03-04T20:07:34.1432263Z adding 'torch/onnx/_flags.py' 2025-03-04T20:07:34.1435822Z adding 'torch/onnx/_globals.py' 2025-03-04T20:07:34.1439560Z adding 'torch/onnx/_onnx_supported_ops.py' 2025-03-04T20:07:34.1445306Z adding 'torch/onnx/_type_utils.py' 2025-03-04T20:07:34.1449445Z adding 'torch/onnx/errors.py' 2025-03-04T20:07:34.1452713Z adding 'torch/onnx/operators.py' 2025-03-04T20:07:34.1457149Z adding 'torch/onnx/symbolic_caffe2.py' 2025-03-04T20:07:34.1484489Z adding 'torch/onnx/symbolic_helper.py' 2025-03-04T20:07:34.1496564Z adding 'torch/onnx/symbolic_opset10.py' 2025-03-04T20:07:34.1514068Z adding 'torch/onnx/symbolic_opset11.py' 2025-03-04T20:07:34.1521426Z adding 'torch/onnx/symbolic_opset12.py' 2025-03-04T20:07:34.1534336Z adding 'torch/onnx/symbolic_opset13.py' 2025-03-04T20:07:34.1540560Z adding 'torch/onnx/symbolic_opset14.py' 2025-03-04T20:07:34.1544511Z adding 'torch/onnx/symbolic_opset15.py' 2025-03-04T20:07:34.1549072Z adding 'torch/onnx/symbolic_opset16.py' 2025-03-04T20:07:34.1554239Z adding 'torch/onnx/symbolic_opset17.py' 2025-03-04T20:07:34.1559259Z adding 'torch/onnx/symbolic_opset18.py' 2025-03-04T20:07:34.1562754Z adding 'torch/onnx/symbolic_opset19.py' 2025-03-04T20:07:34.1566222Z adding 'torch/onnx/symbolic_opset20.py' 2025-03-04T20:07:34.1569737Z adding 'torch/onnx/symbolic_opset7.py' 2025-03-04T20:07:34.1575834Z adding 'torch/onnx/symbolic_opset8.py' 2025-03-04T20:07:34.1645087Z adding 'torch/onnx/symbolic_opset9.py' 2025-03-04T20:07:34.1679343Z adding 'torch/onnx/utils.py' 2025-03-04T20:07:34.1705633Z adding 'torch/onnx/verification.py' 2025-03-04T20:07:34.1711263Z adding 'torch/onnx/_internal/__init__.py' 2025-03-04T20:07:34.1725065Z adding 'torch/onnx/_internal/_exporter_legacy.py' 2025-03-04T20:07:34.1730136Z adding 'torch/onnx/_internal/_lazy_import.py' 2025-03-04T20:07:34.1738420Z adding 'torch/onnx/_internal/io_adapter.py' 2025-03-04T20:07:34.1745445Z adding 'torch/onnx/_internal/jit_utils.py' 2025-03-04T20:07:34.1751098Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2025-03-04T20:07:34.1770802Z adding 'torch/onnx/_internal/onnxruntime.py' 2025-03-04T20:07:34.1777634Z adding 'torch/onnx/_internal/registration.py' 2025-03-04T20:07:34.1781688Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2025-03-04T20:07:34.1786612Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2025-03-04T20:07:34.1796882Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2025-03-04T20:07:34.1801752Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2025-03-04T20:07:34.1807051Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2025-03-04T20:07:34.1814120Z adding 'torch/onnx/_internal/diagnostics/infra/context.py' 2025-03-04T20:07:34.1818724Z adding 'torch/onnx/_internal/diagnostics/infra/decorator.py' 2025-03-04T20:07:34.1822633Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2025-03-04T20:07:34.1826200Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2025-03-04T20:07:34.1831370Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2025-03-04T20:07:34.1834895Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2025-03-04T20:07:34.1838687Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2025-03-04T20:07:34.1842078Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2025-03-04T20:07:34.1845216Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2025-03-04T20:07:34.1848235Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2025-03-04T20:07:34.1851375Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2025-03-04T20:07:34.1854462Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2025-03-04T20:07:34.1857805Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2025-03-04T20:07:34.1860964Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2025-03-04T20:07:34.1863883Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2025-03-04T20:07:34.1870507Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2025-03-04T20:07:34.1871079Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2025-03-04T20:07:34.1873674Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2025-03-04T20:07:34.1877265Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2025-03-04T20:07:34.1880908Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2025-03-04T20:07:34.1884138Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2025-03-04T20:07:34.1887265Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2025-03-04T20:07:34.1890497Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2025-03-04T20:07:34.1894405Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2025-03-04T20:07:34.1897876Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2025-03-04T20:07:34.1901038Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2025-03-04T20:07:34.1904304Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2025-03-04T20:07:34.1907396Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2025-03-04T20:07:34.1910869Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2025-03-04T20:07:34.1913925Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2025-03-04T20:07:34.1917428Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2025-03-04T20:07:34.1920815Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2025-03-04T20:07:34.1923887Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2025-03-04T20:07:34.1927133Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2025-03-04T20:07:34.1930461Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2025-03-04T20:07:34.1933752Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2025-03-04T20:07:34.1937013Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2025-03-04T20:07:34.1940709Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2025-03-04T20:07:34.1944070Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2025-03-04T20:07:34.1947179Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2025-03-04T20:07:34.1951028Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2025-03-04T20:07:34.1954732Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2025-03-04T20:07:34.1958656Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2025-03-04T20:07:34.1962098Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2025-03-04T20:07:34.1965332Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2025-03-04T20:07:34.1968690Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2025-03-04T20:07:34.1971826Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2025-03-04T20:07:34.1975018Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2025-03-04T20:07:34.1978589Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2025-03-04T20:07:34.1982357Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2025-03-04T20:07:34.1986435Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2025-03-04T20:07:34.1990108Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2025-03-04T20:07:34.1994533Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2025-03-04T20:07:34.1998470Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2025-03-04T20:07:34.2002247Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2025-03-04T20:07:34.2005741Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2025-03-04T20:07:34.2009073Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2025-03-04T20:07:34.2012168Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2025-03-04T20:07:34.2015354Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2025-03-04T20:07:34.2019315Z adding 'torch/onnx/_internal/exporter/__init__.py' 2025-03-04T20:07:34.2024272Z adding 'torch/onnx/_internal/exporter/_analysis.py' 2025-03-04T20:07:34.2035813Z adding 'torch/onnx/_internal/exporter/_building.py' 2025-03-04T20:07:34.2042040Z adding 'torch/onnx/_internal/exporter/_capture_strategies.py' 2025-03-04T20:07:34.2046798Z adding 'torch/onnx/_internal/exporter/_compat.py' 2025-03-04T20:07:34.2050026Z adding 'torch/onnx/_internal/exporter/_constants.py' 2025-03-04T20:07:34.2072169Z adding 'torch/onnx/_internal/exporter/_core.py' 2025-03-04T20:07:34.2077512Z adding 'torch/onnx/_internal/exporter/_decomp.py' 2025-03-04T20:07:34.2083858Z adding 'torch/onnx/_internal/exporter/_dispatching.py' 2025-03-04T20:07:34.2090433Z adding 'torch/onnx/_internal/exporter/_dynamic_shapes.py' 2025-03-04T20:07:34.2093800Z adding 'torch/onnx/_internal/exporter/_errors.py' 2025-03-04T20:07:34.2097182Z adding 'torch/onnx/_internal/exporter/_fx_passes.py' 2025-03-04T20:07:34.2101450Z adding 'torch/onnx/_internal/exporter/_ir_passes.py' 2025-03-04T20:07:34.2104927Z adding 'torch/onnx/_internal/exporter/_isolated.py' 2025-03-04T20:07:34.2111303Z adding 'torch/onnx/_internal/exporter/_onnx_program.py' 2025-03-04T20:07:34.2117266Z adding 'torch/onnx/_internal/exporter/_registration.py' 2025-03-04T20:07:34.2122148Z adding 'torch/onnx/_internal/exporter/_reporting.py' 2025-03-04T20:07:34.2130424Z adding 'torch/onnx/_internal/exporter/_schemas.py' 2025-03-04T20:07:34.2134237Z adding 'torch/onnx/_internal/exporter/_tensors.py' 2025-03-04T20:07:34.2137811Z adding 'torch/onnx/_internal/exporter/_testing.py' 2025-03-04T20:07:34.2141810Z adding 'torch/onnx/_internal/exporter/_verification.py' 2025-03-04T20:07:34.2145713Z adding 'torch/onnx/_internal/exporter/_torchlib/__init__.py' 2025-03-04T20:07:34.2149325Z adding 'torch/onnx/_internal/exporter/_torchlib/_tensor_typing.py' 2025-03-04T20:07:34.2153144Z adding 'torch/onnx/_internal/exporter/_torchlib/_torchlib_registry.py' 2025-03-04T20:07:34.2156887Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/__init__.py' 2025-03-04T20:07:34.2160112Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/core.py' 2025-03-04T20:07:34.2167157Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/hop.py' 2025-03-04T20:07:34.2171116Z adding 'torch/onnx/_internal/fx/__init__.py' 2025-03-04T20:07:34.2177239Z adding 'torch/onnx/_internal/fx/_pass.py' 2025-03-04T20:07:34.2182278Z adding 'torch/onnx/_internal/fx/decomposition_skip.py' 2025-03-04T20:07:34.2186720Z adding 'torch/onnx/_internal/fx/decomposition_table.py' 2025-03-04T20:07:34.2191902Z adding 'torch/onnx/_internal/fx/diagnostics.py' 2025-03-04T20:07:34.2197531Z adding 'torch/onnx/_internal/fx/dynamo_graph_extractor.py' 2025-03-04T20:07:34.2210051Z adding 'torch/onnx/_internal/fx/fx_onnx_interpreter.py' 2025-03-04T20:07:34.2216753Z adding 'torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py' 2025-03-04T20:07:34.2230859Z adding 'torch/onnx/_internal/fx/onnxfunction_dispatcher.py' 2025-03-04T20:07:34.2236794Z adding 'torch/onnx/_internal/fx/patcher.py' 2025-03-04T20:07:34.2241360Z adding 'torch/onnx/_internal/fx/registration.py' 2025-03-04T20:07:34.2248283Z adding 'torch/onnx/_internal/fx/serialization.py' 2025-03-04T20:07:34.2253731Z adding 'torch/onnx/_internal/fx/type_utils.py' 2025-03-04T20:07:34.2257808Z adding 'torch/onnx/_internal/fx/analysis/__init__.py' 2025-03-04T20:07:34.2261461Z adding 'torch/onnx/_internal/fx/analysis/unsupported_nodes.py' 2025-03-04T20:07:34.2265581Z adding 'torch/onnx/_internal/fx/passes/__init__.py' 2025-03-04T20:07:34.2269767Z adding 'torch/onnx/_internal/fx/passes/_utils.py' 2025-03-04T20:07:34.2273704Z adding 'torch/onnx/_internal/fx/passes/decomp.py' 2025-03-04T20:07:34.2278658Z adding 'torch/onnx/_internal/fx/passes/functionalization.py' 2025-03-04T20:07:34.2292057Z adding 'torch/onnx/_internal/fx/passes/modularization.py' 2025-03-04T20:07:34.2297228Z adding 'torch/onnx/_internal/fx/passes/readability.py' 2025-03-04T20:07:34.2313769Z adding 'torch/onnx/_internal/fx/passes/type_promotion.py' 2025-03-04T20:07:34.2319220Z adding 'torch/onnx/_internal/fx/passes/virtualization.py' 2025-03-04T20:07:34.2323554Z adding 'torch/optim/__init__.py' 2025-03-04T20:07:34.2333013Z adding 'torch/optim/_adafactor.py' 2025-03-04T20:07:34.2337317Z adding 'torch/optim/_functional.py' 2025-03-04T20:07:34.2344120Z adding 'torch/optim/adadelta.py' 2025-03-04T20:07:34.2352013Z adding 'torch/optim/adagrad.py' 2025-03-04T20:07:34.2364662Z adding 'torch/optim/adam.py' 2025-03-04T20:07:34.2372371Z adding 'torch/optim/adamax.py' 2025-03-04T20:07:34.2377238Z adding 'torch/optim/adamw.py' 2025-03-04T20:07:34.2384036Z adding 'torch/optim/asgd.py' 2025-03-04T20:07:34.2391731Z adding 'torch/optim/lbfgs.py' 2025-03-04T20:07:34.2415504Z adding 'torch/optim/lr_scheduler.py' 2025-03-04T20:07:34.2426089Z adding 'torch/optim/nadam.py' 2025-03-04T20:07:34.2443376Z adding 'torch/optim/optimizer.py' 2025-03-04T20:07:34.2452889Z adding 'torch/optim/radam.py' 2025-03-04T20:07:34.2460599Z adding 'torch/optim/rmsprop.py' 2025-03-04T20:07:34.2467761Z adding 'torch/optim/rprop.py' 2025-03-04T20:07:34.2475789Z adding 'torch/optim/sgd.py' 2025-03-04T20:07:34.2481396Z adding 'torch/optim/sparse_adam.py' 2025-03-04T20:07:34.2488997Z adding 'torch/optim/swa_utils.py' 2025-03-04T20:07:34.2493490Z adding 'torch/optim/_multi_tensor/__init__.py' 2025-03-04T20:07:34.2496475Z adding 'torch/optim/_multi_tensor/__init__.pyi' 2025-03-04T20:07:34.2500173Z adding 'torch/package/__init__.py' 2025-03-04T20:07:34.2504324Z adding 'torch/package/_digraph.py' 2025-03-04T20:07:34.2507867Z adding 'torch/package/_directory_reader.py' 2025-03-04T20:07:34.2511537Z adding 'torch/package/_importlib.py' 2025-03-04T20:07:34.2514945Z adding 'torch/package/_mangling.py' 2025-03-04T20:07:34.2518485Z adding 'torch/package/_mock.py' 2025-03-04T20:07:34.2522677Z adding 'torch/package/_package_pickler.py' 2025-03-04T20:07:34.2525915Z adding 'torch/package/_package_unpickler.py' 2025-03-04T20:07:34.2529667Z adding 'torch/package/_stdlib.py' 2025-03-04T20:07:34.2533847Z adding 'torch/package/file_structure_representation.py' 2025-03-04T20:07:34.2538294Z adding 'torch/package/find_file_dependencies.py' 2025-03-04T20:07:34.2541857Z adding 'torch/package/glob_group.py' 2025-03-04T20:07:34.2547165Z adding 'torch/package/importer.py' 2025-03-04T20:07:34.2565399Z adding 'torch/package/package_exporter.py' 2025-03-04T20:07:34.2579358Z adding 'torch/package/package_importer.py' 2025-03-04T20:07:34.2583826Z adding 'torch/package/analyze/__init__.py' 2025-03-04T20:07:34.2587149Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2025-03-04T20:07:34.2590137Z adding 'torch/package/analyze/is_from_package.py' 2025-03-04T20:07:34.2593675Z adding 'torch/package/analyze/trace_dependencies.py' 2025-03-04T20:07:34.2598260Z adding 'torch/profiler/__init__.py' 2025-03-04T20:07:34.2615974Z adding 'torch/profiler/_memory_profiler.py' 2025-03-04T20:07:34.2627759Z adding 'torch/profiler/_pattern_matcher.py' 2025-03-04T20:07:34.2634603Z adding 'torch/profiler/_utils.py' 2025-03-04T20:07:34.2638296Z adding 'torch/profiler/itt.py' 2025-03-04T20:07:34.2653557Z adding 'torch/profiler/profiler.py' 2025-03-04T20:07:34.2657765Z adding 'torch/profiler/python_tracer.py' 2025-03-04T20:07:34.2662322Z adding 'torch/quantization/__init__.py' 2025-03-04T20:07:34.2665548Z adding 'torch/quantization/_numeric_suite.py' 2025-03-04T20:07:34.2668703Z adding 'torch/quantization/_numeric_suite_fx.py' 2025-03-04T20:07:34.2672619Z adding 'torch/quantization/_quantized_conversions.py' 2025-03-04T20:07:34.2675991Z adding 'torch/quantization/fake_quantize.py' 2025-03-04T20:07:34.2679160Z adding 'torch/quantization/fuse_modules.py' 2025-03-04T20:07:34.2682124Z adding 'torch/quantization/fuser_method_mappings.py' 2025-03-04T20:07:34.2685273Z adding 'torch/quantization/observer.py' 2025-03-04T20:07:34.2688283Z adding 'torch/quantization/qconfig.py' 2025-03-04T20:07:34.2691575Z adding 'torch/quantization/quant_type.py' 2025-03-04T20:07:34.2694582Z adding 'torch/quantization/quantization_mappings.py' 2025-03-04T20:07:34.2697837Z adding 'torch/quantization/quantize.py' 2025-03-04T20:07:34.2700691Z adding 'torch/quantization/quantize_fx.py' 2025-03-04T20:07:34.2703773Z adding 'torch/quantization/quantize_jit.py' 2025-03-04T20:07:34.2707056Z adding 'torch/quantization/stubs.py' 2025-03-04T20:07:34.2709797Z adding 'torch/quantization/utils.py' 2025-03-04T20:07:34.2713751Z adding 'torch/quantization/fx/__init__.py' 2025-03-04T20:07:34.2717090Z adding 'torch/quantization/fx/_equalize.py' 2025-03-04T20:07:34.2720119Z adding 'torch/quantization/fx/convert.py' 2025-03-04T20:07:34.2723005Z adding 'torch/quantization/fx/fuse.py' 2025-03-04T20:07:34.2726603Z adding 'torch/quantization/fx/fusion_patterns.py' 2025-03-04T20:07:34.2730202Z adding 'torch/quantization/fx/graph_module.py' 2025-03-04T20:07:34.2733641Z adding 'torch/quantization/fx/match_utils.py' 2025-03-04T20:07:34.2737489Z adding 'torch/quantization/fx/pattern_utils.py' 2025-03-04T20:07:34.2740550Z adding 'torch/quantization/fx/prepare.py' 2025-03-04T20:07:34.2743729Z adding 'torch/quantization/fx/quantization_patterns.py' 2025-03-04T20:07:34.2747090Z adding 'torch/quantization/fx/quantization_types.py' 2025-03-04T20:07:34.2750559Z adding 'torch/quantization/fx/utils.py' 2025-03-04T20:07:34.2755851Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2025-03-04T20:07:34.2760739Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2025-03-04T20:07:34.2764312Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2025-03-04T20:07:34.2768337Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2025-03-04T20:07:34.2781653Z adding 'torch/share/cmake/Caffe2/FindCUDAToolkit.cmake' 2025-03-04T20:07:34.2786280Z adding 'torch/share/cmake/Caffe2/FindCUDSS.cmake' 2025-03-04T20:07:34.2789901Z adding 'torch/share/cmake/Caffe2/FindCUSPARSELT.cmake' 2025-03-04T20:07:34.2793900Z adding 'torch/share/cmake/Caffe2/FindSYCLToolkit.cmake' 2025-03-04T20:07:34.2798033Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2025-03-04T20:07:34.2801824Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2025-03-04T20:07:34.2806158Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2025-03-04T20:07:34.2836958Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2025-03-04T20:07:34.2845624Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2025-03-04T20:07:34.2849360Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2025-03-04T20:07:34.2854323Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2025-03-04T20:07:34.2858324Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2025-03-04T20:07:34.2864159Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2025-03-04T20:07:34.2869900Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2025-03-04T20:07:34.2876059Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2025-03-04T20:07:34.2882159Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2025-03-04T20:07:34.2886197Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2025-03-04T20:07:34.2890014Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2025-03-04T20:07:34.2893067Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2025-03-04T20:07:34.2896068Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2025-03-04T20:07:34.2899634Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2025-03-04T20:07:34.2907688Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2025-03-04T20:07:34.2911452Z adding 'torch/share/cmake/Caffe2/public/xpu.cmake' 2025-03-04T20:07:34.2916408Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2025-03-04T20:07:34.2919599Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2025-03-04T20:07:34.2923042Z adding 'torch/signal/__init__.py' 2025-03-04T20:07:34.2926885Z adding 'torch/signal/windows/__init__.py' 2025-03-04T20:07:34.2933453Z adding 'torch/signal/windows/windows.py' 2025-03-04T20:07:34.2944039Z adding 'torch/sparse/__init__.py' 2025-03-04T20:07:34.2950999Z adding 'torch/sparse/_semi_structured_conversions.py' 2025-03-04T20:07:34.2955668Z adding 'torch/sparse/_semi_structured_ops.py' 2025-03-04T20:07:34.2980359Z adding 'torch/sparse/_triton_ops.py' 2025-03-04T20:07:34.3100662Z adding 'torch/sparse/_triton_ops_meta.py' 2025-03-04T20:07:34.3121321Z adding 'torch/sparse/semi_structured.py' 2025-03-04T20:07:34.3131584Z adding 'torch/special/__init__.py' 2025-03-04T20:07:34.3301194Z adding 'torch/test/CppSignature_test.exe' 2025-03-04T20:07:34.3563246Z adding 'torch/test/Dict_test.exe' 2025-03-04T20:07:34.3744854Z adding 'torch/test/Dimname_test.exe' 2025-03-04T20:07:34.3973538Z adding 'torch/test/IListRef_test.exe' 2025-03-04T20:07:34.4208640Z adding 'torch/test/KernelFunction_test.exe' 2025-03-04T20:07:34.4554467Z adding 'torch/test/List_test.exe' 2025-03-04T20:07:34.4808232Z adding 'torch/test/MaybeOwned_test.exe' 2025-03-04T20:07:34.5036908Z adding 'torch/test/NamedTensor_test.exe' 2025-03-04T20:07:34.5248131Z adding 'torch/test/StorageUtils_test.exe' 2025-03-04T20:07:34.5460366Z adding 'torch/test/apply_utils_test.exe' 2025-03-04T20:07:34.5687158Z adding 'torch/test/atest.exe' 2025-03-04T20:07:34.5898269Z adding 'torch/test/backend_fallback_test.exe' 2025-03-04T20:07:34.6142203Z adding 'torch/test/basic.exe' 2025-03-04T20:07:34.6351727Z adding 'torch/test/broadcast_test.exe' 2025-03-04T20:07:34.6519236Z adding 'torch/test/c10_ArrayRef_test.exe' 2025-03-04T20:07:34.6691611Z adding 'torch/test/c10_Bitset_test.exe' 2025-03-04T20:07:34.6851333Z adding 'torch/test/c10_CompileTimeFunctionPointer_test.exe' 2025-03-04T20:07:34.7005938Z adding 'torch/test/c10_ConstexprCrc_test.exe' 2025-03-04T20:07:34.7164094Z adding 'torch/test/c10_DeadlockDetection_test.exe' 2025-03-04T20:07:34.7337710Z adding 'torch/test/c10_DeviceGuard_test.exe' 2025-03-04T20:07:34.7516633Z adding 'torch/test/c10_Device_test.exe' 2025-03-04T20:07:34.7715788Z adding 'torch/test/c10_DispatchKeySet_test.exe' 2025-03-04T20:07:34.7891029Z adding 'torch/test/c10_Half_test.exe' 2025-03-04T20:07:34.8071733Z adding 'torch/test/c10_InlineDeviceGuard_test.exe' 2025-03-04T20:07:34.8260457Z adding 'torch/test/c10_InlineStreamGuard_test.exe' 2025-03-04T20:07:34.8455490Z adding 'torch/test/c10_LeftRight_test.exe' 2025-03-04T20:07:34.8632947Z adding 'torch/test/c10_Metaprogramming_test.exe' 2025-03-04T20:07:34.8812458Z adding 'torch/test/c10_NetworkFlow_test.exe' 2025-03-04T20:07:34.8987543Z adding 'torch/test/c10_Scalar_test.exe' 2025-03-04T20:07:34.9170502Z adding 'torch/test/c10_SizesAndStrides_test.exe' 2025-03-04T20:07:34.9328889Z adding 'torch/test/c10_StreamGuard_test.exe' 2025-03-04T20:07:34.9495648Z adding 'torch/test/c10_SymInt_test.exe' 2025-03-04T20:07:34.9662444Z adding 'torch/test/c10_Synchronized_test.exe' 2025-03-04T20:07:34.9849829Z adding 'torch/test/c10_ThreadLocal_test.exe' 2025-03-04T20:07:35.0020819Z adding 'torch/test/c10_TypeIndex_test.exe' 2025-03-04T20:07:35.0178571Z adding 'torch/test/c10_TypeList_test.exe' 2025-03-04T20:07:35.0332225Z adding 'torch/test/c10_TypeTraits_test.exe' 2025-03-04T20:07:35.0509660Z adding 'torch/test/c10_accumulate_test.exe' 2025-03-04T20:07:35.0704186Z adding 'torch/test/c10_bfloat16_test.exe' 2025-03-04T20:07:35.0869086Z adding 'torch/test/c10_bit_cast_test.exe' 2025-03-04T20:07:35.1066796Z adding 'torch/test/c10_complex_math_test.exe' 2025-03-04T20:07:35.1256221Z adding 'torch/test/c10_complex_test.exe' 2025-03-04T20:07:35.1449955Z adding 'torch/test/c10_cow_test.exe' 2025-03-04T20:07:35.1617546Z adding 'torch/test/c10_error_test.exe' 2025-03-04T20:07:35.1798219Z adding 'torch/test/c10_exception_test.exe' 2025-03-04T20:07:35.1957999Z adding 'torch/test/c10_flags_test.exe' 2025-03-04T20:07:35.2123265Z adding 'torch/test/c10_generic_math_test.exe' 2025-03-04T20:07:35.2266202Z adding 'torch/test/c10_intrusive_ptr_benchmark.exe' 2025-03-04T20:07:35.2687699Z adding 'torch/test/c10_intrusive_ptr_test.exe' 2025-03-04T20:07:35.2875620Z adding 'torch/test/c10_irange_test.exe' 2025-03-04T20:07:35.3051216Z adding 'torch/test/c10_lazy_test.exe' 2025-03-04T20:07:35.3238902Z adding 'torch/test/c10_logging_test.exe' 2025-03-04T20:07:35.3486387Z adding 'torch/test/c10_optional_test.exe' 2025-03-04T20:07:35.3692123Z adding 'torch/test/c10_ordered_preserving_dict_test.exe' 2025-03-04T20:07:35.3873506Z adding 'torch/test/c10_registry_test.exe' 2025-03-04T20:07:35.4231194Z adding 'torch/test/c10_small_vector_test.exe' 2025-03-04T20:07:35.4410161Z adding 'torch/test/c10_ssize_test.exe' 2025-03-04T20:07:35.4581256Z adding 'torch/test/c10_string_util_test.exe' 2025-03-04T20:07:35.4739386Z adding 'torch/test/c10_string_view_test.exe' 2025-03-04T20:07:35.4897040Z adding 'torch/test/c10_tempfile_test.exe' 2025-03-04T20:07:35.5081186Z adding 'torch/test/c10_typeid_test.exe' 2025-03-04T20:07:35.5275773Z adding 'torch/test/cpu_allocator_test.exe' 2025-03-04T20:07:35.5500450Z adding 'torch/test/cpu_generator_test.exe' 2025-03-04T20:07:35.5703947Z adding 'torch/test/cpu_profiling_allocator_test.exe' 2025-03-04T20:07:35.6040912Z adding 'torch/test/cpu_rng_test.exe' 2025-03-04T20:07:35.6248801Z adding 'torch/test/dispatch_key_set_test.exe' 2025-03-04T20:07:35.6444797Z adding 'torch/test/dlconvertor_test.exe' 2025-03-04T20:07:35.6661552Z adding 'torch/test/extension_backend_test.exe' 2025-03-04T20:07:35.6880074Z adding 'torch/test/half_test.exe' 2025-03-04T20:07:35.7112009Z adding 'torch/test/inline_container_test.exe' 2025-03-04T20:07:35.7476357Z adding 'torch/test/ivalue_test.exe' 2025-03-04T20:07:35.7882813Z adding 'torch/test/kernel_function_legacy_test.exe' 2025-03-04T20:07:35.8217784Z adding 'torch/test/kernel_function_test.exe' 2025-03-04T20:07:35.8638388Z adding 'torch/test/kernel_lambda_legacy_test.exe' 2025-03-04T20:07:35.8993743Z adding 'torch/test/kernel_lambda_test.exe' 2025-03-04T20:07:35.9232755Z adding 'torch/test/kernel_stackbased_test.exe' 2025-03-04T20:07:35.9431111Z adding 'torch/test/lazy_tensor_test.exe' 2025-03-04T20:07:35.9715339Z adding 'torch/test/legacy_vmap_test.exe' 2025-03-04T20:07:36.0053070Z adding 'torch/test/make_boxed_from_unboxed_functor_test.exe' 2025-03-04T20:07:36.0264421Z adding 'torch/test/math_kernel_test.exe' 2025-03-04T20:07:36.0467970Z adding 'torch/test/memory_format_test.exe' 2025-03-04T20:07:36.0670968Z adding 'torch/test/memory_overlapping_test.exe' 2025-03-04T20:07:36.0876776Z adding 'torch/test/mobile_memory_cleanup.exe' 2025-03-04T20:07:36.1104102Z adding 'torch/test/native_test.exe' 2025-03-04T20:07:36.1260470Z adding 'torch/test/op_allowlist_test.exe' 2025-03-04T20:07:36.2054950Z adding 'torch/test/op_registration_test.exe' 2025-03-04T20:07:36.2266434Z adding 'torch/test/operator_name_test.exe' 2025-03-04T20:07:36.2462355Z adding 'torch/test/operators_test.exe' 2025-03-04T20:07:36.2669661Z adding 'torch/test/packedtensoraccessor_test.exe' 2025-03-04T20:07:36.2937145Z adding 'torch/test/pow_test.exe' 2025-03-04T20:07:36.3163776Z adding 'torch/test/quantized_test.exe' 2025-03-04T20:07:36.3367568Z adding 'torch/test/reduce_ops_test.exe' 2025-03-04T20:07:36.3573765Z adding 'torch/test/reportMemoryUsage_test.exe' 2025-03-04T20:07:36.3804247Z adding 'torch/test/scalar_tensor_test.exe' 2025-03-04T20:07:36.4037361Z adding 'torch/test/scalar_test.exe' 2025-03-04T20:07:36.4250549Z adding 'torch/test/stride_properties_test.exe' 2025-03-04T20:07:36.4522833Z adding 'torch/test/tensor_iterator_test.exe' 2025-03-04T20:07:36.4737648Z adding 'torch/test/test_parallel.exe' 2025-03-04T20:07:36.4794871Z adding 'torch/test/thread_init_test.exe' 2025-03-04T20:07:36.4969059Z adding 'torch/test/type_ptr_test.exe' 2025-03-04T20:07:36.5195617Z adding 'torch/test/type_test.exe' 2025-03-04T20:07:36.5407366Z adding 'torch/test/undefined_tensor_test.exe' 2025-03-04T20:07:36.5462170Z adding 'torch/test/verify_api_visibility.exe' 2025-03-04T20:07:36.5662263Z adding 'torch/test/weakref_test.exe' 2025-03-04T20:07:36.5872324Z adding 'torch/test/wrapdim_test.exe' 2025-03-04T20:07:36.6073677Z adding 'torch/test/xla_tensor_test.exe' 2025-03-04T20:07:36.6087321Z adding 'torch/testing/__init__.py' 2025-03-04T20:07:36.6108317Z adding 'torch/testing/_comparison.py' 2025-03-04T20:07:36.6115996Z adding 'torch/testing/_creation.py' 2025-03-04T20:07:36.6119822Z adding 'torch/testing/_utils.py' 2025-03-04T20:07:36.6125127Z adding 'torch/testing/_internal/__init__.py' 2025-03-04T20:07:36.6132720Z adding 'torch/testing/_internal/autocast_test_lists.py' 2025-03-04T20:07:36.6139172Z adding 'torch/testing/_internal/autograd_function_db.py' 2025-03-04T20:07:36.6144203Z adding 'torch/testing/_internal/check_kernel_launches.py' 2025-03-04T20:07:36.6150345Z adding 'torch/testing/_internal/common_cuda.py' 2025-03-04T20:07:36.6177961Z adding 'torch/testing/_internal/common_device_type.py' 2025-03-04T20:07:36.6183397Z adding 'torch/testing/_internal/common_dist_composable.py' 2025-03-04T20:07:36.6203654Z adding 'torch/testing/_internal/common_distributed.py' 2025-03-04T20:07:36.6208825Z adding 'torch/testing/_internal/common_dtype.py' 2025-03-04T20:07:36.6227722Z adding 'torch/testing/_internal/common_fsdp.py' 2025-03-04T20:07:36.6235590Z adding 'torch/testing/_internal/common_jit.py' 2025-03-04T20:07:36.6474743Z adding 'torch/testing/_internal/common_methods_invocations.py' 2025-03-04T20:07:36.6505932Z adding 'torch/testing/_internal/common_mkldnn.py' 2025-03-04T20:07:36.6539199Z adding 'torch/testing/_internal/common_modules.py' 2025-03-04T20:07:36.6577953Z adding 'torch/testing/_internal/common_nn.py' 2025-03-04T20:07:36.6598351Z adding 'torch/testing/_internal/common_optimizers.py' 2025-03-04T20:07:36.6605107Z adding 'torch/testing/_internal/common_pruning.py' 2025-03-04T20:07:36.6635677Z adding 'torch/testing/_internal/common_quantization.py' 2025-03-04T20:07:36.6643178Z adding 'torch/testing/_internal/common_quantized.py' 2025-03-04T20:07:36.6648925Z adding 'torch/testing/_internal/common_subclass.py' 2025-03-04T20:07:36.6735246Z adding 'torch/testing/_internal/common_utils.py' 2025-03-04T20:07:36.6749908Z adding 'torch/testing/_internal/composite_compliance.py' 2025-03-04T20:07:36.6757441Z adding 'torch/testing/_internal/custom_op_db.py' 2025-03-04T20:07:36.6761920Z adding 'torch/testing/_internal/custom_tensor.py' 2025-03-04T20:07:36.6766861Z adding 'torch/testing/_internal/dist_utils.py' 2025-03-04T20:07:36.6771247Z adding 'torch/testing/_internal/dynamo_test_failures.py' 2025-03-04T20:07:36.6774582Z adding 'torch/testing/_internal/fake_config_module.py' 2025-03-04T20:07:36.6777726Z adding 'torch/testing/_internal/fake_config_module2.py' 2025-03-04T20:07:36.6780492Z adding 'torch/testing/_internal/fake_config_module3.py' 2025-03-04T20:07:36.6785408Z adding 'torch/testing/_internal/hop_db.py' 2025-03-04T20:07:36.6792210Z adding 'torch/testing/_internal/hypothesis_utils.py' 2025-03-04T20:07:36.6797242Z adding 'torch/testing/_internal/inductor_utils.py' 2025-03-04T20:07:36.6808366Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2025-03-04T20:07:36.6821107Z adding 'torch/testing/_internal/jit_utils.py' 2025-03-04T20:07:36.6826716Z adding 'torch/testing/_internal/logging_tensor.py' 2025-03-04T20:07:36.6831791Z adding 'torch/testing/_internal/logging_utils.py' 2025-03-04T20:07:36.6835403Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2025-03-04T20:07:36.6838387Z adding 'torch/testing/_internal/static_module.py' 2025-03-04T20:07:36.6841936Z adding 'torch/testing/_internal/subclasses.py' 2025-03-04T20:07:36.6845758Z adding 'torch/testing/_internal/torchbind_impls.py' 2025-03-04T20:07:36.6851184Z adding 'torch/testing/_internal/triton_utils.py' 2025-03-04T20:07:36.6855427Z adding 'torch/testing/_internal/two_tensor.py' 2025-03-04T20:07:36.6859231Z adding 'torch/testing/_internal/codegen/__init__.py' 2025-03-04T20:07:36.6863182Z adding 'torch/testing/_internal/data/__init__.py' 2025-03-04T20:07:36.6865717Z adding 'torch/testing/_internal/data/network1.py' 2025-03-04T20:07:36.6868543Z adding 'torch/testing/_internal/data/network2.py' 2025-03-04T20:07:36.6872561Z adding 'torch/testing/_internal/distributed/__init__.py' 2025-03-04T20:07:36.6877088Z adding 'torch/testing/_internal/distributed/checkpoint_utils.py' 2025-03-04T20:07:36.6882265Z adding 'torch/testing/_internal/distributed/common_state_dict.py' 2025-03-04T20:07:36.6892146Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2025-03-04T20:07:36.6992155Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2025-03-04T20:07:36.7005060Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2025-03-04T20:07:36.7008224Z adding 'torch/testing/_internal/distributed/fake_pg.py' 2025-03-04T20:07:36.7015342Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2025-03-04T20:07:36.7020379Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2025-03-04T20:07:36.7024279Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2025-03-04T20:07:36.7027413Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2025-03-04T20:07:36.7032117Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2025-03-04T20:07:36.7036208Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2025-03-04T20:07:36.7039671Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2025-03-04T20:07:36.7043307Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2025-03-04T20:07:36.7051515Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2025-03-04T20:07:36.7055676Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2025-03-04T20:07:36.7059190Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2025-03-04T20:07:36.7066665Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2025-03-04T20:07:36.7071442Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2025-03-04T20:07:36.7098927Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2025-03-04T20:07:36.7105954Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2025-03-04T20:07:36.7111501Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2025-03-04T20:07:36.7115527Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2025-03-04T20:07:36.7118996Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2025-03-04T20:07:36.7178219Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2025-03-04T20:07:36.7186513Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2025-03-04T20:07:36.7190059Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2025-03-04T20:07:36.7194154Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2025-03-04T20:07:36.7199823Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2025-03-04T20:07:36.7203695Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2025-03-04T20:07:36.7207435Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2025-03-04T20:07:36.7221739Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2025-03-04T20:07:36.7227434Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2025-03-04T20:07:36.7231183Z adding 'torch/testing/_internal/generated/__init__.py' 2025-03-04T20:07:36.7280745Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2025-03-04T20:07:36.7296470Z adding 'torch/testing/_internal/opinfo/__init__.py' 2025-03-04T20:07:36.7338707Z adding 'torch/testing/_internal/opinfo/core.py' 2025-03-04T20:07:36.7345899Z adding 'torch/testing/_internal/opinfo/refs.py' 2025-03-04T20:07:36.7351624Z adding 'torch/testing/_internal/opinfo/utils.py' 2025-03-04T20:07:36.7356160Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2025-03-04T20:07:36.7365526Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2025-03-04T20:07:36.7372842Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2025-03-04T20:07:36.7395078Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2025-03-04T20:07:36.7413261Z adding 'torch/testing/_internal/opinfo/definitions/nested.py' 2025-03-04T20:07:36.7420107Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2025-03-04T20:07:36.7429590Z adding 'torch/testing/_internal/opinfo/definitions/sparse.py' 2025-03-04T20:07:36.7437085Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2025-03-04T20:07:36.7441571Z adding 'torch/testing/_internal/optests/__init__.py' 2025-03-04T20:07:36.7445932Z adding 'torch/testing/_internal/optests/aot_autograd.py' 2025-03-04T20:07:36.7450559Z adding 'torch/testing/_internal/optests/autograd_registration.py' 2025-03-04T20:07:36.7453674Z adding 'torch/testing/_internal/optests/fake_tensor.py' 2025-03-04T20:07:36.7465934Z adding 'torch/testing/_internal/optests/generate_tests.py' 2025-03-04T20:07:36.7470498Z adding 'torch/testing/_internal/optests/make_fx.py' 2025-03-04T20:07:36.7474255Z adding 'torch/testing/_internal/test_module/__init__.py' 2025-03-04T20:07:36.7477191Z adding 'torch/testing/_internal/test_module/future_div.py' 2025-03-04T20:07:36.7480032Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2025-03-04T20:07:36.7485478Z adding 'torch/utils/__init__.py' 2025-03-04T20:07:36.7489317Z adding 'torch/utils/_appending_byte_serializer.py' 2025-03-04T20:07:36.7493393Z adding 'torch/utils/_backport_slots.py' 2025-03-04T20:07:36.7504553Z adding 'torch/utils/_config_module.py' 2025-03-04T20:07:36.7508469Z adding 'torch/utils/_config_typing.pyi' 2025-03-04T20:07:36.7513835Z adding 'torch/utils/_content_store.py' 2025-03-04T20:07:36.7525358Z adding 'torch/utils/_contextlib.py' 2025-03-04T20:07:36.7528748Z adding 'torch/utils/_cpp_embed_headers.py' 2025-03-04T20:07:36.7532236Z adding 'torch/utils/_cpp_extension_versioner.py' 2025-03-04T20:07:36.7543299Z adding 'torch/utils/_cxx_pytree.py' 2025-03-04T20:07:36.7548490Z adding 'torch/utils/_device.py' 2025-03-04T20:07:36.7551480Z adding 'torch/utils/_exposed_in.py' 2025-03-04T20:07:36.7554856Z adding 'torch/utils/_filelock.py' 2025-03-04T20:07:36.7558360Z adding 'torch/utils/_foreach_utils.py' 2025-03-04T20:07:36.7564083Z adding 'torch/utils/_freeze.py' 2025-03-04T20:07:36.7567829Z adding 'torch/utils/_functools.py' 2025-03-04T20:07:36.7572177Z adding 'torch/utils/_get_clean_triton.py' 2025-03-04T20:07:36.7575714Z adding 'torch/utils/_import_utils.py' 2025-03-04T20:07:36.7578687Z adding 'torch/utils/_mode_utils.py' 2025-03-04T20:07:36.7582792Z adding 'torch/utils/_ordered_set.py' 2025-03-04T20:07:36.7594380Z adding 'torch/utils/_python_dispatch.py' 2025-03-04T20:07:36.7614769Z adding 'torch/utils/_pytree.py' 2025-03-04T20:07:36.7619428Z adding 'torch/utils/_stats.py' 2025-03-04T20:07:36.7622539Z adding 'torch/utils/_thunk.py' 2025-03-04T20:07:36.7628283Z adding 'torch/utils/_traceback.py' 2025-03-04T20:07:36.7632277Z adding 'torch/utils/_triton.py' 2025-03-04T20:07:36.7635602Z adding 'torch/utils/_typing_utils.py' 2025-03-04T20:07:36.7639268Z adding 'torch/utils/_zip.py' 2025-03-04T20:07:36.7646962Z adding 'torch/utils/backend_registration.py' 2025-03-04T20:07:36.7655895Z adding 'torch/utils/bundled_inputs.py' 2025-03-04T20:07:36.7683265Z adding 'torch/utils/checkpoint.py' 2025-03-04T20:07:36.7694318Z adding 'torch/utils/collect_env.py' 2025-03-04T20:07:36.7698006Z adding 'torch/utils/cpp_backtrace.py' 2025-03-04T20:07:36.7742281Z adding 'torch/utils/cpp_extension.py' 2025-03-04T20:07:36.7748164Z adding 'torch/utils/deterministic.py' 2025-03-04T20:07:36.7752352Z adding 'torch/utils/dlpack.py' 2025-03-04T20:07:36.7755779Z adding 'torch/utils/file_baton.py' 2025-03-04T20:07:36.7766185Z adding 'torch/utils/flop_counter.py' 2025-03-04T20:07:36.7772222Z adding 'torch/utils/hooks.py' 2025-03-04T20:07:36.7776661Z adding 'torch/utils/mkldnn.py' 2025-03-04T20:07:36.7781181Z adding 'torch/utils/mobile_optimizer.py' 2025-03-04T20:07:36.7784189Z adding 'torch/utils/model_zoo.py' 2025-03-04T20:07:36.7788333Z adding 'torch/utils/module_tracker.py' 2025-03-04T20:07:36.7792767Z adding 'torch/utils/show_pickle.py' 2025-03-04T20:07:36.7797918Z adding 'torch/utils/throughput_benchmark.py' 2025-03-04T20:07:36.7803554Z adding 'torch/utils/weak.py' 2025-03-04T20:07:36.7807603Z adding 'torch/utils/_strobelight/__init__.py' 2025-03-04T20:07:36.7812967Z adding 'torch/utils/_strobelight/cli_function_profiler.py' 2025-03-04T20:07:36.7817059Z adding 'torch/utils/_sympy/__init__.py' 2025-03-04T20:07:36.7835483Z adding 'torch/utils/_sympy/functions.py' 2025-03-04T20:07:36.7841628Z adding 'torch/utils/_sympy/interp.py' 2025-03-04T20:07:36.7846353Z adding 'torch/utils/_sympy/numbers.py' 2025-03-04T20:07:36.7852867Z adding 'torch/utils/_sympy/printers.py' 2025-03-04T20:07:36.7858578Z adding 'torch/utils/_sympy/reference.py' 2025-03-04T20:07:36.7862431Z adding 'torch/utils/_sympy/singleton_int.py' 2025-03-04T20:07:36.7867039Z adding 'torch/utils/_sympy/solve.py' 2025-03-04T20:07:36.7871124Z adding 'torch/utils/_sympy/symbol.py' 2025-03-04T20:07:36.7883846Z adding 'torch/utils/_sympy/value_ranges.py' 2025-03-04T20:07:36.7888747Z adding 'torch/utils/backcompat/__init__.py' 2025-03-04T20:07:36.7892382Z adding 'torch/utils/benchmark/__init__.py' 2025-03-04T20:07:36.7896272Z adding 'torch/utils/benchmark/examples/__init__.py' 2025-03-04T20:07:36.7900885Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2025-03-04T20:07:36.7904583Z adding 'torch/utils/benchmark/examples/compare.py' 2025-03-04T20:07:36.7908188Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2025-03-04T20:07:36.7912216Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2025-03-04T20:07:36.7915489Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2025-03-04T20:07:36.7919658Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2025-03-04T20:07:36.7923417Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2025-03-04T20:07:36.7926957Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2025-03-04T20:07:36.7930743Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2025-03-04T20:07:36.7934365Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2025-03-04T20:07:36.7938087Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2025-03-04T20:07:36.7941647Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2025-03-04T20:07:36.7945374Z adding 'torch/utils/benchmark/utils/__init__.py' 2025-03-04T20:07:36.7948539Z adding 'torch/utils/benchmark/utils/_stubs.py' 2025-03-04T20:07:36.7955232Z adding 'torch/utils/benchmark/utils/common.py' 2025-03-04T20:07:36.7961802Z adding 'torch/utils/benchmark/utils/compare.py' 2025-03-04T20:07:36.7966710Z adding 'torch/utils/benchmark/utils/compile.py' 2025-03-04T20:07:36.7971491Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2025-03-04T20:07:36.7979328Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2025-03-04T20:07:36.7984032Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2025-03-04T20:07:36.7987376Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2025-03-04T20:07:36.7996301Z adding 'torch/utils/benchmark/utils/timer.py' 2025-03-04T20:07:36.8000584Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2025-03-04T20:07:36.8004901Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2025-03-04T20:07:36.8008230Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2025-03-04T20:07:36.8011656Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2025-03-04T20:07:36.8025197Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2025-03-04T20:07:36.8077662Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2025-03-04T20:07:36.8090750Z adding 'torch/utils/bottleneck/__init__.py' 2025-03-04T20:07:36.8095467Z adding 'torch/utils/bottleneck/__main__.py' 2025-03-04T20:07:36.8099973Z adding 'torch/utils/data/__init__.py' 2025-03-04T20:07:36.8103146Z adding 'torch/utils/data/backward_compatibility.py' 2025-03-04T20:07:36.8133924Z adding 'torch/utils/data/dataloader.py' 2025-03-04T20:07:36.8143659Z adding 'torch/utils/data/dataset.py' 2025-03-04T20:07:36.8148689Z adding 'torch/utils/data/distributed.py' 2025-03-04T20:07:36.8153883Z adding 'torch/utils/data/graph.py' 2025-03-04T20:07:36.8157839Z adding 'torch/utils/data/graph_settings.py' 2025-03-04T20:07:36.8163973Z adding 'torch/utils/data/sampler.py' 2025-03-04T20:07:36.8168676Z adding 'torch/utils/data/_utils/__init__.py' 2025-03-04T20:07:36.8175293Z adding 'torch/utils/data/_utils/collate.py' 2025-03-04T20:07:36.8179205Z adding 'torch/utils/data/_utils/fetch.py' 2025-03-04T20:07:36.8183246Z adding 'torch/utils/data/_utils/pin_memory.py' 2025-03-04T20:07:36.8187171Z adding 'torch/utils/data/_utils/signal_handling.py' 2025-03-04T20:07:36.8194093Z adding 'torch/utils/data/_utils/worker.py' 2025-03-04T20:07:36.8199324Z adding 'torch/utils/data/datapipes/__init__.py' 2025-03-04T20:07:36.8203811Z adding 'torch/utils/data/datapipes/_decorator.py' 2025-03-04T20:07:36.8210073Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2025-03-04T20:07:36.8217679Z adding 'torch/utils/data/datapipes/_typing.py' 2025-03-04T20:07:36.8224539Z adding 'torch/utils/data/datapipes/datapipe.py' 2025-03-04T20:07:36.8235688Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2025-03-04T20:07:36.8242253Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2025-03-04T20:07:36.8246528Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2025-03-04T20:07:36.8250238Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2025-03-04T20:07:36.8256129Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2025-03-04T20:07:36.8260189Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2025-03-04T20:07:36.8263550Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2025-03-04T20:07:36.8267684Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2025-03-04T20:07:36.8273073Z adding 'torch/utils/data/datapipes/iter/callable.py' 2025-03-04T20:07:36.8277894Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2025-03-04T20:07:36.8287003Z adding 'torch/utils/data/datapipes/iter/combining.py' 2025-03-04T20:07:36.8291465Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2025-03-04T20:07:36.8295229Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2025-03-04T20:07:36.8300846Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2025-03-04T20:07:36.8305021Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2025-03-04T20:07:36.8308831Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2025-03-04T20:07:36.8312668Z adding 'torch/utils/data/datapipes/iter/sharding.py' 2025-03-04T20:07:36.8316258Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2025-03-04T20:07:36.8319789Z adding 'torch/utils/data/datapipes/iter/utils.py' 2025-03-04T20:07:36.8323731Z adding 'torch/utils/data/datapipes/map/__init__.py' 2025-03-04T20:07:36.8327237Z adding 'torch/utils/data/datapipes/map/callable.py' 2025-03-04T20:07:36.8331231Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2025-03-04T20:07:36.8334989Z adding 'torch/utils/data/datapipes/map/combining.py' 2025-03-04T20:07:36.8338803Z adding 'torch/utils/data/datapipes/map/grouping.py' 2025-03-04T20:07:36.8342282Z adding 'torch/utils/data/datapipes/map/utils.py' 2025-03-04T20:07:36.8345908Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2025-03-04T20:07:36.8352257Z adding 'torch/utils/data/datapipes/utils/common.py' 2025-03-04T20:07:36.8358651Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2025-03-04T20:07:36.8362851Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2025-03-04T20:07:36.8366700Z adding 'torch/utils/hipify/__init__.py' 2025-03-04T20:07:36.8369935Z adding 'torch/utils/hipify/constants.py' 2025-03-04T20:07:36.8429268Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2025-03-04T20:07:36.8454904Z adding 'torch/utils/hipify/hipify_python.py' 2025-03-04T20:07:36.8458815Z adding 'torch/utils/hipify/version.py' 2025-03-04T20:07:36.8462332Z adding 'torch/utils/jit/__init__.py' 2025-03-04T20:07:36.8466114Z adding 'torch/utils/jit/log_extract.py' 2025-03-04T20:07:36.8474183Z adding 'torch/utils/model_dump/__init__.py' 2025-03-04T20:07:36.8477599Z adding 'torch/utils/model_dump/__main__.py' 2025-03-04T20:07:36.8485006Z adding 'torch/utils/model_dump/code.js' 2025-03-04T20:07:36.8488946Z adding 'torch/utils/model_dump/htm.mjs' 2025-03-04T20:07:36.8495580Z adding 'torch/utils/model_dump/preact.mjs' 2025-03-04T20:07:36.8501320Z adding 'torch/utils/model_dump/skeleton.html' 2025-03-04T20:07:36.8508975Z adding 'torch/utils/serialization/__init__.py' 2025-03-04T20:07:36.8512555Z adding 'torch/utils/serialization/config.py' 2025-03-04T20:07:36.8517161Z adding 'torch/utils/tensorboard/__init__.py' 2025-03-04T20:07:36.8520758Z adding 'torch/utils/tensorboard/_convert_np.py' 2025-03-04T20:07:36.8525030Z adding 'torch/utils/tensorboard/_embedding.py' 2025-03-04T20:07:36.8528583Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2025-03-04T20:07:36.8532005Z adding 'torch/utils/tensorboard/_proto_graph.py' 2025-03-04T20:07:36.8538823Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2025-03-04T20:07:36.8543279Z adding 'torch/utils/tensorboard/_utils.py' 2025-03-04T20:07:36.8556153Z adding 'torch/utils/tensorboard/summary.py' 2025-03-04T20:07:36.8571090Z adding 'torch/utils/tensorboard/writer.py' 2025-03-04T20:07:36.8575754Z adding 'torch/utils/viz/__init__.py' 2025-03-04T20:07:36.8583093Z adding 'torch/utils/viz/_cycles.py' 2025-03-04T20:07:36.8591582Z adding 'torch/xpu/__init__.py' 2025-03-04T20:07:36.8595323Z adding 'torch/xpu/_gpu_trace.py' 2025-03-04T20:07:36.8598583Z adding 'torch/xpu/_utils.py' 2025-03-04T20:07:36.8602920Z adding 'torch/xpu/memory.py' 2025-03-04T20:07:36.8607090Z adding 'torch/xpu/random.py' 2025-03-04T20:07:36.8611402Z adding 'torch/xpu/streams.py' 2025-03-04T20:07:36.8619910Z adding 'torchgen/__init__.py' 2025-03-04T20:07:36.8623488Z adding 'torchgen/code_template.py' 2025-03-04T20:07:36.8627206Z adding 'torchgen/context.py' 2025-03-04T20:07:36.8664680Z adding 'torchgen/gen.py' 2025-03-04T20:07:36.8674395Z adding 'torchgen/gen_aoti_c_shim.py' 2025-03-04T20:07:36.8683150Z adding 'torchgen/gen_backend_stubs.py' 2025-03-04T20:07:36.8696744Z adding 'torchgen/gen_executorch.py' 2025-03-04T20:07:36.8710904Z adding 'torchgen/gen_functionalization_type.py' 2025-03-04T20:07:36.8720578Z adding 'torchgen/gen_lazy_tensor.py' 2025-03-04T20:07:36.8725492Z adding 'torchgen/gen_schema_utils.py' 2025-03-04T20:07:36.8729717Z adding 'torchgen/gen_vmap_plumbing.py' 2025-03-04T20:07:36.8733141Z adding 'torchgen/local.py' 2025-03-04T20:07:36.8775195Z adding 'torchgen/model.py' 2025-03-04T20:07:36.8789689Z adding 'torchgen/native_function_generation.py' 2025-03-04T20:07:36.8798146Z adding 'torchgen/utils.py' 2025-03-04T20:07:36.8801881Z adding 'torchgen/yaml_utils.py' 2025-03-04T20:07:36.8805393Z adding 'torchgen/aoti/__init__.py' 2025-03-04T20:07:36.8809235Z adding 'torchgen/aoti/fallback_ops.py' 2025-03-04T20:07:36.8813184Z adding 'torchgen/api/__init__.py' 2025-03-04T20:07:36.8827554Z adding 'torchgen/api/autograd.py' 2025-03-04T20:07:36.8835675Z adding 'torchgen/api/cpp.py' 2025-03-04T20:07:36.8839845Z adding 'torchgen/api/dispatcher.py' 2025-03-04T20:07:36.8844689Z adding 'torchgen/api/functionalization.py' 2025-03-04T20:07:36.8852513Z adding 'torchgen/api/lazy.py' 2025-03-04T20:07:36.8855934Z adding 'torchgen/api/meta.py' 2025-03-04T20:07:36.8860103Z adding 'torchgen/api/native.py' 2025-03-04T20:07:36.8881390Z adding 'torchgen/api/python.py' 2025-03-04T20:07:36.8887247Z adding 'torchgen/api/structured.py' 2025-03-04T20:07:36.8894912Z adding 'torchgen/api/translate.py' 2025-03-04T20:07:36.8900563Z adding 'torchgen/api/ufunc.py' 2025-03-04T20:07:36.8906603Z adding 'torchgen/api/unboxing.py' 2025-03-04T20:07:36.8911215Z adding 'torchgen/api/types/__init__.py' 2025-03-04T20:07:36.8918036Z adding 'torchgen/api/types/signatures.py' 2025-03-04T20:07:36.8922835Z adding 'torchgen/api/types/types.py' 2025-03-04T20:07:36.8927812Z adding 'torchgen/api/types/types_base.py' 2025-03-04T20:07:36.8932025Z adding 'torchgen/dest/__init__.py' 2025-03-04T20:07:36.8942344Z adding 'torchgen/dest/lazy_ir.py' 2025-03-04T20:07:36.8946419Z adding 'torchgen/dest/lazy_ts_lowering.py' 2025-03-04T20:07:36.8950368Z adding 'torchgen/dest/native_functions.py' 2025-03-04T20:07:36.8964438Z adding 'torchgen/dest/register_dispatch_key.py' 2025-03-04T20:07:36.8972486Z adding 'torchgen/dest/ufunc.py' 2025-03-04T20:07:36.8976466Z adding 'torchgen/executorch/__init__.py' 2025-03-04T20:07:36.8981159Z adding 'torchgen/executorch/model.py' 2025-03-04T20:07:36.8985436Z adding 'torchgen/executorch/parse.py' 2025-03-04T20:07:36.8989159Z adding 'torchgen/executorch/api/__init__.py' 2025-03-04T20:07:36.8993227Z adding 'torchgen/executorch/api/custom_ops.py' 2025-03-04T20:07:36.8999577Z adding 'torchgen/executorch/api/et_cpp.py' 2025-03-04T20:07:36.9004500Z adding 'torchgen/executorch/api/unboxing.py' 2025-03-04T20:07:36.9008250Z adding 'torchgen/executorch/api/types/__init__.py' 2025-03-04T20:07:36.9012233Z adding 'torchgen/executorch/api/types/signatures.py' 2025-03-04T20:07:36.9015241Z adding 'torchgen/executorch/api/types/types.py' 2025-03-04T20:07:36.9018809Z adding 'torchgen/operator_versions/__init__.py' 2025-03-04T20:07:36.9024394Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2025-03-04T20:07:36.9027650Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2025-03-04T20:07:36.9143184Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2025-03-04T20:07:36.9160299Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2025-03-04T20:07:36.9165369Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2025-03-04T20:07:36.9168901Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2025-03-04T20:07:36.9172019Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2025-03-04T20:07:36.9175421Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2025-03-04T20:07:36.9178556Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2025-03-04T20:07:36.9181422Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2025-03-04T20:07:36.9184383Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2025-03-04T20:07:36.9187225Z adding 'torchgen/packaged/ATen/templates/Function.h' 2025-03-04T20:07:36.9190530Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2025-03-04T20:07:36.9194028Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2025-03-04T20:07:36.9198253Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2025-03-04T20:07:36.9201366Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2025-03-04T20:07:36.9204830Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2025-03-04T20:07:36.9207890Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2025-03-04T20:07:36.9211030Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2025-03-04T20:07:36.9214554Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2025-03-04T20:07:36.9217172Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2025-03-04T20:07:36.9220262Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2025-03-04T20:07:36.9222998Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2025-03-04T20:07:36.9226298Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2025-03-04T20:07:36.9229649Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2025-03-04T20:07:36.9232850Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2025-03-04T20:07:36.9236001Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2025-03-04T20:07:36.9239242Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2025-03-04T20:07:36.9242941Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2025-03-04T20:07:36.9245598Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2025-03-04T20:07:36.9248987Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2025-03-04T20:07:36.9252637Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2025-03-04T20:07:36.9255802Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2025-03-04T20:07:36.9258624Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2025-03-04T20:07:36.9270354Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2025-03-04T20:07:36.9274714Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2025-03-04T20:07:36.9277958Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2025-03-04T20:07:36.9280900Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2025-03-04T20:07:36.9283930Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2025-03-04T20:07:36.9286931Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2025-03-04T20:07:36.9290190Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2025-03-04T20:07:36.9293810Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2025-03-04T20:07:36.9296235Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2025-03-04T20:07:36.9300136Z adding 'torchgen/packaged/autograd/BUILD.bazel' 2025-03-04T20:07:36.9302960Z adding 'torchgen/packaged/autograd/README.md' 2025-03-04T20:07:36.9305902Z adding 'torchgen/packaged/autograd/__init__.py' 2025-03-04T20:07:36.9308674Z adding 'torchgen/packaged/autograd/build.bzl' 2025-03-04T20:07:36.9311778Z adding 'torchgen/packaged/autograd/context.py' 2025-03-04T20:07:36.9315349Z adding 'torchgen/packaged/autograd/deprecated.yaml' 2025-03-04T20:07:36.9363320Z adding 'torchgen/packaged/autograd/derivatives.yaml' 2025-03-04T20:07:36.9371452Z adding 'torchgen/packaged/autograd/gen_annotated_fn_args.py' 2025-03-04T20:07:36.9375504Z adding 'torchgen/packaged/autograd/gen_autograd.py' 2025-03-04T20:07:36.9387241Z adding 'torchgen/packaged/autograd/gen_autograd_functions.py' 2025-03-04T20:07:36.9398013Z adding 'torchgen/packaged/autograd/gen_inplace_or_view_type.py' 2025-03-04T20:07:36.9415524Z adding 'torchgen/packaged/autograd/gen_python_functions.py' 2025-03-04T20:07:36.9424433Z adding 'torchgen/packaged/autograd/gen_trace_type.py' 2025-03-04T20:07:36.9429365Z adding 'torchgen/packaged/autograd/gen_variable_factories.py' 2025-03-04T20:07:36.9458989Z adding 'torchgen/packaged/autograd/gen_variable_type.py' 2025-03-04T20:07:36.9466198Z adding 'torchgen/packaged/autograd/gen_view_funcs.py' 2025-03-04T20:07:36.9480543Z adding 'torchgen/packaged/autograd/load_derivatives.py' 2025-03-04T20:07:36.9486232Z adding 'torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp' 2025-03-04T20:07:36.9489459Z adding 'torchgen/packaged/autograd/templates/Functions.cpp' 2025-03-04T20:07:36.9492713Z adding 'torchgen/packaged/autograd/templates/Functions.h' 2025-03-04T20:07:36.9495786Z adding 'torchgen/packaged/autograd/templates/TraceType.cpp' 2025-03-04T20:07:36.9499187Z adding 'torchgen/packaged/autograd/templates/VariableType.cpp' 2025-03-04T20:07:36.9502407Z adding 'torchgen/packaged/autograd/templates/VariableType.h' 2025-03-04T20:07:36.9505283Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.cpp' 2025-03-04T20:07:36.9508172Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.h' 2025-03-04T20:07:36.9511051Z adding 'torchgen/packaged/autograd/templates/annotated_fn_args.py.in' 2025-03-04T20:07:36.9513994Z adding 'torchgen/packaged/autograd/templates/python_enum_tag.cpp' 2025-03-04T20:07:36.9517335Z adding 'torchgen/packaged/autograd/templates/python_fft_functions.cpp' 2025-03-04T20:07:36.9520454Z adding 'torchgen/packaged/autograd/templates/python_functions.cpp' 2025-03-04T20:07:36.9523377Z adding 'torchgen/packaged/autograd/templates/python_functions.h' 2025-03-04T20:07:36.9526659Z adding 'torchgen/packaged/autograd/templates/python_linalg_functions.cpp' 2025-03-04T20:07:36.9529977Z adding 'torchgen/packaged/autograd/templates/python_nested_functions.cpp' 2025-03-04T20:07:36.9533606Z adding 'torchgen/packaged/autograd/templates/python_nn_functions.cpp' 2025-03-04T20:07:36.9536834Z adding 'torchgen/packaged/autograd/templates/python_return_types.cpp' 2025-03-04T20:07:36.9539675Z adding 'torchgen/packaged/autograd/templates/python_return_types.h' 2025-03-04T20:07:36.9542884Z adding 'torchgen/packaged/autograd/templates/python_sparse_functions.cpp' 2025-03-04T20:07:36.9546376Z adding 'torchgen/packaged/autograd/templates/python_special_functions.cpp' 2025-03-04T20:07:36.9549859Z adding 'torchgen/packaged/autograd/templates/python_torch_functions.cpp' 2025-03-04T20:07:36.9562236Z adding 'torchgen/packaged/autograd/templates/python_variable_methods.cpp' 2025-03-04T20:07:36.9567420Z adding 'torchgen/packaged/autograd/templates/variable_factories.h' 2025-03-04T20:07:36.9570999Z adding 'torchgen/selective_build/__init__.py' 2025-03-04T20:07:36.9575323Z adding 'torchgen/selective_build/operator.py' 2025-03-04T20:07:36.9581118Z adding 'torchgen/selective_build/selector.py' 2025-03-04T20:07:36.9585010Z adding 'torchgen/static_runtime/__init__.py' 2025-03-04T20:07:36.9589761Z adding 'torchgen/static_runtime/config.py' 2025-03-04T20:07:36.9594566Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2025-03-04T20:07:36.9603355Z adding 'torchgen/static_runtime/generator.py' 2025-03-04T20:07:36.9717964Z adding 'torch-2.7.0a0+git1b74980.dist-info/LICENSE' 2025-03-04T20:07:36.9740171Z adding 'torch-2.7.0a0+git1b74980.dist-info/METADATA' 2025-03-04T20:07:36.9749560Z adding 'torch-2.7.0a0+git1b74980.dist-info/NOTICE' 2025-03-04T20:07:36.9752125Z adding 'torch-2.7.0a0+git1b74980.dist-info/WHEEL' 2025-03-04T20:07:36.9754305Z adding 'torch-2.7.0a0+git1b74980.dist-info/entry_points.txt' 2025-03-04T20:07:36.9756268Z adding 'torch-2.7.0a0+git1b74980.dist-info/top_level.txt' 2025-03-04T20:07:37.0400787Z adding 'torch-2.7.0a0+git1b74980.dist-info/RECORD' 2025-03-04T20:07:37.0752267Z removing build\bdist.win-amd64\wheel 2025-03-04T20:07:38.4140572Z 2025-03-04T20:07:38.4141485Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2025-03-04T20:07:38.4141905Z 2025-03-04T20:07:38.4142143Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2025-03-04T20:07:38.4142920Z 2025-03-04T20:07:38.4143561Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats 2025-03-04T20:07:38.4692867Z Compile requests 6881 2025-03-04T20:07:38.4693265Z Compile requests executed 6881 2025-03-04T20:07:38.4693692Z Cache hits 6817 2025-03-04T20:07:38.4693971Z Cache hits (C/C++) 6817 2025-03-04T20:07:38.4694254Z Cache misses 47 2025-03-04T20:07:38.4694533Z Cache misses (C/C++) 47 2025-03-04T20:07:38.4694817Z Cache timeouts 0 2025-03-04T20:07:38.4695101Z Cache read errors 0 2025-03-04T20:07:38.4695390Z Forced recaches 0 2025-03-04T20:07:38.4695682Z Cache write errors 0 2025-03-04T20:07:38.4695969Z Compilation failures 3 2025-03-04T20:07:38.4696258Z Cache errors 14 2025-03-04T20:07:38.4696533Z Cache errors (C/C++) 14 2025-03-04T20:07:38.4696820Z Non-cacheable compilations 8 2025-03-04T20:07:38.4697117Z Non-cacheable calls 0 2025-03-04T20:07:38.4697411Z Non-compilation calls 0 2025-03-04T20:07:38.4697715Z Unsupported compiler calls 0 2025-03-04T20:07:38.4698018Z Average cache write 0.042 s 2025-03-04T20:07:38.4698317Z Average compiler 0.062 s 2025-03-04T20:07:38.4698620Z Average cache read hit 0.063 s 2025-03-04T20:07:38.4698930Z Failed distributed compilations 0 2025-03-04T20:07:38.4699343Z Cache location s3, name: ossci-compiler-cache, prefix: /pull/ 2025-03-04T20:07:38.4699779Z Version (client) 0.7.4 2025-03-04T20:07:38.4713917Z 2025-03-04T20:07:38.4719782Z (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-04T20:07:39.4765639Z Processing c:\actions-runner\_work\pytorch\pytorch\dist\torch-2.7.0a0+git1b74980-cp39-cp39-win_amd64.whl 2025-03-04T20:07:40.1689334Z Installing collected packages: torch 2025-03-04T20:07:57.8914461Z Successfully installed torch-2.7.0a0+git1b74980 2025-03-04T20:07:57.9558314Z 2025-03-04T20:07:57.9559804Z (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-04T20:07:57.9561238Z copy /Y "dist\*.whl" "C:/13661694839/build-results/" 2025-03-04T20:07:57.9561621Z python tools/stats/export_test_times.py 2025-03-04T20:07:57.9562099Z robocopy /E ".additional_ci_files" "C:/13661694839/build-results/\.additional_ci_files" 2025-03-04T20:07:57.9562638Z copy /Y "build\.ninja_log" "C:/13661694839/build-results/\" 2025-03-04T20:07:57.9562977Z ) ) 2025-03-04T20:07:57.9567566Z dist\torch-2.7.0a0+git1b74980-cp39-cp39-win_amd64.whl 2025-03-04T20:07:58.0635641Z 1 file(s) copied. 2025-03-04T20:07:58.9919434Z Exporting test times from test-infra 2025-03-04T20:07:58.9920642Z 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-04T20:07:58.9922266Z 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-04T20:07:59.0196040Z 2025-03-04T20:07:59.0196570Z ------------------------------------------------------------------------------- 2025-03-04T20:07:59.0197791Z ROBOCOPY :: Robust File Copy for Windows 2025-03-04T20:07:59.0198299Z ------------------------------------------------------------------------------- 2025-03-04T20:07:59.0198682Z 2025-03-04T20:07:59.0200201Z Started : Tuesday, March 4, 2025 8:07:59 PM 2025-03-04T20:07:59.0200697Z Source : C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2025-03-04T20:07:59.0201209Z Dest : C:\13661694839\build-results\.additional_ci_files\ 2025-03-04T20:07:59.0201490Z 2025-03-04T20:07:59.0201995Z Files : *.* 2025-03-04T20:07:59.0202224Z 2025-03-04T20:07:59.0203311Z Options : *.* /S /E /DCOPY:DA /COPY:DAT /R:1000000 /W:30 2025-03-04T20:07:59.0203626Z 2025-03-04T20:07:59.0203801Z ------------------------------------------------------------------------------ 2025-03-04T20:07:59.0207307Z 2025-03-04T20:07:59.0213766Z New Dir 2 C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2025-03-04T20:07:59.0222366Z New File 4.9 m test-class-times.json 2025-03-04T20:07:59.0225083Z 10% 2025-03-04T20:07:59.0228373Z 20% 2025-03-04T20:07:59.0231247Z 30% 2025-03-04T20:07:59.0234546Z 40% 2025-03-04T20:07:59.0237364Z 51% 2025-03-04T20:07:59.0240591Z 61% 2025-03-04T20:07:59.0243644Z 71% 2025-03-04T20:07:59.0246880Z 81% 2025-03-04T20:07:59.0249177Z 91% 2025-03-04T20:07:59.0251466Z 100% 2025-03-04T20:07:59.0257219Z New File 1.3 m test-times.json 2025-03-04T20:07:59.0258797Z 18% 2025-03-04T20:07:59.0260294Z 37% 2025-03-04T20:07:59.0261899Z 56% 2025-03-04T20:07:59.0263549Z 74% 2025-03-04T20:07:59.0264473Z 93% 2025-03-04T20:07:59.0267696Z 100% 2025-03-04T20:07:59.0267969Z 2025-03-04T20:07:59.0268148Z ------------------------------------------------------------------------------ 2025-03-04T20:07:59.0268440Z 2025-03-04T20:07:59.0269620Z Total Copied Skipped Mismatch FAILED Extras 2025-03-04T20:07:59.0270446Z Dirs : 1 1 0 0 0 0 2025-03-04T20:07:59.0271326Z Files : 2 2 0 0 0 0 2025-03-04T20:07:59.0272223Z Bytes : 6.23 m 6.23 m 0 0 0 0 2025-03-04T20:07:59.0273082Z Times : 0:00:00 0:00:00 0:00:00 0:00:00 2025-03-04T20:07:59.0273457Z 2025-03-04T20:07:59.0273850Z 2025-03-04T20:07:59.0274832Z Speed : 1308264200 Bytes/sec. 2025-03-04T20:07:59.0275875Z Speed : 74859.477 MegaBytes/min. 2025-03-04T20:07:59.0276216Z Ended : Tuesday, March 4, 2025 8:07:59 PM 2025-03-04T20:07:59.0276520Z 2025-03-04T20:07:59.0544649Z 1 file(s) copied. 2025-03-04T20:07:59.0546811Z 2025-03-04T20:07:59.0547444Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats --stats-format json | jq .stats 1>sccache-stats-win-vs2022-cpu-py3-38194120755.json 2025-03-04T20:07:59.0934273Z 2025-03-04T20:07:59.0934887Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2025-03-04T20:07:59.1018938Z Stopping sccache server... 2025-03-04T20:07:59.1037078Z Compile requests 6881 2025-03-04T20:07:59.1037429Z Compile requests executed 6881 2025-03-04T20:07:59.1038820Z Cache hits 6817 2025-03-04T20:07:59.1039126Z Cache hits (C/C++) 6817 2025-03-04T20:07:59.1039524Z Cache misses 47 2025-03-04T20:07:59.1039810Z Cache misses (C/C++) 47 2025-03-04T20:07:59.1040120Z Cache timeouts 0 2025-03-04T20:07:59.1040417Z Cache read errors 0 2025-03-04T20:07:59.1040723Z Forced recaches 0 2025-03-04T20:07:59.1041116Z Cache write errors 0 2025-03-04T20:07:59.1041412Z Compilation failures 3 2025-03-04T20:07:59.1041721Z Cache errors 14 2025-03-04T20:07:59.1042101Z Cache errors (C/C++) 14 2025-03-04T20:07:59.1042423Z Non-cacheable compilations 8 2025-03-04T20:07:59.1042737Z Non-cacheable calls 0 2025-03-04T20:07:59.1043027Z Non-compilation calls 0 2025-03-04T20:07:59.1043916Z Unsupported compiler calls 0 2025-03-04T20:07:59.1044595Z Average cache write 0.042 s 2025-03-04T20:07:59.1044914Z Average compiler 0.062 s 2025-03-04T20:07:59.1045229Z Average cache read hit 0.063 s 2025-03-04T20:07:59.1045635Z Failed distributed compilations 0 2025-03-04T20:07:59.1046048Z Cache location s3, name: ossci-compiler-cache, prefix: /pull/ 2025-03-04T20:07:59.1046461Z Version (client) 0.7.4 2025-03-04T20:07:59.1057587Z 2025-03-04T20:07:59.1058099Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-03-04T20:07:59.1093775Z + assert_git_not_dirty 2025-03-04T20:07:59.1230384Z + [[ win-vs2022-cpu-py3 != *rocm* ]] 2025-03-04T20:07:59.1230726Z + [[ win-vs2022-cpu-py3 != *xla* ]] 2025-03-04T20:07:59.1819431Z ++ git status --porcelain 2025-03-04T20:07:59.1872106Z ++ grep -v '?? third_party' 2025-03-04T20:08:15.8557519Z ++ true 2025-03-04T20:08:15.8561679Z + git_status= 2025-03-04T20:08:15.8561909Z + [[ -n '' ]] 2025-03-04T20:08:15.8562334Z + echo 'BUILD PASSED' 2025-03-04T20:08:15.8562644Z BUILD PASSED 2025-03-04T20:08:16.1461601Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-03-04T20:08:16.1461995Z with: 2025-03-04T20:08:16.1462191Z retention-days: 14 2025-03-04T20:08:16.1462420Z if-no-files-found: error 2025-03-04T20:08:16.1462674Z name: win-vs2022-cpu-py3 2025-03-04T20:08:16.1462925Z path: C:\13661694839\build-results 2025-03-04T20:08:16.1463204Z s3-bucket: gha-artifacts 2025-03-04T20:08:16.1463449Z region: us-east-1 2025-03-04T20:08:16.1463645Z env: 2025-03-04T20:08:16.1463831Z GIT_DEFAULT_BRANCH: main 2025-03-04T20:08:16.1464244Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T20:08:16.1464797Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T20:08:16.1465288Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T20:08:16.1465698Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T20:08:16.1466010Z ##[endgroup] 2025-03-04T20:08:17.1702088Z With the provided path, there will be 4 files uploaded 2025-03-04T20:08:17.1702602Z Uploading to s3 prefix: pytorch/pytorch/13661694839/win-vs2022-cpu-py3 2025-03-04T20:08:17.1739184Z Starting upload of .additional_ci_files\test-class-times.json 2025-03-04T20:08:17.4231215Z Finished upload of .additional_ci_files\test-class-times.json 2025-03-04T20:08:17.4258272Z Starting upload of .additional_ci_files\test-times.json 2025-03-04T20:08:17.5294640Z Finished upload of .additional_ci_files\test-times.json 2025-03-04T20:08:17.5296523Z Starting upload of .ninja_log 2025-03-04T20:08:17.6813885Z Finished upload of .ninja_log 2025-03-04T20:08:17.6815209Z Starting upload of torch-2.7.0a0+git1b74980-cp39-cp39-win_amd64.whl 2025-03-04T20:08:19.6592961Z Finished upload of torch-2.7.0a0+git1b74980-cp39-cp39-win_amd64.whl 2025-03-04T20:08:19.7186208Z Prepare all required actions 2025-03-04T20:08:19.7192331Z Getting action download info 2025-03-04T20:08:19.8651381Z Getting action download info 2025-03-04T20:08:20.0213762Z ##[group]Run ./.github/actions/upload-sccache-stats 2025-03-04T20:08:20.0214139Z with: 2025-03-04T20:08:20.0222492Z github-token: *** 2025-03-04T20:08:20.0222741Z env: 2025-03-04T20:08:20.0222936Z GIT_DEFAULT_BRANCH: main 2025-03-04T20:08:20.0223331Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T20:08:20.0223881Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T20:08:20.0224363Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T20:08:20.0224782Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T20:08:20.0225208Z ##[endgroup] 2025-03-04T20:08:20.0332766Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-03-04T20:08:20.0333103Z with: 2025-03-04T20:08:20.0333413Z s3-prefix: pytorch/pytorch/13661694839/1/artifact 2025-03-04T20:08:20.0333743Z retention-days: 14 2025-03-04T20:08:20.0333985Z if-no-files-found: warn 2025-03-04T20:08:20.0334249Z path: sccache-stats-*.json 2025-03-04T20:08:20.0334505Z name: artifact 2025-03-04T20:08:20.0334719Z s3-bucket: gha-artifacts 2025-03-04T20:08:20.0334950Z region: us-east-1 2025-03-04T20:08:20.0335152Z env: 2025-03-04T20:08:20.0335342Z GIT_DEFAULT_BRANCH: main 2025-03-04T20:08:20.0335725Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T20:08:20.0336270Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T20:08:20.0336755Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T20:08:20.0337164Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T20:08:20.0337469Z ##[endgroup] 2025-03-04T20:08:20.4239828Z NOTE: s3-prefix specified, ignoring name parameter 2025-03-04T20:08:20.4240309Z With the provided path, there will be 1 file uploaded 2025-03-04T20:08:20.4240750Z Uploading to s3 prefix: pytorch/pytorch/13661694839/1/artifact 2025-03-04T20:08:20.4253739Z Starting upload of sccache-stats-win-vs2022-cpu-py3-38194120755.json 2025-03-04T20:08:20.5830147Z Finished upload of sccache-stats-win-vs2022-cpu-py3-38194120755.json 2025-03-04T20:08:20.6112378Z ##[group]Run python3 -m tools.stats.sccache_stats_to_benchmark_format 2025-03-04T20:08:20.6112914Z python3 -m tools.stats.sccache_stats_to_benchmark_format 2025-03-04T20:08:20.6145934Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-04T20:08:20.6146389Z env: 2025-03-04T20:08:20.6146587Z GIT_DEFAULT_BRANCH: main 2025-03-04T20:08:20.6146986Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T20:08:20.6147552Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T20:08:20.6148042Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T20:08:20.6148463Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T20:08:20.6148771Z BUILD_TIME: 2025-03-04T20:08:20.6148987Z ##[endgroup] 2025-03-04T20:08:20.7207596Z ##[group]Run pytorch/test-infra/.github/actions/upload-benchmark-results@main 2025-03-04T20:08:20.7208066Z with: 2025-03-04T20:08:20.7208307Z benchmark-results-dir: test/test-reports 2025-03-04T20:08:20.7208613Z dry-run: false 2025-03-04T20:08:20.7208823Z schema-version: v3 2025-03-04T20:08:20.7209226Z github-token: *** 2025-03-04T20:08:20.7209435Z env: 2025-03-04T20:08:20.7209638Z GIT_DEFAULT_BRANCH: main 2025-03-04T20:08:20.7210027Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T20:08:20.7210572Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T20:08:20.7211078Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T20:08:20.7211480Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T20:08:20.7213212Z ##[endgroup] 2025-03-04T20:08:20.7287497Z ##[group]Run set -eux 2025-03-04T20:08:20.7287751Z set -eux 2025-03-04T20:08:20.7288081Z python3 -mpip install boto3==1.35.33 2025-03-04T20:08:20.7306655Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-04T20:08:20.7307108Z env: 2025-03-04T20:08:20.7307315Z GIT_DEFAULT_BRANCH: main 2025-03-04T20:08:20.7307705Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T20:08:20.7308248Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T20:08:20.7308738Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T20:08:20.7309152Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T20:08:20.7309550Z ##[endgroup] 2025-03-04T20:08:20.7510274Z + python3 -mpip install boto3==1.35.33 2025-03-04T20:08:22.0671686Z Collecting boto3==1.35.33 2025-03-04T20:08:22.0706916Z Using cached boto3-1.35.33-py3-none-any.whl.metadata (6.6 kB) 2025-03-04T20:08:22.0772924Z 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-04T20:08:22.0779869Z 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-04T20:08:22.0786761Z 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-04T20:08:22.0858183Z 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-04T20:08:22.0870260Z 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-04T20:08:22.0946866Z 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-04T20:08:22.1177542Z Using cached boto3-1.35.33-py3-none-any.whl (139 kB) 2025-03-04T20:08:23.1354876Z Installing collected packages: boto3 2025-03-04T20:08:23.1356500Z Attempting uninstall: boto3 2025-03-04T20:08:23.1365168Z Found existing installation: boto3 1.35.42 2025-03-04T20:08:23.1535873Z Uninstalling boto3-1.35.42: 2025-03-04T20:08:23.1589804Z Successfully uninstalled boto3-1.35.42 2025-03-04T20:08:23.3175884Z Successfully installed boto3-1.35.33 2025-03-04T20:08:23.4352852Z ##[group]Run set -eux 2025-03-04T20:08:23.4353116Z set -eux 2025-03-04T20:08:23.4353316Z  2025-03-04T20:08:23.4353539Z if [[ -z "${GITHUB_TOKEN}" ]]; then 2025-03-04T20:08:23.4353886Z  echo "Missing github-token input" 2025-03-04T20:08:23.4354189Z  exit 1 2025-03-04T20:08:23.4354387Z fi 2025-03-04T20:08:23.4373176Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-04T20:08:23.4373641Z env: 2025-03-04T20:08:23.4373842Z GIT_DEFAULT_BRANCH: main 2025-03-04T20:08:23.4374241Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T20:08:23.4374785Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T20:08:23.4375285Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T20:08:23.4375687Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T20:08:23.4376282Z GITHUB_TOKEN: *** 2025-03-04T20:08:23.4376547Z ##[endgroup] 2025-03-04T20:08:23.4566627Z + [[ -z *** ]] 2025-03-04T20:08:23.4681569Z ##[group]Run pytorch/test-infra/.github/actions/get-workflow-job-id@main 2025-03-04T20:08:23.4681990Z with: 2025-03-04T20:08:23.4682344Z github-token: *** 2025-03-04T20:08:23.4682551Z env: 2025-03-04T20:08:23.4682750Z GIT_DEFAULT_BRANCH: main 2025-03-04T20:08:23.4683715Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T20:08:23.4684272Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T20:08:23.4685024Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T20:08:23.4685446Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T20:08:23.4685761Z ##[endgroup] 2025-03-04T20:08:23.4754852Z ##[group]Run set -eux 2025-03-04T20:08:23.4755105Z set -eux 2025-03-04T20:08:23.4755300Z  2025-03-04T20:08:23.4755757Z python3 "${GITHUB_ACTION_PATH}/../../scripts/get_workflow_job_id.py" "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-03-04T20:08:23.4774758Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-04T20:08:23.4775315Z env: 2025-03-04T20:08:23.4775524Z GIT_DEFAULT_BRANCH: main 2025-03-04T20:08:23.4776086Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T20:08:23.4776746Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T20:08:23.4777477Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T20:08:23.4778197Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T20:08:23.4778924Z GITHUB_TOKEN: *** 2025-03-04T20:08:23.4779264Z ##[endgroup] 2025-03-04T20:08:23.5085654Z + python3 'C:\actions-runner\_work\_actions\pytorch\test-infra\main\.github/actions/get-workflow-job-id/../../scripts/get_workflow_job_id.py' 13661694839 i-01cb858eff49a19a6 2025-03-04T20:08:25.2950627Z setting job-id=38194120755 2025-03-04T20:08:25.2951018Z setting job-name=win-vs2022-cpu-py3 / build 2025-03-04T20:08:25.3196695Z ##[group]Run set -eux 2025-03-04T20:08:25.3196964Z set -eux 2025-03-04T20:08:25.3197169Z  2025-03-04T20:08:25.3197532Z python3 "${GITHUB_ACTION_PATH}/../../scripts/benchmarks/gather_metadata.py" \ 2025-03-04T20:08:25.3198042Z  --schema-version "${SCHEMA_VERSION}" \ 2025-03-04T20:08:25.3198376Z  --repo "${REPO}" \ 2025-03-04T20:08:25.3198669Z  --head-branch "${HEAD_BRANCH}" \ 2025-03-04T20:08:25.3198981Z  --head-sha "${HEAD_SHA}" \ 2025-03-04T20:08:25.3199294Z  --workflow-id "${WORKFLOW_RUN_ID}" \ 2025-03-04T20:08:25.3199623Z  --run-attempt "${RUN_ATTEMPT}" \ 2025-03-04T20:08:25.3199923Z  --job-id "${JOB_ID}" \ 2025-03-04T20:08:25.3200204Z  --job-name "${JOB_NAME}" 2025-03-04T20:08:25.3218674Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-04T20:08:25.3219129Z env: 2025-03-04T20:08:25.3219326Z GIT_DEFAULT_BRANCH: main 2025-03-04T20:08:25.3219722Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T20:08:25.3220272Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T20:08:25.3220772Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T20:08:25.3221192Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T20:08:25.3221513Z SCHEMA_VERSION: v3 2025-03-04T20:08:25.3221735Z REPO: pytorch/pytorch 2025-03-04T20:08:25.3221986Z HEAD_BRANCH: gh/williamwen42/215/head 2025-03-04T20:08:25.3222323Z HEAD_SHA: 1b7498080987913ecb3aff6253c5e88f3540d911 2025-03-04T20:08:25.3222651Z WORKFLOW_RUN_ID: 13661694839 2025-03-04T20:08:25.3222896Z RUN_ATTEMPT: 1 2025-03-04T20:08:25.3223092Z JOB_ID: 38194120755 2025-03-04T20:08:25.3223334Z JOB_NAME: win-vs2022-cpu-py3 / build 2025-03-04T20:08:25.3223608Z ##[endgroup] 2025-03-04T20:08:25.3463909Z + 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 gh/williamwen42/215/head --head-sha 1b7498080987913ecb3aff6253c5e88f3540d911 --workflow-id 13661694839 --run-attempt 1 --job-id 38194120755 --job-name 'win-vs2022-cpu-py3 / build' 2025-03-04T20:08:25.4168019Z ##[group]Run set -eux 2025-03-04T20:08:25.4168412Z set -eux 2025-03-04T20:08:25.4168613Z  2025-03-04T20:08:25.4168845Z # TODO (huydhn): Implement this part 2025-03-04T20:08:25.4169259Z echo "runners=[]" >> "${GITHUB_OUTPUT}" 2025-03-04T20:08:25.4187439Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-04T20:08:25.4187891Z env: 2025-03-04T20:08:25.4188079Z GIT_DEFAULT_BRANCH: main 2025-03-04T20:08:25.4188481Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T20:08:25.4189019Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T20:08:25.4189515Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T20:08:25.4189924Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T20:08:25.4190322Z ##[endgroup] 2025-03-04T20:08:25.4374678Z + echo 'runners=[]' 2025-03-04T20:08:25.4469523Z ##[group]Run set -eux 2025-03-04T20:08:25.4469762Z set -eux 2025-03-04T20:08:25.4469973Z  2025-03-04T20:08:25.4470197Z # TODO (huydhn): Implement this part 2025-03-04T20:08:25.4470571Z echo "dependencies={}" >> "${GITHUB_OUTPUT}" 2025-03-04T20:08:25.4488436Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-04T20:08:25.4488881Z env: 2025-03-04T20:08:25.4489068Z GIT_DEFAULT_BRANCH: main 2025-03-04T20:08:25.4489463Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T20:08:25.4489999Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T20:08:25.4490493Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T20:08:25.4490905Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T20:08:25.4491227Z ##[endgroup] 2025-03-04T20:08:25.4663124Z + echo 'dependencies={}' 2025-03-04T20:08:25.4765839Z ##[group]Run set -eux 2025-03-04T20:08:25.4766091Z set -eux 2025-03-04T20:08:25.4766297Z  2025-03-04T20:08:25.4766561Z if [[ ! -d "${BENCHMARK_RESULTS_DIR}" ]]; then 2025-03-04T20:08:25.4767026Z  echo "${BENCHMARK_RESULTS_DIR} does not exist, skipping" 2025-03-04T20:08:25.4767547Z  # We don't want the job to fail if the directory doesn't exist 2025-03-04T20:08:25.4767908Z  exit 0 2025-03-04T20:08:25.4768117Z fi 2025-03-04T20:08:25.4768308Z  2025-03-04T20:08:25.4768526Z if [[ "${DRY_RUN}" == "true" ]]; then 2025-03-04T20:08:25.4768984Z  python3 "${GITHUB_ACTION_PATH}/../../scripts/upload_benchmark_results.py" \ 2025-03-04T20:08:25.4769513Z  --benchmark-results-dir "${BENCHMARK_RESULTS_DIR}" \ 2025-03-04T20:08:25.4769925Z  --metadata "${BENCHMARK_METADATA}" \ 2025-03-04T20:08:25.4770273Z  --runners "${RUNNER_INFO}" \ 2025-03-04T20:08:25.4770601Z  --dependencies "${DEPENDENCIES}" \ 2025-03-04T20:08:25.4770912Z  --dry-run 2025-03-04T20:08:25.4771139Z else 2025-03-04T20:08:25.4771505Z  python3 "${GITHUB_ACTION_PATH}/../../scripts/upload_benchmark_results.py" \ 2025-03-04T20:08:25.4772042Z  --benchmark-results-dir "${BENCHMARK_RESULTS_DIR}" \ 2025-03-04T20:08:25.4772439Z  --metadata "${BENCHMARK_METADATA}" \ 2025-03-04T20:08:25.4772812Z  --runners "${RUNNER_INFO}" \ 2025-03-04T20:08:25.4773173Z  --dependencies "${DEPENDENCIES}" 2025-03-04T20:08:25.4773464Z fi 2025-03-04T20:08:25.4791169Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-03-04T20:08:25.4791613Z env: 2025-03-04T20:08:25.4791816Z GIT_DEFAULT_BRANCH: main 2025-03-04T20:08:25.4792210Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T20:08:25.4792767Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T20:08:25.4793391Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T20:08:25.4793816Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T20:08:25.4794164Z BENCHMARK_RESULTS_DIR: test/test-reports 2025-03-04T20:08:25.4794519Z DRY_RUN: false 2025-03-04T20:08:25.4795776Z BENCHMARK_METADATA: {"timestamp": 1741118905, "schema_version": "v3", "name": "win-vs2022-cpu-py3 / build", "repo": "pytorch/pytorch", "head_branch": "gh/williamwen42/215/head", "head_sha": "1b7498080987913ecb3aff6253c5e88f3540d911", "workflow_id": 13661694839, "run_attempt": 1, "job_id": 38194120755} 2025-03-04T20:08:25.4797097Z RUNNER_INFO: [] 2025-03-04T20:08:25.4797308Z DEPENDENCIES: {} 2025-03-04T20:08:25.4797531Z ##[endgroup] 2025-03-04T20:08:25.4996400Z + [[ ! -d test/test-reports ]] 2025-03-04T20:08:25.4998053Z + [[ false == \t\r\u\e ]] 2025-03-04T20:08:25.5000600Z + 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": 1741118905, "schema_version": "v3", "name": "win-vs2022-cpu-py3 / build", "repo": "pytorch/pytorch", "head_branch": "gh/williamwen42/215/head", "head_sha": "1b7498080987913ecb3aff6253c5e88f3540d911", "workflow_id": 13661694839, "run_attempt": 1, "job_id": 38194120755}' --runners '[]' --dependencies '{}' 2025-03-04T20:08:25.9637072Z INFO:root:Upload test/test-reports\sccache-stats.json to s3://ossci-benchmarks/v3/pytorch/pytorch/13661694839/38194120755/sccache-stats.json 2025-03-04T20:08:26.0314573Z INFO:botocore.credentials:Found credentials from IAM Role: ghci-lf-github-action-runners-runner-role 2025-03-04T20:08:26.6301132Z Prepare all required actions 2025-03-04T20:08:26.6301635Z Getting action download info 2025-03-04T20:08:26.7950077Z ##[group]Run ./.github/actions/teardown-win 2025-03-04T20:08:26.7950413Z with: 2025-03-04T20:08:26.7950664Z extra-delete-dir: /c/13661694839/build-results/ 2025-03-04T20:08:26.7950982Z env: 2025-03-04T20:08:26.7951177Z GIT_DEFAULT_BRANCH: main 2025-03-04T20:08:26.7951563Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T20:08:26.7952115Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T20:08:26.7952617Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T20:08:26.7953029Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T20:08:26.7953336Z ##[endgroup] 2025-03-04T20:08:26.8067492Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2025-03-04T20:08:26.8067963Z .github\scripts\wait_for_ssh_to_drain.ps1 2025-03-04T20:08:26.8083483Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-04T20:08:26.8083964Z env: 2025-03-04T20:08:26.8084160Z GIT_DEFAULT_BRANCH: main 2025-03-04T20:08:26.8084557Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T20:08:26.8085094Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T20:08:26.8085593Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T20:08:26.8086008Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T20:08:26.8086310Z ##[endgroup] 2025-03-04T20:08:27.1859929Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-04T20:08:27.1927609Z Finished 2025-03-04T20:08:27.2966652Z Holding runner until all ssh sessions have logged out 2025-03-04T20:08:27.3216482Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2025-03-04T20:08:27.3216927Z .github\scripts\kill_active_ssh_sessions.ps1 2025-03-04T20:08:27.3232045Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-04T20:08:27.3232511Z env: 2025-03-04T20:08:27.3232716Z GIT_DEFAULT_BRANCH: main 2025-03-04T20:08:27.3233119Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T20:08:27.3233664Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T20:08:27.3234156Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T20:08:27.3234652Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T20:08:27.3234965Z ##[endgroup] 2025-03-04T20:08:27.6821497Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-04T20:08:27.6888743Z Finished 2025-03-04T20:08:27.7280900Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2025-03-04T20:08:27.7281293Z env: 2025-03-04T20:08:27.7281496Z GIT_DEFAULT_BRANCH: main 2025-03-04T20:08:27.7281913Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T20:08:27.7282462Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T20:08:27.7283069Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T20:08:27.7283490Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T20:08:27.7283793Z ##[endgroup] 2025-03-04T20:08:27.7354804Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-03-04T20:08:27.7355624Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-03-04T20:08:27.7356313Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2025-03-04T20:08:27.7356893Z # handle tool 2025-03-04T20:08:27.7357256Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2025-03-04T20:08:27.7357703Z Foreach ($process In $processes) { 2025-03-04T20:08:27.7359404Z  Try { 2025-03-04T20:08:27.7359954Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2025-03-04T20:08:27.7360815Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2025-03-04T20:08:27.7361236Z  } 2025-03-04T20:08:27.7361440Z  Catch { 2025-03-04T20:08:27.7361771Z  Write-Output "No leftover $process process, continuing" 2025-03-04T20:08:27.7362160Z  Write-Output $_ 2025-03-04T20:08:27.7362413Z  } 2025-03-04T20:08:27.7362605Z } 2025-03-04T20:08:27.7362791Z  2025-03-04T20:08:27.7363274Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2025-03-04T20:08:27.7363855Z # for hung processes 2025-03-04T20:08:27.7364141Z Foreach ($process In $processes) { 2025-03-04T20:08:27.7364438Z  Try { 2025-03-04T20:08:27.7364852Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2025-03-04T20:08:27.7365326Z  } 2025-03-04T20:08:27.7365525Z  Catch { 2025-03-04T20:08:27.7365738Z  Write-Output $_ 2025-03-04T20:08:27.7366038Z  } 2025-03-04T20:08:27.7366262Z } 2025-03-04T20:08:27.7366454Z  2025-03-04T20:08:27.7366639Z Try { 2025-03-04T20:08:27.7366888Z  # Print all the processes for debugging 2025-03-04T20:08:27.7367372Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2025-03-04T20:08:27.7367811Z } 2025-03-04T20:08:27.7368001Z Catch { 2025-03-04T20:08:27.7368416Z  # Better to write out whatever exception thrown to help debugging any potential issue 2025-03-04T20:08:27.7368902Z  Write-Output $_ 2025-03-04T20:08:27.7369147Z } 2025-03-04T20:08:27.7384637Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-04T20:08:27.7385114Z env: 2025-03-04T20:08:27.7385310Z GIT_DEFAULT_BRANCH: main 2025-03-04T20:08:27.7385712Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T20:08:27.7386245Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T20:08:27.7386740Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T20:08:27.7387157Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T20:08:27.7387547Z ##[endgroup] 2025-03-04T20:08:28.1001594Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-04T20:08:28.1051460Z Finished 2025-03-04T20:08:28.1220626Z No leftover python process, continuing 2025-03-04T20:08:28.1664355Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2025-03-04T20:08:28.1665130Z At C:\actions-runner\_work\_temp\f001cf00-504c-4fac-ab0e-8b20668220e2.ps1:9 char:5 2025-03-04T20:08:28.1665723Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-04T20:08:28.1666294Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T20:08:28.1666824Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2025-03-04T20:08:28.1667743Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-04T20:08:28.1668372Z 2025-03-04T20:08:28.1680644Z No leftover ninja process, continuing 2025-03-04T20:08:28.1691213Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2025-03-04T20:08:28.1691928Z At C:\actions-runner\_work\_temp\f001cf00-504c-4fac-ab0e-8b20668220e2.ps1:9 char:5 2025-03-04T20:08:28.1692513Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-04T20:08:28.1692939Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T20:08:28.1694217Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2025-03-04T20:08:28.1695079Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-04T20:08:28.1695713Z 2025-03-04T20:08:28.1706562Z No leftover cl process, continuing 2025-03-04T20:08:28.1716493Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2025-03-04T20:08:28.1717183Z At C:\actions-runner\_work\_temp\f001cf00-504c-4fac-ab0e-8b20668220e2.ps1:9 char:5 2025-03-04T20:08:28.1717767Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-04T20:08:28.1718196Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T20:08:28.1718694Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2025-03-04T20:08:28.1719567Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-04T20:08:28.1720191Z 2025-03-04T20:08:28.1734612Z No leftover nvcc process, continuing 2025-03-04T20:08:28.1745221Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2025-03-04T20:08:28.1745944Z At C:\actions-runner\_work\_temp\f001cf00-504c-4fac-ab0e-8b20668220e2.ps1:9 char:5 2025-03-04T20:08:28.1746542Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-04T20:08:28.1746983Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T20:08:28.1747478Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2025-03-04T20:08:28.1748383Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-04T20:08:28.1749003Z 2025-03-04T20:08:28.1759414Z No leftover cmd process, continuing 2025-03-04T20:08:28.1769053Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2025-03-04T20:08:28.1769746Z At C:\actions-runner\_work\_temp\f001cf00-504c-4fac-ab0e-8b20668220e2.ps1:9 char:5 2025-03-04T20:08:28.1770316Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-04T20:08:28.1770745Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T20:08:28.1771238Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2025-03-04T20:08:28.1772116Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-04T20:08:28.1772871Z 2025-03-04T20:08:28.1783609Z No leftover sccache process, continuing 2025-03-04T20:08:28.1793101Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2025-03-04T20:08:28.1793818Z At C:\actions-runner\_work\_temp\f001cf00-504c-4fac-ab0e-8b20668220e2.ps1:9 char:5 2025-03-04T20:08:28.1794403Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-04T20:08:28.1794837Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T20:08:28.1795427Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2025-03-04T20:08:28.1796333Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-04T20:08:28.1797010Z 2025-03-04T20:08:28.1806582Z No leftover git process, continuing 2025-03-04T20:08:28.1816123Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2025-03-04T20:08:28.1816812Z At C:\actions-runner\_work\_temp\f001cf00-504c-4fac-ab0e-8b20668220e2.ps1:9 char:5 2025-03-04T20:08:28.1817387Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-03-04T20:08:28.1817828Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T20:08:28.1818463Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2025-03-04T20:08:28.1819292Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-03-04T20:08:28.1819920Z 2025-03-04T20:08:28.2255865Z You cannot call a method on a null-valued expression. 2025-03-04T20:08:28.2256423Z At C:\actions-runner\_work\_temp\f001cf00-504c-4fac-ab0e-8b20668220e2.ps1:21 char:5 2025-03-04T20:08:28.2257017Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-04T20:08:28.2257495Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T20:08:28.2257915Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-04T20:08:28.2258352Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-04T20:08:28.2258670Z 2025-03-04T20:08:28.2395755Z You cannot call a method on a null-valued expression. 2025-03-04T20:08:28.2396315Z At C:\actions-runner\_work\_temp\f001cf00-504c-4fac-ab0e-8b20668220e2.ps1:21 char:5 2025-03-04T20:08:28.2397034Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-04T20:08:28.2397481Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T20:08:28.2397921Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-04T20:08:28.2398351Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-04T20:08:28.2398659Z 2025-03-04T20:08:28.2536305Z You cannot call a method on a null-valued expression. 2025-03-04T20:08:28.2536866Z At C:\actions-runner\_work\_temp\f001cf00-504c-4fac-ab0e-8b20668220e2.ps1:21 char:5 2025-03-04T20:08:28.2537469Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-04T20:08:28.2537927Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T20:08:28.2538359Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-04T20:08:28.2538785Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-04T20:08:28.2539108Z 2025-03-04T20:08:28.2678543Z You cannot call a method on a null-valued expression. 2025-03-04T20:08:28.2679106Z At C:\actions-runner\_work\_temp\f001cf00-504c-4fac-ab0e-8b20668220e2.ps1:21 char:5 2025-03-04T20:08:28.2679735Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-04T20:08:28.2680200Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T20:08:28.2680624Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-04T20:08:28.2681177Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-04T20:08:28.2681485Z 2025-03-04T20:08:28.2809639Z You cannot call a method on a null-valued expression. 2025-03-04T20:08:28.2810198Z At C:\actions-runner\_work\_temp\f001cf00-504c-4fac-ab0e-8b20668220e2.ps1:21 char:5 2025-03-04T20:08:28.2810793Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-04T20:08:28.2811277Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T20:08:28.2811703Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-04T20:08:28.2812125Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-04T20:08:28.2812586Z 2025-03-04T20:08:28.2941126Z You cannot call a method on a null-valued expression. 2025-03-04T20:08:28.2941690Z At C:\actions-runner\_work\_temp\f001cf00-504c-4fac-ab0e-8b20668220e2.ps1:21 char:5 2025-03-04T20:08:28.2942311Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-04T20:08:28.2942799Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T20:08:28.2943231Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-04T20:08:28.2954403Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-04T20:08:28.2954754Z 2025-03-04T20:08:28.3070186Z You cannot call a method on a null-valued expression. 2025-03-04T20:08:28.3070952Z At C:\actions-runner\_work\_temp\f001cf00-504c-4fac-ab0e-8b20668220e2.ps1:21 char:5 2025-03-04T20:08:28.3071557Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-03-04T20:08:28.3072015Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-04T20:08:28.3072453Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-03-04T20:08:28.3072886Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-03-04T20:08:28.3073200Z 2025-03-04T20:08:28.4158148Z Caption CommandLine ProcessId 2025-03-04T20:08:28.4158707Z 2025-03-04T20:08:28.4159083Z System Idle Process 0 2025-03-04T20:08:28.4159548Z 2025-03-04T20:08:28.4160248Z System 4 2025-03-04T20:08:28.4160676Z 2025-03-04T20:08:28.4161350Z Registry 168 2025-03-04T20:08:28.4161913Z 2025-03-04T20:08:28.4162371Z smss.exe 412 2025-03-04T20:08:28.4162785Z 2025-03-04T20:08:28.4163589Z csrss.exe 520 2025-03-04T20:08:28.4164094Z 2025-03-04T20:08:28.4165219Z csrss.exe 596 2025-03-04T20:08:28.4165672Z 2025-03-04T20:08:28.4165994Z wininit.exe 620 2025-03-04T20:08:28.4166431Z 2025-03-04T20:08:28.4166934Z winlogon.exe winlogon.exe 684 2025-03-04T20:08:28.4167405Z 2025-03-04T20:08:28.4168091Z services.exe 740 2025-03-04T20:08:28.4168538Z 2025-03-04T20:08:28.4169279Z lsass.exe C:\Windows\system32\lsass.exe 760 2025-03-04T20:08:28.4169794Z 2025-03-04T20:08:28.4170467Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 888 2025-03-04T20:08:28.4171173Z 2025-03-04T20:08:28.4171659Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 912 2025-03-04T20:08:28.4172291Z 2025-03-04T20:08:28.4172709Z fontdrvhost.exe "fontdrvhost.exe" 936 2025-03-04T20:08:28.4173220Z 2025-03-04T20:08:28.4173709Z fontdrvhost.exe "fontdrvhost.exe" 940 2025-03-04T20:08:28.4174222Z 2025-03-04T20:08:28.4174789Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 128 2025-03-04T20:08:28.4175364Z 2025-03-04T20:08:28.4175943Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 476 2025-03-04T20:08:28.4176555Z 2025-03-04T20:08:28.4177078Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 736 2025-03-04T20:08:28.4177698Z 2025-03-04T20:08:28.4178327Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1112 2025-03-04T20:08:28.4179049Z 2025-03-04T20:08:28.4179376Z dwm.exe "dwm.exe" 1156 2025-03-04T20:08:28.4179847Z 2025-03-04T20:08:28.4180548Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1260 2025-03-04T20:08:28.4181319Z 2025-03-04T20:08:28.4181825Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1348 2025-03-04T20:08:28.4182441Z 2025-03-04T20:08:28.4183110Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1376 2025-03-04T20:08:28.4183816Z 2025-03-04T20:08:28.4184312Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1400 2025-03-04T20:08:28.4184908Z 2025-03-04T20:08:28.4186770Z 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 1432 2025-03-04T20:08:28.4188736Z 2025-03-04T20:08:28.4189264Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1464 2025-03-04T20:08:28.4189901Z 2025-03-04T20:08:28.4190406Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1496 2025-03-04T20:08:28.4191014Z 2025-03-04T20:08:28.4191540Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1544 2025-03-04T20:08:28.4192218Z 2025-03-04T20:08:28.4192877Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1648 2025-03-04T20:08:28.4194192Z 2025-03-04T20:08:28.4194706Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1716 2025-03-04T20:08:28.4195311Z 2025-03-04T20:08:28.4195880Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1724 2025-03-04T20:08:28.4196564Z 2025-03-04T20:08:28.4197112Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1732 2025-03-04T20:08:28.4197839Z 2025-03-04T20:08:28.4198322Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1840 2025-03-04T20:08:28.4198924Z 2025-03-04T20:08:28.4199462Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1880 2025-03-04T20:08:28.4200110Z 2025-03-04T20:08:28.4200696Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 1888 2025-03-04T20:08:28.4201415Z 2025-03-04T20:08:28.4201974Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 1988 2025-03-04T20:08:28.4202619Z 2025-03-04T20:08:28.4203298Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2012 2025-03-04T20:08:28.4204129Z 2025-03-04T20:08:28.4205086Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 1200 2025-03-04T20:08:28.4205740Z 2025-03-04T20:08:28.4206321Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2056 2025-03-04T20:08:28.4207019Z 2025-03-04T20:08:28.4207601Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2128 2025-03-04T20:08:28.4208301Z 2025-03-04T20:08:28.4208950Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2156 2025-03-04T20:08:28.4209688Z 2025-03-04T20:08:28.4210225Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2308 2025-03-04T20:08:28.4210848Z 2025-03-04T20:08:28.4211374Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2380 2025-03-04T20:08:28.4212158Z 2025-03-04T20:08:28.4212678Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2420 2025-03-04T20:08:28.4213342Z 2025-03-04T20:08:28.4213774Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2532 2025-03-04T20:08:28.4214316Z 2025-03-04T20:08:28.4215140Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2664 2025-03-04T20:08:28.4215758Z 2025-03-04T20:08:28.4216310Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2672 2025-03-04T20:08:28.4216958Z 2025-03-04T20:08:28.4217580Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2680 2025-03-04T20:08:28.4218289Z 2025-03-04T20:08:28.4218907Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2696 2025-03-04T20:08:28.4219618Z 2025-03-04T20:08:28.4220152Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2704 2025-03-04T20:08:28.4220801Z 2025-03-04T20:08:28.4221315Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2712 2025-03-04T20:08:28.4221969Z 2025-03-04T20:08:28.4222485Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2720 2025-03-04T20:08:28.4223140Z 2025-03-04T20:08:28.4223667Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2728 2025-03-04T20:08:28.4224289Z 2025-03-04T20:08:28.4225290Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 2892 2025-03-04T20:08:28.4226074Z 2025-03-04T20:08:28.4226503Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 2972 2025-03-04T20:08:28.4227045Z 2025-03-04T20:08:28.4227628Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 3020 2025-03-04T20:08:28.4228318Z 2025-03-04T20:08:28.4229007Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe 2876 2025-03-04T20:08:28.4229808Z 2025-03-04T20:08:28.4230314Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3088 2025-03-04T20:08:28.4230929Z 2025-03-04T20:08:28.4231575Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3576 2025-03-04T20:08:28.4232363Z 2025-03-04T20:08:28.4232989Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 3336 2025-03-04T20:08:28.4233737Z 2025-03-04T20:08:28.4234288Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a77055 /state1:0x41c64e6d 2580 2025-03-04T20:08:28.4235289Z 2025-03-04T20:08:28.4237140Z 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 2820 2025-03-04T20:08:28.4239008Z 2025-03-04T20:08:28.4239762Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe -spawnprovider 1760 2025-03-04T20:08:28.4240626Z 2025-03-04T20:08:28.4241024Z vds.exe C:\Windows\System32\vds.exe 3544 2025-03-04T20:08:28.4241515Z 2025-03-04T20:08:28.4242079Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 2756 2025-03-04T20:08:28.4242730Z 2025-03-04T20:08:28.4243376Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 848 2025-03-04T20:08:28.4244157Z 2025-03-04T20:08:28.4244572Z msdtc.exe C:\Windows\System32\msdtc.exe 120 2025-03-04T20:08:28.4245081Z 2025-03-04T20:08:28.4245682Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 1572 2025-03-04T20:08:28.4246433Z 2025-03-04T20:08:28.4246983Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 1424 2025-03-04T20:08:28.4247585Z 2025-03-04T20:08:28.4248205Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 900 2025-03-04T20:08:28.4248906Z 2025-03-04T20:08:28.4249436Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 4452 2025-03-04T20:08:28.4250056Z 2025-03-04T20:08:28.4250622Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 2800 2025-03-04T20:08:28.4251286Z 2025-03-04T20:08:28.4252042Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 4572 2025-03-04T20:08:28.4252895Z 2025-03-04T20:08:28.4254530Z 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 4160 2025-03-04T20:08:28.4256534Z 2025-03-04T20:08:28.4256976Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3968 2025-03-04T20:08:28.4257555Z 2025-03-04T20:08:28.4258165Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 2428 2025-03-04T20:08:28.4258879Z 2025-03-04T20:08:28.4259505Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 3940 2025-03-04T20:08:28.4260151Z 2025-03-04T20:08:28.4260598Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3376 2025-03-04T20:08:28.4261138Z 2025-03-04T20:08:28.4261662Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 2412 2025-03-04T20:08:28.4262286Z 2025-03-04T20:08:28.4262812Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 2112 2025-03-04T20:08:28.4263449Z 2025-03-04T20:08:28.4263971Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 3796 2025-03-04T20:08:28.4264606Z 2025-03-04T20:08:28.4265040Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 924 2025-03-04T20:08:28.4265620Z 2025-03-04T20:08:28.4266232Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 4108 2025-03-04T20:08:28.4266974Z 2025-03-04T20:08:28.4267592Z dllhost.exe C:\Windows\system32\DllHost.exe /Processid:{3EB3C877-1F16-487C-9050-104DBCD66683} 5688 2025-03-04T20:08:28.4268308Z 2025-03-04T20:08:28.4268940Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2988 2676 3204 2025-03-04T20:08:28.4269607Z 2025-03-04T20:08:28.4270042Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1680 2025-03-04T20:08:28.4270596Z 2025-03-04T20:08:28.4271047Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 2864 2025-03-04T20:08:28.4271610Z 2025-03-04T20:08:28.4272448Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\f001cf00-504c-4fac-ab0e-8b20668220e2.ps1'" 4600 2025-03-04T20:08:28.4273390Z 2025-03-04T20:08:28.4274022Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 5580 2025-03-04T20:08:28.4274738Z 2025-03-04T20:08:28.4274776Z 2025-03-04T20:08:28.4274780Z 2025-03-04T20:08:28.4533560Z ##[group]Run nick-fields/retry@v3.0.0 2025-03-04T20:08:28.4533849Z with: 2025-03-04T20:08:28.4534038Z shell: bash 2025-03-04T20:08:28.4534242Z timeout_minutes: 5 2025-03-04T20:08:28.4534472Z max_attempts: 3 2025-03-04T20:08:28.4534698Z retry_wait_seconds: 90 2025-03-04T20:08:28.4535767Z 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-04T20:08:28.4536921Z polling_interval_seconds: 1 2025-03-04T20:08:28.4537187Z warning_on_retry: true 2025-03-04T20:08:28.4537427Z continue_on_error: false 2025-03-04T20:08:28.4537673Z env: 2025-03-04T20:08:28.4537864Z GIT_DEFAULT_BRANCH: main 2025-03-04T20:08:28.4538299Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T20:08:28.4538914Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T20:08:28.4539466Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T20:08:28.4539881Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T20:08:28.4540236Z EXTRA_DELETE_DIR: /c/13661694839/build-results/ 2025-03-04T20:08:28.4540545Z ##[endgroup] 2025-03-04T20:08:28.6458254Z + '[' -n /c/13661694839/build-results/ ']' 2025-03-04T20:08:28.6459730Z + rm -rf /c/13661694839/build-results/ 2025-03-04T20:08:28.6928958Z + 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-38194120755.json ./scripts ./setup.py ./test ./third_party ./tools ./torch ./torch.egg-info ./torchgen ./ubsan.supp ./ufunc_defs.bzl ./version.txt 2025-03-04T20:08:53.7532563Z Command completed after 1 attempt(s). 2025-03-04T20:08:53.7713103Z ##[group]Run handle C:\actions-runner\_work\ 2025-03-04T20:08:53.7713481Z handle C:\actions-runner\_work\ 2025-03-04T20:08:53.7729501Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-03-04T20:08:53.7729991Z env: 2025-03-04T20:08:53.7730197Z GIT_DEFAULT_BRANCH: main 2025-03-04T20:08:53.7730595Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-03-04T20:08:53.7731140Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-03-04T20:08:53.7731643Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-03-04T20:08:53.7732055Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-03-04T20:08:53.7732364Z ##[endgroup] 2025-03-04T20:08:54.1203368Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-03-04T20:08:54.1268422Z Finished 2025-03-04T20:08:54.2357719Z 2025-03-04T20:08:54.2358160Z Nthandle v5.0 - Handle viewer 2025-03-04T20:08:54.2358531Z Copyright (C) 1997-2022 Mark Russinovich 2025-03-04T20:08:54.2358906Z Sysinternals - www.sysinternals.com 2025-03-04T20:08:54.2359116Z 2025-03-04T20:08:54.2742650Z powershell.exe pid: 5704 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-03-04T20:08:54.2743346Z handle.exe pid: 1120 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-03-04T20:08:54.2743947Z handle.exe pid: 1044 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-03-04T20:08:54.2744543Z handle64.exe pid: 4400 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-03-04T20:08:54.3148028Z Post job cleanup. 2025-03-04T20:08:54.3263938Z Post job cleanup. 2025-03-04T20:08:54.5767180Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-03-04T20:08:54.5969603Z git version 2.47.1.windows.2 2025-03-04T20:08:54.6037151Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\ed9bb2e3-8964-49c3-b46c-c567dff3b9b9\.gitconfig' 2025-03-04T20:08:54.6048461Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\ed9bb2e3-8964-49c3-b46c-c567dff3b9b9' before making global git config changes 2025-03-04T20:08:54.6049326Z Adding repository directory to the temporary git global config as a safe directory 2025-03-04T20:08:54.6059705Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-03-04T20:08:54.6356775Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-03-04T20:08:54.6624167Z [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-04T20:08:55.1191147Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-04T20:08:55.1391464Z http.https://github.com/.extraheader 2025-03-04T20:08:55.1445239Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2025-03-04T20:08:55.1704787Z [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-04T20:08:55.5227289Z Evaluate and set job outputs 2025-03-04T20:08:55.5233352Z Set output 'test-matrix' 2025-03-04T20:08:55.5242208Z Cleaning up orphan processes